Tagged: tooling
Showing 21–25 of 40 articles
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 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. Read article 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. Read article 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. Read article