Token Efficiency: Where the Tokens GoJune 3, 2026 What is a Recursive Language Model Recursive Language Models offload large contexts into a sandboxed Python variable and let the model write code to navigate. I tested DSPy's implementation on fastapi, vite, and the full VS Code source against naive prompting to see where the wins are.
llmtoolingrlmclaude-code
Read article
Token Efficiency: Where the Tokens GoMay 30, 2026 How AI agents find code in your repo Agents read too much code. Five strategies they use to fix it, from raw file reads to recursive language models.
llmtoolingclaude-codemcp
Read article
ilo: A Programming Language for AI Agents, Not HumansMay 13, 2026 Loading ilo, Part 3: Harness Layer Two coding-agent forks (Warp, pi) that bake ilo in at the harness layer instead of loading it as a skill.
ilowarpclaude-codeai-agentstooling
Read article
ilo: A Programming Language for AI Agents, Not HumansMay 12, 2026 Loading ilo, Part 2: Agent Skill Second attempt at loading ilo into the agent loop. Package the spec as an agent skill so it loads only when ilo is relevant.
iloclaude-codeai-agentstooling
Read article
ilo: A Programming Language for AI Agents, Not HumansMay 11, 2026 Loading ilo, Part 1: System Message First attempt at loading ilo into a real agent loop. Paste the compact spec into the system message and see how far it gets.
iloclaude-codeai-agentstooling
Read article