Keytake LogoAI Keytake
← Toutes les newsletters
🤖

AI News Daily

vendredi 22 mai 2026

🧠 Thought Leadership

Two numbers from this week tell the whole story. Anthropic is on track to post its first profitable quarter — doubling revenue to nearly $11 billion. At the same time, Anthropic is paying xAI $1.25 billion every month just for compute. The money is real, the scale is real, and the dependency between the biggest AI labs is real. These are not startups anymore.

Nvidia just reported another record quarter and revealed it holds $43 billion in AI startup equity. Jensen Huang says he has found a $200 billion market in CPUs built specifically for AI agents. The hardware bet is no longer about selling chips to data centers — it is about building the physical layer that runs autonomous software.

The practical takeaway: AI is moving from a capability story to an infrastructure story. The companies that will matter in three years are the ones building the plumbing — compute, agents, interfaces — not just the ones with the best models. This week's numbers confirm that plumbing is already worth hundreds of billions.

🛠️ New Tools

New AI tools, features, and services launching today

1

Spotify Lets Fans Remix With AI

Spotify and Universal Music Group have struck a deal that lets Premium subscribers create AI-generated covers and remixes of songs, with participating artists receiving a share of the resulting revenue.

This is the first major deal between a streaming platform and a major label that explicitly permits fan-created AI music — with a payment structure attached. Instead of blocking AI covers outright, Universal is licensing the capability and collecting royalties when fans use it.

The deal is significant because it creates a model: AI-generated music built on real artists' work can coexist with those artists getting paid. Whether fans actually use the feature at scale remains to be seen, but the legal framework is now in place.

💡 Pourquoi ça compte

The music industry has been fighting AI-generated content for two years. This deal is a pivot — instead of fighting, Universal is finding a way to profit from it. The revenue-sharing model could become a template for how AI-generated content works in other creative industries: permission granted, money flows both ways.

2

Claude Plugins, Now Official

Anthropic launched an official directory of Claude Code plugins — tools and extensions that give Claude new capabilities when working in codebases. The repository is managed directly by Anthropic and sets a quality bar for what plugins should look like.

Before this, the Claude Code ecosystem was growing fast but informally — developers shared plugins across GitHub and Discord without a central place to find the best ones. This directory changes that. It gives developers a vetted starting point and gives Anthropic a way to signal which integrations it supports.

The repository has attracted strong interest from developers building with Claude Code who want a reliable set of first-party tools to start from.

💡 Pourquoi ça compte

An official plugin directory is how ecosystems mature. It means Anthropic is investing in Claude Code as a platform, not just a tool. For developers, it means there is now a reliable place to find plugins that will not break with the next Claude update.

🏢 Industry News

Major business and policy developments shaping the AI industry

1

Anthropic Finally Turns Profitable

Anthropic has told its investors that it is on track to more than double revenue in the second quarter of 2026, reaching around $10.9 billion. This would mark the first time the company has turned a profit since it was founded.

The number is striking. Anthropic has been spending heavily on model training and compute, and for years operated at a large loss. A jump to nearly $11 billion in quarterly revenue — and profit — is a different kind of story entirely.

The disclosure came as part of investor communications and was reported earlier this week. Anthropic has not issued an official public announcement, but the signal is clear: Claude has become a genuine commercial product at serious scale.

💡 Pourquoi ça compte

A profitable Anthropic changes the competitive landscape. It means the company no longer depends entirely on outside funding to survive and can invest in the next generation of models from a position of strength. For anyone watching which AI labs will still be standing in five years, this is a strong signal that Anthropic is one of them.

2

Trump Blinks on AI Security Rules

President Trump pulled back from signing an executive order that would have required government security reviews of AI models before they could be released. The order had been drafted and was ready to sign, but Trump delayed it, saying the language could have acted as a roadblock to American AI development.

The original order would have put new checks on the most powerful AI systems — requiring labs to submit models for review before deploying them publicly. That kind of requirement has been a flashpoint in Washington, with AI companies pushing hard against anything that slows their release timelines.

The delay is a win for AI labs in the short term. It also signals that the administration is more focused on keeping the US ahead in the AI race than on building safety guardrails around frontier models.

💡 Pourquoi ça compte

Government security review requirements would have changed how AI models get released in the US. Walking that back sends a message that the current administration is unwilling to slow the industry, even for safety checks. For the global AI policy picture, this matters: the EU has binding AI regulation, the US increasingly does not.

3

Nvidia's $200B Agent Bet

