Tagged: tooling
Showing 21–25 of 41 articles
Open Source Workflow Automation for ilo-lang The four scripts that handle version bumps, releases, site deploys, and branch sync for ilo-lang - one command or one tag push for each. 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 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