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
March 9, 2026 AI Is Pushing Programming Toward Typed Languages AI code generation works better with strict type systems and compilers that catch mistakes. The old downsides of compiled languages are starting to matter less.
llmrustprogramming
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