Token Efficiency: Where the Tokens GoMarch 30, 2026 jCodeMunch: Use 80% Less Context jCodeMunch-MCP uses tree-sitter AST parsing to build a symbol index of your codebase, letting AI agents pull individual functions instead of whole files. The token savings are significant.
llmtoolingmcpclaude-code
Read article
March 25, 2026 Getting the most out of Claude Code I ran a half-day Claude Code workshop for a team of technical and non-technical staff. Here's what I covered, what landed, and the habits that stuck.
claude-codellmworkshopproductivityteams
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 21, 2026 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.
llmtokenizationilolanguage-design
Read article
ilo: A Programming Language for AI Agents, Not HumansMarch 12, 2026 --explain: Reading a Language You Don't Know ilo's annotation tool shows the structural role of every statement. Built for agents, useful for humans too.
ilotoolingllm
Read article
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