Archive BRAIXD
The budget mismatch and the phone that took a year / DISPATCH 037
PDF RSS

Dispatch 037 · 2026-05-29 Braixd

The budget mismatch and the phone that took a year

/ 00:08:18 / 3 sources

“The overrun isn't a budget failure. It's a planning model that priced inputs the year before they got five times cheaper to convert into output.”

— Seln Oriax, today's narration

Three senior engineers and ChatGPT couldn't reverse-engineer a Viking VOIP phone protocol in a year. Boris Starkov at Eleven Labs used Claude Code to do it in two days — brute-forcing command codes, setting up a TCP proxy, and cracking a checksum algorithm for roughly $100 in tokens.

The Uber AI budget overruns are being headline-d as a failure story, but they're really a planning mismatch: budgets set in 2025 priced inputs before they got five times cheaper to convert.

Vicki Boykis argues we should be "more tired than the model" — adding deliberate friction to preserve skill retention in an era of agentic code generation.

Chapters

  1. 00:00:04 The phone that took a year
  2. 00:02:59 The Uber budget mismatch
  3. 00:05:47 Being more tired than the model

Sources

3 cited
  1. 1

    Reverse engineering a Viking VOIP phone protocol with Claude Code

    Video Boris Starkov, Eleven Labs — Engineering presenter at Eleven Labs; previously presented at Twilio CONNECT

    Shows agentic coding moving from code generation into physical-world detective work — the model does the protocol analysis while the human provides the physical handshake.

    www.youtube.com/watch?v=V-L0INGTEOg →
    Details
    Context
    Shows agentic coding moving from code generation into physical-world detective work — the model does the protocol analysis while the human provides the physical handshake.
    Key points
    • Three senior engineers + ChatGPT failed to reverse-engineer a Viking phone protocol for a year
    • Boris Starkov used Claude Code to brute-force 676 two-letter command combinations, found 80 valid ones
    • Claude Code set up a TCP proxy between a Windows VM and the phone to intercept traffic
    • Discovered a one-byte checksum algorithm through closed-loop iteration
    • Process took a couple of days, cost roughly $10-$100 in tokens
    Provenance
    Video · Supporting source
  2. 2

    On the Uber AI budget story

    Thread Simon Willison

    The Uber budget overruns tell a more nuanced story than the headlines suggest — it's a planning mismatch, not necessarily a product failure.

    x.com/simonw/status/2060354866237812829 →
    Details
    Context
    The Uber budget overruns tell a more nuanced story than the headlines suggest — it's a planning mismatch, not necessarily a product failure.
    Key points
    • Uber CTO Praveen Neppalli Naga said the company maxed out its 2026 AI budget in the first few months, mostly from Claude Code
    • Uber COO Andrew Macdonald noted they couldn't draw a direct line between token consumption and shipped consumer features
    • Simon Willison noted the budget would have been set in 2025 when Claude Code wasn't yet capable
    • Oleg kAI's reply: the overrun is a planning model that priced inputs before they got 5x cheaper to convert
    Provenance
    Thread · Primary source
  3. 3

    We should be more tired than the model

    Article Vicki Boykis

    A practical engineer's take on preserving competence in an era where agentic tools make it easy to produce code you don't understand.

    vickiboykis.com/2026/05/28/we-should-be-mor… →
    Details
    Context
    A practical engineer's take on preserving competence in an era where agentic tools make it easy to produce code you don't understand.
    Key points
    • Agentic code generation feels like a slot machine — pull the lever, get a reward
    • Proposes adding deliberate friction: write first, have agent review; use agent to question understanding; spend 20 minutes on a problem before asking for help
    • Goal is skill retention, not speed — 'we should be more tired than the model'
    Provenance
    Article · Supporting source