Welcome back. Your team’s Claude Code bill keeps climbing, and everyone's advice is the same: shorten your chats or switch to a cheaper model. Turns out that's mostly wrong. The real money is leaking from a spot that's practically invisible. In today’s issue, we explore what is going wrong and how your engineering team can fix it.
Also: Loop engineering masterclass by Anthropic, what’s at the center of Claude’s mind, and 6-phase AI programming workflow of a senior engineer

TODAY IN PROGRAMMING

CEO of SpaceX Elon Musk.
Grok's voice gets 21 new personalities: SpaceXAI, the freshly renamed home of Elon Musk's AI work, just gave Grok Voice a major boost. The lab dropped 21 multilingual voices spanning 25+ languages, each tuned for a specific job like customer support, education, or storytelling. Speech tags like [pause] and [whisper] let you shape delivery, and you can clone your own voice from about a minute of audio. Try it here.
China's open models undercut US rivals on price: The pressure from China keeps mounting. Meituan open-sourced LongCat-2.0, a 1.6-trillion-parameter coding model it claims is the first of its scale trained end-to-end on 50,000 Chinese chips, not Nvidia GPUs. Tencent followed yesterday with Hy3, a 295B-parameter model it says matches flagships two to five times its size. Both arrive as cheap, capable rivals to US models, and both underscore China's push to cut its reliance on American silicon.
OpenAI researcher says data is AI's real bottleneck: One of Sora's core creators just published an essay arguing that compute isn't what's holding AI back anymore, but data is. Will Depue says labs are burning through the roughly 300 trillion tokens of quality public text on the open web, and he figures they'll spend north of $100B a year on private data by 2030. His fix? A "Stargate for data" — a moonshot effort to go collect everything models still can't learn.

PRESENTED BY WISPR
Your dev stack got an AI upgrade everywhere except the input layer. You're still typing every prompt, every ticket, every review comment by hand.
Wispr Flow closes that gap. Dictate into Cursor, VS Code, Slack, Linear, or anywhere else you work. It's syntax-aware: camelCase, snake_case, acronyms, and file names all come through clean. Mention a file in Cursor or Windsurf, and it auto-tags.
It's the voice layer for an AI-native workflow. Speak your intent. Your tools do the rest.
Available on Mac, Windows, iPhone, and Android. Used by millions of developers, including teams at OpenAI and Mercury.

INSIGHT
What's really driving your Claude Code spend and how to fix it

Source: The Code, Superhuman
The bill nobody planned for. Claude Code costs are climbing, and the usual advice is to keep chats short or drop to a cheaper model. A viral post from Comet’s Head of Product, Jacques Verre, claims that you’re losing money the second a session starts, even before you've typed out a single prompt.
Understanding the problem. Every MCP server, skill, and memory file loads the moment a session begins. GitHub's official MCP server alone burns through roughly 42,000 tokens on tool definitions. So you just wasted about 20% of the context window before even starting out. Multiply that across unaudited connectors, and teams are paying rent on setups they stopped using.
Caching softens the blow, with a catch. Claude Code caches that startup context automatically, re-reading it at roughly a tenth of the normal rate. But cached tokens still crowd the window, and Anthropic's own testing shows accuracy drops when models wade through tools they don't need. To fix this, you can lean on Tool Search from Anthropic. It loads definitions only when needed, cutting token usage around 85% in internal tests.
You need more visibility. The context command covers one session and often miscounts, while the console shows only a grand total — so teams are turning to org-level dashboards like Opik or Helicone. Before signing up, it's worth reading how caching shapes the bill and auditing what a default session loads. The numbers usually surprise.

IN THE KNOW
What’s trending on socials and headlines

Meme of the day.
Loop Engineering Masterclass: The Anthropic team explained how to stop prompting your agent and start designing loops instead, with four patterns for hands-off work (2 million views).
Fable Field Guide: An Anthropic engineer laid out a four-part playbook for working with Fable, the company's newest class of model. It starts with "unhobbling Claude" (2K interactions).
Agent Economy: This thread lays out 21 startups built entirely for AI agents and calls it the decade's biggest opportunity (5K interactions).
Extracting Fable: Since Fable 5 comes off subscription plans tonight, this viral thread teaches "extracting" Fable 5 into any cheaper model, with five workflows (2K interactions).
Codex Confessions: An OpenAI PM shares how Codex reshaped his entire workflow, including one habit that sounds almost absurd.

TOP & TRENDING RESOURCES
Top Tutorial
6-phase AI programming workflow of a senior engineer: In this tutorial, you will learn to effectively structure data, define interfaces, and implement code using LLMs, ultimately achieving a streamlined process to build games and applications more efficiently.
Top Tool
AnySearch: AI agents are only as good as the data they can access. By connecting to AnySearch, your agent leverages filtered, de-duplicated, and structured info from trusted sources in parallel, ensuring significantly more reliable outputs.
Top Repo
Improve (7K interactions): Since Fable 5 comes off subscription plans tonight, you should take advantage of this skill to have your most powerful model audit your codebase and map out plans for cheaper models to carry out.
Trending Paper
What’s at the center of Claude’s mind (by Anthropic): The AI lab found that Claude often works through concepts without writing them directly in its chain of thought, much like how a person might think about one topic while doing something else. The structure, called the J-space, formed unintentionally during training and now helps power Claude’s higher-level reasoning.

AI CODING HACK
How to reuse your Claude Code skills in Cursor
Every skill you built for Claude Code goes to waste in Cursor. This means you have to reteach the same workflows every single session. It turns out SKILL.md is an open standard, and Cursor can read those same files from its own directory. Just copy your project skills over like this:
cp -r .claude/skills .cursor/skillsCursor finds them right when you start your session. If your project is already open, reload the window (Cmd/Ctrl+Shift+P → Reload Window) to pick them up.
Don't have any skills yet? The awesome-cursor-skills repo has a list of ready-made ones.
Since they all use the same format, anything you find there will work in Claude Code and Codex CLI as well.
P.S. Get 50+ AI coding hacks for Claude Code, Cursor, and Codex here.

IN CASE YOU MISSED IT
Our most-clicked story from yesterday
Career Rethink: An ex-OpenAI researcher lays out the skills that will actually matter for engineers over the next decade. Most of them aren't taught anywhere (3 Million Views).
Grow customers & revenue: Join companies like Google, IBM, and Datadog. Showcase your product to our 300K+ engineers and 150K+ followers on socials. Get in touch.
What did you think of today's newsletter?
You can also reply directly to this email if you have suggestions, feedback, or questions.
Until next time — The Code team


