Introducing Zero The programming language for agents. I wanted a systems language that was faster, smaller, and easier for agents to use and repair. Explicit capabilities. JSON diagnostics. Typed safe fixes. Made for agents on day zero. https://t.co/uTrDOmyBR1
Vercel Labs Launches Zero to Give AI Agents a Native Programming Language
Vercel Labs, a frontend cloud platform and creator of the AI SDK, released Zero v0.1.0—an experimental systems language (low-level language for building software infrastructure) designed for AI agents. It features explicit capabilities and JSON diagnostics (machine-readable error reporting), allowing agents to repair code, which extends v0's proactive bug fixing.
This launch mirrors Karpathy's agentic engineering paradigm, where the substrate itself is agent-native. The language adds to Vercel's agentic infrastructure, which recently followed the Vercel plugin for xAI's Grok CLI to automate project management and deployment.
You can experiment with the language by installing the toolchain via the official shell script to access the zero CLI. The repository includes a native compiler, VS Code syntax highlighting, and commands to emit structured JSON for codebase graphs. Zero is currently an unstable, open-source experiment available on GitHub.
Chris Tate
@ctatedev
198retweets2.6klikes
View on XStill wondering? A few quick answers below.
Zero is an experimental systems programming language created by Vercel Labs specifically for AI agents. It is designed to be faster and smaller than traditional languages while providing a substrate that is easier for autonomous agents to use and repair. It focuses on explicit capabilities, predictable memory management, and structured output for agentic workflows.
Zero helps AI agents by providing structured compiler output and machine-readable JSON diagnostics. Unlike traditional languages that use text-based error logs meant for humans, Zero allows the compiler to communicate directly with agents in JSON. This enables agents to understand exactly why a program failed and apply typed safe fixes without guessing.
Yes, Zero is an open-source project hosted on GitHub under the Vercel Labs organization. It is currently in an experimental state, meaning the compiler, standard library, and documentation are available for developers to try and provide feedback, though the language is not yet considered stable for production use.
You can install the Zero toolchain by running a shell script from the official website, which adds the zero binary to your path. Once installed, you can use the CLI to check programs for errors, run small executables, or build binaries for specific targets like Linux. The repository also includes a VS Code extension for syntax highlighting.



