
Welcome back. Anthropic is shipping fast. Their latest Claude Code update now writes, tests, and self-corrects code by navigating your screen — without you ever leaving the terminal.
Also: How to build CLIs that work for agents and humans, 30 Claude agent tools every dev should know, and the only 4 tech roles that survive.
Today’s Insights
Powerful new updates and hacks for devs
How Vercel ships AI code without breaking production
How to automate PR reviews with Codex
Trending social posts, top repos, and more

TODAY IN PROGRAMMING
Claude Code gets full control of your desktop: The AI lab just shipped computer use for Claude Code, allowing the agent to take full control of your Mac screen. It can now open apps, navigate UIs, and capture screenshots directly from the CLI. With a single prompt, Claude can write and compile code, launch the app to find bugs, and verify the fix. This macOS-only research preview is currently available to users on Pro and Max plans.
Alibaba unveils its most capable open-source AI models: The Chinese tech giant dropped Qwen3.5-Omni, a multimodal model family that natively handles text, images, audio, and video. Its standout feature, Audio-Visual Vibe Coding, can generate functional websites and games simply from spoken descriptions and camera input. The Plus variant even outperforms Google's Gemini-3.1 Pro on audio benchmarks, supporting speech recognition in 113 languages and processing up to 10 hours of audio. Watch the demo.
Supply chain attack hits one of npm's most downloaded packages: A major security breach just hit Axios after attackers hijacked a maintainer's account. They slipped malware into two new releases that quietly deploy a remote access trojan across macOS, Windows, and Linux before wiping their tracks to stay hidden. With over 83 million weekly downloads, the impact is massive. If you're on version 1.14.1 or 0.30.4, downgrade immediately and rotate all credentials on the affected machine.

PRESENTED BY WISPR
Claude Code, Cursor, Codex. The output ceiling is insane. But "fix the bug" gets you slop. Detailed context gets you shipping code.
The problem: typing out file references, edge cases, and architecture context 40 times a day is exhausting. So you cut corners. Your agent gets lazy input.
Wispr Flow lets you speak full prompts with syntax-aware dictation. camelCase, snake_case, file names all preserved. Auto-tags files in Cursor and Windsurf.
Used by engineers at OpenAI, Vercel, and Clay. Works on Mac, Windows, iPhone, and Android.
Better prompts in. Better code out. Try Free

INSIGHT
How Vercel ships AI code without breaking production

Source: The Code, Superhuman
Amazon broke first. Following a wave of AI-related outages at Amazon, internal docs show failures are becoming more frequent and hitting more systems at the same time. In response, Vercel just published its own framework for shipping agent-generated code. The takeaway? Passing CI (Continuous Integration) is no longer a guarantee of safety.
The "Flawless" code trap. Agent-generated PRs often look perfect. They pass static analysis and follow all repo conventions but a CodeRabbit study reveals that AI code produces 1.7x more bugs than human-written code, with logic errors jumping by 75%. Because agents don't understand specific failure modes, there’s a massive gap between code that is "technically correct" and code that is "operationally safe."
Infrastructure as the safety net. Vercel is shifting its focus from manual reviews to infrastructure-based fixes, including auto-rollback deployments and continuous production testing. As Vercel CEO Guillermo Rauch put it, "vibing" and mission-critical infrastructure simply don't mix.
Three questions before every PR. Vercel's internal guidance boils down to a checklist engineers run before shipping any agent-generated code: What does this do once rolled out? How can it hurt production or customers? And would you own an incident tied to it? If you can't answer all three, the code isn't ready.

PRESENTED BY DEEPL
Everyone's talking about what AI can do. DeepL's Spring Launch is about what it can do in any language. Translation that thinks. Voice that works in real time. AI that fits the way your business already runs.
If you're following where AI is actually going — this is worth an hour. April 16 · 4 PM CEST / 10 AM EDT.

IN THE KNOW
What’s trending on socials and headlines

Meme of the day.
Built for Bots: Every CLI you ship will get called by an AI agent. This Google Cloud guide shows you how to design for both in under 10 minutes.
Agent Arsenal: Nobody had mapped the full Claude agent ecosystem until now. This thread covers 30 frameworks, libraries, and repos every dev should know.
Last Four Standing: A post claiming only 4 types of roles will survive at tech companies is going viral (1.1M views).
Frenemies: An OpenAI engineer just dropped a plugin that brings Codex directly into Claude Code for reviews and multi-agent handoffs (1M views).
Research Loop: One developer broke down Andrej Karpathy's latest open-source release that builds AI research agents that improve themselves.

AI CODING HACK
How to automate PR reviews with Codex

Source: The Code, Superhuman
PR reviews are a major bottleneck. Reviewers are constantly swamped, regressions slip through the cracks, and missing tests often go unnoticed until production breaks. OpenAI's Codex can solve this by acting as an automated, first-pass reviewer directly within GitHub.
Just enable Codex in your repo settings and comment @codex review on any pull request. It will post inline comments just like a human teammate would. If it flags an issue, simply comment @codex fix it to kick off a cloud task that patches the code and updates the PR automatically.
To customize what Codex looks for, just add an AGENTS.md file to your repo root:
## Review guidelines
- Flag typos and grammar issues as P0 issues.
- Flag potential missing documentation as P1 issues.
- Flag missing tests as P1 issues.
...Codex applies the closest AGENTS.md to each changed file, so you can put stricter rules deeper in the tree for sensitive packages.

TOP & TRENDING RESOURCES
Top Tutorial
How to build voice agents with Gemini 3: You’ll learn to build real-time voice agents using the Gemini 3 Live API. This tutorial covers everything from managing websockets and processing live audio and video to working with the Google GenAI SDK. It also explores partner tools for faster deployment.
Top Repo
Hermes Agent: This self-improving AI agent from Nous Research is in a league of its own. It features a built-in learning loop that allows it to develop new skills through experience and refine them in real-time. It actively retains knowledge, references past conversations, and builds a deeper understanding of you with every session.
Trending Paper
How Perplexity’s voice agent was built (by OpenAI): Perplexity needed a reliable voice interface for their AI products that could handle long contexts and noisy environments. They solved this using the Realtime API by feeding data in smaller chunks, standardizing audio processing, and introducing voice lock controls.
Grow customers & revenue: Join companies like Google, IBM, and Datadog. Showcase your product to our 200K+ engineers and 100K+ 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



