Originally published in The Agentic Engineer Newsletter
TL;DR
- Researchers analyzed 2,430 Claude Code responses and found it's quietly building the default developer stack. GitHub Actions, Stripe, and shadcn/ui are the winners. Prisma is getting replaced by Drizzle.
- Anthropic got designated a supply-chain risk by the Department of War, then separately dropped its flagship safety pledge. Wild week for the company that built its brand on safety.
- Mercury 2 hits 1,009 tokens/sec using diffusion-based generation. At $0.25/1M input tokens, agentic loops just got a lot cheaper to run.
🔥 The Big One: Claude Code Is Picking Your Stack
Here's a question nobody was asking until this week: when a coding agent has free rein over a real codebase, what does it actually choose?
Amplifying AI ran the experiment. They pointed Claude Code at real repositories 2,430 times with open-ended prompts and tracked every tool, library, and service it reached for. The results are a snapshot of what the "default stack" looks like when a machine picks it.
The headline finding: Claude Code builds custom solutions over buying. In 12 out of 20 categories, it wrote bespoke code rather than pulling in a dependency. That tracks with how most senior engineers think. The best dependency is the one you don't have.
But when it does pick tools, the preferences are sharp. GitHub Actions won CI/CD with 94% share. Stripe took payments at 91%. shadcn/ui dominated component libraries at 90%. These aren't surprising picks individually, but the consistency is striking. Claude Code isn't hedging. It has opinions.
The more interesting signal is in the generational shifts. Newer Claude models pick newer tools. Drizzle is replacing Prisma as the default ORM. Railway is showing up where AWS used to be the automatic answer. Bun is eating into Node's share for new projects. The model isn't just reflecting current popularity. It's tracking momentum.
This matters because coding agents are becoming the first touch point for technology decisions. A junior dev spinning up a project with Claude Code isn't choosing Drizzle over Prisma. Claude Code is choosing it for them. Multiply that across thousands of developers and you get a feedback loop. The agent picks the tool, more projects use the tool, the training data reflects the tool, and the agent picks it more confidently next time.
If you're building developer tools, this research is required reading. Your competition isn't just other tools anymore. It's whether the dominant coding agents recommend you by default. The new SEO is "agent optimization" and nobody has a playbook for it yet.
⚡ Quick Hits
Anthropic Designated a Supply-Chain Risk — The US Department of War designated Anthropic a supply-chain risk. In a separate story, Time reported that Anthropic quietly dropped its flagship safety pledge. Two body blows in one week. (2,892 pts on HN)
Mercury 2: 1,009 Tokens/Sec via Diffusion — Inception Labs shipped Mercury 2, generating tokens in parallel using diffusion. $0.25/$0.75 per 1M tokens. "At least 2x faster than GPT-5.2."
Claude Code Gets Remote Control — Programmatically orchestrate Claude Code sessions from external tools. This turns it from a standalone tool into a composable building block.
OpenAI Raises $110B at $730B Valuation — One of the largest private funding rounds in history.
Simon Willison: "Writing Code Is Cheap Now" — The bottleneck has shifted to design, review, and taste.
🛠️ Tool of the Week: CLIHub
If you're running MCP servers, you're burning tokens you don't need to. CLIHub converts MCP servers into CLI tools with lazy-loading discovery. 94% fewer tokens at session start.
npm install -g clihub
clihub init
clihub convert @anthropic/mcp-server-github
Works with any model and any MCP server. Read more.
💀 Hot Take
Anthropic getting designated a supply-chain risk in the same week they dropped their safety pledge is not a coincidence. It's a preview. The "responsible AI" era didn't end with a bang. It ended with a press release and a shrug.
🎙️ Listen to This Issue
Subscribe to The Agentic Engineer for weekly agentic AI intelligence.
Top comments (0)