惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
Jina AI
Jina AI
B
Blog
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
腾讯CDC
C
Check Point Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
罗磊的独立博客
B
Blog RSS Feed
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 叶小钗
M
MIT News - Artificial intelligence
GbyAI
GbyAI

The Register

Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul Panasonic creates device-locked QR codes to speed facial biometric capture Iran claims US used backdoors to knock out networking equipment during war NASA Inspector fears new spacesuits won’t be ready for Moon landing Vibe coding upstart Lovable denies data leak, cites 'intentional behavior,' then throws HackerOne under the bus Trump-branded datacenter project fails to make itself great, again World's blandest man steps down from CEO job to spend more time in tastefully appointed home Chase got a spiff of $77 million to create one job with New York datacenter Scot becomes second Scattered Spider-linked crook to plead guilty in US You too can build a nuclear battery from junk you have lying around the house Schmoozebots: study finds flattery will get AI everywhere One of Europe's sovereign cloud picks may not be so-sovereign after all New Android development tool designed for robots, not humans
Anthropic’s Stainless steal tightens grip on AI dev tooling
Thomas Claburn · 2026-05-20 · via The Register

REG AD

AI + ML

Claude maker nabs SDK and MCP tooling biz, plans to sunset platform

Anthropic is acquiring Stainless, a maker of software development tools that counts rivals OpenAI and Google as clients.

The deal, reportedly for more than $300 million, demonstrates Anthropic's continued interest in exercising greater control over the AI technical stack and suggests that speculation about the commodification of models is on the mark. Frontier models will not be so strong that they serve as a moat or barrier to competition, but the tooling and workflow around those models should provide some cover.

Anthropic has made several recent acquisitions that give it more say in the software that orchestrates model input, output, and tool calls. In December, it snarfed Bun, a JavaScript runtime, package manager, and test runner. Two months later, it bought Vercept, a company focused on AI-mediated computer usage. In April, it admitted healthcare AI startup Coefficient Bio into the fold. Enter Stainless.

REG AD

"Hundreds of companies rely on Stainless to generate SDKs, CLIs, and MCP servers – the libraries, command-line tools, and connectors that let developers and agents use an API," Anthropic said in its announcement. "Stainless turns an API spec into SDKs across TypeScript, Python, Go, Java, Kotlin, and more."

REG AD

SDKs are sticky. Whoever ships the cleanest one wins the long tail of developer mindshare

One of those hundreds of companies is OpenAI – its Python, Node, Java, Go, and Ruby clients are based on SDKs generated by Stainless. With Stainless now planning to shutter its platform on September 1, 2026, OpenAI and other industry customers will have to shoulder the burden of maintaining existing SDKs and find equivalent tools elsewhere.

It should be noted that OpenAI in March agreed to acquire Python tool maker Astral, one of six such deals this year. So far, the Astral acquisition hasn't affected the ability of Anthropic or developers to use Astral's tooling.

Jan Schmitz, who runs AI analytics biz BrightBean, described the Stainless acquisition as both offensive and defensive.

"By acquiring the SDK infrastructure used across the industry, Anthropic gets visibility into how competitors evolve their APIs, even if only through generator usage patterns, and it gains the ability to set the pace on integration tooling," he said in a blog post.

"The defensive read: If OpenAI or Google had bought Stainless first, the damage to Anthropic’s developer ecosystem would have been worse. SDKs are sticky. Whoever ships the cleanest one wins the long tail of developer mindshare."

Schmitz also argues that Anthropic sees value in controlling the MCP standard that it proposed and promoted.

"The pattern looks like this: Control the standard by giving it away, then control the implementation by owning the toolchain," he said, noting that Google followed that playbook with Kubernetes and then making GKE the leading managed version. ®