Actualités IA Quotidiennes
mercredi 13 mai 2026
Today's most telling data point: more businesses are now paying for Anthropic than OpenAI. That is not a minor shift. OpenAI built the category. Anthropic won the customers. The gap is small — 34% vs 32% — but the direction matters. Anthropic's pitch to small business owners, legal firms, and Medicare planners shows a company betting on depth over reach.
On the other side of the table, Google and SpaceX are talking about putting data centers in orbit. Amazon just launched an AI shopping assistant. These are not experiments — they are commitments of real infrastructure and real product teams. The institutional players are no longer exploring AI; they are deploying it.
The non-obvious pattern: the open-source community is building the same infrastructure layer faster and cheaper. A 26-million-parameter tool-calling model that runs at 6,000 tokens per second on a laptop is not a toy. When the gap between a consumer device and a cloud API closes this fast, every assumption about where AI runs — and who pays for it — is worth questioning.
New AI tools, features, and services launching today
Amazon's AI Shopping Assistant
Amazon launched Alexa for Shopping today — an AI assistant built directly into the Amazon search bar. It works with your voice or touch, runs on Alexa+, and works across the Amazon mobile app, desktop, and Echo Show displays.
The assistant gives personalized product recommendations and can handle parts of the shopping experience automatically: searching across Amazon and other online stores, comparing options, and filtering results based on what you tell it.
This is Amazon taking the AI assistant race into its own backyard. Google Assistant and Apple Siri have been in your phone's search bar for years. Amazon's version lives where the buying happens — which gives it a clear purpose that general-purpose assistants have always struggled to nail.
💡 Pourquoi ça compte
Amazon selling you things more efficiently is the most obvious use case in AI. What makes this notable is the timing: Amazon is embedding the assistant before competitors can use AI to pull customers away from Amazon's search. If you ask an AI what to buy, Amazon wants to be the AI you ask.
WhatsApp's Private AI Mode
WhatsApp is testing a new incognito mode for its Meta AI chat feature. When you switch it on, the conversation is not saved. Messages disappear by default once you close the chat — similar to disappearing messages, but for your AI conversations.
Meta built this after feedback that people wanted to ask the AI sensitive questions without leaving a permanent record. The concerns ranged from personal health questions to financial queries to things people just did not want stored.
It is one of the first major AI chat features designed around privacy as the default rather than an afterthought. The AI industry has largely built retention and memory into its products. WhatsApp is testing whether users will actually engage more with an AI that forgets.
💡 Pourquoi ça compte
Most AI assistants remember everything by default. WhatsApp is betting that some users want the opposite — an AI they can talk to without a paper trail. If this feature drives more engagement, it will pressure other AI products to offer the same choice. Privacy and AI are on a collision course, and WhatsApp just moved first.
AI That Teaches Itself
Adaption launched AutoScientist today — a tool that lets AI models improve themselves by running their own training experiments automatically. Instead of a team of engineers designing each training update, AutoScientist runs tests, measures the results, and adjusts the model on its own.
The technology targets a specific and expensive bottleneck: getting a general AI model to work well on a narrow task usually takes weeks of specialized work. AutoScientist is designed to cut that down by automating the experimentation loop that humans normally run by hand.
This is generating attention in the AI research community today because it points toward a future where models do not just respond to users — they actively improve themselves between sessions.
💡 Pourquoi ça compte
One of the biggest costs in AI is not the model itself — it is the human work required to tune it for each new use case. If AutoScientist can cut the time and cost of that process, it lowers the barrier for companies to build specialized AI for their specific problems. That has direct consequences for how fast AI gets deployed in industries that currently cannot afford the setup cost.
Major business and policy developments shaping the AI industry
Anthropic Beats OpenAI on Clients
A new report from Ramp — a company that tracks how businesses spend money on software — shows that 34.4% of its clients are now paying for Anthropic, compared to 32.3% paying for OpenAI. That makes Anthropic the top-paid AI provider among Ramp's customers today.
This is the first time any independent spending data has shown Anthropic ahead of OpenAI in business adoption. OpenAI invented the market. Anthropic is winning the bills.
The shift is being discussed across the AI industry today, with analysts pointing to Anthropic's push into legal, healthcare, and now small business as the driver. When a company that is years younger and less well-known than its rival starts taking the lead in paying customers, it changes what the next chapter of the AI market looks like.
💡 Pourquoi ça compte
Revenue from real customers is a harder number to spin than model benchmark scores. If Anthropic is collecting more business payments than OpenAI, it means real companies made a deliberate choice — and kept paying. This is the clearest signal yet that the AI market is not a one-horse race.
Anthropic Goes After Small Business
Anthropic is making a direct play for small business owners — the 36 million companies that make up the backbone of the U.S. economy but have largely been ignored by AI labs focused on big enterprise deals.
The new offering is designed to be simple enough for a non-technical owner to set up and use. Anthropic is pricing and packaging it for people who run a restaurant, a law firm, or a local service company — not for a Fortune 500 IT department.
For investors and founders, this signals that the AI market is expanding downmarket in a serious way. The next wave of AI customers will not come from corporate procurement. They will come from millions of small businesses that want a simpler way to handle the admin work that eats their day.
💡 Pourquoi ça compte
Most AI tools are built for developers or large companies. Small businesses — which employ roughly half the workforce in the US — have been largely left out. If Anthropic can crack that market, it opens a customer base that dwarfs anything available at the enterprise tier.
Data Centers May Go to Space
Google and SpaceX are in early talks to build data centers in orbit. The pitch: space removes the problems of land, power, and cooling that are slowing down AI infrastructure on the ground. SpaceX would launch and operate the hardware; Google would use the compute.
The costs today are far higher than ground-based options. But both companies are treating this as a long-term bet — that demand for compute will outpace what can be built on Earth fast enough.
This is a generating real discussion today about where AI's physical infrastructure goes next. Most people think about AI in terms of software. The companies building it are increasingly thinking about it in terms of real estate, energy, and now, orbital mechanics.
💡 Pourquoi ça compte
Yesterday's newsletter covered Cowboy Space raising $275M for orbital data centers as a startup play. Today, Google and SpaceX — two of the most resource-heavy companies on Earth — are exploring the same idea. When the hyperscalers start looking at the same infrastructure bet a startup just made, it stops being a niche experiment and starts being a direction. The question is no longer whether space compute is possible, but who gets there first and on whose terms.
Notable GitHub projects and open-source releases
A Tiny Model That Calls Tools
Cactus, a research team, released Needle — a 26-million-parameter model trained specifically to call tools and run functions. It processes input at 6,000 tokens per second and generates output at 1,200 tokens per second on a regular consumer device. That is fast enough to use in real products, not just demos.
The model was distilled from Gemini, meaning the team took a much larger model's knowledge of tool-calling and compressed it into something tiny. The result is a model that does one thing — deciding when and how to call external tools — at a speed and size that can run locally.
This is generating significant buzz among developers building AI systems that chain tools together, because the expensive part of those systems is usually the decision-making layer. Needle makes that layer very cheap and very fast.
💡 Pourquoi ça compte
Most AI tool-calling systems send every decision to a large cloud model, which is slow and costs money. A 26-million-parameter model that runs locally and makes the same decisions at 6,000 tokens per second changes the economics of agentic AI. Local, cheap, fast tool-calling is the missing piece for many production AI systems.
AI Agent That Codes COBOL
Hypercubic launched Hopper today — an agentic development environment built for IBM mainframes. Mainframes still run the core of banking, insurance, airlines, and government systems, but they use TN3270 terminals, ISPF panels, JCL job queues, and COBOL — an environment that no existing AI tool was designed to navigate.
Hopper gives an AI agent the ability to operate inside the mainframe environment directly: browsing datasets, submitting jobs, reading spool output, and patching COBOL source files — the same loop a human developer would run, but automated. Sensitive operations require human approval, and the terminal stays visible at all times.
The project is drawing attention from developers doing legacy modernization who have been stuck trying to apply modern AI tools to infrastructure that predates the internet.
💡 Pourquoi ça compte
There are billions of lines of COBOL running critical financial and government infrastructure. The developers who maintain them are retiring faster than new ones are trained. An AI agent that can actually navigate the mainframe environment — not just chat about it — addresses one of the most underreported workforce crises in enterprise software.
Let Customers Build Their Own Features
Gigacatalyst lets non-technical users build custom workflows inside an existing SaaS product by describing what they need in plain language. The AI connects to the product's APIs, learns its data model, and generates working apps — governed and sandboxed — without any engineering involvement.
The use cases shown at launch are practical: a maintenance manager who built a parts stockout alert, a facilities team that automated invoice OCR from phone photos, a pizza chain that triaged maintenance requests by priority. All built by the people who needed the tool, not the engineers.
With 2,000 daily users and 900 apps already built before today's public launch, the product has been validated quietly before opening to the public.
💡 Pourquoi ça compte
The bottleneck in enterprise software is not the AI — it is the engineering queue. Every custom request requires scoping, prioritization, and weeks of development time. A tool that lets the people who need the feature build it themselves, governed inside the existing platform, cuts that entire loop out.
⚡ En Bref
GitHub's new Spec-Kit gives developers a toolkit for spec-driven development — writing a clear specification before writing code. It is one of the fastest-growing developer workflow tools on GitHub right now and is being adopted by teams using AI coding agents to keep generated code on track.
github.com →Medicare quietly created a new payment model called ACCESS that, for the first time, lets the healthcare system pay for AI agents that monitor patients between visits, coordinate care, and follow up on prescriptions. Most of the tech world missed this entirely — but it may be the most important AI policy change of the year.
techcrunch.com →Sam Altman testified in federal court today in the ongoing legal case between OpenAI and Elon Musk. Altman stated: 'I believe I am an honest and trustworthy business person.' The testimony covered early OpenAI decisions, including Musk's reported interest in controlling the organization — a detail Altman says gave him pause.
techcrunch.com →Awesome-Design-MD is a collection of DESIGN.md files inspired by the world's top brand design systems. Drop one into your project and your AI coding agent will generate matching UI automatically — no design brief required. It covers more than 70 brand styles and has built a large following among developers using AI coding tools.
github.com →Poppy launched today as a proactive AI assistant that connects your calendar, email, and messages to surface reminders and tasks automatically — without you having to ask. Unlike a chatbot you have to prompt, Poppy watches what is happening in your life and tells you what needs attention before you forget.
techcrunch.com →