
TL;DR
A thought experiment with the sci-fi removed: freeze the models at today's capability, drop the price to zero overnight, and work out what actually changes for a working developer. Less than you fear, more than you think, and not where you expect.
Earlier this week we ran the trendline: token prices collapsing at the floor, five scenarios for where that goes. The fair criticism of any trendline piece is that it smuggles in capability growth - "and then the models get better" is doing half the work. So here is the cleaner experiment, with the sci-fi surgically removed.
The setup: tomorrow morning, every model that exists today costs exactly zero. Nothing gets smarter. Fable 5 stays Fable 5, with its current failure modes. Context windows stay their current sizes. Latency stays. Rate limits vanish, invoices vanish, capability freezes. What actually changes for a working developer by Friday?
We think the answer is: less than the hype says, more than the skeptics say, and mostly in a place neither group is looking at.
Three things stay scarce at price zero, and the whole experiment turns on them:
Hold those, and the experiment gets interesting.
Be honest about what you currently do to a model bill. You pick the cheap model for the long task. You keep the agent on a short leash because a runaway loop costs real money at 3am. You run one attempt at the fix, not five. You skip the "eh, probably fine" verification pass because it doubles the tokens.
All of that rationing dies overnight, and the practical playbook is boring in the best way:
Notice what did NOT happen in any of these: nothing got built that today's models cannot build. The gains all come from removing the rationing, and the honest surprise is how much rationing you were doing.
From the archive
Jul 30, 2026 • 7 min read
Jul 30, 2026 • 8 min read
Jul 30, 2026 • 8 min read
Jul 30, 2026 • 9 min read
Here is the part we find genuinely interesting. Within about 48 hours of AI being free, nobody's problem is AI anymore. The constraint moves, all at once, to the same place it moved for us when we started running a fleet against this site: review.
Free generation means your PR queue is now effectively infinite. Your issue tracker fills with plausible, sourced, well-formatted proposals faster than any human team can adjudicate them. Every one of those best-of-five candidates needs a judgment, and while model judges are free too, at current capability a model judge is a filter, not a decider - it removes the obviously bad, and the final "yes, ship it" still lands on a person whose day still has 24 hours.
So the real day-two scramble is not "how do we use all this free AI." It is:
A few things stop making sense the same morning, at today's capabilities, no improvement required:
At current capabilities, free does not buy you: correct architecture decisions for your specific context, knowing what your users actually need, the judgment to say no to a plausible-looking feature, incident response you can trust (the oncall gap is a capability gap, not a price gap), or a single additional hour of the senior engineer whose taste the whole operation quietly runs on.
That last one is the punchline of the whole experiment. Price zero makes intelligence-shaped output abundant. It makes judgment exactly as scarce as it was on Thursday. Every consequence above is that one sentence wearing different clothes.
Here is why this is not idle: at the current floor, the experiment is nearly live already. DeepSeek V4 Flash at $0.14/$0.28 per million tokens, Luna at $0.20 after an 80% cut - a heavy day of background-agent work at the floor costs less than a coffee. For maintenance-class work, "AI is free at current capabilities" is not a thought experiment. It is a rounding error you are treating as a budget line.
Which means the day-two problems are available to you right now, ahead of everyone who is still optimizing their token spend: make your definition of correct executable, decide which lanes get to auto-merge, build the review pipeline that absorbs abundance instead of drowning in it. The teams that do that now are pre-adapted for every further price cut. The ones that do not will discover, one cut at a time, that the meter was never the thing protecting them.
The falsifiable version of our bet, so we can grade ourselves later: within 18 months, "review capacity" and "eval coverage" appear as first-class line items in mainstream engineering-planning tools, the way "CI minutes" did. If free-adjacent AI does not force that within 18 months, we were wrong about where the bottleneck lands, and we will write that piece too.
The literal version, no - frontier inference burns real compute and someone pays for it. But the floor tier is close enough to free for maintenance-class work today that the experiment's conclusions apply now, not hypothetically.
Stop rationing the cheap tier: run best-of-N with a judge on real tasks, put background agents on your repos, and spend the saved effort making your tests and evals strong enough to absorb the extra output. The bottleneck is review, so invest there first.
No - it replaces the rationing of AI output. At today's capability, every additional unit of output creates a review obligation, so human judgment becomes more binding, not less. What changes is the job's center of gravity: from producing artifacts to specifying and judging them.
If generation stays the bottleneck as prices fall - that is, if teams with unlimited cheap tokens ship no faster because model capability, not review capacity, was the real constraint all along. Watchable within 18 months.
| Source | URL |
|---|---|
| DeepSeek API Change Log | https://api-docs.deepseek.com/updates/ |
| Our sourced analysis of the GPT-5.6 price cuts | /blog/gpt-5-6-luna-80-percent-price-cut-hn-analysis |
| Our floor-vs-frontier cost breakdown | /blog/fable-5-vs-deepseek-v4-cost-quality |
| Our agent FinOps postmortem | /blog/400-dollar-overnight-bill-agent-finops |
Last updated: July 31, 2026
Read next
Model prices fell 80% in a single announcement this week. Run the trendline forward and the interesting question is not the price - it is what developers, teams, and the broader economy do when intelligence stops being the scarce input.
12 min readAn agent CLI plus a cron schedule turns recurring dev chores into background work: dependency bumps, doc freshness checks, morning briefs. The pattern, the guardrails, and where to run it - your own hardware or a cloud host.
11 min readOne expensive orchestrator plus many cheap workers beats an all-frontier fleet for most workloads. Here is the decision-intent cost math with verified Fable 5, Sonnet 5, and Opus 4.8 prices, plus the Sonnet 5 tokenizer caveat that changes worker cost.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
What MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsStep-by-step guide to building an MCP server in TypeScript - from project setup to tool definitions, resource handling, testing, and deployment.
AI Agents
Model prices fell 80% in a single announcement this week. Run the trendline forward and the interesting question is not...

An agent CLI plus a cron schedule turns recurring dev chores into background work: dependency bumps, doc freshness check...

One expensive orchestrator plus many cheap workers beats an all-frontier fleet for most workloads. Here is the decision-...

DeepSeek V4-Flash costs $0.28 per million output tokens. Fable 5 costs $50. That 178x gap is real - but so is the qualit...

OpenAI slashes GPT-5.6 Luna by 80% to $0.20/M input tokens, cuts Terra by 20%, adds Sol Fast mode at 2.5x speed, and rev...

A late-July research wave - native in-backbone memory, pretrained parametric memory at scale, memory reconstruction, and...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.