Every language designed for LLMs or agents to author code, as of 8 jun 2026.
Syntactic + Verification
Axis
Backend API language for small LLMs (1B/3B/7B). Twelve top-level constructs cover a production backend; LL(1) grammar and prefix-only expressions ship per-state logit masks for constrained decoding.
Vladimir Melnic
Rust · Native artefacts (SQL DDL, Rust/axum server, TypeScript and Rust client SDKs, OpenAPI, GraphQL); also interpreted directly from the AST via axum + sqlx
★ 3 Unknown may 2026 working compiler
read analysis → Syntactic
B-IR
A Jason Hall blog post on three attempts at an LLM-optimised language: B-IR with unicode opcodes, TBIR with control characters the model rewrote into English keywords, and Loom with pre/postconditions and stable error codes.
Jason Hall (Chainguard)
Python (bootstrap) · Arm64 assembly (Mach-O via clang)
★ 0 Unknown jan 2026 thought experiment
read analysis → Syntactic
Codong
Designed for AI to write, with one canonical way to express every operation. Nine bundled modules, structured JSON errors with fix/retry fields, ? operator for propagation. Compiles to Go IR, then native via go build.
Brett (brettinhere)
Go · Native binary via Go IR + `go build`
★ 69 MIT mar 2026 working compiler
read analysis → Syntactic
Laze
Minimal indentation-based syntax with no punctuation. A Python bootstrap compiler emits C in memory and pipes it to cc -O2. Framed by its author as a weekend experiment in what an LLM produces when asked to design a language for itself.
kerv
Python (bootstrap) · C (via gcc/clang)
★ 3 Unknown apr 2026 early
read analysis → Syntactic + Verification
LLMLang
Prefix-arity AST with single-character ASCII operators and De Bruijn variable indices. Linear ownership enforced at compile time. Compiler-injected OpenTelemetry spans triggered by a metadata marker. LLVM IR via Rust, OpenCL JIT for GPU map operations.
Paul Williams (paulprogrammer)
Rust · LLVM IR (then native via clang); OpenCL JIT for GPU map kernels at runtime
★ 1 GPL-3.0 with Runtime Exception may 2026 working compiler
read analysis → Syntactic
Lume
AI-first backend language, immutable by default, with one canonical way to express each operation. Ships a built-in token-budgeted retrieval tool (lume kb) that packs local language docs, examples, and structured diagnostics under a caller-set token cap.
Marcelo Augusto Vilas Boas
Go · Native binary via Go transpilation + `go build`
★ 1 MIT may 2026 early
read analysis → Syntactic
Magpie
SSA as the surface syntax. Every value %-prefixed and typed at definition; one canonical way to express each operation; compiles to native via LLVM.
Magpie Language Developers
Rust · LLVM IR / native, also WebAssembly
★ 52 MIT apr 2026 early
read analysis → Syntactic + Verification
Mog
Statically typed embedded language with flat operators (no precedence) and host-granted capabilities. Full spec fits in 3,200 tokens. Compiles to native via a safe-Rust port of QBE.
Voltropy
Rust · Native (via rqbe, an in-process safe-Rust port of QBE)
★ 138 MIT mar 2026 working compiler
read analysis → Syntactic
NERD
No Effort Required, Done. Replaces every operator with an English keyword on the bet that LLM tokenisers spend fewer tokens on words than on symbols. Built-in MCP client and LLM call primitives.
Guru Sattanathan
C · LLVM IR (then native via clang)
★ 135 Apache-2.0 jan 2026 working compiler
read analysis → Syntactic
Sever
Single-character opcodes for extreme density. The author's README disclaims the entire repository as Claude-generated and explicitly frames the project as a thought experiment or art piece.
Avital Tamir
Zig (Claude-generated) · Native (via Zig backend, claimed)
★ 68 Unknown feb 2026 thought experiment
read analysis → Syntactic + Verification
Tacit
AST as the source of truth. Canonical byte-exact text, BLAKE3-addressed definitions, DeBruijn indices, typed Hole nodes for malformed code, and explicit effects in function signatures.
weetster
Rust · LLVM IR / native (x86_64 Linux)
★ 4 Apache-2.0 OR MIT apr 2026 working compiler
read analysis → Syntactic
X07
Eliminates text syntax. Programs are canonical JSON ASTs (x07AST); edits are RFC 6902 JSON Patch operations; diagnostics ship as stable JSON with quickfixes the toolchain applies deterministically.
Author unknown
Rust · Native (via C codegen); WebAssembly
★ 8 Apache-2.0 OR MIT apr 2026 working compiler
read analysis → Verification
AILANG
Row-polymorphic Hindley-Milner with capability-based effects (IO, FS, Net, Clock, AI). No loops, lambda calculus only. Written autonomously by AI agents.
Mark Edmondson / Sunholo
Go · Native binaries, WebAssembly
★ 31 Apache-2.0 sep 2025 working compiler
read analysis → Verification
Aver
Every function carries intent, declared effects, and a colocated verify block. Pure verify blocks export to Lean 4 theorems and Dafny lemmas; effectful ones lift through the Oracle proof export.
jasisz
Rust · bytecode VM, Rust, WebAssembly GC + wasip2 (Lean 4 / Dafny via proof export)
★ 48 MIT feb 2026 working compiler
read analysis → Verification
BHC/hx
Not a new language. The bet is that Haskell's purity and semantic density already make AI-written, verifiable compute feel natural — once toolchain friction is removed. hx wraps cabal/stack/ghcup/HLS in Rust; BHC is a clean-slate Haskell 2026 compiler with per-profile runtimes.
Raffael Schneider
Rust · GHC/Cabal/HLS (hx, wrapping); LLVM, WebAssembly, GPU (BHC, in development)
★ 23 MIT (hx); BSD-3-Clause (BHC) apr 2026 early
read analysis → Verification
Intent
Mandatory preconditions, postconditions, and entity invariants. Z3 SMT verification via intentc verify. Natural-language intent blocks that resolve to specific contract references. One source file compiles to Rust, JavaScript, and WebAssembly.
lhaig
Go · Native binaries (via Rust), JavaScript, WebAssembly (direct binary)
★ 5 Apache-2.0 feb 2026 working compiler
read analysis → Verification
MoonBit
AI-friendly general-purpose language. ICSE 2024 paper on real-time semantics-aware token sampling. Three years of training data.
Hongbo Zhang / IDEA Shenzhen
OCaml · WASM GC, JavaScript, native (C codegen), LLVM
★ — Unknown jan 2023 working compiler
read analysis → Verification + Syntactic
NanoLang
Mandatory shadow test blocks on every function. The proved core (NanoCore) has 193 Coq theorems with zero axioms. Multi-target codegen across C, WebAssembly, LLVM IR, PTX, and RISC-V.
Jordan Hubbard
C · C (default), WebAssembly, LLVM IR, PTX, RISC-V
★ 601 Apache-2.0 sep 2025 working compiler
read analysis → Verification
Pact
Intent blocks on every function and route, pipeline syntax, explicit effects, errors as types. Single binary that ships an HTTP server, SQLite, an LSP, and an MCP server with five tools.
Viktor Kikot
Rust · Interpreted (tree-walking)
★ 1 MIT apr 2026 working compiler
read analysis → Verification
Prove
Intent-first language with verb-based IO, refinement types, and contracts. Source is covered by the Prove Source License v1.0, which prohibits use as AI training data.
Magnus Knutas
Python (bootstrap) · C (then native via gcc/clang)
★ — Prove Source License v1.0 (language & .prv source) / Apache-2.0 (tooling) feb 2026 working compiler
read analysis → Verification + Orchestration
Vera
Mandatory contracts on every function. Z3 SMT verification. Typed slot references replace variable names. LLM inference is a first-class typed effect.
Alasdair Allan
Python · WebAssembly
★ 376 MIT feb 2026 working compiler
read analysis → Verification
Vow
Every function carries machine-checked vows. ESBMC bounded model checking discharges them at compile time. The compiler binary ships its own Claude Code skill, generated from the same source as the toolchain.
Paulo Matos
Rust (stage 0); self-hosted in Vow · Native (via Cranelift); C (for the ESBMC verification pipeline only)
★ 5 MIT feb 2026 working compiler
read analysis → Verification + Syntactic
Zero
Vercel Labs' agent-first systems language. Sub-10 KiB native binaries. Structured JSON diagnostics with stable codes and typed repair plans. One obvious path.
Chris Tate and Matt Van Horn / Vercel Labs
C (zero-c bootstrap); self-hosted compiler-zero in progress · Native binaries (direct ELF/Mach-O/PE emitters, no LLVM), WebAssembly
★ 4.9k+ Apache-2.0 may 2026 early
read analysis → Orchestration + Verification
Boruna
Deterministic, capability-safe workflow execution. Every effect declared, policy-gated. Hash-chained tamper-evident evidence bundles.
escapeboy
Rust · Bytecode (custom VM)
★ 3 MIT apr 2026 working compiler
read analysis → Orchestration
Lumen
Markdown-native source (.lm.md). Algebraic effects, grants for tool and model calls, @deterministic compile-time enforcement, and pipeline / machine / memory process kinds. A language for humans authoring agent workflows.
alliecatowo
Rust · LIR bytecode → register-based VM (~100 opcodes); WebAssembly via lumen-wasm
★ 1 MIT feb 2026 working compiler
read analysis → Orchestration
Marsha
Functional, English-based language whose .mrsh files (declaration, description, examples) are compiled to tested Python by an LLM. Alpha implementation; last maintainer activity early Aug 2023.
David Ellis (Alan Technologies)
Python · Python (generated by an LLM, with auto-generated tests)
★ 467 MIT jul 2023 early
read analysis → Orchestration
Pel
Lisp-flavoured language for orchestrating LLM agents, with capability control enforced at the grammar level and a REPeL self-healing loop modelled on Common Lisp restarts.
Behnam Mohammadi (CMU)
N/A (paper-only) · N/A (paper-only)
★ — N/A (academic paper) apr 2025 research paper
read analysis → Orchestration + Syntactic
Plasm
Catalog-hosted path expressions over typed API graphs, with session-scoped opaque symbols, dry-run execution plans, and federated multi-API sessions.
Ryan Roberts
Rust · Native binaries (HTTP/API execution plans)
★ 3 Business Source License 1.1 (Change Date 2030-04-24, Change Licence Apache-2.0) apr 2026 working compiler
read analysis → Orchestration + Verification
Quasar
Penn group's LLM-agent language with automatic parallelisation, conformal-prediction reliability bounds, and approval-gated security; LLMs write a Python subset that transpiles to Quasar.
Stephen Mell et al. (Penn)
N/A (paper-only) · N/A (paper-only)
★ — N/A (academic paper) jun 2025 research paper
read analysis →