Site BlockerAugust 28, 2026 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.
javascripttoolingclaude-code
Read article
Token Efficiency: Where the Tokens GoAugust 27, 2026 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.
llmtoolingmcpclaude-codetoken-efficiencygraftjcodemunch
Read article
Token Efficiency: Where the Tokens GoAugust 22, 2026 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.
tokensagentsbenchmarksiloclaude-code
Read article
AI Coworkers: Not Just Chatbots or AgentsAugust 11, 2026 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.
agentsllmclaude-code
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