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
ilo: A Programming Language for AI Agents, Not HumansMarch 10, 2026 Higher-Order Functions Without Lambdas ilo added map, flt, and fld - but not anonymous functions. Here's why named functions win for AI agents.
ilolanguage-designllm
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 7, 2026 Nine Syntax Experiments: What I Learned Testing Language Designs Against LLMs Nine syntax variants for the same language, benchmarked against Claude Haiku. Positional args mattered more than abbreviations.
ilobenchmarksllmlanguage-design
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 6, 2026 Guards Instead of if/else Flat early returns vs nested conditionals. Why ilo ditched if/else entirely.
ilolanguage-designllm
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 4, 2026 Why ilo Has No Mutable Variables Immutability wasn't an ideological choice. It was a token-cost calculation.
ilolanguage-designllm
Read article