Agentic Brew Daily
Your daily shot of what's brewing in AI
Fresh Batch
- OpenAI researcher Dan Selsam undercuts Amodei's own pacing proposal, warning via a Reddit-shared statement that models are now too situationally aware to evaluate honestly.
- Musk's on-X call for AI labs to peer-test rivals' models lands the same week Microsoft published hard, unenforceable shutdown-resistance bans for its own MAI models.
- While Amodei calls for slowing capability growth, Andon Labs is already handing persistent AI agents bank accounts and credit cards to run real businesses unsupervised.
Bold Shots
Today's biggest AI stories, no chaser
Anthropic's Dario Amodei published a roughly 3,800-word essay this week arguing labs should slow capability gains to leave room for alignment work — not stop, just pace — and Anthropic unilaterally gave outside evaluators permanent, employee-level access to its systems. Trump dismissed the whole idea as a hoax during a live call with Nvidia's Jensen Huang at the All-In Summit, while China's foreign ministry called it fear-mongering. AI and chip stocks took the message more seriously than the politicians did: Nvidia dropped 3.4% and the semiconductor index had its worst day since early July. Behind the theater, Anthropic, OpenAI, and Google DeepMind quietly confirmed they've been discussing a joint safety standards body since July.
Why it matters: This is the industry's most public argument yet about its own speed, and it isn't really a science debate — it's geopolitical (a slowdown China doesn't match just cedes ground) and it has a credibility problem (critics see the safety framing as cover for three labs consolidating power together). A single essay moved billions in market value in one trading session.
MUST SEE: Amazing moment as President Trump calls Nvidia CEO Jensen Huang while he's on stage at the All-In Summit. @POTUS on AI Doomerism: 'I'm telling you, it's all a hoax... and we're not going to let that happen.'
I recently resigned from Google DeepMind, where I worked on AGI safety and alignment research... I too am extremely concerned by the default trajectory of this technology. I earnestly believe that AI has the potential to kill us
iOS 27 ships a genuinely reworked Siri that can route requests to ChatGPT, Gemini, or Claude and take real actions inside apps on your behalf. The catch: the model doing the heavy lifting is Google's Gemini 2.5 Pro, licensed under a reported $1B/year deal stacked on top of the roughly $20B Apple already pays Google for Safari search placement. A hands-on review clocked it retrieving personal info correctly about 9 times out of 10 — solid, not perfect — and Apple cut roughly 100 Siri/ML jobs just days before launch. It's also not shipping in the EU yet.
Why it matters: Apple's privacy-first, your-data-stays-on-device pitch is now substantially powered by a competitor's model, which says a lot about how hard the in-house AI gap actually was to close. Wall Street likes it anyway — price targets keep climbing even as reviewers and Reddit report a rougher on-device experience than the keynote suggested.
Microsoft AI published a 37-page draft "Humanist AI Code of Conduct" this week, laying out absolute rules for its MAI models — never resist shutdown, never expand your own scope, never hide your reasoning from auditors — under the banner "people matter more than AI." It's open for six weeks of public comment and currently covers five deployed Microsoft systems. What it doesn't have is a named auditor, a verification method, or any stated consequence if a model — or Microsoft — breaks the rules.
Why it matters: Stack this against Anthropic's METR-based third-party audits and the gap is obvious — this reads as a values statement, not an enforcement regime, and it's a pledge that costs Microsoft comparatively little since it doesn't field a top-tier frontier model. Critics also note the code conveniently doesn't touch Microsoft's government and defense cloud business.
Diogo Almeida, who co-invented the RLHF/InstructGPT techniques that made ChatGPT possible, spent two years in stealth building something that isn't a chatbot at all. Jev is TypeSafe AI's first "System One Model" — trained with a new method called RLCD to output calibrated probabilities for software to consume directly, not text for humans to read, priced at $0.042 per 1,000 input tokens with free output tokens. An independent test from Every.to found it answering in a 0.35-second median and catching 6 of 7 planted defects in a proofreading task, at roughly 580x the cost efficiency of a comparison LLM — real, if smaller than TypeSafe's own headline claims of up to 193x faster and 444x cheaper.
Why it matters: This is a genuine architectural break from token-by-token generation, aimed squarely at machine-to-machine use cases like routing, classification, and fraud detection — and it's a pointed challenge to the RLHF/chat paradigm from someone who helped build it in the first place.
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I've spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of fr...
We are officially out of stealth! Join the frontier and get access to Jev on our website (link on profile).
OpenAI acquired computational-photography startup Glass Imaging, founded by former Apple camera engineers, for a reported $300M+ — about 3x the roughly $100M valuation it raised in 2025. Glass Imaging's neural ISP, GlassAI, folds demosaicing, noise reduction, and sharpening into a single neural pass and is already running commercially in Honor's 200-megapixel phone cameras.
Why it matters: Read as hardware strategy rather than a camera play, this looks like OpenAI buying better eyes for AI systems that need to interpret the physical world — another piece alongside the $6.5B Jony Ive/io device effort, and a sign the sensing layer is being built out before the actual hardware ships.
Slow Drip
Blog reads worth savoring
Hard AgentX-verified benchmark numbers show Nvidia's next-gen Vera Rubin platform crushing Blackwell on agentic workloads — figures even Nvidia undersold at GTC.
How Codex went from 0% to 90% adoption across OpenAI's non-engineering teams in four months, with agents now handling code review and deploy monitoring.
A FOIA lawsuit forced out 132 pages of the government's secret AI evaluation policy — and almost all of it is redacted.
Six concrete caching patterns that can cut input token costs up to 90% and shave time-to-first-token for repeated-context apps.
The Grind
Research papers, decoded
A peer-reviewed Strategy Science paper that resurfaced and went viral on X. Argues AI systems are backward-looking pattern-matchers trained on historical data, while human cognition is theory-driven — we form causal hypotheses and imagine futures with no precedent in any dataset, a gap they call 'data-belief asymmetries.' A sharp, citable framing for why AI copilots still need a human setting the hypothesis.
Drops the critic and multi-sample requirement of GRPO-style RL: centers each trajectory's reward against the batch mean, rejects trajectories that drift too far via a sequence-level trust gate, and averages losses per-trajectory. Matched or beat GRPO with half the rollout budget, stayed stable through 6,000 updates on a 1.5B model, scaled to a 30B MoE model, and kept a 7B model calling tools long after GRPO had stopped.
An independent reproduction of Orthrus's 'lossless' speculative decoding claim found exact output-trajectory matching in only about 45% of cases under standard BF16 inference across 1,190 prompts spanning 12 domains. Switching to FP32 restored exact matching on 100% of prompts, showing it's a numerical-precision artifact, not an algorithm flaw. Don't assume BF16 'lossless' speculative decoding deployments are bit-identical to your base model without checking at your actual deployment precision.
The Mill
Builder tools ground for action
HFReal trained RL policies for the Microduck robot, running fully in the browser: MuJoCo compiled to WebAssembly steps the physics, onnxruntime-web runs the policy network at 50 Hz. No server, no backend. Two locomotion variants of the same robot are included: legs (walking, the default) and rollers (the wheeled skating variant). Press M (or hold D-pad up ~1 s on a gamepad) to switch; the roller model, meshes and policies are lazy-loaded on the first switch. | Mode | Checkpoint | What it does |...
HFVideo generation with a synchronized soundtrack MiniMax-H3 — unquantized, split across two Spaces Joint video and soundtrack out of a single denoising pass, at bfloat16 with no quantization anywhere. This Space is the denoising half: the 61.73 GiB transformer and the two autoencoders. The 62.14 GiB Qwen3-VL conditioner runs in qwen3vl-conditioner, which this Space calls over the gradio API for every request. The weights are the public MiniMaxAI/MiniMax-H3 diffusers checkpoint. MiniMax-H3 is 1...
Hey HN, Toby from Nari Labs here. We've been working on making OSS speech models super-fast. Last year, we built Dia, the first OSS text-to-speech model capable of doing natural dialogue. Since then, so many more great speech models have been released to the public. But the market is still dominated by closed source models. We think that's an inference problem. Existing systems such as vLLM / SGLang are not well suited for multimodal inference. To prove this, we built an inference engine spec...
AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI
The Counter
Voices from the AI bar today
A groundbreaking application of AI to prove the existence of finite-time singularities in the Navier–Stokes and Euler equations — AI doing genuinely novel pure-math research.
Jensen Huang dismisses doomer AI-risk narratives on stage with Trump while arguing superintelligence has effectively already arrived.
A ChatGPT co-inventor reveals two years of stealth work on a new training method and a post-chatbot decision-model architecture.
Viral clip of Trump calling AI-doomerism a hoax on stage with Jensen Huang at the All-In Summit.
A railway-operations professional describes an AI system trained on rulebooks recreating a complex signaling simulator in three days.
Discussion of OpenAI reportedly running 10,000 agents in parallel for 88 hours, illustrating the scale gap in frontier-lab compute.
Roast Calendar
Your AI week, day by day
Last Sip
Parting thoughts
That's the shot for today. The industry spent a whole day arguing about its own brakes while quietly building things that don't wait for anyone's permission — a decision model that skips chat entirely, an acquisition for a company's eyes, a code of conduct with no one assigned to enforce it. Worth sitting with: the pacing conversation happens in public, but deployment happens whether or not anyone's watching. Go build something, or at least go watch Jensen and Trump argue about hoaxes on a stage — it's a lot.