Technical Blog

Deep dives into software engineering, system design, and technology insights. Practical articles covering real-world development challenges and solutions.

Filter Articles

Search Articles

Categories

AI ()Career ()DevOps ()Open Source ()Technical ()Web Development ()

Popular Tags

API Design ()AWS ()Backend ()Database ()Docker ()Frontend ()Go ()JavaScript ()Kubernetes ()Microservices ()Next.js ()Node.js ()

Active Filters

Tag:

Filtered Articles

2 articles
Escaping the MCP Token Penalty: Building High-Bandwidth CLI Tools
Featured
ai

Escaping the MCP Token Penalty: Building High-Bandwidth CLI Tools

MCPs are known to be context eaters. LLMS are pretty good at using CLIs. In this post I explain how do I created custom HTTP client and wrapped it in CLI. This combination allows LLMS to have high bandwidth tools call and avoid token penalty associated with MCPs.

claudecodellmscli+3
10/13/2025
10 min read
Tushar Khairnar