Welcome back. As models become more capable, the risks associated with them also go up. OpenAI just hit a massive milestone (or a major roadblock), forcing them to freeze training for two full weeks. They're calling it a safety play to avoid incidents like the Hugging Face breach, but this could also be linked to their new model's exceptional abilities. Read the details below.

Also: A dev’s weekend project that blew up on the internet, how to hire and keep talented devs, and how to build an AI-native PR review.

Today’s Brief

  • Making product decisions with coding agents

  • Apple’s new AirPods might have a camera

  • Making a HP printer compatible with Mac (using Claude Code)

  • Hands on guide for Loop Engineering (cookbook)

TODAY IN PROGRAMMING

Click here for more details on OpenAI’s full security plan

OpenAI is pausing model development due to cybersecurity concerns: The ChatGPT maker paused two weeks of model training to tighten security, and its largest planned reinforcement learning (RL) run is still on hold. The move came as a result of the Hugging Face incident that occurred last month during model testing. This suggests the upcoming Astra model likely crossed a critical cyber capability threshold. OpenAI is freezing many Astra and cybersecurity workloads until they pass tougher checks while adding earlier monitoring and stronger safeguards across the entire pipeline. More details here.

Warp ships plug-and-play infrastructure for software factories: This AI coding startup just launched a system that makes building software factories effortless. Developers can now deploy fleets of coding agents across their entire SDLC. You can use your preferred model and harness, whether it's Codex or Claude Code, and it integrates directly with Linear, Jira, Slack, and Teams. You can try it here.

Frontier labs compete to slash costs for developers: OpenAI just slashed prices on its flagship model across different gateways. GPT-5.6 Sol is now 70% off on Cognition’s Devin through October 3 and reportedly 50% off on OpenRouter and Vercel’s AI Gateway. And Anthropic isn’t sitting this one out either, they’re boosting Claude Code weekly limits by 50% through the end of August. Either way, it’s a win for devs looking to build heavy projects in the coming months.

Soniox Text-to-Speech lets you create extraordinary voice experiences in 60+ languages with expressive control, exceptional precision, instant voice cloning, and ultra-low-latency streaming.

Direct whispers, laughter, hesitation, excitement, and emotion, or precisely speak phone numbers, email addresses, technical terminology, and multilingual text.

Built for voice agents, global products, customer support, media, and any application where speech needs to sound human and get every detail right.

$0.70 per generated hour.

INSIGHT

How engineering leaders use coding agents to make product decisions

False Confidence. Coding agents sound just as confident when they're wrong as when they're right. If you take a suggestion at face value, you risk shipping a mistake. The gap between an answer that looks good and one that actually works is exactly what senior developer Kent Dodds explores in his podcast. In his workflow, the agent digs up platform notes, runs tests, and offers suggestions while the engineer makes the final judgment call. 

The tip that would've cost 13x. For instance, an agent suggested storing large files in Cloudflare Durable Objects and dismissed the cost as pocket change. Dodds had a gut feeling it would be pricier, so he pushed back. He was right, his math showed it would cost about 13 times more than using R2, Cloudflare’s dedicated storage for large files. That catch wasn't luck. It was found because, as part of his workflow, he pushes every agent suggestion through a few simple questions before trusting it:

  • Does this make sense for the business, not just the code?

  • What does it cost, and how does it change the user experience?

  • Could someone abuse this and end up costing the team more than they pay?

Additionally, he doesn't just rely on gut feeling. He leans on the agents pulling the hard numbers:

  • Instrument your code and tracking so you have real metrics and logs to lean on. 

  • Ask the agent to show the data behind a decision.

  • When it comes back, question it instead of taking it as fact.

The real value. Knowing which suggestions to trust, toss, or question is becoming a core engineering skill. As Dodds says, the engineers who do this best are often the most valuable people on the team. 

PS: For the skill underneath it all, this podcast works through product judgment with engineers and PMs.

Take the Tiger Hunt: 5 hands-on challenges in Tiger Cloud. Load data, use the CLI or MCP, build a hypertable, create a continuous aggregate, and join a workshop.

Finish the hunt and earn a Tiger tee, hat + stickers.

IN THE KNOW

What’s trending on socials and headlines

Meme of the day

  • Secret AirPods: Leaked footage of Apple’s new AirPods is catching heat on social media. It seems like the AirPods will come with secret camera (4.5M views).

  • Printer Hack: A dev used Claude Code to write a working macOS driver for an HP printer with zero Mac support. You can do it too with this prompt (3.2M views).

  • Virtual Light: A developer’s fun weekend project is blowing up the internet. He’s using virtual light to cast 3D effects around his face. He pulled the whole thing off on a MacBook (4.8M views). 

  • Hiring Playbook: A CTO reveals a “barbell strategy” for hiring talented devs and engineers in a cost effective way (3.1K bookmarks).

  • Local AI: Ever wonder which AI models your computer can actually run? This open-source tool automatically profiles your hardware to find out (262K views). 

TOP & TRENDING RESOURCES

Top Tutorial

How to build an AI native PR review system: You’ll learn how to build a production-ready, multi-agent AI PR review system. This tutorial also covers fault-tolerant architecture, database modeling, and agentic orchestration to automate reviews with senior-level engineering judgment. 

Top Tool

Social-fetch: This skill lets AI agents read social posts from X, LinkedIn, Instagram, TikTok, Reddit, and HN, getting around login walls with APIs, browser automation, or Wayback.

Trending Cookbook

Hands on guide to loop engineering (by a Google engineer): Agents often fail by repeating mistakes or lacking oversight. Loop engineering fixes this with self-correcting workflows. This guide covers building verification steps, automating PR triage with Claude Code, and setting clear stopping conditions for reliable agent autonomy. 

AI CODING HACK

How to keep Claude Code working after you hit your usage limit

You know the drill. Claude is halfway through a big refactor, the usage limit kicks in, and you come back hours later to a dead session.

Anthropic's ClaudeDevs account just shared the fix, an auto-continue checkbox in Claude Code desktop.

  1. Update the desktop app first. The checkbox only shipped a few days ago.

  2. When the "Usage limit reached" banner pops up, tick the box:

Auto-continue when limits reset
  1. Walk away. When your limit resets, Claude picks the task back up on its own.

In the demo, a payments migration finished edits and tests with zero handholding.

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 how a Google engineer found six ways developers quietly burn tokens in Claude Code, then fixed them with a single slash command.

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