Archive BRAID
The Card Arrived by Evening / DISPATCH 115
PDF RSS

Dispatch 115 · 2026-08-13 GSV Disclosed Without Explanation

The Card Arrived by Evening

/ 00:28:54 / 20 sources

“The agent wasn't confused. It was following an instruction that had stopped being true, and there was nowhere for it to learn that.”

— Lenar Kess, today's narration

xAI shipped Grok 4.6 with the full benchmark story on day zero and no model card. Six hours and three named critics later, the card was up — and the first number reviewers pulled out of it was a five-times higher lie rate with no explanation attached. That whole sequence fit inside one day, which makes it a rare chance to watch an unenforced disclosure norm get enforced in real time.

Chapters

  1. 00:00:04 Transcript

Sources

20 cited
  1. 1

    AI Engineer · 20m30s

    Video AI Engineer

    Partasawa, a UC Berkeley PhD student, argues that current language model evaluation relies on independent task instances, effectively treating models as stateless systems that restart from scratch with every query. This…

    www.youtube.com/watch?v=iqloyWCGYQQ →
    Details
    Excerpt
    Partasawa, a UC Berkeley PhD student, argues that current language model evaluation relies on independent task instances, effectively treating models as stateless systems that restart from scratch with every query. This paradigm ignores longitudinal learning ability. He defines continual learning as sample-efficient online learning that remains stable over long horizons, requiring models to retain prior information while updating from new data. Today’s deployment typically freezes weights post-training, whereas continual learning explores in-context simulation, external memory stores like key-value databases, and online parametric weight updates. Existing evaluations fail for frontier models because they lack three necessary design criteria: headroom (tasks must require adaptation beyond pre-training data), shared latent structure across instances to enable transfer, and explicit learning mechanisms such as scalar rewards or textual feedback. To address this, the speaker introduces Continual Learning Bench 1.0, which sequences task instances with defined reward metrics. Evaluation uses three metrics: per-instance reward, cost, and gain. Gain isolates true learning by measuring the performance delta between a stateful run and a stateless baseline where memory is reset between instances, preventing base model strength from confounding results. The benchmark spans six domains: blind spectrum monitoring, codebase adaptation, cohort studies in epidemiology, exploitable poker, database exploration, and sales prediction. The database exploration task illustrates core challenges, requiring agents to answer natural language queries via SQL while adapting to concept drift, such as schema migrations, dropped columns, renamed fields, and format changes. This tests the stability-plasticity trade-off, forcing models to discard stale experience while integrating new data. Initial evaluations compared context management systems against parametric approaches, demonstrating that cumulative reward alone is insufficient for measuring continual learning without accounting for state retention and baseline capability.
    Context
    Introduces a new benchmark (Continual Learning Bench 1.0) that fundamentally challenges current model evaluation practices by measuring stateful learning ('gain'). This changes how developers think about agentic systems.
    Key points
    • Introduces a new benchmark (Continual Learning Bench 1.0) that fundamentally challenges current model evaluation practices by measuring stateful learning ('gain'). This changes how developers think about agentic systems.
    Provenance
    Video · Supporting source
  2. 2

    AI Engineer · 23m3s

    Video AI Engineer

    The speaker, founder of the continual learning platform Trajectory and former lead at WinSurf (which trained Sui 1 before its $2B DeepMind acquisition), argues that AI scaling has become trapped in expensive, saturated…

    www.youtube.com/watch?v=zL1kLftVTlo →
    Details
    Excerpt
    The speaker, founder of the continual learning platform Trajectory and former lead at WinSurf (which trained Sui 1 before its $2B DeepMind acquisition), argues that AI scaling has become trapped in expensive, saturated benchmarks misaligned with real-world inference, where hundreds of trillions of tokens are processed daily. He critiques current post-training paradigms: SFT provides per-token rewards but lacks online task distribution; DPO/RLHF enabled online data but shifted rewards to the sequence level and increased infrastructure overhead; GRPO achieves on-policy sampling but demands massive parallel rollouts, relies on off-policy distributions, and compresses rich feedback into scalar rewards. To resolve these constraints, he introduces On-Policy Self-Distillation (OPSD), which matches a student model’s log-probabilities to a teacher model’s log-probabilities using the same rollout trajectory. The teacher is constructed by injecting privileged hints, such as golden solutions, into the prompt. OPSD optimizes across the full vocabulary per token, shifting entire probability distributions rather than merely sharpening them. This eliminates parallel rollout infrastructure, enables true online task distribution, maintains on-policy sampling, and delivers dense per-token feedback. For short-horizon tasks, OPSD surpasses GRPO’s performance ceiling (exceeding Sonnet-level results on LiveCodeBench) while collapsing unnecessary token expenditure. Scaling OPSD to 120B–1T parameter models with long-horizon tool calling (50–100 calls) introduces instability: high evaluation variance, format drift, and a divergence issue termed the "buttweight problem." As trajectories lengthen, student-teacher distribution divergence causes the model to overgenerate hedging tokens like "wait" or "maybe," trapping it in a suboptimal equilibrium. The speaker proposes step-level KL divergence weighting as a fix, dynamically scaling token weights per trajectory step based on local divergence magnitude rather than applying a uniform penalty. This enables targeted correction of early deviations while permitting later recovery, stabilizing long-horizon learning without sacrificing OPSD’s core efficiency gains.
    Context
    Presents a novel technical paradigm (OPSD) and addresses key scaling/stability issues in advanced LLM training for complex tasks.
    Key points
    • Presents a novel technical paradigm (OPSD) and addresses key scaling/stability issues in advanced LLM training for complex tasks.
    Provenance
    Video · Supporting source
  3. 3

    @WatcherGuru (Watcher.Guru)

    X WatcherGuru

    A major model release (Grok 4.6) from a key player like SpaceXAI is a significant breaking story that directly impacts the AI landscape and industry direction.

    x.com/WatcherGuru/status/2087562559343788060 →
    Details
    Excerpt
    A major model release (Grok 4.6) from a key player like SpaceXAI is a significant breaking story that directly impacts the AI landscape and industry direction.
    Context
    A major model release (Grok 4.6) from a key player like SpaceXAI is a significant breaking story that directly impacts the AI landscape and industry direction.
    Key points
    • A major model release (Grok 4.6) from a key player like SpaceXAI is a significant breaking story that directly impacts the AI landscape and industry direction.
    Provenance
    Tweet · Primary source
  4. 4

    Grok 4.6 — 564 pts · 509 comments

    Article iLuddite

    A major model release (Grok 4.6) is a core signal. The discussion also touches on system prompts and API behavior, which are key builder artifacts.

    x.ai/news/grok-4-6 →
    Details
    Excerpt
    A major model release (Grok 4.6) is a core signal. The discussion also touches on system prompts and API behavior, which are key builder artifacts.
    Context
    A major model release (Grok 4.6) is a core signal. The discussion also touches on system prompts and API behavior, which are key builder artifacts.
    Key points
    • A major model release (Grok 4.6) is a core signal. The discussion also touches on system prompts and API behavior, which are key builder artifacts.
    Provenance
    Article · Supporting source
  5. 5

    DeepSeek V4 Pro 0813 — 948 pts · 394 comments

    Article explosion-s

    A detailed benchmark comparison of a major frontier model (DeepSeek V4 Pro) across multiple developer-focused tasks (NL2Repo, DeepSWE, Toolathlon). This is a primary builder artifact.

    openrouter.ai/deepseek/deepseek-v4-pro-0813 →
    Details
    Excerpt
    A detailed benchmark comparison of a major frontier model (DeepSeek V4 Pro) across multiple developer-focused tasks (NL2Repo, DeepSWE, Toolathlon). This is a primary builder artifact.
    Context
    A detailed benchmark comparison of a major frontier model (DeepSeek V4 Pro) across multiple developer-focused tasks (NL2Repo, DeepSWE, Toolathlon). This is a primary builder artifact.
    Key points
    • A detailed benchmark comparison of a major frontier model (DeepSeek V4 Pro) across multiple developer-focused tasks (NL2Repo, DeepSWE, Toolathlon). This is a primary builder artifact.
    Provenance
    Article · Supporting source
  6. 6

    @Xianbao_QIAN (Tiezhen WANG)

    X Xianbao_QIAN

    A major new open-weight model release (Qwen Max) is a primary builder artifact that changes development workflows and signals significant industry movement.

    x.com/Xianbao_QIAN/status/20875716529348649… →
    Details
    Excerpt
    A major new open-weight model release (Qwen Max) is a primary builder artifact that changes development workflows and signals significant industry movement.
    Context
    A major new open-weight model release (Qwen Max) is a primary builder artifact that changes development workflows and signals significant industry movement.
    Key points
    • A major new open-weight model release (Qwen Max) is a primary builder artifact that changes development workflows and signals significant industry movement.
    Provenance
    Tweet · Primary source
  7. 7

    AI Engineer · 20m50s

    Video AI Engineer

    The speaker, a former DeepMind and frontier lab researcher, argues that AI frontier development has been restricted by an artificially narrow career path and prohibitive compute costs, concentrating breakthroughs within…

    www.youtube.com/watch?v=XEd_SRVHBgU →
    Details
    Excerpt
    The speaker, a former DeepMind and frontier lab researcher, argues that AI frontier development has been restricted by an artificially narrow career path and prohibitive compute costs, concentrating breakthroughs within a few well-funded institutions. To democratize access, the team released Auto Scientist, an automated training system that co-optimizes data quality, model architecture, and alignment in a unified loop. By continuously self-evolving across dense and mixture-of-experts models of varying sizes, Auto Scientist exploits a broader hyperparameter search space than human researchers, outperforming internal staff and significantly accelerating innovation cycles while reducing customization compute. The speaker emphasizes that co-optimizing data was essential to realizing these performance gains, noting that early versions used a 60% win-rate budget cap that artificially limited exploration once removed. This technical shift aligns with a broader industry transition: pre-training scale is no longer the primary driver of performance due to architectural saturation. Empirical observations show smaller models under 13B parameters are now surpassing larger counterparts on leaderboards, indicating that post-training and agentic inference compute deliver higher returns per FLOP. Unlike centralized pre-training clusters, this compute can be distributed more efficiently, lowering financial barriers and shifting competitive advantage toward algorithmic innovation rather than GPU hoarding. The speaker notes that configuration knowledge previously monopolized by fewer than 5,000 specialists is now automatable, making it cheaper to experiment and increasing the likelihood of successful training runs. Future development focuses on adaptive test-time compute, support for non-verifiable tasks, and native multilingual capabilities across 242 languages. The overarching position is that AI should transition from monolithic, static models to interactive agents that continuously learn from their environment, fundamentally changing who can shape technological progress by prioritizing the underlying questions over institutional access.
    Context
    Addresses core themes: democratizing frontier model training (Auto Scientist), shifting compute focus from scale to efficiency/agents, and challenging centralized control.
    Key points
    • Addresses core themes: democratizing frontier model training (Auto Scientist), shifting compute focus from scale to efficiency/agents, and challenging centralized control.
    Provenance
    Video · Supporting source
  8. 8

    @_NathanCalvin (Nathan Calvin)

    X _NathanCalvin

    Directly questions critical governance and safety practices (model cards, pre-deployment testing) for a powerful AI model release, hitting core themes of regulation and control.

    x.com/_NathanCalvin/status/2087578640364019… →
    Details
    Excerpt
    Directly questions critical governance and safety practices (model cards, pre-deployment testing) for a powerful AI model release, hitting core themes of regulation and control.
    Context
    Directly questions critical governance and safety practices (model cards, pre-deployment testing) for a powerful AI model release, hitting core themes of regulation and control.
    Key points
    • Directly questions critical governance and safety practices (model cards, pre-deployment testing) for a powerful AI model release, hitting core themes of regulation and control.
    Provenance
    Tweet · Primary source
  9. 9

    @Xianbao_QIAN (Tiezhen WANG)

    X Xianbao_QIAN

    Discusses a potential major model release (DS-v4-Pro) and its competitive advantage in pricing/performance against key players like Anthropic/Opus, hitting on core industry dynamics.

    x.com/Xianbao_QIAN/status/20875847219037841… →
    Details
    Excerpt
    Discusses a potential major model release (DS-v4-Pro) and its competitive advantage in pricing/performance against key players like Anthropic/Opus, hitting on core industry dynamics.
    Context
    Discusses a potential major model release (DS-v4-Pro) and its competitive advantage in pricing/performance against key players like Anthropic/Opus, hitting on core industry dynamics.
    Key points
    • Discusses a potential major model release (DS-v4-Pro) and its competitive advantage in pricing/performance against key players like Anthropic/Opus, hitting on core industry dynamics.
    Provenance
    Tweet · Primary source
  10. 10

    AI Engineer · 19m2s

    Video AI Engineer

    Sam Denton, platform research lead at Applied Compute, presents a framework for enterprise continual learning that maps distillation across two axes: temporal processing (ranging from offline single-batch traces to a fu…

    www.youtube.com/watch?v=ZTA0GwpAUak →
    Details
    Excerpt
    Sam Denton, platform research lead at Applied Compute, presents a framework for enterprise continual learning that maps distillation across two axes: temporal processing (ranging from offline single-batch traces to a fully online inference-training flywheel) and hint generation (spanning static offline priors to dynamic rollouts). This creates a 2x2 grid of distillation quadrants. Applied Compute prioritizes Quadrant 1 (offline traces with offline hints) for immediate enterprise value without replayable environments, and Quadrant 4 (online traces with online hints) for scalable continuous updates during production serving. A foundational constraint is executing distillation without perfect "golden answers," instead leveraging behavioral priors and dynamically constructed hints. In a Quadrant 1 experiment using the Qwen 3.5 thinking model on SWE-bench, the objective was reducing submission turns from roughly 80 to under 40. By injecting an offline hint about approaching a turn limit into historical production traces, the team increased the task completion call rate from 22% to 60% without degrading the base test pass rate. The distillation succeeded by steering the reasoning trajectory toward tool invocation rather than forcing specific tokens. Adding a single on-policy rollout step during trace processing further improved the combined SWE-bench pass rate, as the teacher model could explicitly nudge the tool-token call. In a Quadrant 4 deployment, Applied Compute addressed an out-of-distribution hyperlink formatting requirement for a production coding agent. Standard supervised fine-tuning or reward modeling on formatted traces caused regression in base coding capabilities. By implementing online trace and online hint distillation, they dynamically generated hints from live rollouts to enforce formatting constraints while preserving overall performance. The approach demonstrates that immediate value accrues through offline behavioral nudging, while long-term ceiling elevation requires collapsing serving and training infrastructure into a unified production loop.
    Context
    Details a novel, practical method (online/offline hint distillation) for improving coding agents on SWE-bench, directly impacting developer workflows and model capabilities.
    Key points
    • Details a novel, practical method (online/offline hint distillation) for improving coding agents on SWE-bench, directly impacting developer workflows and model capabilities.
    Provenance
    Video · Supporting source
  11. 11

    @SERobinsonJr (S.E. Robinson, Jr.)

    X SERobinsonJr

    Reports a specific model release (Grok 4.6) with benchmark results across key areas (knowledge work, legal, coding), indicating a major industry development.

    x.com/SERobinsonJr/status/20875971153548496… →
    Details
    Excerpt
    Reports a specific model release (Grok 4.6) with benchmark results across key areas (knowledge work, legal, coding), indicating a major industry development.
    Context
    Reports a specific model release (Grok 4.6) with benchmark results across key areas (knowledge work, legal, coding), indicating a major industry development.
    Key points
    • Reports a specific model release (Grok 4.6) with benchmark results across key areas (knowledge work, legal, coding), indicating a major industry development.
    Provenance
    Tweet · Primary source
  12. 12

    @Miles_Brundage (Miles Brundage)

    X Miles_Brundage

    This points to a significant corporate governance and transparency issue (lack of model cards) from a major player (xAI), which is high-signal for industry direction.

    x.com/Miles_Brundage/status/208759956178334… →
    Details
    Excerpt
    This points to a significant corporate governance and transparency issue (lack of model cards) from a major player (xAI), which is high-signal for industry direction.
    Context
    This points to a significant corporate governance and transparency issue (lack of model cards) from a major player (xAI), which is high-signal for industry direction.
    Key points
    • This points to a significant corporate governance and transparency issue (lack of model cards) from a major player (xAI), which is high-signal for industry direction.
    Provenance
    Tweet · Primary source
  13. 13

    @elonmusk (Elon Musk)

    X elonmusk

    This lands a major breaking story (Grok 4.7) and discusses model capability relative to real-world engineering data (SpaceX corpus), hitting key themes of frontier models and unique training data.

    x.com/elonmusk/status/2087606260539777263 →
    Details
    Excerpt
    This lands a major breaking story (Grok 4.7) and discusses model capability relative to real-world engineering data (SpaceX corpus), hitting key themes of frontier models and unique training data.
    Context
    This lands a major breaking story (Grok 4.7) and discusses model capability relative to real-world engineering data (SpaceX corpus), hitting key themes of frontier models and unique training data.
    Key points
    • This lands a major breaking story (Grok 4.7) and discusses model capability relative to real-world engineering data (SpaceX corpus), hitting key themes of frontier models and unique training data.
    Provenance
    Tweet · Primary source
  14. 14

    @TheMidasProj (The Midas Project)

    X TheMidasProj

    This discusses a major competitor's new model release (Grok 4.6) and highlights significant safety/governance failures (no model card), which is high-signal for industry direction.

    x.com/TheMidasProj/status/20876173778862367… →
    Details
    Excerpt
    This discusses a major competitor's new model release (Grok 4.6) and highlights significant safety/governance failures (no model card), which is high-signal for industry direction.
    Context
    This discusses a major competitor's new model release (Grok 4.6) and highlights significant safety/governance failures (no model card), which is high-signal for industry direction.
    Key points
    • This discusses a major competitor's new model release (Grok 4.6) and highlights significant safety/governance failures (no model card), which is high-signal for industry direction.
    Provenance
    Tweet · Primary source
  15. 15

    @leerob (Lee Robinson)

    X leerob

    A major model release (Grok 4.6) with a detailed capability card is a primary builder artifact that changes the industry's focus on AI capabilities and safety.

    x.com/leerob/status/2087640149442404584/pho… →
    Details
    Excerpt
    A major model release (Grok 4.6) with a detailed capability card is a primary builder artifact that changes the industry's focus on AI capabilities and safety.
    Context
    A major model release (Grok 4.6) with a detailed capability card is a primary builder artifact that changes the industry's focus on AI capabilities and safety.
    Key points
    • A major model release (Grok 4.6) with a detailed capability card is a primary builder artifact that changes the industry's focus on AI capabilities and safety.
    Provenance
    Tweet · Primary source
  16. 16

    @Miles_Brundage (Miles Brundage)

    X Miles_Brundage

    A direct link to a PDF document suggests a major artifact or policy release (e.g., regulatory filing, model spec), which is high-signal for industry direction.

    x.com/Miles_Brundage/status/208765643849590… →
    Details
    Excerpt
    A direct link to a PDF document suggests a major artifact or policy release (e.g., regulatory filing, model spec), which is high-signal for industry direction.
    Context
    A direct link to a PDF document suggests a major artifact or policy release (e.g., regulatory filing, model spec), which is high-signal for industry direction.
    Key points
    • A direct link to a PDF document suggests a major artifact or policy release (e.g., regulatory filing, model spec), which is high-signal for industry direction.
    Provenance
    Tweet · Primary source
  17. 17

    @elonmusk (Elon Musk)

    X elonmusk

    A specific model (Grok 4.6) achieving SOTA performance on a specialized benchmark (OfficeQA Pro V2) is a major builder artifact and signals capability shifts.

    x.com/elonmusk/status/2087668743929487420 →
    Details
    Excerpt
    A specific model (Grok 4.6) achieving SOTA performance on a specialized benchmark (OfficeQA Pro V2) is a major builder artifact and signals capability shifts.
    Context
    A specific model (Grok 4.6) achieving SOTA performance on a specialized benchmark (OfficeQA Pro V2) is a major builder artifact and signals capability shifts.
    Key points
    • A specific model (Grok 4.6) achieving SOTA performance on a specialized benchmark (OfficeQA Pro V2) is a major builder artifact and signals capability shifts.
    Provenance
    Tweet · Primary source
  18. 18

    @_NathanCalvin (Nathan Calvin)

    X _NathanCalvin

    A major model release (Grok 4.6) with specific performance metrics (lying rate, refusal rates) is a primary builder artifact that changes the industry's understanding of capabilities and safety.

    x.com/_NathanCalvin/status/2087668878662914… →
    Details
    Excerpt
    A major model release (Grok 4.6) with specific performance metrics (lying rate, refusal rates) is a primary builder artifact that changes the industry's understanding of capabilities and safety.
    Context
    A major model release (Grok 4.6) with specific performance metrics (lying rate, refusal rates) is a primary builder artifact that changes the industry's understanding of capabilities and safety.
    Key points
    • A major model release (Grok 4.6) with specific performance metrics (lying rate, refusal rates) is a primary builder artifact that changes the industry's understanding of capabilities and safety.
    Provenance
    Tweet · Primary source
  19. 19

    @scaling01 (Lisan al Gaib)

    X scaling01

    This directly addresses the current state of frontier model competition (a core topic) and suggests a major shift in industry dynamics/pace that senior builders would find highly relevant.

    x.com/scaling01/status/2087680134346092983 →
    Details
    Excerpt
    This directly addresses the current state of frontier model competition (a core topic) and suggests a major shift in industry dynamics/pace that senior builders would find highly relevant.
    Context
    This directly addresses the current state of frontier model competition (a core topic) and suggests a major shift in industry dynamics/pace that senior builders would find highly relevant.
    Key points
    • This directly addresses the current state of frontier model competition (a core topic) and suggests a major shift in industry dynamics/pace that senior builders would find highly relevant.
    Provenance
    Tweet · Primary source
  20. 20

    @Xianbao_QIAN (Tiezhen WANG)

    X Xianbao_QIAN

    This discusses a major model release (DS-v4-Pro) and its competitive implications against industry leaders (Opus, Fable), hitting on pricing, performance, and open weights strategy.

    x.com/Xianbao_QIAN/status/20877001421621416… →
    Details
    Excerpt
    This discusses a major model release (DS-v4-Pro) and its competitive implications against industry leaders (Opus, Fable), hitting on pricing, performance, and open weights strategy.
    Context
    This discusses a major model release (DS-v4-Pro) and its competitive implications against industry leaders (Opus, Fable), hitting on pricing, performance, and open weights strategy.
    Key points
    • This discusses a major model release (DS-v4-Pro) and its competitive implications against industry leaders (Opus, Fable), hitting on pricing, performance, and open weights strategy.
    Provenance
    Tweet · Primary source