Welcome back. Anthropic is winning the AI talent war so decisively that its CEO now has an unusual problem. In a recent report, he voiced concerns that new hires are prioritizing paychecks over the company mission. In response, the dev community sparked a meme fest, but one senior engineer's ironic take cut deeper than the rest (read below).
Also: Inside Uber’s AI Native Engineering team, a vibe-coded solution for data transfer using QR codes, and a Claude Skill that watches youtube videos and podcasts for you.
Today’s Brief
3 Claude Skills every dev team should have
The best method to lease your new MacBook
Senior engineer’s AI coding workflow (tutorial)
How to design effective prompts (cookbook)

TODAY IN PROGRAMMING
MiniMax's new video model runs on one consumer GPU: The Chinese AI lab just dropped H3, a 33B model capable of generating 2K video clips up to 15 seconds long, complete with synced stereo audio. While 2K regeneration still happens server-side, early tests indicate it can run locally on a single RTX 5090 using ComfyUI. This allows US-based teams to prototype without racking up massive cloud bills. The open weights are currently licensed for use in the US, EU, UK, and South Korea.
Anthropic's CEO fears engineers chase hefty salaries over mission: The AI lab reportedly outpays every rival. When an Axios report on the talent wars went public, the developer community was quick to jump in. Veteran engineer Gergely Orosz remarked that the mission-driven lab should try underpaying than its rivals and then see who shows up for the work. Meanwhile, others flooded the internet with memes mocking the company's concern. See how much Anthropic pays its engineers.
Cursor plugs coding agents into Google Workspace: The AI code editor just shipped a suite of plugins that give its agents direct access to Gmail, Google Drive, Calendar, Docs, and Sheets. This means agents can now pull context straight from your inbox, draft or update files, and manage schedules without you ever having to leave the editor. On top of that, cloud agents now use tokens 20-30% more efficiently, helping engineering teams offload bigger tasks while staying under budget.

PRESENTED BY WISPR
Not because you don't care. Because after 6 hours of building, typing paragraphs about what you built feels
like punishment.
So the PR description stays vague. The README gets "TODO." The architecture decision lives in your head until you leave the company.
Wispr Flow: syntax-aware voice dictation that works in every app. Speak your PR descriptions, commit messages, and docs. camelCase, snake_case, and acronyms stay intact.
Engineers at OpenAI and Vercel use it daily. Available on Mac, Windows, iPhone, and Android. The best docs are the ones that actually get written.

INSIGHT
AI-native engineering starts with PRDs. Here’s how engineering teams at Uber do it:

Source: The Code, Superhuman
Product managers at Uber operate within systems too complex for any one person to fully grasp. Their blueprint, the PRD (Product Requirements Document), cycles through design, engineering, and several other departments before a feature ships. Uber recently shared how its team uses AI to review PRDs. It’s basically a version of an RFC review, where engineers vet a design doc to catch flaws before anyone writes code.
The usual suspects. PRDs often arrive with the same issues: shaky assumptions, blind spots around adjacent systems, or ideas another team already tested and dropped. The context to catch them sits scattered across docs, dashboards, and institutional memory. Reviews then become scavenger hunts. Teams rebuild lost context and surface problems that were cheaper to fix early, leaving slower decisions, uneven feedback, and rework that takes far too much time.
A better first pass. To combat this, Uber first ran a structured checkpoint process, but checkpoints only work as well as what goes into them. The team then asked, what if every PM had a fast first-pass reviewer before a PRD hit broader approval?
This reviewer can:
Pull together relevant docs, past experiments, and company context.
Classify each PRD by complexity and risk, then matches scrutiny, from light UX checks to deep review on risky changes.
Check launch readiness and return a scorecard with a starting point.
Why it matters. The reviewer widens a PM's field of view by offering a specific diagnosis. Helping later reviews run sharper and faster. Reviewing the doc is half the job. Drafting it and spinning up tickets is the next part of the grind.
P.S. This tutorial is a good place to start for engineering teams who want to learn to automate PRDs.

IN THE KNOW
What’s trending on socials and headlines

Meme of the day.
QR Transfer: You can now transfer data between phones by quickly flashing QR codes. One developer vibe-coded a solution with Claude Code, hitting 120 KB/s. See it in action (6.9K upvotes).
MacBook Lease: Apple's leasing program lets you get a Mac without paying full price upfront. This post explains how developers and engineering teams can actually leverage the offer (4.6M views).
Claude Skills for Teams: A Google staff engineer just named the 3 Claude skills every engineering team should have.
Claude is Watching: Here's a Claude Skill that watches videos for you. Point it at conference talks, recorded code reviews, or call recordings, and it files structured notes automatically (4.5K bookmarks).
Cool Resume Project: This developer vibe-coded an app that turns a simple finger frame into an AI portal. You can fork the repo and ship your interactive vision demo (1.2K likes).
20 System Design Concepts: A principal engineer at Atlassian broke down 20 system design fundamentals he says make it far easier than people think (8.5K bookmarks).

TOP & TRENDING RESOURCES
Top Tutorial
Senior engineer’s AI coding workflow that works: You’ll learn a structured AI-assisted coding workflow using spec files, roadmaps, automated testing, and mandatory manual review gates. This tutorial shows how setting strict repo guidelines and using automated tools for code reviews prevents token waste while producing clean, reliable software.
Top Repo
Kimi-k3-in-c (1.3K ⭐): You can now run Moonshot AI’s Kimi K3, a 2.78 trillion parameter model, on a single CPU with just 8.24 GB of RAM.
Trending Cookbook
How to design effective prompts (by Qwen): Vague or unorganized prompts often lead to inconsistent and inaccurate AI responses. To fix this, use this prompting guide that gives you clear constraints, step-by-step reasoning, and a structured framework.

AI CODING HACK
How to stop a long Codex task from falling apart
When a long Codex run drifts, it's tempting to fire off constant corrections mid-run. But each minor adjustment clutter the context and often makes things worse.
An engineer at OpenAI suggests a better approach: interrupt the run once and provide a single, detailed course correction. The Codex CLI even includes specific commands to handle this.
Step 1: Press Esc to interrupt the run. Avoid hitting Enter to inject instructions mid-turn.
Step 2: Start a side chat to troubleshoot the issue. This transcript stays separate from the main thread:
/side Review what drifted from the plan and help me write one detailed correction prompt.Step 3: Go back to the main thread and send that one prompt. If things started going off the rails a few messages back, hit "Esc" twice with an empty composer to edit that specific message and branch off from there.
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
A Vercel engineer just used 60 billion tokens to perfect an AGENTS(.)md file that manages long-running agent tasks without any issues. Go ahead and grab it.
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



