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 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 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
ilo: A Programming Language for AI Agents, Not HumansMarch 21, 2026 Tokenizers Don't Care About Your Abbreviations A short-naming convention for ilo, tested against cl100k_base. The tokenizer already handles common English words in one token.
llmtokenizationilolanguage-design
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 11, 2026 Chaining Transforms with >> ilo's pipe operator passes the result of one call into the next. No intermediate names needed.
ilolanguage-designllm
Read article