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.md can import an existing AGENTS.md with a single @AGENTS.md line, so both agents open the same repo and read the same handoff instead of a giant recap.

Learn the craft

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

🍵 5–10 minutes

📚 Longer, worth it

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)

Get Makersfuel in your inbox

Makersfuel is the Makersclaw newsletter: a five-minute briefing for founders building with AI, with the tools, resources and reads worth saving, and what actually happened. Five mornings a week, Tuesday to Saturday.

Double opt-in. One click in the confirmation email, then Tuesday to Saturday. Unsubscribe from any issue.