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
ilo: A Programming Language for AI Agents, Not HumansFebruary 26, 2026 Why I'm Building a Programming Language for AI Agents Every language ever made was designed for humans. What happens when you start from scratch for a different audience?
ilolanguage-designai-agents
Read article