August 20, 2026CodingOpen SourceTool

fx: Vercel Ships a 6MB Coding Agent

Coding agents keep bloating into IDEs. fx, a new open-source agent from Vercel Labs, bets hard the other way: a 6.4 megabyte binary written in Zig, 10 microsecond cold starts, single-digit megabytes of memory, and an interface that feels like a Unix shell instead of a terminal pretending to be an app. Hacker News gave it 143 points and one of the better harness-design threads in a while.

The design choices are consistent. Model-agnostic, so it runs against local models, gateways, direct APIs or subscriptions. Minimal system prompt, because tokens are the real cost center. WebAssembly support with pluggable networking, which is the unusual one: it means fx can be embedded in places a Node-based agent cannot go, sandboxes, edge runtimes, other people's products. Extensibility comes through skills, plugins and MCP rather than built-in features. Apache-2.0, version 0.0.3, openly experimental.

The interesting question is why Vercel wants this to exist. A tiny, embeddable, model-agnostic agent is not a Cursor competitor; it is a primitive, the kind of thing you drop into a deployment pipeline or a web product the way you drop in curl. The harness market is splitting into heavyweight cockpits at one end and commodity components at the other, and fx is the purest expression of the commodity end so far.

Install is one line at https://fx.sh, and reading the source is genuinely feasible, which for agent harnesses in 2026 is its own feature.
← Previous
Agent Lightning 1.0: RL That Keeps the Harness
Next β†’
Munder Difflin: The Office, but the Employees Are Your Agents
← Back to all articles

Comments

Loading...
>_