ilo: A Programming Language for AI Agents, Not HumansApril 2, 2026 Shipping to Four Registries From One Git Tag One tag push builds native binaries, WASM, publishes to crates.io, npm, and GitHub Releases, and updates a Claude Code skill. The full pipeline for ilo.
iloci-cdrustwasmnpmgithub-actions
Read article
March 31, 2026 Same API in Python, Node, Rust, and Go The same three-endpoint JSON API built nine ways across Python, Node, Rust, and Go. What each framework gets right and what makes you swear.
pythonnoderustgo
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 23, 2026 From 1,696ns to 3ns: Five Layers of VM Optimisation The full performance story of ilo's VM. Tree-walker to bytecode to register VM to JIT, with real numbers at each step.
rustperformancejitilo
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 20, 2026 Stealing From LuaJIT and V8: What Works in Rust and What Doesn't I tried to port performance tricks from LuaJIT and V8 to a Rust bytecode VM. Some translated beautifully. Others fought the language at every step.
rustluajitv8performanceilo
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 18, 2026 Cranelift vs LLVM for a Hobby JIT: Why I Chose Cranelift I built the same JIT backend twice - once with Cranelift, once with LLVM via inkwell. Same performance, very different experience.
jitrustperformanceilo
Read article