Skip to content
Want deep learning about Payload? Payload Essentials is for you!Enroll Now

a model too powerful to release

Episode 18Podcast7m 17s

Anthropic's unreleased model found thousands of zero days in every major OS and browser. Plus, Cursor 3.0, a critical Next.js patch, and more.

Show Notes

Anthropic announced an unreleased AI model called Claude Mythos Preview that has found thousands of zero-day vulnerabilities in every major operating system and web browser. They say it's too dangerous to release. Meanwhile, Anthropic lost a key court ruling in its ongoing fight with the Pentagon over military AI guardrails. Also this week: Cursor 3.0 brings parallel agents and design mode, Next.js ships a critical security patch (with some irony attached), TanStack introduces code mode for composable tool execution, Payload 3.82 lands with new hooks and drag-and-drop components, plus updates from shadcn, Figma, Claude Code, and Railway.

Transcript

What's up, everyone? Welcome to Next in Dev, a weekly overview of all the news I could find in the modern web dev industry. This week, Anthropic announced an unreleased AI model that's finding zero-day vulnerabilities in every major operating system and browser, then lost a court ruling in their fight with the Pentagon. We also got Cursor 3.0 and a critical Next.js security patch that's a little ironic given recent events. Let's dive in.

The lead story this week is Project Glasswing, a new cybersecurity initiative from Anthropic built around an unreleased frontier model called Claude Mythos Preview. This model is so good at finding security vulnerabilities that Anthropic assembled a coalition of major tech companies to use it defensively before those same capabilities end up in the wrong hands. How good is it? Anthropic says Mythos Preview has found thousands of vulnerabilities in every major operating system and every major web browser. One example is a 27-year-old vulnerability in OpenBSD, one of the most security-hardened operating systems in existence, that let an attacker remotely crash any machine just by connecting to it. It's interesting that it couldn't catch their own code leak from a couple weeks ago, though.

The partnership list is star-studded. AWS, Google, Microsoft, Apple, Broadcom, Cisco, CrowdStrike, JPMorganChase, NVIDIA, Palo Alto Networks, and the Linux Foundation are all a part. Anthropic is committing up to $100 million in usage credits and $4 million in donations to open-source security. 

Anthropic is not making Mythos Preview generally available. They're saying the model's offensive cyber capabilities are too dangerous for broad release and plan to develop safeguards for an upcoming Claude Opus model first. Announcing a model to explain why you're not releasing it is unusual, but the timing is interesting, too. They're launching a national security initiative while fighting the Pentagon in court.

Speaking of the Pentagon fight, Anthropic lost a key ruling this week. A DC appeals court denied their request to temporarily block the Pentagon's designation of the company as a supply chain risk. If you've been living under a rock, here's a recap. The Pentagon wanted unfettered access to Claude for all lawful military purposes. Anthropic drew red lines at fully autonomous weapons and domestic mass surveillance. They were then labeled as a supply chain risk.

Now there are two parallel cases with opposite results. A California federal judge blocked the broader ban last month, calling it Orwellian. But the DC appeals court sided with the government, saying the balance favors the Pentagon given the ongoing military conflict. Oral arguments are set for May 19. The DC court even noted that Anthropic's app store downloads surged during the controversy, essentially arguing the company benefited financially from the fight. In my opinion, it's hard to say how a surge of free downloads makes up for potential billions in lost sales. Whether the government can blacklist a domestic company for refusing to remove safety guardrails from its product is the question that hasn't been answered yet.

Cursor released version 3.0, and it's a significant rethink of the interface. The headline feature is the new Agents Window, a dedicated view where you can run multiple agents in parallel across repos, worktrees, cloud environments, and remote SSH sessions. You can switch back to the traditional IDE anytime or run both simultaneously. Design Mode lets you annotate UI elements directly in the browser and point the agent at exactly what you want changed. There's also a new /best-of-n command that runs the same task across multiple models in isolated worktrees and compares results. Cursor also updated Bugbot with learned rules. The code review bot now watches how developers react to its comments and creates rules that improve future reviews. Rules that get positive signal get promoted automatically. It also supports MCP servers for additional review context.

Next.js 16.2.3 is a security release you need to install now. It's a high-severity denial-of-service vulnerability in React Server Components. A specially crafted HTTP request sent to any App Router Server Function endpoint can trigger excessive CPU usage during deserialization, potentially taking down your application. This affects every version of Next.js from 13.x through 16.x using the App Router. Vercel deployed firewall protections for hosted customers, but if you're self-hosting, you had no protection until you manually upgraded.

Now, I think this is a little funny. Back in February, Vercel's CEO mentioned that his team publicly disclosed seven vulnerabilities in Cloudflare's vinext—veenext?—framework, called it "vibe-coded," and published a "Migrate to Vercel from Cloudflare" guide on the same day. Vulnerabilities are a fact of life in software development. Every codebase has them. But when you turn someone else's security issues into a marketing moment, the boomerang does eventually come back around.

Moving on.

TanStack AI introduced Code Mode. Instead of having the model call tools one at a time, fetch a list, make an unknown number of individual requests, then try to do math on the results, Code Mode gives the LLM a single execute_typescript tool. The model writes a short TypeScript program that composes your tools with loops, Promise.all, and actual arithmetic, then executes it in a sandbox. One call in, one result out. There's also a Skills system where the LLM can save working code as reusable tools that earn trust through successful executions. Cloudflare pioneered this concept, and TanStack turning it into a composable, model-agnostic library is exactly the kind of infrastructure work that matters in modern development. If you're building anything that connects an LLM to an API, this should be on your radar.

Payload CMS version 3.82 landed with a solid set of features. There's a new typescript.postProcess hook for type generation, media file disambiguation via query parameters, exported drag-and-drop UI components, and a beforeSync hook in the search plugin that now receives the collection slug. Bug fixes cover localized required field validation during unpublish, relationship filter duplicates, and redundant re-uploads in the S3 and Vercel Blob storage adapters. The minimum required Next.js 16 version is now 16.2.2. Also, a heads up: 3.82 introduced an HMR regression, but 3.82.1 is already out with the fix. If you're upgrading, go straight to 3.82.1.

A few rapid-fire things.

shadcn/ui had a productive stretch. The new Luma style brings softer geometry inspired by macOS Tahoe, just without the glass. Component Composition sections across the docs now show correct nesting structures, which significantly helps LLMs compose elements correctly. And shadcn apply lets you switch presets in existing projects without starting over.

Figma added on-canvas video playback in Figma Design and Draw. You can now play, pause, and adjust speed directly on video files on the canvas. They also launched Make Kits for bringing design system code into Figma Make prototypes.

Claude Code pushed versions 2.1.90 through 2.1.97. Highlights include /powerup interactive lessons, flicker-free alt-screen rendering, shorter edit anchors to reduce output tokens, and a fix for MCP connections leaking.

Railway can now skip rebuilds entirely when identical source code has already been built. The most useful scenario is PR environments: build on PR, iterate, merge, and if the merged commit matches, your changes deploy in seconds with no rebuild. They also launched Guardrails for enterprise workspace-level policy enforcement.

What did I miss? Let me know by leaving a comment wherever you're watching or listening, or by joining my Discord server and subscribing to the Next in Dev newsletter at nlvcodes.com.

Thanks for watching or listening. See you in the next video.