#208 · Primary category: AI Coding Assistants
zerolang
The Programming Language for Agents
Project last updated:07/26/26
GitHub Stars
5.3K
Forks
341
Contributors
1
License
Apache-2.0
Why we included this project
Zerolang is an experimental language that takes a different angle on agent-driven development: the program itself is a semantic graph that agents query, instead of a pile of text files. Agents submit structured patches against symbol IDs and graph hashes, and the compiler rejects stale or invalid changes, including type errors, before anything is written. A human-readable projection of the graph lets you audit what an agent did without reading through diff noise. It is early-stage software, so the sensible use right now is experimentation in isolated workspaces, not production delivery. For teams curious how a compiler-centric agent loop compares with text-based copilots, this is a concrete reference to study.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.