Welcome back. Frontier labs like OpenAI and Anthropic have been accidentally leaving the door wide open for model distillation. German researchers just uncovered security flaws in the OpenAI and Claude APIs that allow their internal reasoning to be cloned into smaller models. ML researcher argues that this is quietly being exploited by Chinese labs to bridge the gap.

Also: How Cursor turned agents into better engineers, how to fix your colleagues who don’t read PRs, and a refined prompt to manage your Claude Code token usage.

Today’s Brief

  • How Claude watermarks affect developers

  • 100 real use cases for Grok Bot (by Cursor engineer)

  • 7 essential Codex skills (by Oracle engineer)

  • The 14 step roadmap from prompter to loop designer (cookbook)

TODAY IN PROGRAMMING

Click here to watch SpaceXAI’s Grok Bot in action.

SpaceXAI ships AI coworkers that never log off: Elon Musk's lab just dropped Grok Bot in early beta. It's a team of AI coworkers that can sign into your tools, operate them directly, and deliver finished work. These always-on agents can log into apps like Gmail and Salesforce to handle multi-step workflows for you. They also coordinate behind the scenes, handing off tasks to one another just like a human team. Try it here.

New flaw in OpenAI and Anthropic APIs explains how they could be distilled: Security researchers found a vulnerability across OpenAI, Anthropic, and Google APIs. Models from these labs hide their reasoning in encrypted blocks, but new research shows that attackers can pass these blocks to a weaker model and have it print the reasoning in plain text. This allows competitors to steal proprietary reasoning to train cheaper clones and enables model distillation. These same blocks could also leak API keys and passwords, carry hidden malicious instructions, or even expose unsafe thoughts that the model had buried.

Nvidia unveils an open model on a budget: The chip maker just dropped Nemotron 3.5 Lightning, a 30B open model that only uses 3B parameters at a time. It’s designed to handle the routine steps in long agentic workflows and is efficient enough to run on a single GPU. Along with the model, Nvidia also released NeMo Switchyard, an open-source router that automatically sends tasks to the most suitable model. The company claims Lightning can deliver speeds up to 4x faster than similar models. More details on the weights here.

Tracking AI spend is fairly easy, but understanding why it costs what it does (and what the actual ROI is), is a challenge for most teams.

If you want to cut costs and gain value, read Datadog’s latest AI ROI guide. Inside you’ll learn:

  • AI cost breakdowns by token, model, provider, and team across OpenAI, Anthropic, and beyond

  • The correlation between cost increases and architectural changes for instant root-cause analysis

  • How Kevel cut AWS costs by up to $100,000 per month with real-time visibility tools

INSIGHT

Claude not only watermarks text but also code. Here's how this affects developers:

The mark is shipping. Anthropic confirmed this week that Claude models have started to weave a watermark into generated text, including code. It applies across Claude Code, the API, and deployments through AWS, Google Cloud, and Microsoft Foundry worldwide. The move quickly drew pushback from devs online. Senior software engineer Nick Dobos summed up the concern perfectly: he doesn't want invisible information in his codebase that he cannot control. 

The AI lab holds the power. Anthropic has gone public with the policy, but they haven't released the inspection tools yet. This imbalance is exactly what's putting developers on edge. Their main concerns are: 

  • The watermarking method is unpublished, so nobody outside Anthropic knows exactly what changes in the output.

  • There is no local detector, so teams cannot scan their own repositories for the mark.

  • Teams cannot test the effect of the mark on refactoring or token selection.

  • Anthropic says quality and readability are unaffected, but has shared no code-specific evidence.

The EU did not ask for this. While Anthropic frames the move as part of its EU AI Act compliance, it’s worth noting that the European Commission's guidelines exempt source code from the marking requirement. The AI lab’s policy marks all generated text, with no exception for code. This means production code can now carry underlying data that its own developers can't even inspect. 

Where to dig in. This walkthrough breaks down how Claude's text watermarks actually work, while Anthropic's official policy page outlines what’s covered now and what ships later. 

P.S. Devs have already turned to the Watermarks-Remover GitHub repo to remove Claude’s watermarks from their content.

AI writes more code than ever. Reviewing it shouldn’t mean going through files in alphabetical order. 

CodeRabbit Change Stack turns any PR into a layered walkthrough - overview page, timeline view, semantic diff and agentic chat - so you understand the real change behind your code. 

Free in early access. Review your next PR with CodeRabbit Change Stack Today

IN THE KNOW

What’s trending on socials and headlines

Meme of the day.

  • Read PRs: Some of your colleagues quietly ship AI code without reading. This developer's idea might just fix that overnight. See how it works (3.8K likes).

  • Cursor Webinar: Cursor's engineering team is pulling back the curtain on the internal framework they use to turn flaky agents into reliable ones. The session kicks off today at 12 PM EDT.

  • Hottest Role: "Forward deployed engineer" is suddenly AI's hottest new role. This AI CEO explains how to actually work as one, and when to walk away (1.5K interactions).

  • 100 Use Cases: Grok Bot just hit beta, and a Cursor engineer already catalogued 100 real use cases, from routine dev work to things you wouldn't expect an AI to handle.

  • Token Saver: Claude Code burns tokens, argues, and slows down by default. This thread shares a prompt that makes it faster and leaner (1.7K bookmarks).

TOP & TRENDING RESOURCES

Click here to watch the tutorial.

Top Tutorial

7 Codex skills to use daily (by an engineering leader at Oracle): You'll learn how to streamline your workflow using seven essential Codex skills. This tutorial covers managing skills across AI coding agents, creating clear technical specs, and breaking work into GitHub issues. You'll also learn to generate visual docs, clarify vague prompts, automate pull request reviews, and draft architecture design docs.

Top Tool

OpenRouter for agent tools: This tool simplifies how AI agents access data. Instead of managing multiple accounts, you can use a single URL and token to access over 2,600 different services.

Trending Cookbook

The 14-step roadmap from prompter to loop designer: Developers often burn time manually prompting coding agents, which kills productivity on repetitive tasks that a machine could easily check. This guide walks you through how to automate that workflow by building structured agentic loops with built-in verification and persistent state files.

AI CODING HACK

How to make your coding agent sharp again

Codex, Claude Code, and Cursor tend to degrade over time, and the problem usually isn't the model itself. It's often due to old skills, MCPs, and instruction files piling up in the workspace and creating silent conflicts.

This AI developer just shared a prompt that lets the agent audit its own configuration for you. 

  • Step 1: Paste this into any coding agent:

Audit every persistent configuration in this workspace that shapes how you work: project instructions, skills, MCPs, and memory.

Find anything redundant, outdated, conflicting, or irrelevant to this project. Give me a KEEP / REMOVE list with one sentence per item. Do not edit any files. Wait for my approval.
  • Step 2: Approve the REMOVE items and let it clean up. Click here to see the full prompt in the original post.

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

Check out these 4 terminal tools a senior engineer relies on daily and see if they can help streamline your own workflow. 

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?

Your feedback helps us create better emails for you!

Login or Subscribe to participate

You can also reply directly to this email if you have suggestions, feedback, or questions.

Until next time — The Code team