Back to feed
News Story
APriority76
InfoQ
2 sources

Vercel Releases New Language Zero: Code Not Written for Humans, but for AI

Vercel Labs has released an experimental systems programming language called Zero, designed on the premise that the primary reader of compiler output is no longer human but AI agents. The language emphasizes speed, size, and agent-friendliness, and introduces graph-first authoring and machine-readable fix plans.

SynthePulse Insight · AI deep readingMembers

Vercel Releases Zero: A System Programming Language for AI Agents, or Just Another Experiment?

Version 1 · 1 source

Vercel Labs introduces experimental system programming language Zero, with the core premise that the primary reader of compiler output is no longer human, but AI agents. This article outlines its design, toolchain contract, version evolution, and community controversy.

  • Zero is an experimental system programming language released by Vercel Labs, designed on the premise that compiler output is primarily for AI agents, not humans.
  • Zero uses the .0 file extension, is licensed under Apache 2.0, and compiles to native binaries for Linux, macOS, and Windows; Hello World builds in about 1 millisecond and is 16.2 KiB in size.
  • The toolchain contract emphasizes machine readability: all subcommands support --json, errors carry stable codes (e.g., NAM003) and typed fix metadata, and zero fix --plan --json returns an editable fix plan.
Open section navigationDesign Premise: Compiler Output for AI Agents

Design Premise: Compiler Output for AI Agents

Vercel Labs released experimental system programming language Zero on May 15, 2026, by Chris Tate, positioned as a system language that is "faster, smaller, and easier for agents to use and fix." Its core premise is that the primary reader of compiler output is no longer human, but AI agents.

Zero uses the .0 file extension, is licensed under Apache 2.0, and compiles to native binaries for Linux, macOS, and Windows. Early reports indicate that a Hello World program can be built in one millisecond and is only 16.2 KiB in size.

The project has progressed rapidly, with v0.3.4 released and over 5200 stars on GitHub.

Free for now

Read the full analysis

4 more sections of analysis, plus the full takeaway

Loading

Credibility boundary

This article's information primarily comes from InfoQ's report, which is a secondary source. All specific data (such as build time, size, star count) are from that report and have not been independently verified, so they should be considered source_claim. Community comments are from Hacker News, relayed by InfoQ, also source_claim.

Primary report

InfoQ

Primary source

Same-event coverage

Also covered by 1 sources