Welcome back. As the number of agent-run cyber attacks grow, every dev team is wondering if we can truly trust agents. OpenAI’s answer is yes. They just unveiled a new model for engineering teams to catch security vulnerabilities in your codebases (and teams are already using it).
Also: An insider look into Cloudflare’s engineering interview, Spotify’s new tool to run coding sessions across Claude Code and Codex, and Meta’s new model that runs on your Mac.
Today’s Brief
Why AI adoption is a myth and how to fix it
4 terminal tools to use today
Switching between Claude and GPT (developer’s guide)
Google’s 7 rules for writing agent loops (cookbook)

TODAY IN PROGRAMMING
OpenAI ships a new model to combat growing AI cyberattack concerns: As a part of its Daybreak program, the ChatGPT maker just rolled out GPT-5.6-Cyber. This model is designed to be more flexible for cybersecurity research. The company says the model has already helped find real flaws in a popular database, an OS kernel, and Chrome's V8 engine. You can apply to join the program now.
Anthropic locks Sonnet 5 pricing while quietly watermarking AI-generated text: The AI lab just officially locked Sonnet 5's pricing at $2 per million input tokens and $10 per million output tokens. The lab also introduced invisible watermarks in Claude-generated text to comply with EU transparency regulations. This decision has sparked major backlash from the developer community, with one dev questioning why a paid plan would include hidden marks within their codebase. See the reaction.
Meta's new model offers a glimpse into Zuckerberg's vision: In a rare personal essay, Meta's CEO argues that everyone should have access to superintelligence. He urges the U.S. to embrace open source, contending that AI developed under a tight concentration of power is fundamentally problematic. He published the essay on the same day the company dropped Muse Glimmer, a 30B model that runs local agents on a single consumer GPU. Check out this prompting guide to get started.

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
AI adoption is a myth. Here’s why it doesn’t have to be:

The contradiction is real. Most engineering teams have jumped on the AI bandwagon, but very few are actually seeing a real bump in productivity. A former Meta engineer, Vasuman Moza, who now runs an AI agency, argues that a rollout doesn't guarantee adoption. He makes a valid point: one of his clients deployed Claude Cowork to thousands of employees, only to find that productivity barely budged.
On paper, AI adoption is skyrocketing. But in reality, teams usually fall into three camps: power users (who daily-drive AI by chaining skills and connectors), casual users, and the silent majority who barely touch it.
Ahead or behind. You don’t need to become a power user overnight. The bigger win is simply using agents more and using them better. Responding to Moza, Google’s engineering leader Addy Osmani breaks down what each group should do next:
Already ahead: Share your process. Call out which tasks should stay human-only, when to pull back on trust, and what a solid code PR looks like. Save those workflows so the rest of the team can use them.
Still behind: One reliable workflow is worth more than a hundred you don't trust. Start with a repetitive task you can easily verify.
The feedback loop: Treat the model like a new hire. Review its work, fix mistakes with follow-up prompts instead of just accepting them, and once it stops surprising you, document the winning prompt for later.
Stop counting logins. For engineering teams, a better metric is how much work is still manual, hybrid, or fully automated. Find the power users, give them room to share what they build, and put agents inside the systems people already use so adoption doesn’t depend on learning another tool.
PS: If you’re a dev looking to use AI more effectively, our engineering team put together a Claude Code guide to help you ship 5x faster. For engineering teams, Vasuman’s full thread goes deeper.

IN THE KNOW
What’s trending on socials and headlines

Meme of the day.
Code Review: Vercel's CEO argues that if you're not reading your code, one of six things is true about you. See where you land (1.2M views).
AI Interview: An engineer cold-emailed his way into a Cloudflare AI interview, no LeetCode. His writeup maps what Big Tech wants in AI hires (3K interactions).
Terminal Toolkit: A senior engineer shares the 4 terminal tools he uses every day. Try it out to see if they fit your workflow.
Writing Policy: Clay's engineering team wrote a 4 rule AI writing policy so useful the whole company adopted it. Rule three changes how you'd use ChatGPT at work (6.8K likes).
Agent Backlash: A Meta engineer argues the industry's push toward long-horizon agents is quietly backfiring using Opus 5 as exhibit A (2K interactions).

TOP & TRENDING RESOURCES
Top Tutorial
How a senior engineer decides when to use Claude or GPT: You'll learn how to select and combine the best AI models and tools for your coding workflow. This senior engineer breaks down how to choose between options like Claude and GPT based on prompt precision, code quality, and how to orchestrate multi-agent setups effectively.
Top Repo
Xirp (by Spotify): An agentic development environment that manages your sessions across Claude Code, Gemini CLI, and OpenAI’s Codex. Already used by developers at Spotify, it’s now available for you to try.
Trending Cookbook
7 rules for self-improving agent loops (by Google): Self-improving AI loops often game shallow metrics, optimizing for high scores without actually delivering better real-world performance. This guide provides seven practical rules for engineers to define custom, rock-solid evaluation standards that keep autonomous optimization loops honest and on track.

AI CODING HACK
How to stop Codex chasing the wrong goal
Codex's /goal command keeps the agent working toward one objective across multiple turns. This works great until the goal is too vague. For example, if you tell it to "improve the checkout flow," it burns through quota just trying to figure out what "improve" actually means.
To fix this, an engineer recommended using OpenAI's official "define-goal" skill. This automatically rewrites loose objectives into something verifiable before Codex locks them in.
Step 1: Install it from OpenAI's curated catalog, then restart Codex.
$skill-installer define-goalStep 2: Call the skill instead of typing “/goal” yourself.
$define-goal improve the checkout flowIt rejects vague goals like "keep investigating." Instead, it asks a clarifying question whenever the answer changes the outcome. It then establishes a goal with a defined scope, acceptance criteria, and a verify command.
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 this repo that provides a library of slash commands designed to guide AI coding agents using senior engineering practices for planning, specs, implementation, and reviews.
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



