ax@ax-radar:~/all $ grep -v 'tier=excluded' stream.log
33 srcsignal 72%cycle 04:32

posts · 2026-09-13

24 items · updated 3m ago
RSS live
2026-09-13 · Sun
23:00
9d ago
● P1Bloomberg Technology· rssEN23:00 · 09·13
Anthropic Expects Adjusted Operating Profit This Quarter With $3 Billion Revenue
Anthropic told the FT it expects an adjusted operating profit this quarter, with revenue around $3 billion—roughly triple the same quarter last year. The figure is adjusted, excluding stock-based compensation and other non-cash charges, so it is not GAAP net income. The post doesn't disclose gross margins, the split of R&D and inference costs, or whether cash flow has turned positive. The revenue growth alone, though, signals enterprise customers keep paying.
#Anthropic#Financial Times
why featured
Featured · importance 90 · hook + knowledge + resonance
editor take
Anthropic told investors it expects a second straight quarter of adjusted operating profit with annualized revenue hitting ~$3B — but both Bloomberg and FT are citing the same FT scoop, no public f...
sharp
This is an FT exclusive that Bloomberg then picked up — both are running the same single source, which is Anthropic's private communication to investors. The FT article is behind a paywall, so we're working off the headline and Bloomberg's summary: a second consecutive quarter of adjusted operating profit, with annualized revenue around $3 billion. I'd take "adjusted" with a grain of salt. Adjusted operating profit typically strips out stock-based compensation, depreciation, and other big-ticket items — it's a long way from GAAP net income. Anthropic was burning cash hard on compute through last year, so flipping to positive on this metric suggests either API and enterprise adoption is outpacing expectations, or they've made serious cuts on the cost side. The $3B annualized run rate works out to roughly $250M/month, which would put them in striking distance of where OpenAI was in late 2025. What we don't have: GAAP net income, revenue breakdown (API vs enterprise contracts vs cloud partner rev-share), and what exactly "adjusted" excludes. Worth revisiting when Anthropic files something public or the next fundraising deck leaks.
HKR breakdown
hook knowledge resonance
open source
90
SCORE
H1·K1·R1
22:00
9d ago
Bloomberg Technology· rssEN22:00 · 09·13
Amazon Spends More on Sports Than Netflix, YouTube Combined
Amazon now spends more on sports rights than Netflix and YouTube combined, per Bloomberg. The bulk goes to NFL Thursday Night Football and Premier League. For AI practitioners, this signals Amazon is using live sports to drive Prime subscriptions and stress-test AWS media encoding, real-time analytics, and AI recommendation systems at scale.
#Amazon#Netflix#YouTube
editor take
Amazon outspends Netflix and YouTube combined on sports rights. For AI folks, that means AWS live encoding and rec systems are getting NFL-scale stress tests.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
17:37
9d ago
Hacker News Frontpage· rssEN17:37 · 09·13
Google keeps approving scam ads that its own AI rejects in seconds
A fake iOS alert ad for iPhone storage kept appearing on YouTube. The author reported it twice; Google said it's fine. He fed the ad to Google's own Gemini model, which flagged it in seconds for mimicking system alerts, using fake buttons, and fear-mongering. Google has the AI but isn't using it to review ads.
#Google#Gemini#YouTube
editor take
Google's own Gemini flagged a fake iOS alert ad in seconds; human reviewers approved it twice.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
16:17
9d ago
Hacker News Frontpage· rssEN16:17 · 09·13
Docket – Per-commit evidence records for agent-written code
Docket is a CLI tool that captures the full conversation log, tool call chain, and model info from an AI coding agent at each git commit, bundling them into a tamper-resistant evidence record. It addresses a real problem: when agent-written code breaks, you can't trace what the agent saw or decided. The post only provides a README overview and does not disclose signing mechanism details, storage overhead, or CI integration.
#Agent#Docket
editor take
Auto-bundles agent conversation logs and tool calls per commit so you can trace what the AI saw—but it's README-only, no signing or storage details yet.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
16:00
9d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 09·13
Tessl proposes an agent context ownership model: ownership follows the org unit
Tessl's Rob Hudson and Simon Maple argue the hardest part of agentic transformation isn't the agents—it's who owns the context, workflows, and artifacts that steer them. Their core rule: context ownership follows the organizational unit. Individual and team domain knowledge belongs to domain experts; the enablement team provides tooling and stewardship, not ownership. They also separate 'context engineering' (local, intimate work) from 'loop engineering' (which can be centralized). Get the ownership wrong and you either create a central bottleneck or a fragmented free-for-all.
#Tessl#Rob Hudson#Simon Maple
editor take
Tessl argues the real bottleneck in agentic transformation isn't the agents—it's who owns the context, and the answer is: follow the org unit, not the platform team.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
15:24
9d ago
Hacker News Frontpage· rssEN15:24 · 09·13
PyO3 lets Python libraries run Rust, but the return trip costs more than the parse
Pydantic v2's core, pydantic-core, uses PyO3 to compile Rust into a shared library that Python imports like any package. The author walks through a JSON parser in four steps: write a Rust module, annotate with PyO3 macros, build with maturin, import the result. The key takeaway: if the function returns a scalar, the boundary cost is negligible; if it returns a large structure (e.g., a JSON tree), converting Rust values to Python objects can cost more than the parse itself. 100,000 values means 100,000 Python objects created at the boundary—the materialization loop, not the parsing, dominates end-to-end time. The post doesn't spell out specific latency numbers but suggests returning lazy Rust-backed views instead of materializing the full tree.
#Code#PyO3#Pydantic#Maturin
editor take
PyO3 compiles Rust into a .so Python imports directly, but converting large Rust structures to Python objects can cost more than the parse itself.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
14:15
9d ago
● P1Hacker News Frontpage· rssEN14:15 · 09·13
Anthropic reports Houthis used Claude Code to develop missile guidance software
Anthropic's September threat report says a cell in northern Yemen ran parallel Claude Code instances to develop guidance software for tactical rockets, a ballistic missile with over 2,000 km range, and an 'R2000' hypersonic glide vehicle concept. They used Claude for navigation and control code, six-degree-of-freedom trajectory simulations, and reinforcement learning to tune flight-control algorithms, then compiled the project into a standalone offline executable. After a failed rocket test, they returned to Claude within hours to analyze telemetry. Anthropic found no evidence an operational weapon was fielded, but the group had already assembled an offline engineering toolkit before their accounts were banned. Five other conventional-weapons cases involving China and Russia were also documented.
#Code#Reasoning#Agent#Anthropic
why featured
Featured · importance 98 · hook + knowledge + resonance
editor take
Anthropic published its own threat report saying Houthis used Claude Code for missile guidance work — multiple sources are all citing the same official document, so I'd read this as a safety compli...
sharp
This comes from Anthropic's September 11 threat report — both Clash Report and AIhot are working off the same source document, no third-party verification. The report describes a cell in northern Yemen running parallel Claude Code instances: one coding, one researching, one reviewing output. They built guidance software for a tactical rocket, a ballistic missile with 2,000+ km range, and a hypersonic glide vehicle concept called R2000. A few details stand out. They paired open-source autopilot software with phone-class flight computers, used Claude for navigation code and six-degree-of-freedom trajectory simulations, and did reinforcement learning to tune flight control. The whole project got compiled into a standalone offline executable — development could continue without Claude access. They test-fired a guided rocket, it failed, and within hours they were back in Claude analyzing telemetry to figure out why. Anthropic says no evidence the weapon became operational, but admits the engineering capability was already moving offline. Safeguards blocked plenty of requests, but the operators fragmented tasks across sessions to evade detection. The broader report covers six conventional-weapons cases from Dec 2025 to Aug 2026: three China-linked, two Russia, one Yemen. I'd discount this on two fronts. One, it's Anthropic's own report — the incentive is to show they're catching abuse, which shapes the narrative. Two, only Clash Report has detailed technical descriptions, and I haven't seen the original report to separate Anthropic's own claims from the outlet's additions.
HKR breakdown
hook knowledge resonance
open source
98
SCORE
H1·K1·R1
14:09
9d ago
● P1Hacker News Frontpage· rssEN14:09 · 09·13
Paul Graham Shares Heuristics for Making Startups Powerful
Paul Graham shares his go-to heuristic for startup office hours: ask what would make the company more powerful, not just more profitable. That question often leads to order-of-magnitude gains. He walks through levers like owning the customer relationship, making money flow through you, introducing network effects, and building app-store-like platforms. PayPal began as a security demo; eBay sellers repurposed it for payments, and the founders pivoted. Graham calls this a tail-wagging-the-dog signal. He also argues for playing the long game—acquire users cheaply first, fix margins later—and for generosity: create more value than you capture. Open source, extensibility, and APIs are all generosity-driven power moves, especially now that AI agents are replacing human users.
#Paul Graham#PayPal#Tim O'Reilly#Open source
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
PG isn't handing out startup platitudes — this is a field manual on turning a component supplier into a platform, making money flow through you, and using network effects to 10x valuation.
sharp
Paul Graham published a new essay on making startups powerful. Two HN entries point to the same original post — no other outlets picked it up, so this isn't a multi-source event, just a single blog that hit the front page. The core is a set of heuristics he uses during YC office hours: can your company go from being a component supplier to owning the customer relationship? Can you make money flow through you instead of just charging a one-time fee? Can you build something like an App Store where others build on top of you and make you more valuable in the process? Network effects are his go-to — he treats it as a puzzle to find them even in products where they seem impossible. A few concrete examples stand out. If you're building a payment tool for agents, his first question is whether agents can pay each other — if yes, you've just become a marketplace and the valuation math changes entirely. He retells the PayPal origin story: it started as a security demo for handheld devices, eBay sellers started using it for payments, and the founders eventually admitted that was the real business. His advice: when users misuse your product, don't get annoyed — they might be finding your actual product for you. I'd discount a couple of claims. "Let users opt in to training your model on their interactions and their model will outperform the vanilla one" — that's messier than it sounds on privacy and compliance, especially in B2B. And "get all the users first, worry about margins later" doesn't land the same way in 2026's funding environment as it did in the ZIRP years. But the essay's value isn't in new ideas — it's in laying out the internal YC judgment framework that early-stage founders can actually use when picking a direction.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
08:07
9d ago
● P1Hacker News Frontpage· rssEN08:07 · 09·13
Anthropic researcher resigns with warning about AI risks to humanity
Anthropic researcher Jacob Coxon resigned Tuesday, warning that AI builders are 'gambling with our lives' and that superhuman systems will soon be able to hack anything. His colleague Evan Hubinger posted on X that he believes there is a >10% chance AI kills all humans within a decade. At a Goldman Sachs conference in San Francisco, Nvidia CEO Jensen Huang dismissed the claims as untrue, while Grindr CEO George Arison called Anthropic's worldview 'anti-civilisational' and told engineers to stop using its tech. Some investors suspect the dire warnings are designed to justify Anthropic's $965bn valuation ahead of a potential IPO. CEO Dario Amodei published an essay Saturday calling for slower AI development and global regulation, which softened earlier criticism from investor Brad Gerstner and Hugging Face CEO Clement Delangue.
#Anthropic#Jacob Coxon#Evan Hubinger#Policy
why featured
Featured · importance 98 · hook + knowledge + resonance
editor take
A 3-year Anthropic pretraining researcher quit and went public: self-improving AI is getting close, and no lab has a mechanism to slow down. All three outlets cite his X post — core facts align, bu...
sharp
Jacob Coxon spent three years doing pretraining at Anthropic and OpenAI combined. Yesterday he posted his resignation, saying labs are "gambling with our lives" on self-improving AI. TechCrunch has the fullest account — he's calling for pacing agreements between labs, and Anthropic gave an on-record response saying they respect his decision but disagree with his risk assessment. The NYT Chinese edition ran a more alarmist headline about AI wiping out humanity, but I don't see new reporting beyond the original post. The aihot piece mixes in a Tim Urban reread, so it's more commentary than news. All three outlets trace back to the same X post, so the core facts aren't in dispute: he quit, he warned. The difference is framing — TechCrunch puts it in the industry race context, NYT leans into extinction. I'd discount this a bit: Coxon hasn't disclosed what specific internal progress he saw that triggered the resignation. Right now it's one person's judgment call, no technical evidence made public.
HKR breakdown
hook knowledge resonance
open source
98
SCORE
H1·K1·R1
08:00
9d ago
Bloomberg Technology· rssEN08:00 · 09·13
Asia chip stocks drop after Anthropic urges slower model development
Anthropic CEO Dario Amodei publicly urged AI firms to slow next-gen model development, triggering a broad sell-off in Asian chip stocks on Monday. TSMC, SK Hynix, and Samsung Electronics fell 2%–4% intraday. The market fears slower frontier-model iteration could dent demand growth for high-end AI chips and HBM memory. Analysts see it as a sentiment hit—actual orders and capex haven't shifted yet, so the trade thesis remains intact.
#Anthropic#Dario Amodei#TSMC
editor take
Anthropic CEO says slow down, Asian chip stocks drop 2-4%, but analysts say orders haven't moved—don't read it as a fundamental signal.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
05:59
9d ago
Hacker News Frontpage· rssEN05:59 · 09·13
When Anyone Can Build Software, Who Decides What Not to Build?
Generation is cheap, but deciding what deserves to become permanent is not. The author argues that as AI collapses the cost of building software, the architect's real value shifts from producing artifacts to exercising judgment before commitment—arbitrating across domains before capital, data, and organizational behavior are locked in. The post doesn't cite specific cases or numbers, but the thesis is clear: cheap generation accelerates commitments without removing their long-term costs.
editor take
Generation is cheap; deciding what not to build is the real cost.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
05:56
9d ago
AI HOT (Curated Pool)· aihot-apiZH05:56 · 09·13
Context Engineering Inside the Harness: 4 Mechanisms That Beat Context Overflow and Goal Loss on Long-Horizon Tasks
This post breaks down four context engineering mechanisms that keep agents on track during long tasks: budget control to limit context length, compression to reduce redundancy, todo-state to track progress, and a memory module to retain key info. The post does not disclose implementation details or benchmark results, only the mechanism framework.
editor take
A framework post breaks down 4 mechanisms to keep agents on track in long tasks, but no implementation details or benchmarks — take it as a conceptual read.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K0·R0
05:14
9d ago
AI Chat-Group Daily (群聊日报)· atomZH05:14 · 09·13
Daily Chat: Astra quota fix, OpenAI exits math contest
The daily chat digest covers practical fixes for Astra quota anxiety: split planning and execution into two sessions, use Astra for planning and Terra for execution to save quota. OpenAI's dev blog published a skill-slimming guide for Astra, warning that old-model rules hurt new models. In industry news, 771 mathematicians signed an open letter against AI-generated 'slop mathematics,' leading OpenAI to withdraw sponsorship from Caltech's Mathathon. Kimi K2.8 Preview launched with million-token context for all members. LMArena released an Agent leaderboard with Claude Fable 5.1 at the top.
#Agent#Code#OpenAI#Anthropic
editor take
OpenAI's Astra skill-slimming guide: old-model rules hurt new models; keep skills minimal.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
02:29
10d ago
Hacker News Frontpage· rssEN02:29 · 09·13
Don't call yourself an artisanal programmer
The author argues that calling yourself an 'artisanal programmer' is a trap—it frames engineers who don't use LLMs as hobbyists. He cites Hillel Wayne's crossover study: traditional engineers actually call careful coders 'engineers' and prompt-driven coders 'craftsmen.' The author sees this term flip as anti-intellectualism in software—people refuse to learn low-level details and just want to copy-paste. His warning: don't give up the title 'programmer,' or you'll legitimize vibecoding as the default.
#Hillel Wayne#purplesyringa
editor take
Don't let 'artisanal programmer' become a label that frames non-LLM coders as hobbyists—it cedes 'engineer' to vibecoding by default.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0

more

feeds

admin