Token Efficiency: Where the Tokens GoJune 6, 2026 RTK: reducing token usage in LLM workflows A CLI proxy that compresses command output before it reaches your LLM context. 60-90% savings on git, cargo, and test output. Built in Rust with zero dependencies.
clillmtokensworkflowtoolrustproductivity
Read article
ilo: A Programming Language for AI Agents, Not HumansJune 5, 2026 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.
ilolanguage-designai-agentsllm
Read article
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
May 23, 2026 Trying DuckDB With an AI Query Chat Evidence.dev runs on DuckDB-WASM in the browser. I wanted to try DuckDB directly, so I built a chat that asks Claude for SQL and runs it locally.
duckdbwasmsqlllm
Read article