Archive BRAIXD
Math animations, spontaneous TDD, and compression that beats xz / DISPATCH 120
PDF RSS

Dispatch 120 · 2026-09-07

Math animations, spontaneous TDD, and compression that beats xz

/ 00:09:40 / 6 sources

“"Red/green TDD is a pleasingly succinct way to get better results out of a coding agent"—and today, the most recent models started doing it unprompted.”

— Seln Oriax, today's narration

On today's show: GPT-6 Astra generated a math animation in one prompt, the kind of output elvis says he can't replicate with earlier models. Then we look at what happens when those same recent models start following test-driven development workflows without being asked—Simon Willison noticed this morning and linked to his red/green TDD framework for agents.

We also cover bzip3, a compression algorithm that achieves better ratios than xz and zstd on text benchmarks while maintaining competitive decompression speeds. And a quick note on the EU's smartphone repairability rules—over a year in force, and more than eighty percent of new devices still lack required repair information.

Chapters

  1. 00:00:04 The Astra animation
  2. 00:03:09 TDD emerging unprompted
  3. 00:05:18 bzip3 and compression math
  4. 00:07:25 EU repairability rules and institutional compliance

Sources

6 cited
  1. 1

    GPT-6 Astra math animation demo

    X elvis (@omarsar0) — Researcher focused on AI-assisted education and mathematics visualization

    This is insane! GPT-6 Astra built this beautiful math animation in one go. "Jaw-on-the-floor" moment. I've not been able to get anything close to this with previous AI models. True personalized learning has arrived!

    x.com/omarsar0/status/2096972099394928951 →
    Details
    Cited text
    This is insane! GPT-6 Astra built this beautiful math animation in one go. "Jaw-on-the-floor" moment. I've not been able to get anything close to this with previous AI models. True personalized learning has arrived!
    Context
    This is one of the visible demos showing GPT-6 Astra's generation quality has shifted enough that a single prompt produces pedagogically coherent output. It's not a paradigm shift on its own, but it's evidence the model's creative generation capabilities improved in specific domains.
    Key points
    • GPT-6 Astra can generate a complete math animation from a single prompt
    • The author notes they cannot achieve similar results with earlier models
    • The demo includes sound and is described as pedagogically useful
    • The tweet was pinned by the author and garnered 16 likes, 4 retweets, 3 replies
    Engagement
    16 likes · 4 retweets · 3 replies
    Provenance
    Tweet · Primary source
  2. 2

    There Are Jobs You Could Never Give AI. I Gave GPT-6 Astra 20 Hours Of Admin.

    Video Nate B Jones (AI News & Strategy Daily) — Analyst focused on AI strategy and practical agent deployment, runs the AI News & Strategy Daily channel

    Nate B Jones makes a measured comparison between what Astra does and what happened with Claude Code in December: a relationship change where you give it an outcome, not iterative instructions. This is the kind of longit…

    www.youtube.com/watch?v=ix8SsXjBc7M →
    Details
    Context
    Nate B Jones makes a measured comparison between what Astra does and what happened with Claude Code in December: a relationship change where you give it an outcome, not iterative instructions. This is the kind of longitudinal test that matters more than single-demo claims.
    Key points
    • Simulated a household move with over 20 hours of administrative tasks
    • Astra handled multiple systems (Google Maps, practice websites, email) autonomously
    • The key insight: Astra changes the relationship to work from iterative prompting to handing off complete outcomes
    • Comparison to Claude Code's December shift — moving from asking for code snippets to delegating whole jobs
    Provenance
    Video · Supporting source
  3. 3

    TDD emerging without prompting

    X Simon Willison (@simonw) — Developer advocate at Metoro, longtime open-source contributor and blogger (simonwillison.net), creator of the Datasette project

    Yeah, from 'red/green TDD' - earlier this way I was telling coding agents to do that, looks like the most recent models do it without being asked

    x.com/simonw/status/2096972379042017533 →
    Details
    Cited text
    Yeah, from 'red/green TDD' - earlier this way I was telling coding agents to do that, looks like the most recent models do it without being asked
    Context
    When a development methodology that required explicit prompting starts emerging unprompted, it suggests the model's training data or inference behavior has internalized something about how structured work gets done. That's a capability boundary shift worth noting.
    Key points
    • Recent models spontaneously follow red/green test-driven development workflow
    • Simon had previously needed to explicitly prompt agents for this pattern
    • The pattern is now emergent rather than prompted
    Engagement
    3 likes · 0 retweets · 0 replies
    Provenance
    Tweet · Primary source
  4. 4

    Red/green TDD - Agentic Engineering Patterns

    Article Simon Willison — Developer advocate at Metoro, longtime open-source contributor and blogger (simonwillison.net)

    Simon's framework for red/green TDD with agents explains why test-first development maps so well to coding agent workflows — it prevents regression, ensures tests actually exercise new code, and scales as projects grow.…

    simonwillison.net/guides/agentic-engineerin… →
    Details
    Context
    Simon's framework for red/green TDD with agents explains why test-first development maps so well to coding agent workflows — it prevents regression, ensures tests actually exercise new code, and scales as projects grow. The fact that the pattern now emerges unprompted means fewer prompts needed for better outcomes.
    Key points
    • Red/green TDD is a pattern for getting better results from coding agents
    • Write tests first, confirm they fail, then implement the code to pass them
    • This protects against agents writing code that doesn't work or never gets used
    Provenance
    Article · Supporting source
  5. 5

    bzip3 — A better and stronger spiritual successor to BZip2

    Source Kamila Szewczyk (@iczelia)

    bzip3 achieves significantly better compression ratios than both xz and zstd on text/code benchmarks while maintaining competitive decompression speeds. For anyone storing large codebases or datasets at scale, this is a…

    github.com/iczelia/bzip3 →
    Details
    Context
    bzip3 achieves significantly better compression ratios than both xz and zstd on text/code benchmarks while maintaining competitive decompression speeds. For anyone storing large codebases or datasets at scale, this is a real cost reduction tool that most people haven't heard about.
    Key points
    • Uses order-0 context mixing entropy coder with Burrows-Wheeler transform
    • Compressed Perl source to 546MB vs xz's 2GB and zstd's 3GB (b=511 mode)
    • Decompression: bzip3 parallel at 4min 06s vs LZMA at 4min 40s vs Zstandard at 3min 51s
    • Uses libsais for BWT construction, LZP code based on LZ77-style matching
    Provenance
    Source · Background source
  6. 6

    Smartphone makers don't bother to comply with EU repairability requirements

    Article Dan Robinson (The Register)

    The EU mandated repairability scores and repair information links from June 2025, but manufacturers largely ignore the requirement because there's no enforcement. It reveals a gap between regulatory intent and instituti…

    www.theregister.com/personal-tech/2026/09/0… →
    Details
    Context
    The EU mandated repairability scores and repair information links from June 2025, but manufacturers largely ignore the requirement because there's no enforcement. It reveals a gap between regulatory intent and institutional compliance when there's no penalty for non-compliance. The self-reporting system essentially lets companies grade their own homework.
    Key points
    • Over 80% of new smartphone/tablet devices lack required repair information
    • Only ~18% list URLs for spare parts prices or repair instructions on the European registry
    • Some manufacturers reference Temu or AliExpress for repair info
    • Manufacturers self-report their own repairability scores with no verification
    Provenance
    Article · Supporting source