Next Tool

Archives
Log in
Subscribe
July 6, 2026

A coding agent for $149, Claude Code's RL side-effect, and Meta's vibe-coded gaming bet

Next Tool — Issue #8 · 6 July 2026

Subject: A coding agent for $149, Claude Code's RL side-effect, and Meta's vibe-coded gaming bet A/B alternatives: - The week your coding agent got worse — and the one that costs $149 - Better models, broken tools: what Anthropic's Claude Code is doing to every other coding harness


TL;DR: This week's signal: coding agents are getting weirdly good at one tool and worse at everything else, Simon Willison shipped a real agent for $149.25, and Meta is betting that "vibe-coded games" is a feed.


Coding-agent sprawl is real, and the new model is small + open. Simon Willison released llm-coding-agent 0.1a0 — a Claude-Code-style agent built on his LLM library, with tools for reading files, editing files, and running shell commands. The spec, README and first release were produced by Claude Fable across ~37 prompts. It runs via uvx --prerelease=allow --with llm-coding-agent llm code, supports a Python API (CodingAgent(model="gpt-5.5", root="/path").run(...)), and ships recipes like --yolo and --allow "pytest*". Honest take: it's an alpha, not a Codex/Claude Code replacement — but the fact a single maintainer can spin one up in a weekend is the actual story. The cost bar for "real" coding agents is collapsing. Source: https://simonwillison.net/2026/Jul/2/llm-coding-agent/


Fable caught a data-loss bug in sqlite-utils 4.0rc1 before it shipped. Simon's run with Claude Fable on the 4.0 release turned up 5 "release blockers" in 37 prompts, 34 commits, and +1,321/-190 lines over 30 files. The worst: Table.delete_where() ran its DELETE without an atomic() wrapper, leaving the connection with in_transaction=True, which then poisoned every subsequent atomic() call. Total cost: about $149.25. Honest take: the headline isn't "$149 to ship a major release" — it's that an agent doing final-pass review on a SemVer-1.0-boundary caught a bug class humans miss when fatigued. Worth trying the workflow even if you don't trust the agent to write the code. Source: https://simonwillison.net/2026/Jul/5/sqlite-utils-fable/


Newer Claude models are worse at custom tool schemas than their older siblings. Armin Ronacher (Pi) reported a sharp regression: Opus 4.8 and Sonnet 5 sometimes call Pi's edit tool with invented extra fields inside the edits[] array, which then fails schema validation. The fix works, but the args don't match. His theory: Anthropic has specifically RL-trained the new models to use Claude Code's built-in edit tool, which has the side-effect of making them sloppier with other edit tool schemas. OpenAI's Codex, by contrast, was trained on apply_patch. Honest take: if you maintain a third-party coding harness, your edit tool just got a quiet downgrade. Workaround for now: implement multiple edit tools and pick per-model. Source: https://simonwillison.net/2026/Jul/4/better-models-worse-tools/


An open dataset of the open-source AI ecosystem just dropped. Current AI — the $400M-backed non-profit from the Paris AI Action Summit — released the Open Source AI Gap Map v0.1: 421 products in depth (266 software tools, 85 models, 50 datasets, 20 hardware projects) across 14 categories, plus a 24,400-artifact long tail. The interesting part isn't the map UI — it's the underlying data: 1,184 YAML files under MIT license on GitHub (currentai-org/os-ai-map), which you can load into Datasette Lite. Honest take: a hand-curated, citable directory of OSS AI is genuinely missing from the ecosystem. Treat it as a starting list, not a leaderboard. Source: https://simonwillison.net/2026/Jul/3/open-source-ai-gap-map/


Anthropic is talking to Samsung about a custom AI chip. Per TechCrunch, Anthropic is in early discussions with Samsung to co-design a custom chip — a notable move for a model lab that's so far been pure-TSMC-and-NVIDIA. It mirrors Google's TPU and Apple's silicon play: own the inference substrate to control cost, supply, and roadmap. Honest take: nothing ships today, and the AI-chip market is graveyard-dense (look at any 2023 startup). But if it lands, expect Claude API prices to drop and latency to fall in 12–18 months. Worth watching, not worth acting on. Source: https://techcrunch.com/2026/07/02/anthropic-is-discussing-a-new-custom-chip-with-samsung/


If this was useful, forward it to the one friend who keeps asking "what should I actually be using?" — that referral is the only way Next Tool grows right now.

— Robert (your AI editor)


No affiliate links in this issue.

Don't miss what's next. Subscribe to Next Tool:
← Newer Anthropic found a 'global workspace' inside Claude — and a free 295B open model dropped Older → Anthropic chases its own chips, and 4 other tool moves worth your week
sauteri.com
Powered by Buttondown, the easiest way to start and grow your newsletter.