Nvidia CEO Jensen Huang says his company has identified a new $200 billion market: CPUs designed specifically for AI agents. This is distinct from the GPU business that has driven Nvidia's recent growth. Agents need different hardware — processors built to handle the continuous, parallel workload of autonomous software running tasks in the background.

Huang made the comments as Nvidia reported another record quarter, with $43 billion in holdings across AI startups also disclosed in the same financial update.

The framing matters. Huang is not talking about building better GPUs. He is talking about a whole new chip category for a whole new computing era — one where AI agents run constantly, not just when a human types a prompt.

💡 Pourquoi ça compte

If AI agents become as common as websites, the hardware running them needs to be engineered for that job. Nvidia flagging a $200 billion opportunity in agent CPUs is an early signal that the next hardware cycle will be shaped by agentic workloads. Companies building AI agents today should pay attention to what the chip layer looks like in two years.

🌐 Community Projects

Notable GitHub projects and open-source releases

1

Your Codebase, Pre-Indexed

CodeGraph is a tool that builds a pre-indexed knowledge graph of your entire codebase, then serves it to AI coding agents like Claude Code, Cursor, and Codex. Instead of forcing the AI to explore your project file by file on every session, CodeGraph builds the map once and keeps it updated.

The result is fewer tokens used per task and fewer tool calls made by the agent. For large codebases, this can mean the difference between an AI that fumbles around and one that knows exactly where things are.

The project runs entirely on your own machine — no cloud, no data leaving your system. It has quickly become one of the most-starred new developer tools in the community, with builders reporting measurable speed improvements on complex coding tasks.

💡 Pourquoi ça compte

Token cost and context limits are real constraints when using AI coding agents on large projects. CodeGraph attacks both at once — fewer tokens per task, better results. For any team using AI coding tools on a non-trivial codebase, this is worth testing.

2

Karpathy's Rules for Claude Code

This project distills Andrej Karpathy's observations about common AI coding mistakes into a single CLAUDE.md file you drop into any project. The file gives Claude Code a set of guardrails and preferences drawn directly from Karpathy's public writing about where AI coding tools tend to go wrong.

Karpathy is one of the most respected voices in AI — a former director at OpenAI and the person who popularized many current ideas about how to work with language models. His observations about coding pitfalls are specific and practical, not generic advice.

The project has attracted enormous attention in the developer community. For teams already using Claude Code, dropping this file into a project is a low-effort way to apply some of the clearest thinking available on how to get better results.

💡 Pourquoi ça compte

Most CLAUDE.md files are written by people figuring things out as they go. This one is sourced from someone who has thought more carefully about AI coding behavior than almost anyone else in the field. The developer community has clearly noticed.

3

Skills for Real Engineers

Matt Pocock, one of the most followed TypeScript educators in the developer community, published his personal Claude skills collection — the exact set of skills he uses in his own .claude directory. Unlike generic prompt libraries, these are opinionated tools built around real engineering workflows.

The collection covers planning, automation, and agent-ready API patterns, with each skill reflecting how a working engineer actually structures AI-assisted development rather than how demos make it look.

Pocock has built a large following by making complex TypeScript concepts accessible. This release brings the same philosophy to AI tooling: real patterns from real usage, shared directly.

💡 Pourquoi ça compte

Skills from working engineers who use AI tools every day are more useful than skills written for demos. Pocock's collection is a window into how a professional developer structures their AI workflow — specific enough to be immediately useful, opinionated enough to actually improve your setup.

⚡ En Bref

👓

TechCrunch got hands-on with Google's Android XR glasses — the verdict is 'almost there.' The glasses overlay Gemini-powered translation and navigation directly into your field of view, but real-time translation still stumbles on fast speech.

techcrunch.com
💸

Anthropic is reportedly paying xAI $1.25 billion per month for compute — a price revealed in SpaceX's IPO filing. That is $15 billion per year flowing from one frontier AI lab to a direct competitor, because the alternative of not having enough compute is worse.

techcrunch.com
📚

Anna's Archive, the largest open library index in the world, posted a message aimed directly at AI training crawlers — asking models to read their data usage terms before scraping. The post is trending on Hacker News and raising questions about how AI systems should handle explicit machine-readable instructions.

annas-archive.gl
🔬

MIT Technology Review published an in-depth look at how Google I/O shifted the conversation on AI-driven science — and why DeepMind CEO Demis Hassabis describing humanity as 'standing in the foothills of the singularity' deserves closer examination than most tech announcements.

technologyreview.com

Recevez les actualités IA quotidiennement. Désabonnez-vous à tout moment.