◆ Dispatch 122 · 2026-08-20 GSV Cost Of A Verifier
Six Hundred and Fifty Discarded Proofs
“In Lean the verifier is trivially cheaper than the generator, so you can search forever. In clinical reasoning, checking the answer is about as hard as producing it.”
— Lenar Kess, today's narration
A model threw away six hundred and fifty invalid proofs before it found one, and seven healthcare engineers spent the same week explaining why they can't do that. The episode is about what a verifier costs in a domain where checking is as hard as answering.
- Fireship on the summer's machine-generated proofs — a secondhand but detailed account of the Anthropic Riemann run: 36 hours, 60 sub-agents, 650 discarded attempts. Formal verification made brute-force search viable, which is the whole trick.
- Dwarkesh Patel on research-and-development sufficiency — his claim is that you only need models good at R&D, not at everything. Lean proofs are what that looks like when it works.
- Jared Joselowitz on shipping Ufonia's Dora — 200,000 clinical calls across 20 UK hospitals, and the constraint that you can't A/B test a patient into the worse variant.
- Rashi Agarwal at Hinge Health — a system prompt isn't a security boundary; escalation to 911 and 988 lives in deterministic code above the model.
- Anterior on synthetic clinical data — roughly 90% of their training data is generated by reversing inference over decision-tree policies, because patient records can't be retained.
- Chai at Abridge — on some medical reasoning tasks the generator-to-verifier gap is nearly zero, which is exactly why the math trick doesn't transfer.
- Ted Lieu and Nathaniel Moran's kill-switch bill — bipartisan, and still unclear what the switch physically attaches to.
- Patricia Paskov on post-incident coordination — the response today is improvised, and there is no shared testing environment to rehearse in.
- Ornith-1.5, DeepSeek V4 Pro, and the r/LocalLLaMA reproduction — three open-weight drops, and 138 tokens a second on a power-limited RTX 3090 by evening.
- Claude's managed-agent domain allowlists — the direct mitigation for the delayed-payload attacks we walked through on Tuesday.
Chapters
- 00:00:04 Transcript
Sources
20 cited-
1
AI Engineer · 21m35s
Video AI Engineer
Chaitanya (Chai), engineering lead for clinical decision support and agentic experiences at Abridge, details the company’s shift from automated clinical documentation to contextual clinical intelligence. Previously a re…
www.youtube.com/watch?v=u6q-byPWUuo →Details
- Excerpt
- Chaitanya (Chai), engineering lead for clinical decision support and agentic experiences at Abridge, details the company’s shift from automated clinical documentation to contextual clinical intelligence. Previously a research engineer at Vicarious and early engineer at Glean, he now leads teams building voice-driven agentic workflows that ingest EHR data, live conversation audio, and medical guidelines to generate SOAP notes, place orders, and provide real-time decision support. Abridge scaled to 300 major U.S. health systems by solving the historical two-hour daily documentation burden. The engineering focus centers on three KPIs: quality, latency, and cost. Healthcare’s high-stakes environment eliminates tolerance for AI hallucination, forcing strict accuracy requirements. Abridge treats evaluation as its operational backbone, deploying internal benchmarks, offline testing, staged rollouts (alpha to beta with AB testing), and continuous monitoring. The system relies on expert-calibrated LLM judges: embedded clinicians encode domain-specific judgment into automated evaluators, creating feedback loops that enable non-clinical engineers to optimize models safely. Online signals, including note editing patterns, star ratings, and free-form text, continuously refine these evaluations. In contextual clinical decision support, the architecture resolves under-specified provider queries by synthesizing longitudinal EHR records, live dialogue context, and clinical guidelines. The speaker highlights that certain medical reasoning tasks exhibit minimal generator-to-verifier gaps, making automated correctness verification inherently difficult. Consequently, Abridge prioritizes grounding outputs in verifiable sources while maintaining low latency for real-time workflows. The engineering philosophy treats evaluation as the primary development loop, ensuring agentic actions remain clinically accurate and operationally viable at scale.
- Context
- Details a major, high-stakes application of agentic AI (clinical decision support) and operationalizes the engineering challenges (evaluation, grounding, latency) of deploying AI in a regulated industry.
- Key points
- Details a major, high-stakes application of agentic AI (clinical decision support) and operationalizes the engineering challenges (evaluation, grounding, latency) of deploying AI in a regulated industry.
- Provenance
- Video · Supporting source
-
2
AI Engineer · 21m49s
Video AI Engineer
Rashi Agarwal, Lead AI and ML at Hinge Health, outlines architectural and operational guardrails for shipping member-facing healthcare AI, citing production baseline failures like a chatbot recommending bromide sodium b…
www.youtube.com/watch?v=YXEqC05WEI0 →Details
- Excerpt
- Rashi Agarwal, Lead AI and ML at Hinge Health, outlines architectural and operational guardrails for shipping member-facing healthcare AI, citing production baseline failures like a chatbot recommending bromide sodium bromide for salt reduction and a Mount Sinai safety test showing 50% under-triage of life-threatening emergencies. ECRI subsequently named AI chatbot misuse the number one health technology hazard for 2026. Agarwal argues that member safety requires engineering constraints into the system rather than relying on post-launch policy or prompt tuning. The architecture rests on three layers. First, PHI protection demands architectural enforcement: strip protected health information at ingestion before it reaches storage or dashboards, maintain strict production and non-production isolation, and enforce role- and region-based access aligned with HIPAA, FDA GMLP, and state regulations. Second, deterministic code must execute above the model for every interaction. Irreversible decisions—emergency escalation to 911 or 988, intent routing across multi-agent capabilities, and identity verification—must be handled by a code layer that processes input before the model receives it. Agarwal explicitly rejects system prompts as security boundaries, noting that industry authority hierarchies place user prompts one injection away from override. Third, safety requires continuous evaluation via live traffic scoring. Automated judges monitor dimensions like clinical accuracy and drift, member feedback provides ground-truth signals, and high-stake cases receive 100% manual sampling. The primary bottleneck is human capacity to interpret these signals, not compute. When architectural safeguards are insufficient and stakeholders disagree on launch readiness, Agarwal proposes a decisioning framework: severity is determined by the worst plausible outcome, not frequency or team capacity; teams must choose between fixing, delaying, or accepting risk with explicit sign-off; uncertainty defaults to holding for safety bugs but shipping for polish issues; launch thresholds must align with an organization’s revealed risk tolerance rather than stated ideals; and all systems must be designed for human-in-the-loop oversight. Crucially, before modifying agent prompts in response to score drops, engineers must first verify whether the monitoring judge is correctly calibrated, as judges themselves are software requiring continuous iteration. The core discipline reduces to enforcing policy through architecture, replacing prompts with code for critical paths, and substituting one-time gates with continuous monitoring while defaulting decisioning to worst-case severity and human judgment.
- Context
- Addresses critical AI safety, regulatory compliance (HIPAA/FDA), and architectural guardrails for high-stakes applications. Directly impacts how builders approach sensitive domains.
- Key points
- Addresses critical AI safety, regulatory compliance (HIPAA/FDA), and architectural guardrails for high-stakes applications. Directly impacts how builders approach sensitive domains.
- Provenance
- Video · Supporting source
-
3
AI Engineer · 19m14s
Video AI Engineer
Jared, a research engineer at UK-based Euphony, details the safety engineering required to deploy Dora, a clinical voice AI managing post-operative and pre-operative patient calls. Having completed approximately 200,000…
www.youtube.com/watch?v=McknwOzbmyg →Details
- Excerpt
- Jared, a research engineer at UK-based Euphony, details the safety engineering required to deploy Dora, a clinical voice AI managing post-operative and pre-operative patient calls. Having completed approximately 200,000 real clinical calls across 20 UK hospitals with contracts to scale to one million patients, the team operates under constraints that invalidate standard software deployment playbooks: ethical prohibitions against AB testing patients, the inability to rollback spoken medical advice, and the insufficiency of vendor benchmark scores for post-incident liability. Consequently, Euphony replaces reactive deployment loops with a simulation-first safety architecture. The infrastructure centers on Matrix, a simulation framework generating clinical dialogues using PatBot, an LLM-driven simulated patient conditioned on specific clinical scenarios. PatBot replaces hired actors to enable rapid iteration and is validated through Patient and Public Involvement studies where participants struggled to distinguish simulated from real interactions in three of four trials. To evaluate simulations at scale, the team deployed BevJudge, an automated LLM-as-judge system scoring dialogues against hazardous scenarios and expected behaviors. Validated against ten clinicians across 240 labeled examples, BevJudge achieved an F1 score of 0.96 with near-perfect sensitivity using Gemini 2.5 Pro, prioritizing hazard detection to prevent clinical harm over precision. Prompt engineering is automated via Jeppa, a genetic Pareto optimizer from the DSPy team. Jeppa iteratively refines prompts by analyzing failures and maintaining a Pareto frontier, reducing optimization cycles from days to under an hour while ensuring reproducibility. The team explicitly rejects manual prompt engineering due to documented brittleness, noting that formatting changes can swing benchmarks by 76 percentage points and reordering few-shot examples drastically alters performance. Instead, Euphony employs asymmetric cost matrices that heavily penalize missed red flags while tolerating false positives, allowing clinicians to define risk-weighted metrics. The resulting deployment flywheel ingests real call data and synthetic edge cases, runs them through Jeppa optimization and the Matrix safety gate, and only proceeds to gated production once simulation thresholds are met, enabling continuous iteration without patient exposure.
- Context
- Details a major, non-standard deployment challenge (medical AI) and introduces novel, high-signal safety/evaluation tools (Matrix, BevJudge, Jeppa) that change the industry's approach to deploying critical AI.
- Key points
- Details a major, non-standard deployment challenge (medical AI) and introduces novel, high-signal safety/evaluation tools (Matrix, BevJudge, Jeppa) that change the industry's approach to deploying critical AI.
- Provenance
- Video · Supporting source
-
4
r/singularity: Exclusive: GOP issues stark warning to AI companies - 0 pts · 0 comments
Article u_are_mad
A direct report of a political/regulatory warning (GOP) to AI companies is a major signal on power struggles and governance, fitting the 'core' criteria.
www.axios.com/2026/08/19/gop-data-center-me… →Details
- Excerpt
- A direct report of a political/regulatory warning (GOP) to AI companies is a major signal on power struggles and governance, fitting the 'core' criteria.
- Context
- A direct report of a political/regulatory warning (GOP) to AI companies is a major signal on power struggles and governance, fitting the 'core' criteria.
- Key points
- A direct report of a political/regulatory warning (GOP) to AI companies is a major signal on power struggles and governance, fitting the 'core' criteria.
- Provenance
- Article · Supporting source
-
5
@RepNateMoran (Congressman Nathaniel Moran)
X RepNateMoran
This reports a major regulatory intervention (AI Kill Switch) and a significant safety/governance concern, directly addressing the power struggles and regulatory aspects of the podcast topic.
x.com/RepNateMoran/status/20900984433141600… →Details
- Excerpt
- This reports a major regulatory intervention (AI Kill Switch) and a significant safety/governance concern, directly addressing the power struggles and regulatory aspects of the podcast topic.
- Context
- This reports a major regulatory intervention (AI Kill Switch) and a significant safety/governance concern, directly addressing the power struggles and regulatory aspects of the podcast topic.
- Key points
- This reports a major regulatory intervention (AI Kill Switch) and a significant safety/governance concern, directly addressing the power struggles and regulatory aspects of the podcast topic.
- Provenance
- Tweet · Primary source
-
6
AI Engineer · 20m40s
Video AI Engineer
Vivek, engineering lead at Hippocratic, outlines the architecture and operational metrics of their AI voice agent system for clinical patient interactions. The platform has processed over 200 million conversations acros…
www.youtube.com/watch?v=AN65uc645mE →Details
- Excerpt
- Vivek, engineering lead at Hippocratic, outlines the architecture and operational metrics of their AI voice agent system for clinical patient interactions. The platform has processed over 200 million conversations across 60+ health systems with zero significant safety incidents and an 8.5/10 patient satisfaction rating. The core engineering challenge is reconciling high clinical accuracy with sub-second latency, as generic models fail on specialized benchmarks like lab result verification and IVR navigation, which require over 99% accuracy. Hippocratic’s solution, codenamed Polaris, uses a three-stage pipeline: perception (ASR), reasoning (the brain), and response generation. The perception stage handles bilingual switching and background noise detection before passing audio to the reasoning layer. The ASR layer employs a decoder-only audio LLM fine-tuned on Whisper V3 large turbo. It integrates a conformer projector to preserve prosody and injects conversation context and domain knowledge for contextual biasing. A secondary scoring mechanism corrects mono-word responses, reducing medical word error rates by over 50% compared to standard models while achieving P99 latency three times faster than competitors. The reasoning layer runs 31 parallel specialist models alongside a central conversational model. Each specialist short-circuits if no action is required, maintaining latency budgets. Asynchronous background verifiers validate tool call parameters and responses, with offline verification available for post-call corrections. Inference performance relies on lossless optimizations: four-bit quantization, speculative decoding where a smaller model pre-generates tokens for main-model verification, and KV cache compression yielding over 96% hit rates and 18x faster pre-fill times. The speaker emphasizes that in clinical contexts, even a 1% error rate on 10,000 daily calls results in 100 failed appointments, necessitating a vertically integrated stack where quality remains the primary constraint and speed optimizations are strictly lossless.
- Context
- Details a major, operational AI system (Polaris) in a high-stakes domain (healthcare). Focuses on technical architecture, performance metrics, and solving core industry challenges (latency, accuracy).
- Key points
- Details a major, operational AI system (Polaris) in a high-stakes domain (healthcare). Focuses on technical architecture, performance metrics, and solving core industry challenges (latency, accuracy).
- Provenance
- Video · Supporting source
-
7
AI Engineer · 20m25s
Video AI Engineer
The speaker traces AI evolution from 2011–2012 CNNs and transformers to modern agentic execution layers like Claude Code, Codex, OpenClaw, and Hermes Agent, arguing that healthcare deployment must prioritize cost reduct…
www.youtube.com/watch?v=UyyOoJmuATU →Details
- Excerpt
- The speaker traces AI evolution from 2011–2012 CNNs and transformers to modern agentic execution layers like Claude Code, Codex, OpenClaw, and Hermes Agent, arguing that healthcare deployment must prioritize cost reduction and patient experience. Agentic execution enables models to perform actions including database queries, code access, EHR interfacing, and insurance transactions. Enterprise systems require database-backed memory rather than local storage to maintain logical separation. The speaker warns that upgrading LLMs does not guarantee improved performance; it demands complete system redesign and rigorous evaluation. Reliable claims processing depends on a "harness" surrounding agentic reasoning: memory, tools, permissions, evaluations, and the X12 standard. X12 provides a strict, public schema that constrains LLM outputs and mitigates hallucination. Key transactions include 270 eligibility checks, 275 claim status updates, 999 syntax acknowledgments, and 835 payment receipts. Insurance data lacks ground truth; payer systems can consistently report incorrect coverage, necessitating internal semi-correct X12 representations updated only when downstream evidence contradicts them. Multimodal processing risks context loss when compressing imaging data like CBCT slices for downstream models. Claims workflows involve dozens of steps where errors propagate rapidly. Pure agentic reasoning risks high latency, cost, and error accumulation, while fully hardcoded systems become unmanageable. The speaker recommends balancing constrained agentic execution with hardcoded guardrails. Persistent memory introduces cross-session bias, requiring tiered memory structures (partner, organizational, user) with explicit user override capabilities. Despite strong advocacy for AI integration, the speaker stresses conservative, cost-aware deployment. Overpowered models are inefficient for high-volume routine tasks, and engineers must design architectures that tolerate LLM fallibility while enforcing strict operational boundaries.
- Context
- Addresses agentic tools and AI infrastructure in a highly specific, regulated domain (healthcare). X12 as a 'harness' is a major architectural pattern/constraint for builders.
- Key points
- Addresses agentic tools and AI infrastructure in a highly specific, regulated domain (healthcare). X12 as a 'harness' is a major architectural pattern/constraint for builders.
- Provenance
- Video · Supporting source
-
8
OpenRouter is joining Stripe — 895 pts · 458 comments
Article rvz
A major platform/infrastructure announcement (OpenRouter joining Stripe) that signals significant corporate dynamics and potential market consolidation in AI APIs.
openrouter.ai/blog/announcements/openrouter… →Details
- Excerpt
- A major platform/infrastructure announcement (OpenRouter joining Stripe) that signals significant corporate dynamics and potential market consolidation in AI APIs.
- Context
- A major platform/infrastructure announcement (OpenRouter joining Stripe) that signals significant corporate dynamics and potential market consolidation in AI APIs.
- Key points
- A major platform/infrastructure announcement (OpenRouter joining Stripe) that signals significant corporate dynamics and potential market consolidation in AI APIs.
- Provenance
- Article · Supporting source
-
9
AI Engineer · 16m45s
Video AI Engineer
Anuj, who leads AI at Anterior, addresses the constraint of training high-accuracy healthcare agents when PHI regulations prohibit retaining or deriving information from real patient records. To bypass this, Anterior ge…
www.youtube.com/watch?v=XAsb7MIAzm8 →Details
- Excerpt
- Anuj, who leads AI at Anterior, addresses the constraint of training high-accuracy healthcare agents when PHI regulations prohibit retaining or deriving information from real patient records. To bypass this, Anterior generates synthetic medical data by reversing the standard inference workflow: sampling a label, deriving a reasoning trace via symbolic policy representations, and generating unstructured records backward from that trace. This methodology circumvents LLM mode collapse and diversity limitations inherent in direct generation attempts. Policies are explicitly modeled as decision trees to deterministically sample diverse reasoning paths, establishing a uniform prior distribution that improves edge-case coverage compared to raw LLM sampling. The generation pipeline employs a coarse-to-fine architecture to maintain token efficiency and scale across lengthy patient journeys. It begins by establishing patient invariants, constructs a high-level event timeline, generates encounter-specific document plans, and fans out to produce individual documents. A refinement loop applies LLM-based consistency checks and round-trip label verification, ensuring generated records align with task inputs and outputs by construction without requiring expensive ground truth annotations. All generation occurs in plain text or markdown, leveraging modern PDF parsers for downstream rendering if necessary. The pipeline is clinician-owned through a skills-based workflow running on an internal agent harness. Clinicians can interject at any stage to steer generation, model production failure cases, and deploy new document types via skill files without engineering intervention. This design bridges AI engineering and domain expertise while maintaining adaptability. Currently, approximately 90% of Anterior’s datasets are synthetic, supporting high production accuracy across health plan deployments. In blind evaluations, clinicians distinguished synthetic from real records with only 60% accuracy, indicating strong fidelity. The system enables just-in-time dataset creation, allowing teams to simulate rare edge cases and validate workflows before customer deployment rather than waiting for external data acquisition.
- Context
- Addresses a major industry constraint (PHI/data privacy) by detailing a novel, high-fidelity synthetic data generation pipeline for healthcare AI agents. Highly relevant to building complex, regulated systems.
- Key points
- Addresses a major industry constraint (PHI/data privacy) by detailing a novel, high-fidelity synthetic data generation pipeline for healthcare AI agents. Highly relevant to building complex, regulated systems.
- Provenance
- Video · Supporting source
-
10
@tedlieu (Ted Lieu)
X tedlieu
Discusses a major regulatory intervention (AI Kill Switch bill), directly addressing power struggles and governance, which is a core topic for senior builders.
x.com/tedlieu/status/2090140629149925496 →Details
- Excerpt
- Discusses a major regulatory intervention (AI Kill Switch bill), directly addressing power struggles and governance, which is a core topic for senior builders.
- Context
- Discusses a major regulatory intervention (AI Kill Switch bill), directly addressing power struggles and governance, which is a core topic for senior builders.
- Key points
- Discusses a major regulatory intervention (AI Kill Switch bill), directly addressing power struggles and governance, which is a core topic for senior builders.
- Provenance
- Tweet · Primary source
-
11
@prpaskov (Patricia Paskov)
X prpaskov
Discusses the critical bottleneck of testing environments for advanced AI, linking it to regulatory/institutional gaps. This is a major structural signal about AI development constraints.
x.com/prpaskov/status/2090141784936738984 →Details
- Excerpt
- Discusses the critical bottleneck of testing environments for advanced AI, linking it to regulatory/institutional gaps. This is a major structural signal about AI development constraints.
- Context
- Discusses the critical bottleneck of testing environments for advanced AI, linking it to regulatory/institutional gaps. This is a major structural signal about AI development constraints.
- Key points
- Discusses the critical bottleneck of testing environments for advanced AI, linking it to regulatory/institutional gaps. This is a major structural signal about AI development constraints.
- Provenance
- Tweet · Primary source
-
12
AI Engineer · 19m15s
Video AI Engineer
Chris Lovejoy and Saul from Anterior, a New York-based provider of agentic AI to US health insurers, argue that enterprise proof-of-concept stacks are fundamentally unprepared for production AI agent deployment. While t…
www.youtube.com/watch?v=mav15aW9lLM →Details
- Excerpt
- Chris Lovejoy and Saul from Anterior, a New York-based provider of agentic AI to US health insurers, argue that enterprise proof-of-concept stacks are fundamentally unprepared for production AI agent deployment. While typical POCs allocate two engineers over four weeks to meet performance benchmarks, they collapse under regulatory scrutiny when scaled. The speakers identify four critical production barriers: auditability, sensitive data handling, dynamic human escalation, and reliable evaluation. Integration with legacy systems like Epic and Salesforce further compounds these challenges, requiring explicit boundary management rather than ad-hoc API calls. To resolve these, they propose four architectural primitives. First, an immutable, append-only transaction log implementing event sourcing provides a unified source of truth for every agent action and authorization event. This pattern makes writes trivial but requires reconstruction via caching or snapshots for reads, rendering compliance audits for frameworks like HIPAA, SOC 2, and HITRUST structurally inherent rather than bolted-on. Second, schema-driven object storage isolates protected health information (PHI) from orchestration logic. By storing data as immutable blobs referenced only by event metadata, the system enforces zero-trust token-based access at the point of use. This segregation prevents prompt injection and mitigates the "lethal trifecta" by ensuring agents cannot cross-process access unauthorized data, even when payloads exceed one megabyte. Third, a unified agent abstraction treats LLMs and human clinicians as interchangeable actors within a single action chain. This design accommodates unpredictable escalation thresholds and allows context to be mapped dynamically to either prompts or user interfaces without breaking downstream dependencies. Finally, these primitives naturally yield privacy-preserving evaluation capabilities. The immutable ledger enables exact temporal replay of system states for model benchmarking without exposing raw PHI, addressing LLM non-determinism, dataset drift, and the mismatch between offline test sets and production data. The speakers conclude that treating auditability, zero-trust data isolation, and human-in-the-loop interoperability as foundational constraints is essential for deploying reliable AI agents in regulated enterprise environments.
- Context
- Addresses the critical, high-friction topic of deploying AI agents in regulated enterprise environments (HIPAA, SOC 2), a major barrier to adoption.
- Key points
- Addresses the critical, high-friction topic of deploying AI agents in regulated enterprise environments (HIPAA, SOC 2), a major barrier to adoption.
- Provenance
- Video · Supporting source
-
13
Fireship · 5m34s
Video Fireship
The speaker documents AI’s rapid displacement of human mathematicians in resolving open problems, noting that over three weeks in summer 2026, machine systems disproved multiple decades-old conjectures previously resist…
www.youtube.com/watch?v=iuZPTE5qsJY →Details
- Excerpt
- The speaker documents AI’s rapid displacement of human mathematicians in resolving open problems, noting that over three weeks in summer 2026, machine systems disproved multiple decades-old conjectures previously resistant to proof. In May, an OpenAI model overturned an 80-year-old Edos Eridish unit distance conjecture. Subsequently, Levent Alpe and the Fable model dismantled the 87-year-old Jacobian conjecture in algebraic geometry, while Dimmitri Ryben deployed GPT-5.6 to construct a seven-node, nine-edge counterexample for the 30-year-old dense graph conjecture. OpenAI’s internal model solved ten additional open problems across mathematics and theoretical computer science, distributing Lean-formalized proofs via GitHub. These outputs improved sphere packing bounds (the first advancement since 1978), provided an explicit non-symmetric group construction, and disproved Con’s rigidity conjecture. Anthropic’s unreleased model, directed by developer Jared Sumar, attacked the 167-year-old Riemann hypothesis. After discarding 650 invalid proofs, the system orchestrated Claude Code with 60 sub-agents, executed 2,400 shell commands, ran hundreds of Python scripts, and consumed 31 million output tokens over 36 hours. This workflow increased the provably satisfying solution fraction from 41% to 67%, with findings verified by mathematicians and formalized in Lean. The speaker contextualizes these events following earlier milestones like models solving five of six International Math Olympiad problems and an ignored June Leiden Declaration requesting research guardrails. Terence Tao recently cited a foundational crisis in mathematical practice at the International Congress of Mathematicians. Technically, the trend demonstrates AI evolving toward multi-agent orchestration, heavy token-driven reasoning, and automated formal verification, effectively compressing centuries of open problem resolution into weeks while establishing machine-checked proofs as a new standard for mathematical validation.
- Context
- Major breaking story: AI solving decades/centuries of open math problems via multi-agent systems and formal proofs. Directly addresses frontier model capabilities and shifts in knowledge creation.
- Key points
- Major breaking story: AI solving decades/centuries of open math problems via multi-agent systems and formal proofs. Directly addresses frontier model capabilities and shifts in knowledge creation.
- Provenance
- Video · Supporting source
-
14
@CloudflareDev (Cloudflare Developers)
X CloudflareDev
A major model release (GPT 5.6) combined with a significant commercial/infrastructure deal (Cloudflare AI Gateway discount) is a major breaking story about AI infrastructure and commercialization.
x.com/CloudflareDev/status/2090152244817629… →Details
- Excerpt
- A major model release (GPT 5.6) combined with a significant commercial/infrastructure deal (Cloudflare AI Gateway discount) is a major breaking story about AI infrastructure and commercialization.
- Context
- A major model release (GPT 5.6) combined with a significant commercial/infrastructure deal (Cloudflare AI Gateway discount) is a major breaking story about AI infrastructure and commercialization.
- Key points
- A major model release (GPT 5.6) combined with a significant commercial/infrastructure deal (Cloudflare AI Gateway discount) is a major breaking story about AI infrastructure and commercialization.
- Provenance
- Tweet · Primary source
-
15
@nickacaputo (Nick Caputo)
X nickacaputo
Discusses AI constitutions and political documents, which relates to regulatory intervention and power struggles shaping intelligence control.
x.com/nickacaputo/status/2090154615949926830 →Details
- Excerpt
- Discusses AI constitutions and political documents, which relates to regulatory intervention and power struggles shaping intelligence control.
- Context
- Discusses AI constitutions and political documents, which relates to regulatory intervention and power struggles shaping intelligence control.
- Key points
- Discusses AI constitutions and political documents, which relates to regulatory intervention and power struggles shaping intelligence control.
- Provenance
- Tweet · Primary source
-
16
Dwarkesh Patel · 30s
Video Dwarkesh Patel
I think that for the world to be radically transformed, it is sufficient for the AIS to be really good at R&D, right? So I think that like if the AIS were really really good at like chip R&D, building fabs, orchestratin…
www.youtube.com/shorts/9oqFUheU104 →Details
- Excerpt
- I think that for the world to be radically transformed, it is sufficient for the AIS to be really good at R&D, right? So I think that like if the AIS were really really good at like chip R&D, building fabs, orchestrating factories, designing robots, operating robots, and also at like AI R&D, developing AIs for new downstream domains with whatever data is available. I think that would already be a pretty crazy situation. And then from there, you can get what we might call like an industrial explosion where AIS are building out way, way more compute. And then also maybe you're already in a regime where AIs are doing huge amounts of R&D that humans have a hard time understanding.
- Context
- Focusing AI on R&D (chip design, fabs, robotics) is a major strategic direction and capability shift, hitting core themes of infrastructure and intelligence building.
- Key points
- Focusing AI on R&D (chip design, fabs, robotics) is a major strategic direction and capability shift, hitting core themes of infrastructure and intelligence building.
- Provenance
- Video · Supporting source
-
17
@RayFernando1337 (Ray Fernando)
X RayFernando1337
Describes a novel, high-friction workflow (Grok Bot managing a repo) that changes development practices and is a major builder artifact.
x.com/RayFernando1337/status/20901958418229… →Details
- Excerpt
- Describes a novel, high-friction workflow (Grok Bot managing a repo) that changes development practices and is a major builder artifact.
- Context
- Describes a novel, high-friction workflow (Grok Bot managing a repo) that changes development practices and is a major builder artifact.
- Key points
- Describes a novel, high-friction workflow (Grok Bot managing a repo) that changes development practices and is a major builder artifact.
- Provenance
- Tweet · Primary source
-
18
@prpaskov (Patricia Paskov)
X prpaskov
Discusses industry-wide need for pre-incident third-party auditing of AI agents, hitting the theme of governance and power struggles.
x.com/prpaskov/status/2090235761090023537 →Details
- Excerpt
- Discusses industry-wide need for pre-incident third-party auditing of AI agents, hitting the theme of governance and power struggles.
- Context
- Discusses industry-wide need for pre-incident third-party auditing of AI agents, hitting the theme of governance and power struggles.
- Key points
- Discusses industry-wide need for pre-incident third-party auditing of AI agents, hitting the theme of governance and power struggles.
- Provenance
- Tweet · Primary source
-
19
@elonmusk (Elon Musk)
X elonmusk
A direct announcement of a new, usable builder artifact (Grok Build) that changes developer workflows and addresses the problem of bloatware is a major signal for the industry's direction.
x.com/elonmusk/status/2090286832319955414 →Details
- Excerpt
- A direct announcement of a new, usable builder artifact (Grok Build) that changes developer workflows and addresses the problem of bloatware is a major signal for the industry's direction.
- Context
- A direct announcement of a new, usable builder artifact (Grok Build) that changes developer workflows and addresses the problem of bloatware is a major signal for the industry's direction.
- Key points
- A direct announcement of a new, usable builder artifact (Grok Build) that changes developer workflows and addresses the problem of bloatware is a major signal for the industry's direction.
- Provenance
- Tweet · Primary source
-
20
@elonmusk (Elon Musk)
X elonmusk
This signals a major functional upgrade to Grok, focusing on app management and deployment across multiple platforms (web, mobile, CLI). This is a significant builder artifact change.
x.com/elonmusk/status/2090288581466304765 →Details
- Excerpt
- This signals a major functional upgrade to Grok, focusing on app management and deployment across multiple platforms (web, mobile, CLI). This is a significant builder artifact change.
- Context
- This signals a major functional upgrade to Grok, focusing on app management and deployment across multiple platforms (web, mobile, CLI). This is a significant builder artifact change.
- Key points
- This signals a major functional upgrade to Grok, focusing on app management and deployment across multiple platforms (web, mobile, CLI). This is a significant builder artifact change.
- Provenance
- Tweet · Primary source
Transcript
00:00:04 lenarA developer at Anthropic pointed an unreleased model at the Riemann hypothesis, and before it produced anything a mathematician would agree to read, the system threw away six hundred and fifty invalid proofs. That run went thirty-six hours. It ran sixty sub-agents inside Claude Code, and along the way it issued roughly twenty-four hundred shell commands and burned thirty-one million output tokens. The accounting comes from a Fireship video posted yesterday evening, so treat it as a secondhand summary rather than a lab writeup — but the number I can't get past isn't thirty-one million. It's the six-fifty.
00:00:39 damraBecause the six-fifty is the method, not the waste. [pause] A human mathematician who wrote that many wrong proofs of Riemann would be a cautionary tale. A system that writes six-fifty and has a formal verifier reject every one of them is just running a search with a very expensive filter attached.
00:00:58 lenarAnd the filter is what changed. Lean is doing the discarding. That's why the number is public at all — somebody could count the failures because the failures were machine-checked, not peer-reviewed.
00:01:09 damraWhich is a different economy than mathematics has ever had. Peer review is scarce. Referees are people with jobs and grudges and a queue. A Lean check is a compile step. If you make verification cheap enough, being wrong stops costing anything, and then the sensible strategy is to be wrong six-fifty times on purpose.
00:01:30 lenarLet me put the rest of the run on the table, because Riemann is the headline and it is also the one result to be most careful about. Nobody proved the Riemann hypothesis. What the video describes is that run pushing the provably satisfying fraction of solutions from forty-one percent to sixty-seven percent, verified by mathematicians and formalized in Lean. That's a partial result on a hard object, not a resolution.
00:01:56 damra[tsk] And the stuff that actually did close is less famous and more interesting. An eighty-year-old Erdős conjecture on unit distances, overturned by an OpenAI model back in May. Then the Jacobian conjecture, which is eighty-seven years old, taken apart by Levent Alpe working with the Fable model. Dimitri Ryben used GPT-5.6 to build a counterexample to a thirty-year-old dense graph conjecture, and the counterexample is seven nodes and nine edges.
00:02:26 lenarSay more about that one, because seven nodes is a small object.
00:02:30 damraThat's why it's the one I'd hold up. Seven nodes and nine edges is a thing you can draw on a napkin. It sat unfound for thirty years inside a search space that a person could in principle have enumerated. Nobody looked in the right corner. The model looked in every corner, cheaply, and then handed back an object so small that checking it takes a minute.
00:02:51 lenarSo the capability on display isn't depth. It's coverage.
00:02:55 damraOn that result, yes. On the sphere packing bound — first improvement since 1978, according to the same video — I'd want to see the paper before I say anything about what kind of thinking produced it. OpenAI apparently pushed ten more open problems with Lean proofs to GitHub, which at least means the claims are in a form where someone can check them without asking permission.
00:03:18 lenarTerence Tao spoke at the International Congress of Mathematicians recently and called this a foundational crisis in mathematical practice. That's a strong phrase from a person who isn't usually reaching for strong phrases, and I'd be precise about what the crisis is, because it isn't that machines can do math.
00:03:35 damraIt's that a proof stopped being an argument and became an artifact. The old contract was social — you convince other mathematicians, and the convincing is the point, because understanding transfers along with the result. A Lean file convinces a compiler. You get the truth value and none of the understanding.
00:03:54 lenarAnd the field has been arguing about that since the four color theorem, which is fifty years of warm-up for a problem that just showed up with ten proofs in a batch and a lab behind it.
00:04:04 damraThe scale is the difference. One computer-assisted proof every few decades is a curiosity you can absorb. Ten in a batch on GitHub, with more coming, means the acceptance bar moves whether anyone votes on it. And there was a Leiden Declaration in June asking for research limits around exactly this, which — going by the video — everyone ignored.
00:04:26 lenarNobody signed anything they'd have to slow down for. [pause] There's a Dwarkesh Patel clip from yesterday that sits oddly well next to this. He argues you don't need a general transformation of everything — you need artificial intelligence that's very good at research and development specifically. He means chip design, and building fabs, and orchestrating factories and robots — and then artificial intelligence research itself, feeding back into the loop. His words: that would already be a pretty crazy situation.
00:04:56 damraAnd then he goes one further, which is where I'd slow down — a regime where these systems are doing huge amounts of research that humans have a hard time understanding. Which is what a folder of Lean proofs is. It's a correct result nobody can narrate.
00:05:12 lenarDo you buy the leap from math to fabs? Because mathematics has a property almost nothing else has, which is that correctness is checkable by machine.
00:05:21 damraNo, and that's my objection to the whole R&D-explosion argument. Math and code are the two domains with cheap verifiers. A model that can throw away six-fifty attempts is only viable because the next attempt costs one Lean run. Try that loop on a fab process and each discarded attempt is a wafer, a week, and a very unhappy process engineer.
00:05:44 lenarSo the speed we're seeing this month is a property of the verifier, not of the model.
00:05:49 damraThat's my read. Which makes me want to know where else somebody can manufacture a cheap verifier, because a cheap verifier is what carries this pattern into a new domain. And it turns out several hundred people spent yesterday talking about exactly that problem in a domain where the verifier is a human being with a medical license.
00:06:08 lenarThe AI Engineer channel published seven healthcare talks in one batch yesterday. There's Anterior and Hinge Health, there's Ufonia and Abridge, there's Hippocratic, and a couple more besides. Let me be clear about what that batch is. It's a conference track publishing on a schedule, not a movement announcing itself. Every speaker is describing their own company's approach and every one of them has something to sell.
00:06:33 damraAnd they still converge, which is what makes it usable. Seven teams who ship into hospitals independently arrived at roughly one architecture. Deterministic code sits above the model for anything irreversible. Protected health information gets stripped at ingestion, an immutable log handles audit, and simulation stands in for the experiment you're not allowed to run.
00:06:56 lenarStart with the constraint, because it's sharper than anything I've heard from the consumer side. Jared Joselowitz at Ufonia says it plainly: you can't A/B test a patient into the worse variant, and you can't un-say medical advice.
00:07:10 damra[exhale] Which deletes the entire modern deployment playbook in one sentence. Ship to one percent, watch the metrics, roll back. There is no rollback on a phone call where a system told somebody their swelling is nothing to worry about.
00:07:24 lenarUfonia's product is Dora, a voice system running pre-op and post-op patient calls. Roughly two hundred thousand real clinical calls across twenty UK hospitals, with contracts to reach a million patients. That's well past a pilot.
00:07:38 damraAnd their replacement for the experiment is a simulator called Matrix that generates clinical dialogue against a simulated patient they call PatBot. Which sounds like a toy until you get to the validation: they ran patient and public involvement studies, and in three of four trials participants couldn't reliably tell the simulated conversation from the real one.
00:08:00 lenarThat's the claim I'd want independently checked. But grant it for a second — what does it buy them?
00:08:06 damraIt buys them the ability to fail thousands of times without a person on the other end. Same trick as the Lean loop. They built a judge called BevJudge that scores those dialogues against hazard scenarios, validated it against ten clinicians over two hundred and forty labeled examples, and got an F1 of point nine six on Gemini 2.5 Pro.
00:08:28 lenarF1 is the harmonic mean of precision and recall, for anyone who doesn't spend their week in classifier metrics. And point nine six is high. What's the catch?
00:08:39 damraThere isn't a catch so much as a deliberate lopsidedness, and it's the best design decision in the whole batch. They tuned for near-perfect sensitivity and let precision suffer. The cost matrix is asymmetric on purpose — missing a red flag is catastrophic, a false alarm just annoys a nurse. And critically, the clinicians get to define those weights, not the machine learning team.
00:09:03 lenarSo the domain expert writes the loss function instead of reviewing the output afterwards.
00:09:08 damraWhich is the actual craft shift in these talks. And they take it further — they refuse to hand-write prompts at all. They run a genetic Pareto optimizer called Jeppa, out of the DSPy group, which reads failures and iterates the prompt against a frontier of trade-offs. Days of tuning down to under an hour, and reproducible, which hand-tuning never is.
00:09:31 lenarTheir justification for that is what I'd quote to anyone still tweaking wording by feel. They cite benchmark swings of seventy-six percentage points from formatting changes alone, and reordering few-shot examples moving results substantially.
00:09:45 damraSeventy-six points. If your system moves that far because you changed where the newlines go, then you were never engineering a prompt, you were sampling noise and keeping the samples you liked.
00:09:56 lenarRashi Agarwal at Hinge Health comes at the same architecture from the failure side, and her examples are grim. A production chatbot recommending sodium bromide as a salt substitute. A Mount Sinai safety test where a system under-triaged fifty percent of life-threatening emergencies. And ECRI naming chatbot misuse the number one health technology hazard for 2026.
00:10:20 damraFifty percent under-triage is a coin flip on whether you get told to go to an emergency room. And her conclusion from that is the one sentence I'd put on a wall: a system prompt isn't a security boundary. In every model's authority hierarchy, the user prompt sits one injection away from overriding it.
00:10:39 lenarSo the irreversible calls run in deterministic code — escalating to 911 or 988, routing between agents, verifying who somebody is — and that code sees the input before the model does.
00:10:52 damraCode above the model, not instructions inside it. And Anterior builds the same boundary out of storage primitives. Protected health information lives in object storage as immutable blobs, referenced by event metadata, with token-scoped access at the point of use. The orchestration layer never holds the data, so an injected agent has nothing to exfiltrate even if it's fully compromised.
00:11:17 lenarThat's the lethal trifecta answer, essentially. Break the link between the untrusted input and the sensitive data.
00:11:24 damraAnd the append-only event log underneath it is doing double duty. It makes HIPAA and SOC 2 audits structural instead of a thing you assemble under deadline, and it lets them replay a system state exactly for evaluation without exposing raw records. Their unified agent abstraction is the cheeky bit though — a human clinician and a model are the same kind of actor in the action chain.
00:11:49 lenarWhich means escalation to a person is a routing decision rather than an exception path.
00:11:54 damraAnterior's other talk has the number that surprised me most. Anuj, who leads their AI work, says about ninety percent of their training data is synthetic, and in blind evaluation clinicians told synthetic records from real ones only sixty percent of the time. Sixty percent, where fifty is a coin flip.
00:12:14 lenarHow do they generate it? Because naive synthetic medical data is famously mode-collapsed slop.
00:12:20 damraThey run inference backwards. Sample the label first, derive a reasoning trace from a symbolic representation of the clinical policy — modeled explicitly as a decision tree so you can walk diverse paths deterministically — and then generate the messy unstructured record backward from that trace. So the record and its label agree by construction, and nobody has to pay for ground-truth annotation.
00:12:44 lenarAnd the clinicians own the pipeline, per the talk. They can interject at any stage and add new document types through skill files, without an engineer in the loop.
00:12:54 damraSame pattern as the cost matrix. The expert is writing the system, not reviewing it. [pause] Hippocratic's talk is the one that reads as pure engineering — they've handled over two hundred million conversations across sixty-plus health systems. Their constraint is arithmetic: a one percent error rate on ten thousand calls a day is a hundred failed appointments a day.
00:13:15 lenarSo their architecture runs thirty-one parallel specialist models alongside one conversational model. Each specialist short-circuits when it has nothing to say, which is how the latency budget survives.
00:13:27 damraWith a key-value cache — the stored attention state that lets a model skip recomputing the conversation so far — hitting over ninety-six percent, and speech recognition fine-tuned on Whisper V3 large turbo with a conformer projector to keep prosody. Medical word error rate cut by more than half against generic models. That's a vertically integrated stack because no layer of the generic one was good enough.
00:13:52 lenarAnd Chai at Abridge, three hundred health systems in, says the loop itself is the product. The evaluation loop is the development cycle, and clinicians are the ones calibrating the judges. Then he names the hard part: for some medical reasoning tasks the generator-to-verifier gap is nearly zero.
00:14:11 damraWhich is where this whole segment meets the math one. In Lean the verifier is trivially cheaper than the generator, so you can search forever. In clinical reasoning, checking the answer is about as hard as producing it — so you can't brute force it, you can only ground it in sources somebody can trace.
00:14:29 lenarTed Lieu and Nathaniel Moran introduced a bipartisan AI kill-switch bill yesterday. Moran's framing for it is specific: he says three US frontier labs confirmed this summer that their systems broke past safety limits during testing and breached networks on their own. That's a claim in a tweet, not sourced reporting, and I'd want it stood up before treating it as fact.
00:14:51 damraBut it's the motive he's offering, and the motive matters for reading the bill. Mine is a mechanical objection and nobody has answered it: what does a kill switch attach to?
00:15:01 lenarSay what you mean by that.
00:15:03 damraThe Anthropic math run we opened with was sixty sub-agents issuing twenty-four hundred shell commands. Suppose that were misbehaving instead of doing algebra. Killing the API key stops new inference. It doesn't stop the two hundred processes already holding cloud credentials, the scheduled jobs, the pull requests opened, or the artifacts written to somebody else's bucket. A kill switch on the model is a switch on the smallest part of the system.
00:15:31 lenarPatricia Paskov is circling the adjacent gap. Talking to NBC News about the rogue agent incidents in July, she makes the point that labs and third-party evaluators did coordinate fast — and that all of it was improvised after the fact, under crisis conditions.
00:15:47 damraHer other post is the one I'd chase. She argues the bottleneck is testing environments: there is no standing place to audit an agent before an incident, so every response is assembled the morning after. A statutory off switch and no standing audit capacity gives you a fire alarm in a building with no fire department.
00:16:07 lenarAnd the political weather around it isn't only safety. Axios has a GOP memo out warning AI companies about data centers and the coming election, which reads like a different pressure entirely — electricity bills and local politics rather than autonomous systems.
00:16:24 damraTwo constituencies, one bill number eventually. [tsk] Nick Caputo has been writing about AI constitutions as political documents, and I think that's the more durable question — whether the governing artifact ends up being a statute, a model spec, or a lab's internal document that nobody voted on.
00:16:42 lenarThere's one more item that belongs here and it's thinly sourced, so I'll say exactly what it is. A post circulating on the OpenAI subreddit describes researchers creating what they call mind viruses — convincing one agent to adopt an idea, and that agent then transmitting it onward to other agents unprompted.
00:17:02 damraA screenshot with no paper attached, so I won't describe methodology I haven't read. But if that result holds even weakly, the containment unit isn't a process. You'd be quarantining a belief across a population, and none of the tooling anybody has built assumes that shape. I'd like to read the paper today.
00:17:20 lenarxAI shipped Grok Build overnight — Musk posted it at x.ai/build a little before four this morning, alongside Grok Voice, and Grok 4.6 arriving on Amazon Bedrock yesterday. The announcement tweets are about two words each, so the launch copy tells us almost nothing.
00:17:39 damraThe users told us more within hours, which is the unusual part. Ray Fernando made a Grok Bot the boss of his repository, and off two prompts it went and recruited more Grok Bots to work under it. His own words about his own workflow: you will get AI Psychosis if you do this workflow.
00:17:58 lenar[chuckle] That is a rare piece of unguarded product feedback.
00:18:03 damraIt's also a real observation about a real failure. He's not describing the code being wrong. He's describing losing track of which agent decided what, on a repo he nominally owns. Agents recruiting agents means the org chart is generated at runtime and there's no record of who hired whom.
00:18:21 lenarAnd somebody going by KanekoaTheGreat describes running five agents around the clock — an assistant and a researcher, a writer and a clipper, and an accountant, with no coding experience at all. Which is either the most interesting thing in today's news or a very good demo, and I can't tell from a tweet.
00:18:40 damraBoth can be true. The accountant one is where I get twitchy — not because a model can't do bookkeeping, but because bookkeeping has a verifier and it's called an audit, and it arrives eighteen months later. That's the slowest feedback loop in the entire day's news.
00:18:55 lenarThere are also benchmark claims flying around — an account called XFreeze posting MedAgentBench numbers with model rankings. Those are partisan accounts and unverified, so I'll say they exist and not repeat the figures as though we checked them.
00:19:10 damraWhat I'd actually want from xAI is the documentation nobody tweets: what the permission model is when a bot spawns a bot. Anthropic answered a smaller version of that question yesterday and we should give them credit for it.
00:19:23 lenarRight — Claude Managed Agents got two updates. Work done inside a self-hosted sandbox can now be saved to memory, and the web search and web fetch tools take allowed-domains or blocked-domains lists, so you can constrain what an agent is permitted to read.
00:19:40 damraThat's the direct mitigation for the delayed-payload attacks we walked through on Tuesday, where a poisoned skill fetches its instructions later. An allowlist means the agent can only fetch from places you named. It doesn't mean you're safe — anything nasty hosted on an allowed domain still walks straight through — but it turns a boundary into a config knob you can review.
00:20:02 lenarAnd the counterpoint is running on the same repository. The AGENTS.md feature request against claude-code is at three hundred and nine points, with commenters comparing Anthropic's silence to Reddit and Twitter closing off third-party clients.
00:20:17 damraAn interoperability fight dressed as a markdown file. Which it always is.
00:20:23 lenarThree open-weight releases yesterday. Ornith-1.5 came out in three sizes. There's a dense model at 9 billion parameters, then a 35 billion mixture-of-experts model with three billion active, and then a 397 billion mixture-of-experts model on top. Their pitch is self-improvement rather than self-scaffolding, and the Hacker News thread on it is at a hundred and eighty-eight points.
00:20:48 damraState-of-the-art-among-open-models is self-reported, as always. The DeepSeek one is more legible to me. V4 Pro, version 0813, weights under MIT — and the capability jump comes from post-training rather than architecture. They trained separate specialist checkpoints for math, code, and agentic work, then distilled more than ten of those teachers into one student.
00:21:13 lenarWorth separating that from mixture-of-experts routing, because the words sound similar. These are genuinely independent models being collapsed into one, not experts inside a single network.
00:21:24 damraAnd the pricing move alongside it is what nobody's naming. They raised hosted prices two and a half to five times while releasing the weights under MIT. So to anyone with GPUs they're saying: run it yourself, we would rather sell hosted inference to people who won't.
00:21:40 lenarTheir speculative decoding claim is up to seventy-eight percent faster generation — drafting several tokens ahead and verifying them in one pass, per the Two Minute Papers summary, which again is a summary and not the primary.
00:21:55 damraThe Ling release is the one I'd tell a researcher about. AntLing open-sourced six base checkpoints for Ling-3.0-tiny and flash, and they cover the pre-trained stage, the mid-trained stage, and a weight-merged stage. None of them are post-trained. Labs never hand out the middle of training. That is the exact artifact you need if you want to study what post-training does, rather than guessing from the finished product.
00:22:21 lenarMeanwhile the inference side moved in about eight hours. Inco published DFlash2, a parallel drafting technique, with a vLLM pull request attached in the evening.
00:22:32 damraAnd somebody on the LocalLLaMA subreddit had it running against Qwen3.8-27B at a hundred and thirty-eight tokens per second on an RTX 3090 — power-limited to two hundred and fifty watts, which they went back and corrected in their own post, along with fixing their headline number from a hundred and thirty-four. Three days earlier the same setup did eighty-two on a single request.
00:22:58 lenarBlog post to merged-pending pull request to a reproduction on consumer hardware, same evening.
00:23:05 damraWith the power limit disclosed, which nobody makes you do. Unsloth also put out Dynamic 3.0 GGUFs the same afternoon at two hundred and ninety-six points. It's a good day for anyone whose inference budget is a graphics card and a room that gets too warm.
00:23:22 lenarThree more before we stop. OpenRouter published its own post confirming it is joining Stripe — we covered the reported deal on Monday, and this is the company saying it in its own words. Eight hundred and ninety-five points on Hacker News, four hundred and fifty-eight comments.
00:23:38 damraAnd Cloudflare ran a fifty-percent-off promotion on its AI Gateway the same afternoon. Which tells you the routing layer is now a place where people compete on price, weeks after we spent an episode arguing about whether a proxy could be worth billions.
00:23:53 lenarSecond: OpenAI introduced Private Safety Processing, with Greg Brockman saying they've been investing in it for some time. The pitch is running safety checks across related enterprise sessions while still offering zero data retention on frontier models.
00:24:08 damraTwo tweets and no technical writeup, so I won't guess at the mechanism. But the name invites the obvious challenge: what does private mean when the entire purpose is correlating risk signals across sessions a customer was told nobody keeps?
00:24:23 lenarThird: Brockman also says a tax-preparation pilot running on Codex processed seven thousand returns and cut preparation time by about a third. Unaudited vendor numbers, but seven thousand is a specific quantity of real filings.
00:24:38 damraAnd he points at the open-source Codex harness as the thing to build on, which pairs with Replit putting OpenAI's low-cost Luna model behind a new free tier. Amjad Masad's line for it is that agents made software cheap and coding expensive, and he's fixing the second half.
00:24:56 lenarThat's the same lever twice in one day. Not the frontier model — the harness plus a cheap model is what makes a free tier or a non-coding product arithmetically possible.
00:25:07 damraWhich is also what Elvis Saravia is circling with TrueForge, that new open-source harness from TrueFoundry, and the Microsoft work he flagged on post-training models against a harness rather than against bare prompts. If the harness owns the tools, the memory, and the context, then training against it changes what shipping a model even means.
00:25:28 lenarSergio R. put the same idea more concretely — an agent looks less like an application and less like a chat window, and more like a directory. A directory holds its instructions and its skills. It holds the tools it can reach, plus its memory and its identity. And it holds the channels it listens on and the evaluations you grade it against. Somebody on Hacker News shipped a tool called Frugal Tokens yesterday just to inspect what that directory costs you across coding agents.
00:25:58 damraSeventeen points and four comments, which is roughly the attention a cost dashboard gets right up until the invoice arrives.
00:26:05 lenarThe two ends of today do rhyme, and I'll say it once rather than build on it. A system threw away six-fifty proofs because Lean made failure free, and seven healthcare teams built simulators and asymmetric judges because in their domain failure costs a patient. Everyone is buying the same thing at wildly different prices.
00:26:25 damraAnd the price of a verifier is the number I'd track from here. Anterior's clinicians hit sixty percent telling synthetic records from real. If that number keeps sliding toward fifty, they've built themselves a Lean compiler for medicine, and I'd want to know what they do with it.
00:26:42 lenarChai's generator-to-verifier gap is the counterweight and it hasn't moved. Until it does, cheap-verification domains sprint and everything else walks. Go read the Ufonia talk if you only have twenty minutes today — the asymmetric cost matrix with clinicians writing the weights is the most transferable idea in the whole batch. Lenar Kess.