Tagged: llm
Showing 26–30 of 70 articles
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. Read article 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 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. Read article 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. Read article 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. Read article