Tagged: language-design
Showing 6–10 of 16 articles
An A/B Against the Manifesto ilo's manifesto says prefix beats infix on tokens. The persona logs suggest infix beats prefix on retries. So I built an A/B to settle it. Read article 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. Read article Data Pipelines in 50 Tokens ilo now handles the full fetch, parse, transform, aggregate, write cycle. The builtins that made it possible. Read article 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. Read article 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. Read article