惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
GbyAI
GbyAI
博客园 - 司徒正美
美团技术团队
Vercel News
Vercel News
IT之家
IT之家
U
Unit 42
Y
Y Combinator Blog
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
V
Visual Studio Blog
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
博客园 - 叶小钗
A
About on SuperTechFans
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
B
Blog RSS Feed

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I shipped Sipcode today: keeping Claude Code's context cl...
Anuj ojha · 2026-06-23 · via DEV Community
Cover image for I shipped Sipcode today: keeping Claude Code's context clean for sharper answers

Anuj ojha

Sipcode is live on Product Hunt as of today.

What it does

Local proxy plus MCP server for Claude Code. It rewrites tool output (Read, Bash, Grep) before the model sees it, removing redundancy without dropping information.

What I measured

On my own 3,567,170-token dogfood corpus: 62.6% median tool-output savings, range 37.4 to 80.6%, $67.43 saved. 0 network calls. 1,363 tests. 15 MCP tools. MIT.

Why this matters more than the token count

Anthropic published that cleaner context produces a 29% quality lift and 40% fewer agent errors. The tokens are the proof, reliability is the point.

The dogfood story behind today's launch

Last week I caught my own drift tool reporting 624,940 tokens wasted in a 4-hour session. My proxy --stats credited only 7,553 saved on the same session. 83x undercount, by my own tool. Root cause was mid-session installs leaving the dedup cache empty for the first half of the session.

Shipped v1.6.15 with Verified Warm-Fill 24 hours later. Drift now reads "no drift detected." Shipped v1.6.16 today with the cache-defer and grep-cap fixes. Three releases in nine days, each closing a real bug I caught dogfooding.

Try it


bash
npm i -g sipcode && sipcode init


PH: https://www.producthunt.com/products/sipcode
Site: https://anuj7411.github.io/sipcode
Repo: https://github.com/Anuj7411/sipcode

Happy to answer questions in the comments.