

Kydaix
490 posts















We’re releasing SWE-1.6, our best model in both intelligence & model UX. SWE-1.6 matches our Preview model on SWE-Bench Pro while dramatically improving on various behavioral axes. It’s available today in Windsurf in two modes: free tier (200 tok/s) and fast tier (950 tok/s).




CLAUDE CODE MAX BURNS YOUR LIMITS 40% FASTER AND NO ONE TOLD YOU WHY this guy set up an HTTP proxy to capture full API requests across 4 different Claude Code versions. here's what he found: Claude Code v2.1.100 silently adds ~20,000 invisible tokens to every single request. they are server-side so you can't see them and they don't show up in /context. the proof: > v2.1.98: 49,726 billed tokens > v2.1.100: 69,922 billed tokens > same project, same prompt, same account v2.1.100 actually sends FEWER bytes but gets billed 20K MORE tokens. the inflation is 100% server-side. and it's not just about billing. those 20K invisible tokens enter the model's actual context window. which means: > your CLAUDE.md instructions get diluted by 20K tokens of hidden content > quality degrades faster in long sessions > when Claude ignores your rules you can't tell if it's because of invisible context you can't audit the fix: downgrade to v2.1.98 npx claude-code@2.1.98
