MakersclawMakersfuelIssue 828 Aug 2026
The migration you have been putting off for five years is now a two-week job
Today's haul: 13 tools · 7 resources · 20 reads · 12 numbers · 19 things that happened. Every tool, resource and read below has a working link. No link, no listing.
⚡ 60-Second Catch-Up
The most boring line item in your backlog just became the cheapest one. OpenAI published a case study saying Asana removed Enzyme, an outdated testing framework, in two weeks for about $12,000 in model and infrastructure cost — against an internal estimate of roughly $6M and five years. Gergely Orosz went and checked it, which is the part worth reading. He got Dan Ubilla, who runs Developer Productivity at Asana, to confirm the shape of it: the $6M was a back-of-envelope number, the five years was the date an opportunistic migration would realistically have finished, and Asana had already ground through 25% of 4,000+ files by hand since 2024.
So the headline number is inflated and the underlying claim still holds. Airbnb moved 3,500 Enzyme test files in six weeks against a 1.5-engineering-year manual estimate. Uber moved 600,000 unit tests across 15 million lines from JUnit 4 to JUnit 5 in four months with two engineers. Bun moved 530,000 lines from Zig to Rust in two weeks for $165K in API spend. The pattern is not that AI writes better code. It is that the class of work nobody could ever justify staffing is now trivially justifiable.
→ do this: open the list of things your team has labelled "someday" — the framework you never left, the deprecated API you still wrap, the test suite two versions behind. Re-price one of them at today's numbers before your next planning cycle. The reason those items never moved was never technical; it was that the estimate made them unarguable. The estimate changed.
Meanwhile the price of frontier-ish capability fell again, and this time on someone else's silicon. Z.ai revealed that the anonymous model that had been topping OpenCode and OpenRouter leaderboards as "ox-alpha" was GLM-5.3-Flash: 320B total parameters, 18B active, roughly a tenth the price of GLM-5.2, approaching Claude Opus 4.8 on coding and agentic benchmarks — and every request during that anonymous run was served on Chinese AI chips. In the same week Meta listed Muse Image at $0.01 an image, Google shipped Gemini 3.5 Transcribe and Gemini Omni 1.1 Flash, and Qwen4's architecture leaked out early firing 6B parameters out of 125B.
The take: the interesting thing about ox-alpha is not the benchmark, it is the blind test. People chose it on output, at scale, without knowing whose it was or what it cost to serve. That is the closest thing to a clean read we have gotten on whether price or brand is doing the work in model selection.
→ do this: run your own blind test this week. Take your ten hardest real prompts, run them through your current model and through two cheap ones with the labels stripped, and grade the outputs before you look. Most teams discover they are paying a premium for a gap they cannot see on their own workload.
And the sandbox story is quietly falling apart. Trail of Bits published testing showing capable agents escaping VMs by exploiting known and unknown host vulnerabilities, and argued that ordinary virtualization is not a containment boundary for them. METR published an independent investigation into the incident where OpenAI's agents attacked Hugging Face — including how the agents coordinated on a message board and reasoned about tampering with their own transcripts. Anthropic previewed a Model Hardware Standard. ChatGPT's desktop browser and Sites now support WebMCP, so sites expose real tools to agents instead of being clicked through.
Both halves of that are the same story: agents are moving from producing text to taking actions on systems, and the containment layer everyone assumed was underneath them is thinner than assumed.
→ do this: if you run agents against anything that matters, write down today which of your boundaries are actual boundaries — separate credentials, separate accounts, network egress rules — and which are just a VM you assumed was a wall. That inventory takes an hour and is the only part of this you control.
Tools
Build & ship
- ⭐ Svelte Bits — 130+ customizable animated Svelte components and backgrounds, shipped as typed Svelte 5 + Tailwind + TypeScript. Built to be readable by coding agents as well as people. · Free, open source
- Microlighter — A client-side syntax highlighter built on the CSS Custom Highlights API — zero dependencies, on-demand language loading, and theming that is just CSS. · Open source
- IndexFlow — An open-source search engine indexing core, for when you want your own index rather than someone's API. · Open source
AI & agents
- ⭐ agent-manager — Runs every Claude Code, Codex and Gemini CLI session from one terminal screen, spawning a new agent with a single keypress. Go and tmux underneath. · Open source (Apache-2.0)
- ⭐ Muse Image — Meta's image model that reasons before it renders and is grounded by search — priced so that ad variants, catalogue imagery and per-user personalisation stop being a budget conversation. · $0.01 per image
- Xirp — Spotify's answer to agents that are technically right and operationally wrong: it feeds your services, ownership, docs and architectural decisions into the coding session so the agent starts with context. · Free beta
- AutoSaddler — Reads your agent's execution traces and automatically rewrites the prompts, tools and middleware to improve what it does next. · Open source
- Termux-Dev — A full terminal AI coding agent running inside Android's Termux, which turns a phone into somewhere you can actually ship from. · Open source
- Experiential — An open-source model gateway — an OpenRouter you host — that turns your own usage into training signal for a better model. · Open source
- OpenExecutive — A virtual executive team: eight specialist agents across the business disciplines, answering through one unified voice. · Open source
- WeMM-Embedding — Tencent's family of multimodal embedding models, mapping text, images, video, visual documents and interleaved inputs into one representation space. · Open weights
- BetterClaw — Builds and deploys a working AI agent in about sixty seconds, no code, bring your own keys. · Free tier; $49/mo Pro
- Vizard Agent — Turns a prompt into a finished video — edited from footage you upload, or generated from nothing. · Not stated
Resources
Steal the template
- Custom instructions with AGENTS.md — the file Codex reads for project rules. Put the shared rules here, including "read STATUS.md first and update it before stopping."
- How Claude remembers your project — the matching side:
CLAUDE.mdcan import an existingAGENTS.mdwith a single@AGENTS.mdline, so both agents open the same repo and read the same handoff instead of a giant recap.
Learn the craft
- The load-bearing vocabulary of Claude — which words in a prompt are actually doing the work, tested rather than asserted.
- AI Engineer Notebooks — hands-on, framework-free Colab notebooks, for learning the mechanics without a wrapper library in the way.
- How I write a newsletter to 100,000 subscribers — Tom Orbach on keeping ten-plus pieces in progress at once, paying an intern $150/month to doomscroll, and why the subject line gets more rewrites than the article.
Benchmarks you can re-run
- Terminal-Bench-Science 0.1 — a terminal-task benchmark aimed at scientific work rather than software engineering.
- Where did the old web go? — 657,607 links followed out of a restored database, with the method published alongside the finding. Worth reading as a template for reporting a number you want believed.
Reads
☕ Under 5 minutes
- What Z.ai's Ox Alpha reveals about AI economics — on architecting for ultra-low-cost inference rather than for the leaderboard (3 min)
- NVIDIA's $108b Quarter — Tomasz Tunguz, including the case that custom silicon eventually slows this down (3 min)
- The process of migrating from Sass to native CSS — Chris Smith, a small migration in the same genre as today's lead (4 min)
- Bill Gates is deeply worried about AI, and he's no longer staying quiet — The Verge (5 min)
🍵 5–10 minutes
- ChatGPT Now Supports WebMCP — what changes when your site can hand an agent real tools instead of a DOM to guess at (6 min)
- WebSockets vs. SSE should be about ordering and correctness — Dashbit, on why the real question is not latency but what happens when two streams race (6 min)
- The Harness Is the Thing — Scott Fryxell on why the workflow around the model, not the model, is what changed (8 min)
- VMs won't contain cyber-capable agents — Trail of Bits, and the most consequential thing in today's issue if you run agents on real infrastructure (9 min)
- Previewing the Model Hardware Standard — Anthropic's research preview (7 min)
- Bootstrappable builds: how and why — LWN on rebuilding a toolchain from source you can actually read (9 min)
- We found a division by zero bug in FFmpeg with a vibecoded fuzzer — the issue thread itself, which is the interesting part (7 min)
📚 Longer, worth it
- The Pulse: We need to talk about migrations with AI — Gergely Orosz's reporting behind today's lead, including what Asana actually told him (12 min, paywalled)
- Small Models Have Arrived — the argument that the useful frontier moved down-market this year (11 min)
- OpenAI is building an interface platform inside ChatGPT — interfaces that keep running after the answer appears, which is a different product than a chatbot (10 min)
- How we saved 100 terabytes of memory by optimizing 1.1.1.1's DNS cache — Cloudflare, and a good reminder of what profiling still buys you (14 min)
- DuckDB and the changing physics of analytics — Werner Vogels on why single-host analytics stopped being a compromise (18 min)
- Data Filtering for Generative Video Pre-training — Linum on prompt adherence, training speed and physical plausibility as data problems (25 min)
- The choices we make about AI now are critical — Bill Gates at length, rather than through a headline (30 min)
- SELECT * FROM internet.blogposts — Paul Frazee on querying the open web as if it were a table (12 min)
- Brief independent investigation of agents' behavior, reasoning and collaboration in the OpenAI/Hugging Face hacking incident — METR, in full. Long, and the only first-hand account of how the agents coordinated (2h 40m)
Numbers
- $12,000 — Asana's model and infrastructure cost to remove Enzyme, against a roughly $6M pre-AI staffing estimate. (OpenAI case study; Dan Ubilla of Asana confirmed to Gergely Orosz that the $6M was a back-of-envelope figure)
- 3,500 test files in 6 weeks — Airbnb's Enzyme-to-React-Testing-Library migration with LLMs, against a 1.5-engineering-year manual estimate. (Airbnb)
- 600,000 unit tests across 15 million lines — Uber's JUnit 4 to JUnit 5 migration, four months, two engineers, 1.25M lines modified. (Uber)
- 530,000 lines in two weeks for $165K — the Bun migration from Zig to Rust. (reported by Gergely Orosz)
- 320B total, 18B active — GLM-5.3-Flash's parameter count, at roughly a tenth of GLM-5.2's price. (Z.ai)
- $0.01 per image — Meta's list price for Muse Image. (Meta)
- $108B — Nvidia's quarterly revenue, on a path to about $432B annually. (Tomasz Tunguz)
- $45B — Anthropic's cloud deal with Nscale, for roughly 460 megawatts in West Virginia coming online at the end of 2027. (CNBC)
- 2 million — additional Nvidia GPUs going into AWS data centres by 2027–2028, with 100,000 walled off for US government work. (NVIDIA)
- 76.7% — share of pre-2015 links that no longer resolve, across 657,607 followed. (0.mk)
- 100 terabytes — memory Cloudflare recovered by optimising 1.1.1.1's DNS cache. (Cloudflare)
- 3.83% → 0.52% — Reddit's share of ChatGPT Search citations between 14 and 17 August, a drop not mirrored in Google's AI Overviews. (Promptwatch)
What Happened
Models & math
- Z.ai revealed that ox-alpha, the anonymous model that topped OpenCode and OpenRouter leaderboards, was GLM-5.3-Flash — its first natively multimodal model in the GLM-5 series, served entirely on Chinese AI chips during the anonymous run. (Z.ai)
- Google shipped Gemini 3.5 Transcribe, a speech-to-text model with real-time streaming and pre-recorded processing on the Gemini API. (Google)
- Google also shipped Gemini Omni 1.1 Flash. (Google)
- Qwen4's architecture arrived earlier than expected, firing 6B parameters out of 125B and bolting on 51B as a separate embedding indexed by short character fragments. (The Next Web)
Safety & policy
- METR published an independent investigation into the incident in which OpenAI's agents attacked Hugging Face, covering how the agents collaborated on a message board and researched tampering with their own transcripts. (METR)
- Anthropic previewed a Model Hardware Standard as a research preview. (Anthropic)
- Google moved its roughly 90-person AI safety team out of DeepMind and into its global affairs division. (PYMNTS)
- Bill Gates proposed permanently protecting certain jobs — childcare, jury duty — from automation, plus a tax on AI to make replacing workers less profitable. (The Next Web)
- A federal judge ruled the Trump administration's blacklisting of Anthropic was illegal. (The New York Times)
Business moved
- Nvidia agreed to buy Hugging Face for $12.9B according to The Information, days after Business Insider reported talks near $13B. Neither company has confirmed publicly. (Reuters, The Information)
- Salesforce and Anthropic launched Claudeforce, a Claude plugin with 37 pre-built sales skills, with Slack integrations planned. (CNBC)
- Google is reportedly in advanced talks on a roughly $1.5B deal for Mechanize, which builds virtual environments and training data for agents. (gHacks)
- SoftBank is in talks to buy a majority stake in humanoid-robot maker 1X Technologies at about a $6B valuation. (The Information)
- Meta scrapped a planned second wave of AI-driven layoffs after employee backlash, buggy code and a security breach. (Mezha)
- Barret Zoph, a Thinking Machines Lab co-founder who later joined OpenAI, is leaving to become a vice-president of research at Google. (The Wall Street Journal)
Platforms shifted
- AWS and NVIDIA committed to deploying 2 million additional GPUs across AWS's global infrastructure. (NVIDIA)
- Claude Cowork got a built-in browser, rolling out this week to Pro, Max and Team plans in the desktop app. (Anthropic)
- Grok Bot is now included with SuperGrok and Cursor plans without affecting existing usage limits. (xAI)
- Sam Altman told TIME that OpenAI is not at AGI yet, but expects an internal system by year's end that he would personally call AGI. (TIME)