ilo: A Programming Language for AI Agents, Not HumansApril 8, 2026 SudoLang and ilo: Two Opposite Bets on AI Programming SudoLang asks the LLM to interpret pseudocode. ilo gives the LLM a real compiler. Both claim to be AI-first languages. They agree on almost nothing.
ilolanguage-designai-agentsllm
Read article
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
ilo: A Programming Language for AI Agents, Not HumansApril 1, 2026 Data Pipelines in 50 Tokens ilo now handles the full fetch, parse, transform, aggregate, write cycle. The builtins that made it possible.
ilolanguage-designllmdata
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 22, 2026 What If Bash Had Types? ilo as a Shell for AI Agents Unix pipes have lasted 50 years because the model works. ilo takes the same model and adds types.
ilounixlanguage-designai-agents
Read article