Vercel Strips the AI Agent to the Bare Metal With 6MB 'fx'
Written in Zig and starting in 10 microseconds, the new open-source CLI proves the future of AI tooling is invisible, not bloated.

Generative AI tools have developed a serious weight problem. While undoubtedly capable, modern coding agents devour system memory, juggle massive system prompts, and operate as opaque black boxes. Now, Vercel is aggressively pushing back against the bloat. With the quiet launch of `fx`, an ultra-lightweight open-source agent harness, the company is betting that the most powerful AI developer tool is the one you barely even notice.
The Unix Philosophy Reborn
The current generation of AI assistants behaves like monolithic desktop applications. They require heavy Node or Python environments to boot up, taxing your hardware before you even type a prompt. Vercel Labs took a radically different path with `fx`, stripping the agent architecture down to the bare metal. By writing the tool in Zig—a systems-level programming language known for raw speed—they created a native binary that weighs in at just over 6MB.
This is not just about saving hard drive space; it is an ideological statement. The harness operates with zero telemetry and defaults to a classic Unix-like interface rather than a resource-heavy graphical UI. It is strictly model-agnostic, meaning developers can plug in their preferred local model or connect to direct API providers without being locked into a closed ecosystem.
By keeping the system prompt ruthlessly minimal, `fx` preserves precious token budgets for the user’s actual codebase. It gets out of the way, doing exactly one thing and doing it well.
The 10-Microsecond Unlock

The most striking technical achievement of `fx` is its speed. Because it is compiled to a native binary, it boasts an almost instantaneous cold start time of just 10 microseconds. This effectively eliminates the sluggish loading screens that plague JavaScript-based agents and opens up entirely new frontiers for where AI can operate.
“A tiny, open, embeddable, native coding agent built to get out of your way.”— Vercel Labs
When an agent can boot in fractions of a millisecond, it can be embedded into highly ephemeral, resource-constrained environments. Think automated CI/CD pipelines, isolated sandboxes, or serverless functions that spin up and die in a blink. It allows AI reasoning to exist in the exact moment it is needed, without overhead.
Furthermore, `fx` can run natively in a web browser via a WebAssembly (WASM) build. Developers no longer need to install hefty applications on their host operating system to get frontier-level AI reasoning—they just need an open browser tab.
The Open-Weights Trojan Horse
To ensure this lightweight tool actually gets used, Vercel is not just relying on architectural elegance. They are subsidizing the intelligence behind it. In a strategic partnership with Blackbox AI, Vercel is offering entirely free access to Z.ai’s flagship GLM 5.2 model through the Vercel AI Gateway until August 27, 2026.
GLM 5.2 is a 1-million-context open-weights coding model that currently trades blows with industry heavyweights like GPT 5.5 and Claude Opus 4.8 on advanced coding benchmarks. By pairing a hyper-fast, bare-metal terminal tool with a subsidized, top-tier model, Vercel is actively trying to break the monopoly of expensive, closed-ecosystem APIs.
It is a direct challenge to the idea that elite agentic engineering must cost a premium, proving that top-tier reasoning can be distributed cleanly through open-source channels.
The 'YOLO' Factor and the Invisible Future
Minimalism, however, shifts the burden of safety directly onto the user. Because `fx` gives the AI agent native access to the terminal, the potential for disaster is real. Vercel has implemented fail-closed permission models—defaulting to an explicit "ask" mode before the agent can write or delete files—but managing complex directory rules rests entirely on the developer. If a user bypasses these safeguards out of convenience, a rogue agent could easily break a local repository.
The community will also need to build the connective tissue required to integrate `fx` seamlessly into major IDEs via the Agent Client Protocol (ACP). Right now, it is a raw, experimental tool largely designed for terminal purists.
But the trajectory is unmistakable. Just as developers a decade ago abandoned bloated monolithic IDEs for lightweight, modular editors like VS Code, the AI tooling market is preparing for its own great unbundling. The launch of `fx` proves that the future of the AI coding agent isn't a massive application that dominates your screen. It is an invisible, lightning-fast utility that works quietly in the background—and disappears the moment its job is done.
What people are saying
“Introducing fx, a tiny, open, native coding agent from Vercel Labs. Originally an internal tool, fx is a harness and CLI written in Zig, optimized for research and embedding in larger systems. Today, we're open sourcing it. fx is built on three principles: 1. Fast. A single”
“¡Vercel lanza fx, su alternativa a Claude Code! Un agente de código de sólo 6MB. ✓ Sin telemetría y arranca en 10µs ✓ Open source y usa cualquier modelo Con GLM 5.2 gratis hasta el 27 de agosto: →”
“I’ve been using as my daily driver and it’s a one-way street. It’s 10-20x smaller than the major coding CLIs. It starts up instantaneously. It feels more like using 𝚣𝚜𝚑 than an IDE in your terminal. It’s embeddable anywhere, even your browser via”
Typical Agents vs Vercel fx
More stories






