Tagged: claude-code
Showing 1–5 of 18 articles
Simple custom website blocker for Chrome A Chrome extension that blocks sites for eight hours, a day, a week, or permanently, with no way to lift a block early from the popup. Read article Comparing graft and jCodeMunch Two MCP servers that index a repo with tree-sitter. I measured both on the same code: 886 tokens of tool schema against 27,526. Read article 65% and 8.5% Are the Same Tool I wrote a command to audit projects from primary sources, ran it on caveman and BAML, and found my own documentation quoting a savings figure the vendor had already withdrawn. Read article The Orchestrator's Tax, Paid From My Own Pipeline Rahul Garg's martinfowler.com piece names the real cost of subagents: what they leave in the orchestrator's context. My persona and fix pipeline hit the same walls. 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