Skip to content

Economy & Market

Economics, pricing, market moves and the business of AI tooling.

81 fiches · 169 entities · Updated

How AI tooling is priced, funded, and sold — and how those forces redraw the software market — is the subject. Pricing drifts from per-seat licenses toward usage- and outcome-based billing; capital pours into model providers and agent startups; acquisitions, platform bets, and consolidation reshuffle the field. Larger questions sit underneath: whether today's valuations rest on durable demand, how the falling cost of a token changes what gets built, and where value settles along the stack. The move from selling seats to selling delivered work runs under many entries. Fiches read this business through reported earnings, funding rounds, and deals as they are announced, not through forecasts.

Key figures

Key concepts

Key entities

Philosophy & Society Auto-verified translation

The turbulent AI era is here. The choices we make now are critical.

Essay published on **Gates Notes** on **August 26, 2026** by **Bill Gates**, co-founder of **Microsoft** and chairman of the **Gates Foundation**, ~4,500 words, announced as the first in a series. The text poses an alternative — AI will be the greatest equalizer ever invented, or the worst source of injustice — and a finding: no plan exists for entering this period. **(A) Three risks**: the lasting disappearance of entry- and mid-career jobs, white-collar as much as blue-collar, within a decade rather than several generations, because this time the substitution targets **cognition**; the weaponization of malicious actors (cyberattacks, bioterrorism, fraud, deepfakes), coupled with a concentration of power among those who already hold it; the effect of compagnons IA on children's development and on critical thinking. **(B) The benefits**, located in five domains — research, health, agriculture in low-income countries (the impact the author calls the fastest), public services, education — with a reservation carried on the verb: *"the operative word is 'can'"*. **(C) Three proposals** open the series: building an unprecedented national and international institutional framework, borrowing from the nuclear inspection regime, aviation regulation, and ozone agreements; reserving certain occupations for humans, a domain named **Human Reserved**; **taxing AI tokens and robots** to rebalance the taxation of labor and capital. Gates discloses his financial ties to the industry and the transfer of his profits to the foundation. The text extends executive essays on the distribution of AI's value — [[nadella-frontier-ecosystem-human-token-capital-2026-06-12]], [[zuckerberg-meta-future-is-for-everyone-superintelligence-2026-08-10]] — by focusing on public power rather than the firm.

#AI and equity#transition to the AI era#cognition substitution

Bill Gates — cofondateur de Microsoft · président du conseil de la Gates Foundation. Blog personnel Gates Notes. Page non capturable par `curl | lynx` (403 Akamai) : extraction navigateur.

Architecture & Construction Auto-verified translation

DuckDB and the changing physics of analytics

Guest post by **Andy Warfield**, an engineer on the **S3** team at **AWS**, published on **August 26, 2026** on *All Things Distributed*, **Werner Vogels**'s blog, who introduces it in a few lines signed "--W": **3,554 words** per the page. The text serves as the vehicle for the announcement that **DuckLabs**, the team behind **DuckDB**, is joining **AWS**. (A) The thesis: systems computing is about seeking the elegant trade-off against a moving "physics" — the ratios between memory speed, network, and compute — and that physics has changed. Warfield quantifies the gap: an **m1.xlarge** from 2007 offered **15 GB of RAM**, **4 virtual cores**, and **~1 Gb/s** of network; an **m8g.48xlarge** today offers roughly **50×** more of each of the three. Dataset growth, meanwhile, follows a distribution whose tail consists of very large volumes. (B) The consequence: distributed processing — **MapReduce**, **Spark**'s **RDDs** — was designed under the I/O constraints of the early 2000s, and much of the work assigned to it no longer needs to leave the application. Hence the embedded, in-process library engine, running in the application's address space, of which **DuckDB** is the example. Warfield anchors this in the *Scalability! But at what COST?* paper (2015) and **Paul Barham**'s epigraph: "You can have a second computer once you've shown you know how to use the first one." He states an explicit caveat: "When a job genuinely needs a thousand machines, it needs a thousand machines." The corpus already holds [[vogels-tech-predictions-2026-allthingsdistributed-2025-11-25]] from the same blog and [[anthropic-self-service-data-analytics-claude-agentic-stack-2026-06-03]] on self-service analytics.

#DuckDB#DuckLabs#AWS acquisition

Andy Warfield · ingénieur du service S3 chez AWS · en billet invité sur *All Things Distributed* ; introduction de Werner Vogels · CTO d'Amazon.

AI Coding Agents & Skills Auto-verified translation

DeepSeek Harness developer preview: Everything is a plugin

Official product page from **DeepSeek**, published on **August 13, 2026**, **unsigned**, ~450 words, announcing the *developer preview* release of **DeepSeek Harness** (`dsh`) — a coding-agent harness **open source under the MIT license**, whose repository opened the same day. A three-word thesis, repeated in the title and in the repository description: *« Everything is a plugin »*, paired with a second promise, *« Every run is traceable »*. The page states the equation *« AGENT = MODEL + HARNESS »* and lists the pluggable capabilities — *« models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI »*. Four modes ship: **Standard** (full coding agent), **Code** (tools exposed via the *Code Mode SDK*, letting the model compose multi-step operations inside a TypeScript program), **Minimal** (*« two-tool coding agent with persistent bash and str_replace_editor »*, explicitly *« for benchmarking models in a minimal environment »*), and **Creator** (runtime inspection, in-memory plugin testing). The technical substance sits in the repository, not on the page: `docs/architecture.md` states a logging invariant — *« Model-visible means logged. Anything that reaches a model request must be reconstructable from the log, and a runtime invariant asserts it »* — and states that *« there is no privileged core to patch »*. The technical core is not DeepSeek's own: DSH is built on **Cordis** (the `cordiverse` project, a third party), **vendored** into `vendor/` with a manifest and a sync procedure, and the page places the *« Cordis paper »* at the same navigation level as "GitHub" and "Developer docs". Two LLM adapters ship — `dsh-llm-deepseek` and `dsh-llm-pi-ai`, a generic multi-provider adapter. The repository warns in capitals: *« THERE WILL BE COMPATIBILITY-BREAKING CHANGES »*, and `CLAUDE.md` specifies that `SESSION_FORMAT_VERSION` stays at `0` *« with no compatibility promise »*, with backends rejecting old on-disk formats. Timeline: DSH ships on the day **DeepSeek-V4-Pro reaches GA**, three days before a new API pricing schedule takes effect on **August 16, 2026 at 16:00 UTC**, with peak/off-peak rates and an off-peak discount of **−50%**.

#DeepSeek Harness#dsh#agent harness

**DeepSeek** (DeepSeek AI, laboratoire chinois) · en tant qu'institution. Page produit **non signée** : aucun auteur · aucun ingénieur mis en avant · aucun billet de blog ni papier technique associé. Le « nous » n'apparaît qu'une fois · en dernière phrase — *« We look forward to exploring the limits of intelligence with developers worldwide »*. Publiée le **13 août 2026**. La page est rendue en JavaScript : `curl` sur l'URL renvoie **HTTP 202 avec un corps vide** · le texte n'existant qu'après exécution du bundle. Deux documents de politique sont liés en pied de page — *Safe Use Policy* et *Data Processing Statement*.

Economy & Market Auto-verified translation

Mistral AI wants to build 1 gigawatt of European compute by 2030 — and lock in customers now.

News article analyzed, published on **VentureBeat** on **August 11, 2026** by **Michael Nuñez**, based on an **exclusive interview with Timothée Lacroix**, co-founder and CTO of **Mistral AI**, conducted ahead of the announcement, ~2,000 words. Mistral is expanding its infrastructure offering in three parts: **Mistral Regional Endpoints** in general availability (pinning inference and its associated processing to Europe or the United States), a **Priority Tier** in public preview (committed service levels, custom quotas, availability SLA), and a **coalition of European enterprises** whose multi-year commitments are meant to fund **200 MW by the end of 2027** and **1 GW by the end of 2030**. The vehicle is called the **European Compute Unit (ECU)**: a claim on capacity built by Mistral, fungible across inference, training, model adaptation, or managed Kubernetes, over a targeted five-year horizon. Lacroix describes the mechanism bluntly — *"The whole point of compute units is to have commitment"* — and, on early exit: *"There is no getting out."* The article scales the ambition: Mistral states it operates *"less than 200 MW"* and details three sites totaling **77 MW** (44 MW near Paris, 23 MW in Sweden with EcoDataCenter, 10 MW in Les Ulis); **Epoch AI** puts the initial capex for a one-gigawatt AI datacenter at **~$38B**, and **Goldman Sachs Research** puts next-generation facilities at **$15-20M/MW excluding chips**, against the **~$4B** Mistral has raised in total (PitchBook). Added to this is a decision that *"is likely to raise a few eyebrows among sovereignty purists"*: Mistral is starting to **host third-party open models**, beginning with **GLM-5.2** from **Z.ai**, a Chinese lab — *"It's a great model. Everyone loves it. It's open-weight, so there was no good reason for us not to do it."* The article digs into the fine print of Mistral's documentation, which mentions *"limited, controlled transfers"* to subcontractors outside the region; pressed for detail, Lacroix points to **tool calls**, web search in particular, and states that **gating is the feature, not the bug**. The author's framing: *"full regional control is available, but the moment an AI agent reaches out to the open web, sovereignty becomes a configuration decision, not a default."* Two dependencies remain: **GPUs** come from Nvidia, and **Microsoft** — anchor tenant of Mistral's European datacenters since July — is presented as what de-risks the buildout.

#Mistral AI#digital sovereignty#AI sovereignty

**Michael Nuñez** — journaliste **VentureBeat** · couvre l'IA et l'infrastructure ; déjà présent au corpus. L'article est bâti sur un **entretien exclusif avec Timothée Lacroix** · cofondateur et CTO de Mistral AI · conduit **avant l'annonce** · et fait suite à un entretien de juin avec le même interlocuteur. Publié le **11 août 2026**.

Strategy & Frameworks Auto-verified translation

To FDE, or not to FDE?

Long-form article published on **X** on **August 11, 2026** by **Jesse Zhang**, CEO of **Decagon** (customer-service AI agents), under a dilemma-shaped title — *« To FDE, or not to FDE? »* — devoted to the **Forward Deployed Engineer**, which has become *« the answer to almost every hard question in AI go-to-market »*. Starting observation: Anthropic and OpenAI have built enterprise deployment arms explicitly modeled on Palantir, *« every seed-stage company »* advertises an FDE offering, and job postings for the title are said to be up several hundred percent in a year. **(A) The Palantir genealogy** supplies the framework: **Shyam Sankar**'s (CTO) formula, *« FDEs eat pain and excrete product »*, and **Joe Lonsdale**'s reminder that Palantir spent nearly two decades being called a *« glorified consultancy »* on the basis of an accurate observation. **Gotham**'s bespoke deployments (CIA, NSA, military intelligence) were encoded into platform primitives — ontology, object models, permissions, workflow engines, provenance tracing — which became **Foundry**, then Apollo and AIP; standardization pushed gross margin into the 80% range and Palantir moved from an FDE motion to account-based selling, with many FDEs migrating into core engineering. *« The pain was the input to the product, not a cost of sale. »* **(B) The criterion proposed** is not to give up on FDEs but to know when to stop: go early, then ask whether one is still **discovering** — *« The trap is not starting. It's not stopping. »* **(C) A distinction few make: FDE ≠ implementation.** *« Building that integration into their ticketing system »* is real work, but it is execution against a known spec, not discovery of an unknown one; conflating the two *« is how a company convinces itself that a growing services org is a product investment »*. Closing line: *« If your FDEs are eating pain and excreting more pain, you don't have an FDE team. You have a services business. »* Two figures are put forward about Decagon — *« two-thirds of deployment work is now done autonomously via Duet »* and *« a few days on average to launch the first AOP, even for large banks, airlines, telcos »* — without the "deployment work" denominator being defined or the AOP acronym spelled out.

#Forward Deployed Engineer#FDE#engineer embedded with the client

**Jesse Zhang** — cofondateur et **CEO de Decagon** (agents IA de service client, San Francisco) · 85 000 abonnés sur X · site personnel `jessezhang.org`. Il cite son cofondateur **Ashwin Sreenivas** · **ex-Palantir** · d'où la profondeur du récit Palantir. Publié le **11 août 2026**.

Philosophy & Society Auto-verified translation

The Future is for Everyone: The Path to a Positive AI Future

Doctrinal manifesto published on **meta.com** on **August 10, 2026**, signed with only a first name (*"– Mark"*) by **Mark Zuckerberg**, under the title *"The Future is for Everyone: The Path to a Positive AI Future"*, ~6,500 words. Three principles are announced from the outset: individual empowerment as a source of prosperity, invention as the primary purpose of superintelligence, balance of power as the foundation of safety. **(A) The central argument is a political argument**, stated as a short chain: *"Humanity is not a monoculture"* — people's values encode opposing trade-offs, no technical solution can align simultaneously with conflicting interests, so any singular superintelligence would have to prioritize certain values over others and would thereby be incapable of being benevolent toward everyone. Hence the formula: *"There is no such thing as a singular benevolent superintelligence."* Safety is reframed as a problem of power distribution, illustrated by a thought experiment repeated three times (a single superintelligent lawyer versus everyone having one; the same for cybersecurity, then for business). **(B) A redefinition of alignment**: *"Solving alignment is necessary for billions of people to adopt personal superintelligence agents. But it also implies that if we reach a state where billions of people are using and scrutinizing personal superintelligence agents, then we will have solved alignment with their interests."* The corollary targets the rest of the industry without naming it: *"the most dangerous scenario would be leading labs training powerful models and keeping them for themselves."* **(C) Datable commitments**: a **fully private** mode where *"even Meta"* cannot see or grant access (a WhatsApp analogy); **free** versions for billions of people paired with a **dynamic bidding mechanism** for paid compute; the announced **resumption** of open source releases — *"we will soon resume releasing some open source models"*; and a structure giving the **independent board** the power to approve release safety criteria and verify each release's compliance, with the author acknowledging that Meta is a founder-controlled company. **(D) Two public-policy proposals**, repeated three times: that labs share **intermediate training checkpoints** and engineers with the government rather than an end-of-cycle review, and that the **physical production** of dangerous materials be regulated rather than the spread of knowledge. The text's sourcing is nearly nonexistent.

#Mark Zuckerberg#Meta#Meta Superintelligence Labs

**Mark Zuckerberg** — fondateur et PDG de **Meta**. Texte signé du seul prénom (*« – Mark »*) · publié le **10 août 2026** sur un domaine dédié de meta.com. La signature n'est pas « Meta » · et l'alternance des pronoms est régulière : **« we » pour les engagements de l'entreprise** (*« we will offer free versions »*, *« Meta is implementing a governance structure »*) · **« I » pour les affirmations normatives ou contestables** (*« I think this view of alignment is fundamentally flawed »*, *« I propose that companies developing frontier AI should… »*, *« My honest guess, and it is a guess »*). Les engagements produits et de gouvernance sont au « nous » · les propositions de politique publique au « je ».

Tools & Platforms Auto-verified translation

Graphify — Knowledge Graphs for AI Coding Assistants (site graphify.net : vitrine, annuaire d'outils et galerie de dépôts graphifiés)

The **graphify.net** site, accessed on **August 6, 2026**, maintained by **Safi Shamsi** — the creator of the open source graphify skill (cf. [[skill-shamsi-graphify-2026-08-06]]). The domain carries two distinct objects. **The first is a product showcase**: presentation of graphify, usage guides, CLI reference, and above all a gallery of **100 already-graphified trending GitHub repositories** — *« 100 repos, 854,079 nodes, 1,932,930 edges »* — filterable by language and graph size, each with its own preview and detail page. **The second, and it is the more interesting one for tech-watch purposes, is an editorial directory**: *« 30 AI coding client guides »*, a directory of MCP servers compared on *« transport, runtime, client support, setup effort, and access risks »*, structured comparisons between tools (Cursor versus Codex), and a stream of articles with a manifestly long-tail targeting (*« GLM-5.2 Knowledge Graph for Developers »*, *« Trae Context Engineering for Agents »*, *« Symphony Knowledge Graph for Agent Memory »*, *« What Is Cowart? A Codex Plugin for Image Editing »*). The site claims a method — *« source-reviewed »*, *« aligned decision fields, official evidence, and explicit unknowns »* — and is available in six languages. **The point this fiche exists to record**: the site is **factually out of step with the product it presents**. It announces **« 3.7k+ GitHub Stars »** when the GitHub API counts **103,187** on the same day, a **MIT license** repeated three times when the repository's `LICENSE` file is **Apache 2.0**, and highlights the **« 71.5× token reduction »** claim, which belongs to the v1-generation README and has disappeared from the current version. **An official site displaying 3.7% of the actual star count and getting the license wrong** is a signal in itself: the communication layer has not kept pace with the repository.

#graphify.net#AI tool directory#directory

**Safi Shamsi** — mainteneur déclaré en pied de page (*« © 2026 Graphify. Built in the open. Maintained by Safi Shamsi »*) · également créateur de la skill graphify et fondateur de **Graphify Labs** (Y Combinator S26). Le site est donc une **propriété officielle du projet** · non un site tiers.

AI Coding Agents & Skills Auto-verified translation

Efficient Tokens & Effective Teams in Buzz

A **Block Engineering** benchmark post from **August 6, 2026**, signed by **Atish Patel**, about **Buzz** — the human + agent workspace launched on July 21 — asking a cost question: which agent team is **the cheapest one that reliably succeeds**? Three findings. **(A) A negative result, published in full**: on **Terminal-Bench 2.1**, **twelve team compositions** (pairs, triads, cheap swarms under a *frontier* model) were pitted against the solo agent each was built around, and **none beat it at equal cost**. The explanation is structural — a task that finishes in minutes *"doesn't have enough structure to divide"*, and *"More agents mostly buys you the cost of explaining it twice"*. **(B) The horizon reverses the result**: on **Long-Horizon Terminal-Bench** (44 tasks, one task worth hours of work, same lead **GPT-5.6 Sol** at *high* effort), solo finishes 15 tasks for 59.1%, +2 QuickBees 19 for 64.1%, +1 QuickBee +1 WorkerBee 19 for 69.5%, **+2 WorkerBees 20 for 71.5%** — a **+12.4-point** gain, of which 11.4 comes from tasks carried to completion. *"Same seats, opposite result, because the work is a different shape."* These runs ran at **3× the timeout**, solo included. **(C) Beyond a threshold, price stops buying quality**: solo on Terminal-Bench 2.1, **Opus 5 at *xhigh* effort is the most expensive run ($140.63) for 75.0%**, trailing six runs ranging from $20.08 to $109.82 and 79.5% to 88.4% — the stated cause is over-reasoning that drove 17 of 88 tasks to timeout. Among the six best runs, **a 5.5× price gap for an 8.9-point score gap**: *"choosing between them is not a quality decision at all. It is a budget decision."* The post proposes a taxonomy it owns as *ad hoc* — **QuickBee**, **WorkerBee**, **SmartBee**, plus the human as *"honorary bee"* — and two team forms, the permanent **Hive** that remembers your preferences and the disposable **Swarm** that remembers the project. Conditions: everything runs on **Harbor**, against real Buzz agents on a **live** relay, **one attempt per task, no retry**, prices fixed as of **2026-07-30**.

#Buzz#Block#agent teams

- **Atish Patel** — *« Building AI solutions @ Block »* · auteur unique du billet · publié le **6 août 2026** sur `engineering.block.xyz`.

Economy & Market Auto-verified translation

Block explores how to price AI

Trade-press brief (**Payments Dive**, *Dive Brief* format, **August 6, 2026**) covering **Block**'s quarterly earnings release: the company has already rolled out several AI tools to its customers — **Moneybot** (Cash App) and **Managerbot** (Square) — and has not yet decided how to charge for them. **Jack Dorsey** on the analyst call: *"We're in a fortunate position where we can experiment with a number of models, and then choose the right one that's going to align all of our incentives with our customers."* **The financial backdrop illuminates that stance.** Six months earlier, Block had laid off roughly **4,000 people, about 40% of its workforce**, in a reorganization explicitly framed around AI. In Q2 2026: gross profit **up 25% to $3.2B**, revenue **up 10% to $6.62B**, but **net income at $89M, down 83%** year over year due to severance costs closing out the restructuring; 2026 guidance was raised. AI's value, then, is being captured through the cost structure before it is captured through price. **The heaviest fact sits in the middle of the brief**, drawn from the shareholder letter: *"Starting in June, agentic AI helped write and review nearly all of our production code changes"* — writing **and** reviewing nearly all production code changes, at a publicly traded payments company, six months after cutting 40% of the workforce. A self-reported claim to investors, with no definition of *"nearly all"* or of what *"review"* covers. **The tooling**: **Goose**, an internal system built two years earlier, described as model-agnostic (it plugs in different commercial models for employees); **Buzz**, launched the previous month for *"agent collaboration, communication, and code repositories."* **On the customer side**: Moneybot monitors Cash App user activity and surfaces accounts, balances, and transactions — over **one million weekly active accounts**; Managerbot runs automated marketing, margin analysis, and suggests *"operational fixes"* to Square merchants. **Evercore ISI** analysts list four monetization paths — SaaS bundles, direct subscriptions, enterprise offerings, usage-based pricing — **none of them tied to outcomes**. Stated order of priority: **product quality → distribution → adoption → pricing model**. Two distribution facts round out the picture: Square is rolling into **Google Maps** with a *"conversational AI experience,"* described as *"the first step in a broader partnership between Square and Google"*; and the **Tags** payment device (keychain and NFC chip wands) shows **three million people on the waitlist**. Analyst quotes: William Blair (*"Block epitomizes the secular shift toward tech-forward digital finance firms"*) and Bank of America on the *"post-reset operating model."*

#Block#Jack Dorsey#Cash App

**Justin Bachman** — Senior Reporter · **Payments Dive** (groupe Industry Dive). Journaliste sectoriel paiements ; signe ici un **Dive Brief** · format court en deux temps (*Dive Brief* = les faits du jour, *Dive Insight* = le contexte) qui compile une conférence de résultats · une lettre aux actionnaires · un communiqué et trois notes d'analystes.

Economy & Market Auto-verified translation

Announcing Cloudflare Wallets: the programmable wallet for the agentic Internet

Product announcement published on the **Cloudflare** blog on **August 4, 2026** by **Will Papper**, as part of **Agents Week**: **Cloudflare Wallets**, presented as *"the programmable wallet for the agentic Internet"*. **The problem stated** is precise and well chosen: an agent that wants to try an API has to go through a login page **designed for humans**, have a human add a payment method, generate an API key, then figure out how to call the service. Two structural gaps explain this — *"Agents do not have a stable identifier to sign up for an API, and they do not have a native way to pay for APIs"* — with the consequence that *"AI agents often give up on these tasks entirely, kicking registration, payment methods, and API key generation back to humans"*. **The proposed architecture comes down to two wallet types**: **Account Wallets**, intended for humans who own a Cloudflare account (fund, delegate, withdraw), and **Virtual Wallets**, intended for agents, **operating via API key** and whose spending cap is **set by the account holder**. The announced guardrails are explicit: **allocation, allow list, maximum amount per transaction**. **The payment rail is the x402 protocol** (payments attached to HTTP requests) and the currency is **stablecoin** — which places the offering in a distinct camp from schemes built on card networks. **The most interesting argument is counterintuitive and central**: *"These limits may seem like constraints, but counterintuitively they give agents more freedom. If an agent is responsible for $10, you can worry less about its spending than if it is responsible for $1,000."* → **the cap is not what constrains autonomy, it is what makes it acceptable.** **Second component, more strategic than the first**: identity, via a **`cloudflare.pay`** namespace — a research agent could live at `research.example.cloudflare.pay`, giving the merchant certainty that it is talking to the agent of an identified organization. Cloudflare claims a deliberately minimal ambition (*"a human-readable identifier for a not-very-readable keypair, similar to the URL and IP-address pairings used in DNS"*), built on its existing building blocks (**Turnstile**, Bot Management, **Web Bot Auth** and its keypairs), and states its intent to adopt the schemes of the **x402 Foundation** as they emerge. **A decisive caveat about the status of the text**: **almost everything is in the future tense**. What exists on the day of the announcement is the **reservation of a handle**; payments, Virtual Wallets, guardrails, and the ramps for accessing funds are announced (*"Soon, you will be able to…"*). This is a **staking of position on a namespace**, more than a service going live.

#Cloudflare Wallets#agentic commerce#Agents Week

**Will Papper** — auteur de l'annonce sur le blog Cloudflare (lecture annoncée : 8 minutes). Publication rattachée à l'**Agents Week** de Cloudflare et étiquetée *Agents Week · AI · AI Bots · Developer Platform · Developers · Payments · Product News · x402*.

Transformation & Adoption Auto-verified translation

How AI is expanding what people do at work (Work at the Frontier, rapport 1)

Post and report from **OpenAI Economic Research** published on **July 27, 2026**, the first installment in the **Work at the Frontier** series, analyzing **more than 800,000 messages from US ChatGPT users**. **Coined concept**: ***task crossover*** — *« work historically associated with one occupation appearing in the AI use of people in another »*. **The headline figure is actually two figures, and that's the point coverage loses**: **16.8% of work-related messages** concern tasks associated with another occupation, and **43.5% of occupation-specific messages**. The funnel explains the gap: **61.5% of usage is generic** (writing, summarizing, planning — too widely shared to count as evidence of crossover) and is excluded; of the **remaining 38.5%**, **43.5% fall outside the occupation** and 56.5% are *« inside **or near** »* — so the upper bound is calculated on a reduced base, while the lower bound is calculated on the entire professional usage. **By occupation** (share of occupation-specific messages pointing to an external task): customer experience **77%**, design **75%**, HR **69%**, legal **56%**, marketing **53%**, sales **40%**, finance **40%**, engineering **28%** — *« a majority in five of eight groups »*. **Two distinct directions of circulation**: design **imports** (35.2%) and **exports** almost nothing (1.7%); engineering does the opposite (imports 18.5%, exports 7.4%); **marketing does both** (imports 24.3%, exports **8.9%**, the highest outward share in the sample). **Two tasks appear in the top 3 of borrowings for the other seven groups**: **financial calculation** and **technology troubleshooting**. **The heatmap, absent from coverage, is the richest object**: it gives the full distribution of tasks by user occupation, and its diagonal is striking — engineering retains **53%** of its own work while customer experience retains only **11%**, HR **10%** and design **12%**. **Size effect**: the outside-occupation share drops from **18.9%** (2-5 employees) to **16.3%** (>100 employees) — **but only « among average users »**, OpenAI specifying that *« among the heaviest users, we do not see the same monotonic pattern »*, and concluding conditionally: *« AI **may be** especially useful as a generalist tool where specialist resources are scarce. »* **Claimed status**: an **early signal**, visible *« before firms rewrite job descriptions or create new job titles »*. **Structural caveat**: OpenAI measures OpenAI's own usage, on US ChatGPT users only, and presents this position as an asset — *« our unique window into how the world of work is changing »*.

#OpenAI Economic Research#Work at the Frontier#task crossover

**OpenAI Economic Research** — équipe de recherche économique d'OpenAI ; la page crédite simplement *« OpenAI »* et la classe sous les tags *Economic Research* et *2026*. Le billet est la porte d'entrée d'un **rapport PDF** (`work-at-the-frontier-report.pdf`) et s'adosse à un cadre antérieur de la même équipe · l'**AI Jobs Transition Framework** · dont il reprend la thèse que de nombreux métiers vont **se réorganiser** plutôt que disparaître.

Transformation & Adoption Auto-verified translation

Aiman Ezzat, le directeur général de Capgemini : « L'enjeu ? Intégrer l'IA au coeur des opérations et réinventer les processus métiers »

Capgemini (Aiman Ezzat, CEO) — Investir interview, "boss special": IA agentique as an operational breakthrough, not just another technology; €2bn invested, +30% on application development and −20% incidents, >11% of Q1 bookings, TAM of over $400bn/year by 2030 — but "very far from plug and play" (Investir / Les Echos)

#Aiman Ezzat#Capgemini#IA agentique

Aiman Ezzat (directeur général de Capgemini) · propos recueillis par La Rédaction d'Investir

Transformation & Adoption Auto-verified translation

IA et emploi : le vrai risque, c'est le décrochage

In-depth opinion piece published on **sfeir.com** on July 23, 2026, signed by **SFEIR** (the firm's editorial voice). It is a **strategic commentary on Trésor-Éco note No. 391** from the DG Trésor (June 2026 — see [[dgtresor-ia-effets-emploi-2026-06-30]]), read through SFEIR's doctrine of « **amplifying AI rather than enduring it** ». The article praises Bercy's **cautious economist's tone** (mechanisms plus uncertainty rather than a prediction) and draws from it a **three-part thesis**: (1) **no measurable aggregate effect** at this stage (two offsetting forces — displacement vs. productivity — EU adoption ~20%); (2) a **single solid empirical signal, on juniors** (−16% employment among exposed 22-25 year-olds in the US); (3) a **long-term danger that shifts the question** — **competitive lag** (non-adoption), not job destruction. The analytical core SFEIR retains: **price elasticity** determines the employment effect (the **Jevons** paradox applied to code) → the argument is **structurally pro-employment for developers**. The article **dismantles the "AI layoffs" narrative** (4.5-6.2% of US layoff announcements, "labeling" at 59%) and points to the note's **blind spots** (the agentic scenario relegated to a footnote; diffusion speed not discussed; OpenAI/Anthropic having become sources for Bercy = an unflagged source bias). **SFEIR's operational translation** (for CIOs/CTOs): value migrates toward intent/architecture/control, training **augmented engineers** (**AI Champions** programs), and avoiding rushed adoption (**workslop**, technical debt) through **context engineering** and governance.

#AI and employment#competitive lag#non-adoption

**SFEIR** — ESN française « AI Only » (~850 ingénieurs, 8 agences France & Benelux). Voix éditoriale du cabinet (byline « SFEIR »). Positionnement de la maison sur la transformation IA des DSI ; ce texte prolonge la ligne éditoriale portée notamment par Didier Girard (cf. [[girard-sfeir-ai4it-vs-ai4business-budgets-2027-2026-06-24]]).

Economy & Market Auto-verified translation

Mistral ↔ Microsoft : un accord souverain, une stratégie industrielle encore illisible

SFEIR analysis (firm's voice, "an engineers' reading") of the deal announced on **July 21, 2026** between **Mistral** and **Microsoft**: an **industrial partnership worth several billion dollars**, structured in three parts — (1) **compute in Europe** (reserved Azure capacity on the continent, datacenters in France, latest-generation **NVIDIA Vera Rubin** systems, to "close the European compute deficit"); (2) **Mistral's models in Microsoft's tooling** (**Mistral Medium 3.5** and **Mistral OCR 4** in **Microsoft Foundry**, accessible in **Copilot Studio** to build business agents); (3) above all **Azure Local down to disconnected mode** (public cloud, supervised connected cloud, and **air-gapped** entirely off the external network — for defense secrecy, healthcare, critical banking). **Notable fact, confirmed by Brad Smith: no new equity stake** by Microsoft in Mistral's capital — a massive partnership **without a capital tie-up**. SFEIR — an Anthropic and Google Cloud partner, "with no interest in overselling the French champion" — regards Mistral as **"the best European bet on the model layer"** and offers a three-part reading. **What the deal brings a CIO**: a leading-edge European model, executable in a disconnected environment and controlled by the customer (in-memory encryption, locally managed keys), checks boxes that few offerings check. **The tension**: this sovereignty is deployed **on the infrastructure of an American hyperscaler**; four sovereignties must be distinguished — **model, execution, infrastructure, commercial relationship** — of which one can "get three out of four, but you still need to know which one is missing." The only element that makes sovereignty **truly portable** is the **open-weights nature** of Mistral's weights (the same reversibility logic as for **Kimi K3**). The absence of an equity stake is not a detail: it preserves Mistral's governance **and** minimizes the risk of an antitrust review (FTC, European Commission) — **assumed regulatory arbitrage**, not just technical choice. **The real blind spot**: the **legibility of Mistral's industrial strategy**, present simultaneously on nearly every front (B2C with Le Chat, B2B via Azure distribution, open-weights model **and** frontier ambition, highly capital-intensive infrastructure — 200 MW secured, a 1 GW cap by 2030 —, partnerships with a handful of large accounts, Robostral/OCR verticalization, service to regulated sectors): sovereign full-stack (optimistic reading) or the dispersion of a three-year-old company valued at ~€20B across businesses with divergent economic models (cautious reading). For technical leadership: **separate the model from the channel**, **design to exit** (Design to Exit — open-weights makes the exit door credible), **route rather than bet** (sovereign multi-LLM architecture, RAISE). Conclusion: **sovereignty is an architectural property, not a label** — it is qualified dependency by dependency; the missing industrial legibility remains the real open question, settled not by press releases but by "the trade-offs of the next twelve months."

#Mistral#Mistral AI#Microsoft

SFEIR (voix éditoriale du cabinet)

Economy & Market Auto-verified translation

Fact-checking : synthèse sur Delos (Delos Intelligence / delos.so)

Fact-checking synthesis on **Delos Intelligence** (delos.so), a French B2B generative AI startup, comparing a prior tech-watch note against **primary sources** (Alexandre Dewez's "Overlooked" post / 20VC, April 15, 2025, the delos.so website, official registries) and specialized press (Le Monde Informatique, L'Usine Nouvelle, FrenchWeb, Le JDD). **Overall verdict: reliable factual backbone.** The **€2.5M seed round** (≈$2.74–2.83M) led by **20VC** (Harry Stebbings) in **April 2025**, with Inovia Capital, Kima Ventures (Xavier Niel) and Plug and Play, is confirmed; so are the founders (brothers **Pierre** and **Thibaut de la Grand'rive**) and the clients **TotalEnergies, Shiseido, Groupe Casino**. **Strong methodological point**: the list of business angels — often suspected of hallucinatory "padding" — is **CONFIRMED word for word** by the lead investor's press release (Pigment, Dataiku, Hexa plus Ramp and Kerala to add): this is therefore NOT a hallucination. **To correct**: the "50 people" headcount is **not sourceable** (~20 in April 2025, about forty by late 2025); the actual pricing grid is richer (a **Student tier at €10** plus Enterprise on request, in addition to €25/45/80); user figures (10,000 → 50,000 → "100,000+") and ARR are **self-reported and unaudited**. **To flag as speculative**: **no Series A has closed** (only announced as an intention targeting March 2026); **no overall ARR published** (the only mention is a self-promotional "$1M ARR in a few days" for the new **Workers** product, referring to that product alone). "100% Scaleway" sovereignty was **still being finalized** at the end of 2025 (compute still partly running on Azure France). The note's interest is as much methodological — **how to distinguish, within an AI-generated synthesis, what is confirmed, partially accurate, speculative, and self-reported** — as it is documentary.

#Delos Intelligence#delos.so#fact-checking

Synthèse de veille (fact-checking) — sources primaires : blog 20VC (Alexandre Dewez) · delos.so · registres officiels ; presse : Le Monde Informatique · L'Usine Nouvelle · FrenchWeb · Le JDD

Architecture & Construction Auto-verified translation

Amazon, Microsoft, and Google are converging on the same enterprise agent architecture

Analysis by Janakiram MSV (The New Stack, July 20, 2026) of the **architectural convergence** of the three hyperscalers' enterprise agent platforms: in nine months, **Amazon Bedrock AgentCore**, **Microsoft Foundry**, and **Gemini Enterprise Agent Platform** have converged on the **same six primitives** — runtime, memory, tool gateway, identity, observability, governance — under different brand names. What was a fragmented collection of libraries 18 months ago is becoming a distinct **platform layer**. The thesis: this convergence replays the **2011-2016 PaaS inflection**, where **Cloud Foundry** and **Heroku** unified VMs, load balancers, queues, and secret stores around a portable **application contract** — except that here **no equivalent contract yet exists**, and **no open source project has claimed it**. Consequence: an enterprise cannot **move an agent from one cloud to another** (session state, traces, and identity all end up with a single provider; migrating means rebuilding everything). The author proposes a **line-by-line mapping** of the Cloud Foundry contract onto agents, sets out three design principles (package the agent as **one deployable unit**, **attach** capabilities rather than embedding providers, integrate the **operational** layer into the abstraction), points to what open protocols (MCP, A2A, OpenTelemetry) leave out of scope — the **lifecycle** — and delivers three due diligence questions: **governance** (neutral foundation vs. vendor), **packaging** (the same artifact on two clouds without rewriting), **state** (exportable memory). Verdict: whoever ends up owning the **agent control plane** will define *what an agent is*.

#Enterprise agent platforms#architectural convergence#portability

Janakiram MSV

Philosophy & Society Auto-verified translation

Some observations on Kimi (thread X)

X thread by **Dean W. Ball** — **Head of Strategic Futures at OpenAI** since July 6, 2026, **principal author of America's AI Action Plan** under the Trump administration (a positioning worth keeping in mind when reading an anti-open-weights argument penned by an insider of the proprietary frontier): **six observations** triggered by the Chinese open-weights model **Kimi**, which quickly move beyond the product to advance a contrarian **geopolitical and ideological thesis**. (1) Kimi is **a very good model**, not reducible to distillation, **on par with the best public models of Q1 2026** in agentic coding — but **very token-hungry**, so not so obviously cheap to operate. (2) Ball says he is **surprised that the Chinese state continues to allow the open-sourcing** of such good models: he attributes this **~75% to a "strategic blindness" / a lack of "AGI-pilledness"** (the PCC allegedly holds a "very Yann-LeCun-like" view of AI), and ~25% to a **lack of inference compute** — making the Chinese open-weights strategy an **unintended byproduct of US export controls** — plus a reflex toward aggressive exports; on the companies' side, the openness is half-ideological, half an admission that "we're behind, no one would pay for sub-frontier Chinese models." (3) Central thesis: **open-weights models are inherently decelerationist** — they **discourage AI capex**. Ball is surprised by the enthusiasm of **"accelerationists"** for open-weights, which he attributes to their taste for the **"cloak of ungovernability"** (an analogy with James Scott's *The Art of Not Being Governed* and its hill peoples). (4) A world dominated by open weights would lead to **"AI communism"** — AI not as a market product but as a **"public good" / "digital public infrastructure"** provided by the state, "precisely what China is proposing"; Ball judges this horizon **"dystopian"** and recounts being lobbied, while in government, for an **11-to-12-figure** federal data center subsidizing startups that would give away their models for free. (5) **Political prediction**: the Trump administration will eventually realize that its best strategy is **not to "ban open source"** (one of the silliest arguments in the debate) but to **create regulatory risk / FUD** via **soft law** from each agency ("a Fed bulletin suspects backdoors in Chinese models"), enough to make **regulated enterprises pull back**, without scaring off the hyperscalers (otherwise startups would turn to shadier providers). (6) These models make **the world a bit more dangerous**, not yet in a perceptible way — until the day they are; an ironic closing line about a "self-replicating agent escaped from a Chinese lab" (a COVID/lab-leak analogy, "color me shocked"). To be read as a **counterpoint** to SFEIR's analysis (Kimi K3, reversibility, [[sfeir-kimi-k3-moonshot-frontier-open-weights-2026-07-16]]) and to Xi's pro-open-source speech at WAIC ([[xi-waic2026-gouvernance-mondiale-ia-2026-07-17]]).

#Dean W. Ball#Dean Woodley Ball#OpenAI

Dean W. Ball (Dean Woodley Ball, @deanwball sur X) — expert américain de premier plan en politique de l'IA et gouvernance des technologies émergentes. **Depuis le 6 juillet 2026 : Head of Strategic Futures chez OpenAI** (petite équipe sur la politique de l'IA de pointe — risques catastrophiques, auto-amélioration récursive, impact marché du travail, relations labos-États-société ; rend compte au Chief Strategy Officer Jason Kwon). Reste **Nonresident Senior Fellow** à la Foundation for American Innovation (FAI). **Parcours** : Senior Policy Advisor for AI and Emerging Technology à l'Office of Science and Technology Policy de la Maison Blanche (administration Trump) · où il fut le **principal rédacteur d'America's AI Action Plan** ; Research Fellow au Mercatus Center (George Mason) · Senior Program Manager à la Hoover Institution (Stanford) · Manhattan Institute · ex-Executive Director de la Calvin Coolidge Presidential Foundation. Auteur de la newsletter **Hyperdimensional** (21 000+ abonnés) ; Visiting Lecturer à la Yale Law School (cours sur la gouvernance de l'IA de pointe). Diplômé d'Histoire de Hamilton College (2014, magna cum laude) · ~33-34 ans · vit à Washington D.C. **Sensibilité** : libéral classique / libertarien · mais reconnaissant un rôle nécessaire de l'État face aux risques existentiels de l'IA. (Post X personnel ; date d'ajout à la veille : 2026-07-17.)

Policy & Regulation Auto-verified translation

Le discours d'ouverture de Xi Jinping à la WAIC 2026 (Shanghai) — « Joining Hands to Build a Just and Reasonable Global AI Governance System »

Xi Jinping — first keynote at WAIC 2026: "four observations" on AI, creation of WAICO (29 countries, headquarters in Shanghai), offer to the Global South opposed to "America First" (Xinhua/SCIO)

#artificial intelligence#global AI governance#WAIC 2026

Xi Jinping (auteur du discours). Sources primaires : Xinhua / State Council Information Office (SCIO) ; corroboration : Beijing Review · People's Daily. Réactions/analyses tierces : ONU (António Guterres) · CNN · Reuters · Paul Triolo (DGA-Albright Stonebridge) · Leon Liao · Syed Akbaruddin.

Policy & Regulation Auto-verified translation

Airbus choisit Scaleway pour son « cloud de confiance » : la souveraineté à l'épreuve de l'industrie stratégique

SFEIR analysis (firm's voice) of the decision, announced on July 16, 2026, by **Airbus** to select **Scaleway** (**iliad** group) as its **"trusted cloud"** to host and modernize its critical business applications and most sensitive data (aircraft design, engineering, industrial production, operations, intellectual property). At the end of a tender opened in **early January 2026** comparing **ten candidates**, Scaleway wins on **three criteria** — technological/AI capabilities, operational excellence, and above all **legal and governance guarantees**: European jurisdiction, genuine data protection, **immunity from** the US **Cloud Act**. SFEIR stresses the **reversal of hierarchy**: governance weighed more heavily than functionality, even though US hyperscalers (Microsoft, Google, AWS) retain a functional superiority that no European player matches "across the board." The agreement, multi-year and of undisclosed amount, **complements** (does not replace) Airbus's **multicloud** strategy — the doctrine the firm advocates: assembling a portfolio in which each workshop operates according to its own constraints, while retaining the **power to change** (reversibility, cf. France Télévisions/ALIX deployed without rewriting). The real stake is **IA souveraine**: running models on industrial data (simulation, predictive maintenance, assisted engineering) requires a **complete chain — compute, training, inference — kept within a trusted jurisdiction**. Three lessons: a **credibility threshold** crossed for European sovereign cloud; **governance > features** for strategic data; sovereignty is built **in layers** (infrastructure → platform → model), and the decisive part — AI reversibility — will play out in the coming months.

#Airbus#Scaleway#iliad

SFEIR (voix éditoriale du cabinet)

Tools & Platforms Auto-verified translation

Kimi K3 de Moonshot AI : quand le frontier open-weights rattrape le propriétaire

SFEIR's engineering-cabinet analysis ("an engineer's reading") of the **July 16, 2026** launch of **Kimi K3** by the Chinese laboratory **Moonshot AI**: an **open-weights, frontier-class model** whose provider claims **~2.8 trillion parameters**, a **one-million-token context**, and **weight release before July 27, 2026** (likely under a Modified MIT license, as with the K2 lineage). Thesis: capability once thought reserved for proprietary giants (Anthropic, OpenAI, Google) is becoming available **in open weights, at a discount price, from a Chinese lab**. SFEIR — despite being an **Anthropic and Google Cloud partner**, and thus "with no interest in oversell­ing a Chinese model" — adopts a cardinal **methodological caveat**: on launch day, **no official, complete benchmark table** exists; specs (2.8T, Kimi Delta Attention, +25% training efficiency) and scores are **vendor-stated** or drawn from **community arenas**, "to be treated as claims, not measured facts." The new architecture (**Kimi Delta Attention**, hybrid linear attention; decoding claimed up to **6.3x faster** at 1M tokens) breaks with the K2 cadence (K2 Jul. 2025 → K2.7 Code Jun. 2026, a flagship every two months); two variants accompany the launch (**K3 Max**, **K3 Swarm Max**), with forced sunsetting of the kimi-k2.5/moonshot-v1 series on **August 31, 2026**. **The real weapon is price** (~$3/M input, $0.30 cached, $15 output per secondary sources): a frontier open-weights model at this level **pulls the whole price-performance curve down** — the commoditization of the model layer, accelerated by open source. But the decisive singularity is not a score: it is **reversibility**. A frontier open-weights model turns a consumed API (vendor dependency) into an **option** (self-host, portability, exit from lock-in), at the cost of heavy infrastructure to host 2.8T parameters. SFEIR's view: **open-weights changes the question, not just the answer** — no longer "which model is best/cheapest?" but "how much of my system am I willing to make dependent on a vendor I don't control?". The right posture remains a **routed portfolio** (one model per task, one model per constraint), with Kimi K3 adding a **"reversibility" column** to the decision grid. The "AI Only" conviction stands unchanged: the model is a commodity, the durable advantage lies in the engineering around it (Context Engineering, harness, cost governance, ability to change one's mind). The figures still need validating "on your own" — your repositories, your data.

#Kimi K3#Moonshot AI#Yang Zhilin

SFEIR (voix éditoriale du cabinet)

AI Coding Agents & Skills Auto-verified translation

The Great Flattening

Prasanna Sankar (co-founder/CTO of Rippling, founder of Vorflux) publishes "The Great Flattening" — a manifesto-essay arguing that coding models have become **superhuman** and that the bottleneck has shifted from code production to **encoding judgment** into *agent harnesses*. Everything inside the organization "collapses toward the harness"; everyone's real work becomes *self-profiling*: extracting the tacit decision frameworks from one's head to encode them into the codebase. Simultaneous launch of Vorflux ("autopilot for software engineering"), $15M seed (Y Combinator, Peak XV Partners, Alliance DAO). The essay drew 60,000+ views on X in 24 hours.

#Great Flattening#Vorflux#Prasanna Sankar

Prasanna Sankar (Prasanna S, @myprasanna) — co-fondateur et ex-CTO de Rippling ($16B+ valorisation) · fondateur et CEO de Vorflux AI. Article publié sur X (format long-form article) le 14 juillet 2026 · contenu repris comme manifeste Vorflux (vorflux.com/manifesto).

Economy & Market Auto-verified translation

GPT-5.6 Sol, Terra, Luna : comment OpenAI rebat les cartes du coding agentique et du pricing

SFEIR analysis (firm's voice) of the general availability, on July 9, 2026, of **GPT-5.6** by OpenAI — not a single model but a **family of three tiers**: **Sol** (long-horizon/cyber/science flagship, the only one to unlock the "max" and "ultra" modes), **Terra** (everyday balanced tier, ~half the price of GPT-5.5), and **Luna** (fast/economical, high volume). All three share ~**1.05M tokens** of context, **128k** output tokens, and a knowledge cutoff of **February 16, 2026**. The most structuring fact is not a score but an **aggressive pricing grid** (Sol $5/$30, Terra $2.50/$15, Luna $1/$6 per million tokens): Sol keeps the previous flagship's price while being more capable, forcing the comparison onto the **capability-to-cost ratio**. Two billing subtleties (cache writes billed at **1.25×**, a surcharge beyond **272k** tokens) make the grid misleading until one has measured how much context the agent re-reads (read/write ratio ~**153:1** in agentic coding). Engineer's verdict, claimed to be neutral (SFEIR is both a **Google Cloud Premier** partner *and* an **Anthropic** partner): **no one sweeps every table** — GPT-5.6 dominates Terminal-Bench 2.1 and the Coding Agent Index (at a third of the cost per task), Claude stays ahead on SWE-Bench Pro (~15 pts); METR flagged a record **reward hacking** rate on Sol. Conclusion: "stop looking for the champion, learn to route" — the model is a commodity, the durable advantage lies in **Context/Harness Engineering**.

#GPT-5.6#Sol#Terra

SFEIR (voix éditoriale du cabinet)

Economy & Market Auto-verified translation

The state of open source AI (v1.0.1, juillet 2026)

**Recurring report from Mozilla**, *The state of open source AI*, **v1.0.1, July 2026**, introduced by a letter from **Raffi Krikorian** (CTO): seven sections, an interactive site, and a downloadable report. Thesis stated in the title of Section 1: *« The model layer has commoditized. Value accrues to the harness above it. »* **Capability state**: on the *Artificial Analysis Intelligence Index v4.1*, the best closed model scores **61** (Claude Opus 5) and the best open model **57** (**Kimi K3**), fourth overall and ahead of three of the largest closed labs; on the *Epoch Capabilities Index*, the gap is **6 points** (K3 at 156 versus GPT-5.6 Sol at 162), described as *« about one release cycle »*, with overlapping confidence intervals. **Sawtooth frontier**: open leads in frontend code (K3 at 1,679 Elo on LMArena Frontend Code Arena, six domains out of seven), contests agentic terminal work (88.3 versus 88.8 on Terminal-Bench 2.1), and cedes ground on professional knowledge work (Fable 5 leads K3 by 92 Elo on GDPval-AA v2). **Usage shift**: the share of OpenRouter tokens routed to open-weight models rose from a negligible level to a third by late 2025, then to a **majority by mid-2026**, with the seven highest-volume models all open-weight — the report itself noting that *« by request count, closed US providers still lead »*, the open lead being a token-volume lead concentrated in coding and agentic workloads. **The central contrast**: *« Open ships easy. Open deploys hard. »* — 79% of developers adding AI use open models versus 71% for closed, but only **53%** of open-model teams reach production **versus 63%**, and the gap widens with organization size (closed 54% → 73%, open 53% → 57%), which *« rules out a resources explanation »*. The stack maturity map (48 components, 9 layers) shows two consistently cold columns — **standardization** and ***enterprise readiness*** — identified as the operational gap. **Section 5**: *« The agentic harness is another user agent »*, and *« The model is eating the harness »* — on every model where both exist, the lab's own harness now wins, the 21.8-point gap having compressed to about 3. Hence the formula: *« A harness tuned tightly to one lab's weights… degrades on anyone else's model, so the tighter the tuning, the less swappable the weights underneath. Lock-in arrives as a side effect of optimization. »*

#Mozilla#state of open source AI#open weights

**Mozilla** — éditeur du rapport · avec une introduction signée **Raffi Krikorian** · *Chief Technology Officer*. Publié en **juillet 2026** (v1.0.1). Données issues de sources tierces créditées (Artificial Analysis, Epoch AI, OpenRouter, LMArena) et d'une enquête propre menée avec **SlashData** (*Mozilla / SlashData 2026 developer survey*, n = 1 410 sur la question des freins).

Economy & Market Machine translation

L'intelligence artificielle, quels effets sur l'emploi ?

Analysis note **Trésor-Éco n° 391** (June 2026) from the **Direction générale du Trésor** (Ministry of the Economy), authored by **Martin Chopard, Elisa Cotet, Tristan Gantois and Eloïse Villani**. Institutional economic literature review on **the effect of AI (mainly generative) on employment**. **Three-part thesis**: (1) AI affects employment volume via **two opposing channels** — the **displacement** effect (substitution of automatable tasks) vs. the **productivity** effect (complementarity, lower costs, increased demand) — but the **aggregate effect remains, for now, weak/unmeasurable**, for lack of hindsight and adoption (≈20% of EU firms in 2025); (2) **heterogeneous effects** appear depending on **occupations** (exposure ≠ effect: everything depends on the degree of substitutability/complementarity and the **price elasticity** of demand), **workers** (biased technical progress, concerns for **young people**) and **sectors** (finance, IT, business services the most exposed); (3) in the **long term, the net effect remains uncertain** — between massive substitution (if agentic/physical AI becomes widespread) and **creative destruction** (lesson from past revolutions: innovations created more jobs than they destroyed). **Public policy** conclusion: support the transition (training, mobility — the "Osez l'IA" plan, France 2030) and **invest in AI to avoid falling behind** in international competition. Extensively sourced corpus (43 footnotes, estimate panels in Tables 1-3).

#AI and employment#generative artificial intelligence#displacement effect

**Martin Chopard · Elisa Cotet · Tristan Gantois · Eloïse Villani** — économistes de la **Direction générale du Trésor** (DG Trésor) · Ministère de l'Économie · des Finances et de la Souveraineté industrielle · énergétique et numérique. Directrice de la publication : Dorothée Rouzet. Le document engage la DG Trésor mais « ne reflète pas nécessairement la position du ministère ».

Economy & Market Auto-verified translation

GLM-5.2 leads open weights models and sits at #3 overall on GDPval-AA, a real-world agentic work benchmark

Benchmark announcement from **Artificial Analysis** (independent AI model evaluation platform, via X/Twitter + model page): **GLM-5.2** from **Z.ai** (Zhipu AI, @Zai_org) becomes **the leading open weights model** and climbs to **#3 in the overall ranking** of **GDPval-AA**, a real-world benchmark for *economically valuable knowledge work* (long-horizon, multi-turn, agentic tasks). GLM-5.2 scores **1524 Elo**, behind only **Claude Fable 5 (1783)** and **Claude Opus 4.8 (1615)**, and on par with **GPT-5.5 (xhigh, 1509)**. It leads the next-best open model (**MiniMax-M3, 1408**) by a wide margin, along with numerous proprietary models: **Gemini 3.5 Flash (1357)**, **Qwen 3.7 Max (1289)**, **Muse Spark (1158)**. The tasks are genuinely agentic: **~31 turns per task** on average across **1,999 matches**. The same ranking holds on the **Artificial Analysis Intelligence Index** (1st among open weights), the **Agentic Index** (#3) and **AA-Briefcase** (#3, ahead of GPT-5.5 xhigh, behind only Fable 5). Notable highlight: an **open weights** model under **MIT license**, **MoE with 753B parameters / 40B active**, **1M-token context**, priced at **$1.40/$4.40 per 1M tokens** input/output, rivals the proprietary frontier on agentic work — a real step forward for open models.

#GLM-5.2#Z.ai#Zhipu AI

Artificial Analysis (@ArtificialAnlys)

AI Coding Agents & Skills Auto-verified translation

Anthropic pauses Claude Agent SDK subscription change on day it was due to take effect

Article by **Paul Sawers** published on **The New Stack** on **June 16, 2026**, about the **suspension by Anthropic** — *"on the very day it was scheduled to go live"* — of the billing split meant to separate **Agent SDK** usage from Claude subscription limits. **Anthropic's cited message**: *"We're pausing the changes to Claude Agent SDK usage described below. For now, nothing has changed."* **The article's contribution is not the announcement but the surrounding context**, in three circles. **Circle 1 — Anthropic's week**: on June 9, the release of **Fable 5 and Mythos 5**, the first generally available Mythos-class models with hardened cybersecurity safeguards; a few days later, a **US government export control directive** forces Anthropic to **withdraw both models for all its customers worldwide**. The pricing suspension is read as *"a little good news"* in this context. **Circle 2 — collateral damage from the timing**: companies that had already passed the change on to their own customers find themselves caught out; **Conductor**, a multi-agent coding tool built on the Agent SDK, has to issue a denial (*"Anthropic has delayed the subscription updates to Claude plans"*). **Circle 3 — the underlying tension, which extends beyond Anthropic**: a quote from **Boris Cherny** (head of Claude Code) in April, during an earlier restriction, stating that subscriptions *"weren't built for the usage patterns of these third-party tools"* — an admission that **flat-rate plans and open-ended agentic usage don't mix**; **GitHub** settled the matter the same way, removing in June **Copilot**'s flat-rate *premium requests* model in favor of **token-based billing**, despite protests. Added to this, **the same week**, a **proposed class action** was filed in a California federal court, alleging that **Max** tiers fall well short of the usage multipliers advertised for intensive coding sessions. Anthropic does not say when a revised approach will arrive, only that it *"works to update the plan to better support how users build with Claude subscriptions."* **The author's final take**: between government pressure on Fable and Mythos, a planned **IPO**, and **rumored price cuts at OpenAI**, Anthropic is trying to **keep its developer base on its side** — and the suspension is, for now, a means to that end.

#Anthropic#Claude Agent SDK#Claude subscription

**Paul Sawers** — journaliste tech · signe ici pour **The New Stack**. Registre de **presse spécialisée** : l'article ne relaie pas seulement l'annonce · il la replace dans une série (les changements de facturation successifs d'Anthropic) · la compare à un précédent sectoriel (GitHub Copilot) et l'articule à trois pressions concomitantes (export control, IPO, concurrence). Sourçage explicite et attribué — le billet de Zed · l'analyse de Matthew Diakonov · le post de Conductor · une déclaration antérieure de Boris Cherny.

Economy & Market Auto-verified translation

A frontier without an ecosystem is not stable

Satya Nadella (Microsoft) theorizes "the future of the firm" in an AI-driven economy: every company will need to build, alongside its human capital (judgment, relationships, pattern recognition), a "token capital" — its proprietary AI capability. The real value lies not in choosing the best model but in a learning loop (private evals, RL environments, base de connaissances) that encodes institutional knowledge and compounds over time. An argument for a "frontier ecosystem," not merely a "frontier model," so that value diffuses rather than being captured by a handful of models.

#future of the firm#human capital#token capital

Satya Nadella

Economy & Market Auto-verified translation

Claude Fable 5 and Claude Mythos 5

Anthropic launches Claude Fable 5 (a Mythos-class model made safe for general use) and Claude Mythos 5 (the same model, with guardrails lifted, restricted to cyberdefenders via Project Glasswing): state-of-the-art performance in software engineering, vision, long-context memory, and life sciences.

#Claude Fable 5#Claude Mythos 5#foundation model

Anthropic

Economy & Market Auto-verified translation

Tokenomics foundation : l'ère du FinOps appliqué à l'IA est officiellement ouverte

Analysis by **Olivier Rafal** for **WeNvision** (French consulting firm), published on **June 4, 2026** (~4 min read), commenting on the launch of the **Tokenomics Foundation** by the **Linux Foundation** (announced June 3, in partnership with the **FinOps Foundation**), which he sees as the official opening of **the era of "FinOps for AI."** **Pivot thesis**: AI has transformed the economics of software development; the **token** has become *"the new unit of measurement for technology spending,"* mirroring the cloud of the 2010s (**recurring and variable** costs requiring active management), hence the shift by providers from flat-rate pricing to **token-based billing**. **Scale (urgency)**: *"According to Goldman Sachs, global token usage is expected to increase 24-fold by 2030, reaching 120 quadrillion tokens per month"* — an order of magnitude that moves token efficiency from a *"technical detail"* to a **boardroom** topic. Quote from **J.R. Storment** (founder of the FinOps Foundation): *"Token costs and efficiency have become a CEO-level concern, not a technical footnote."* **Transparency/standardization problem**: current AI pricing is not comparable (input tokens / caching systems / output differ from one model to another) → the Tokenomics Foundation aims to **extend the open-source FOCUS specification** to provide a **common language** for purchasing and comparison. **Rafal's central message (beyond cost)**: *"The point of FinOps is not so much to cut costs as to optimize efficiency"* — the real metric is **AI cost relative to business impact** (*time to market, quality, features, eco-design*). **Limits of standards alone**: technical norms are not enough; the **Target Operating Model must be rethought** (teams, processes, data culture, business alignment); Americans are already announcing *"the end of double-pizza teams in favor of sandwich teams."* **Warning marker**: *"an AI-boosted SDLC will merely […] amplify the problems and just help you go faster… into the wall"* (absent organizational foundations). **Foundation sponsors cited**: Accenture, Booking.com, Google Cloud, Microsoft, IBM, Salesforce. **WeNvision's offer**: *"co-build a roadmap, rethink the operating model for the agentic era, and establish the financial governance that has become indispensable."* **French-language reading, aimed at executives/transformation leaders**, of the fiche [[tokenomics-foundation-linux-finops-token-economics-about-2026-06-03]]; converges with the agentic FinOps cluster [[finops-foundation-finops-for-ai-overview-2026-02-17]], finout-finops-ai-agents-four-step-allocation-framework-2026-04-27, gupta-token-budget-wars-marginal-token-utility-2026-05-28 (token→outcome, value > volume).

#Tokenomics Foundation#FinOps for AI#FinOps for AI

**Olivier Rafal** · pour **WeNvision** (cabinet de conseil français — bureaux à Paris, Lille, Strasbourg, Bordeaux, Nantes, Toulouse, Belgique, Luxembourg). Olivier Rafal écrit en analyste/conseil familier des préoccupations de comité de direction (ancien analyste IT, profil conseil-transformation). Publié le **4 juin 2026**.

Economy & Market Auto-verified translation

About — Tokenomics Foundation (a Linux Foundation project)

**About** page of the **tokeneconomics.com** website, presenting the **Tokenomics Foundation** — a **Linux Foundation** project announced on **June 3, 2026**, operated in **close partnership with the FinOps Foundation**. **Stated mission**: *"establish open industry standards, benchmarks, and best practices for the economics of AI infrastructure"* — linking **production, consumption, and monetization** of tokens to **business value**. **Framing definition of tokenomics**: *"Tokenomics is not just about the cost of tokens, it's about the entire layer of AI that they drive from production, to consumption to monetization"* — that is, **the entire economic layer of AI**, from infrastructure cost to model selection to value optimization. **Phase thesis**: early AI adoption prioritized **capability**; the current phase is shifting toward **efficiency and value**, which requires systematic cost management and **visibility**. **5 founding principles**: (1) ***"Efficiency is a design choice. AI cost is shaped by architecture, not just usage"***; (2) ***"Bigger is not always better. The best AI system is not always the one using the most expensive model"*** (right-tool / routing); (3) ***"Visibility comes before optimisation. Teams cannot manage what they cannot see"***; (4) ***"Value matters more than volume. More tokens, more calls, and more automation do not automatically mean better outcomes"***; (5) ***"Open knowledge benefits everyone"*** (shared standards, community learning, transparency). **Governance**: a **Governing Board** (industry direction + fund deployment) and a **Technical Committee** (open specifications + benchmarks). **Deliverables**: extension of the **FOCUS specification** (FinOps), open specs, benchmarks, shared frameworks and metrics. **Target audience**: CAIO, CTO, CIO, CFO, engineers, product teams, FinOps practitioners, researchers, startups, enterprises, public sector. **Stated goal**: moving organizations *"from experimental AI adoption to sustainable AI operations"* by extending the discipline of **variable technology spend** into the token era. **Relevance to this watch**: institutionalization/standardization of **agentic FinOps** at an industry-foundation level — directly converges with the fiches [[finops-foundation-finops-for-ai-overview-2026-02-17]], [[finout-finops-ai-agents-four-step-allocation-framework-2026-04-27]], orq-ai-finops-ai-agents-cost-per-outcome-hosseini-2026-04-15, gupta-token-budget-wars-marginal-token-utility-2026-05-28 (allocation layer, token-to-outcome) and with the **token → outcome** shift (Salesforce/Tallapragada, Sierra/Greenwald). The 5 principles map exactly onto levers already captured: architecture > usage, **Haiku/Sonnet/Opus routing**, observability before optimization, value ≠ volume.

#Tokenomics Foundation#tokenomics#token economics

**Tokenomics Foundation** (entité collective, projet de **The Linux Foundation**, en partenariat avec la **FinOps Foundation**). Page institutionnelle *About* — **aucun auteur individuel nommé**. Annonce datée du **3 juin 2026**.

Economy & Market Auto-verified translation

Elon Musk Promises. Here's How Often He Delivers.

On the eve of SpaceX's record IPO (targeted valuation of ~$1.75 to 1.8 trillion), The New York Times publishes an interactive analysis of Elon Musk's track record of public promises. Across more than 600 dated, quantified commitments (statements, posts, investor calls), only ~19% were kept on time, if ever. The rate deteriorates over time: ~75% kept in 2015, less than 50% in 2020. Mars, the robotaxi, and full autonomy account for most of the repeated and postponed targets. The piece links this track record to the SpaceX prospectus, which now bets on AI (xAI merged in) and itself acknowledges that the timeline for its major undertakings is undeterminable.

#Elon Musk#SpaceX#IPO

The New York Times (équipe technologie / data)

Economy & Market Auto-verified translation

Token Budget Wars

Viral X thread (**230.5K views**, May 28, 2026, 1:51 AM) by **Jaya Gupta** (@JayaGup10, investor — likely Foundation Capital, author of the *Context Graphs* framework) titled ***"Token Budget Wars"***. **Pivot thesis**: ***"Enterprise AI has moved from adoption to allocation"*** — phase 1 of enterprise AI proved that models can work; phase 2 will decide **how much of that work is worth it**. The new currency at the top of the enterprise is the **ability to quantify AI ROI**: *"show me the value"*. Canonical concept: ***marginal token utility*** = *"the business value created by each additional dollar of inference"* — the number that matters at scale, and that **most companies cannot see**. Timeline: **Claude shipped November 2025**, after the 2026 annual budgets were locked → as early as **Q1**, companies *"running multiples ahead of plan"* → inference stops being an experimentation line item and becomes a **recurring operating cost**. Shift from **experimentation (a few $100K) → infrastructure (seven figures, $1M+)**: at infrastructure scale, **technical variance produces material P&L swings — two runs of the same workflow on the same input can differ by 5-10× in token cost** with nothing visibly broken, *"a number the CFO has to explain to the CEO"*. **AI competes with labor**: 3 types of budget requests (replace outsourced work / replace internal work / generate revenue) → shift toward the ***cost of a completed outcome*** (cost per resolved ticket, processed claim, reviewed contract, completed invoice, avoided hire, retained customer, dollar of revenue moved). **BPO = the easiest baseline to benchmark against** (already priced in completed units); internal work is much harder (multi-skilled employees, diffuse gains, HR resistance to headcount reduction). **Why it's different from SaaS**: SaaS learned to treat usage as a proxy for value; AI breaks that proxy — *"the signal and the noise share the same unit"* (the token), *"SaaS usage told you the software had been adopted. AI usage tells you the meter is running. It doesn't tell you whether your company is cooking."* **Three causes of marginal token utility's invisibility**: (1) ***retry tails*** — tokens per resolved workflow ≈ **T/p**; going from 90% to 70% completion increases effective cost by ~**28%**, not 20%, because failures compound; (2) ***context inflation*** — inference cost ≈ **O(n²)** in context length (attention), doubling the context **quadruples** reasoning cost (over-retrieval: 50 docs when 5 would do); (3) ***routing*** — by default the most powerful model is used (basic classification run on a complex reasoning model); across millions of calls, the difference between routing easy tasks to a small model and sending everything to the frontier model = *"the difference between a manageable bill and a board-level problem."* **Sector split**: **software** companies = a **productivity measurement** problem (already instrumented: PRs, commits, deploys, incidents, cycle time, MTTR — tracks *"AI layoffs"*); **non-software** companies = a **transformation** problem (operational work: claims, underwriting, support, compliance reviews, supply chain exceptions, payment disputes — *right under audit, not just right on average*). **The missing layer = token-to-outcome attribution**: a conversion layer linking inference spend → work performed → business outcome, answering 3 questions (real cost including retries/corrections; which parts of the trace mattered vs. thrashing; did the work change the operating model). ***Measurement becomes memory***: linking a token to an outcome requires capturing **decision traces** (what the agent saw, retrieved, called, ignored, where it retried, when a human overrode it) — *"decision rationale is one of the most perishable assets in a company"* (lives in Slack, emails, escalation calls, people's heads). Agents **create** these traces; captured first to justify the spend, they become *"more valuable than the cost report"* → a **context graph** (*"although I am so tired of that word these days"*). **The allocation layer is the prize**: whoever owns token-to-outcome attribution makes the **allocation calls** (which workflows deserve more compute, which are capped, which move to cheaper models, which stay human, which replace BPO). Companies won't do this on their own — they'll **buy it as a transformation** (Fortune 500 playbook: McKinsey + Palantir alumni + top-down CEO, in the manner of ERP/BI/digital transformation, a *"program"* with an executive sponsor and infrastructure that becomes the **new source of truth**). Framed by **Charlie Munger**: *"show me the incentive and I will show you the outcome."* Organizational sub-thesis: the decades-old executive instinct that *big teams = big jobs/scope/power* → once intelligence becomes the **scarce resource**, the new marker is *"how much of it you're orchestrating."* Direct relevance to the **Cost Optimization / agentic FinOps positioning**: empirically confirms the levers (model routing, prompt caching, context hygiene, sub-agents) and shifts the KPI toward **cost per completed outcome**. Strong convergence with Bain's *cross-system labor* (execution data moat, Cursor), Ng's *No AI jobpocalypse* (pricing anchored on the replaced employee's salary), DORA ROI (cost per feature), Mensch/Mistral (electron→token), Ensarguet (economics of computation), Foundation Capital's *Context Graphs* (decision traces, same author), Wescale's *Token Burning*, BFM/Girard (token = value fuel).

#Token Budget Wars#marginal token utility#token-to-outcome attribution

**Jaya Gupta** (@JayaGup10) — investisseuse / VC. Très probablement **Foundation Capital** (le thread s'auto-réfère au cadre ***Context Graphs*** — *« ahem, context graph, although I am so tired of that word these days »* — concept porté par Foundation Capital, cf. fiche `bain-100b-saas-opportunity` qui cite *Foundation Capital — Context Graphs trillion-dollar opportunity, 2025-12-22*). Thread publié sur X le **28 mai 2026 à 1h51** · **230 · 5K vues** · format essai long en un seul post. Une réponse notable de **@tuning_engines** (*« DevSecFinOps for the Agentic Era »*) : *« Tokens will basically have to be managed like headcount […] model hierarchies too »*.

AI Coding Agents & Skills Auto-verified translation

What Anthropic's New Claude Billing Means for Zed Users

**Zed** blog post signed by **Franciska Dethlefsen** (head of growth and marketing), published on **May 14, 2026** — the day after Anthropic's announcement — to answer Zed users' questions. **Subject**: starting **June 15**, Anthropic **splits Claude subscription billing into two pools** — one for its **first-party tools** (chat, the official Claude Code CLI), the other for **third-party agent and SDK usage** (anything going through **ACP**, `claude -p`, or a third-party tool). Usage via ACP **then stops drawing from the Pro or Max limits** and switches to a monthly **"Agent SDK" credit**: **$20 for Pro, $100 for Max 5x, $200 for Max 20x**. Once the credit is exhausted, usage continues **at standard API pricing** if overage is enabled — otherwise requests stop until the next cycle. **The figure driving the article**: subscriptions had until then subsidized agentic usage by a factor of **≈15 to 30×** relative to API pricing, and the new credits are billed **at full API rates** — hence *« for anyone using agents heavily, this is a major cost increase »*. **Three options are proposed**, in an order that reveals Zed's position: (1) keep the subscription by running the **official `claude` CLI in a terminal inside Zed** rather than via ACP — *« when the official claude CLI runs in the terminal, it uses your subscription's limits, not the new credit »*; (2) use Zed's built-in agent with the provider of one's choice (Zed-hosted models, API keys, Copilot, local Ollama, DeepSeek); (3) plug in **any ACP agent** — OpenCode, Codex, Factory, Cursor —, several of which still offer rate-limited subscriptions that subsidize heavy usage. **The underlying thesis**, and the real reason for the post: *« ACP is an open protocol… so that your editor is never locked into one provider's pricing decisions »*, with the explicit anticipation that *« this kind of change won't be the last »*. **The post carries an addendum dated June 16, 2026** announcing that **the change is suspended**: ACP, `claude -p`, the Agent SDK, and third-party applications continue to work with subscriptions **as before**, no separate credit to claim, limits unchanged, Anthropic revising its plan with advance notice announced. **The artifact is thus self-contradicting**: its most important content — the reversal — postdates its own publication date by a month.

#Zed#Anthropic#Claude subscription

**Franciska Dethlefsen** — head of growth and marketing chez **Zed Industries**. Le rôle est déterminant pour lire le texte : ce n'est pas un billet d'ingénierie mais une **communication de crise produit** · écrite le lendemain d'une annonce d'un fournisseur dont Zed dépend · à destination d'utilisateurs inquiets. La signature growth/marketing explique la structure (problème → options → réassurance) et le fait que l'argument protocolaire arrive en conclusion plutôt qu'en tête.

Economy & Market Auto-verified translation

Arthur Mensch (MistralAI) devant la commission d'enquête sur les vulnérabilités numériques — compte de l'Assemblée nationale

Testimony of **Arthur Mensch** (co-founder and CEO of **Mistral AI**) accompanied by **Audry Herblin-Stoupe** (director of public affairs) before the **commission d'enquête sur les vulnérabilités numériques** of the National Assembly (chaired by Philippe Latombe, absent — session chaired by the rapporteur). Testimony under oath, ~1h15, May 2026. Mensch's pivot thesis: ***"cloud is artificial intelligence"*** — no distinction between digital services and AI, AI is the atomic unit of the cloud value chain, from semiconductors (ASML) to enterprise deployment. **Mistral in 2026**: 1,000 employees, €12 billion valuation, target of **€1 billion in revenue by end of 2026**, €1 billion invested in R&D over the year, 30% of revenue in France / 70% outside France / ~75% in Europe, clients: DINUM, Caisse des dépôts, France Travail, MACGM, Stellantis, TotalEnergies, BNP Paribas, ministère des Armées, Luxembourg (central administration). **Mensch's conceptual framework**: AI is a **natural resource** — *"we transform electricity into intelligence, into token generation."* Economics: 1 GW of datacenter = **$50 billion in investment over 5 years**, generates **$20 billion in tokens/year** ≈ 50% gross margin. Along the electron→token chain, **~10% of the value is in the electron**, 90% elsewhere (chips, software, services). **Alarmist macro thesis**: if Europe imports 10% of its payroll in non-European AI, that amounts to **an additional €1 trillion trade deficit**; €20 trillion in infrastructure investment is needed to serve Europe (40 GW France / 400 GW Europe). **Sovereignty strategy**: ***"don't think of sovereignty as isolationism but as leverage."*** **Time pressure**: *"we don't have time"* — a **2-year** window before European energy resources are monopolized by American hyperscalers deploying **$1 trillion/year**. **Five operational diagnoses**: (1) Regulatory burden = 5 compliance staff at Mistral, 27 unsynchronized regulations, entrepreneurs leaving for the US; (2) Fragmented market = ~60 European telcos vs. 3 in the US; (3) Public procurement underused as strategic leverage (50% of EU GDP); (4) Energy: 9 GW of French surplus at risk of being monopolized by US players within 2 years; (5) Distillation = a cost-reduction technique, **not** technological catch-up. **Defense doctrine**: Mistral works with the ministère des Armées, explicitly refusing "oversight" of final use ("we don't have democratic legitimacy"), a positioning *anti-Anthropic-Mythos*. **Cybersecurity**: acknowledges the offensive capabilities of models ("it's rising in a linear, predictable way, for everyone at the same time"), opposes the *fear marketing* of an American competitor (implicitly Anthropic). **Campus IA**: very minority stake, potential supplier (Mistral + hyperscalers), €35 billion MGX/Abu Dhabi + Nvidia, 100 hectares at Saint-Arnoult, 1.4–1.6 GW (= Flamanville), French nuclear power = reduced carbon footprint. **Annotation**: teams of PhD candidates (no more microworkers), Madagascar for robotics with wage guarantees. **Business model**: no bubble on the demand side, **supply bottleneck** (chips, memory, helium, electrons). **Warning conclusion**: *"if we don't do it fast enough, we will become a vassal state."*

#Arthur Mensch#Mistral AI#Audry Herblin-Stoupe

**Arthur Mensch** (cofondateur et directeur général de **Mistral AI**) accompagné d'**Audry Herblin-Stoupe** (directrice des affaires publiques et de la communication, Mistral AI). Mensch a cofondé Mistral AI le 28 avril 2023 avec **Guillaume Lample** et **Timothée Lacroix** — tous les trois précédemment dans les *« gros acteurs américains »* (Google DeepMind / Meta FAIR). Audition tenue devant la **commission d'enquête de l'Assemblée nationale sur les vulnérabilités numériques** · présidée par **Philippe Latombe** (député MoDem, Vendée — absent ce jour). Séance présidée par la **rapporteur** (non nommée dans le transcript) · avec interventions du président lui-même (revenu en cours) · du député **Arnaud Saint-Martin** (LFI/Saint-Arnoult — sa circonscription accueille Campus IA) · et de la rapporteur sur les questions économiques.

Transformation & Adoption Auto-verified translation

AI/works™ by Thoughtworks — Thoughtworks' Agentic Development Platform / "We are doing it again for the AI era"

Launch of **AI/works™**, an **agentic development platform** claimed by **Thoughtworks** to be *"the new standard for building and running industrial-grade systems in the AI era."* The core pitch is **economic**: *"the old model made you pay millions to build, run, then pay again to rebuild — AI/works™ ends that routine."* The platform covers **the entire SDLC** around a central concept, the ***Super Spec*** (a dynamic, unified specification covering architecture, workflows, security, data, UX), with **six capabilities**: Reverse Engineering (legacy → as-is specs), Dynamic Spec Development (raw requirements → Super Spec), Spec to Code (coordinated agents generating testable code), Developer Experience (governed golden paths), Control Plane (agent orchestration with cost transparency, active guardrails, end-to-end lineage), Runtime Ops (continuous monitoring detecting change, updating the Super Spec, regenerating impacted code). **3-3-3** methodology: 3 days to align on the product concept, 3 weeks for the prototype (desirability/viability/feasibility), 3 months for MVP in production. **Constellation Research** recognition: *"changing the economics of enterprise software delivery"* via a *"spec-driven, lifecycle"* approach. Opening tagline: ***"We are doing it again for the AI era"*** — invoking Thoughtworks' XP/CI-CD/microservices heritage. Anti-hype positioning: *"stands on an engineering foundation rather than enthusiasm"*, *"no consultant crowds"*, *"finance can open the bill without switching on emergency lighting."* Featured partners: AWS, GCP, Azure, Databricks, Snowflake + Claude, OpenAI, DeepSeek, Gemini, Grok + NVIDIA, Groq, Stripe, Spotify, CAST, Cyn DX, Mechanical Orchard.

#Thoughtworks#AI/works#AI works trademark

**Thoughtworks** (auteur collectif corporate, page produit/marketing). Aucun individu cité sur la page. Contexte des figures Thoughtworks pertinentes en arrière-plan : **Martin Fowler** (chief scientist emeritus, *Refactoring*, *Patterns of Enterprise Application Architecture*) · **Rebecca Parsons** (CTO emeritus) · **Birgitta Böckeler** (Distinguished Engineer, *Harness Engineering for Coding Agents*, fiche 2026-04-02) · **Matt Kamelman** (*Service-as-Software*, fiche 2025-12-03) · **Sam Newman** (*Building Microservices*).

AI Coding Agents & Skills Auto-verified translation

The Batch n°352 — "There Will Be No AI Jobpocalypse" (Andrew Ng)

Editorial by Andrew Ng in The Batch n°352 of May 8, 2026 — **"There Will Be No AI Jobpocalypse"** — which dismantles the narrative of mass unemployment caused by AI, drawing on the **healthy 4.3%** US unemployment rate and robust tech hiring. Ng identifies **three drivers** of the jobpocalypse narrative: **(1) tech incentives** — AI labs benefit from presenting themselves as transformative-disruptive (funding rounds, valuations, talent); **(2) pricing power** — vendors charge **$10,000+/year** to enterprise clients by **anchoring their pricing on the salary of the replaced employee**, rather than on traditional SaaS pricing (per seat / per usage); **(3) corporate messaging** — companies reframe their layoffs as *"AI efficiency"* rather than acknowledging the **pandemic-era overhiring** of 2020-2022. Honest acknowledgment: *"AI disrupts work"*. But Ng flips this into **"AI jobapalooza"** (a play on Lollapalooza) — job creation in AI engineering and adjacent fields with evolving skill sets. Implicit tension with **Amodei** (50% of white-collar jobs eliminated by 2030) — Ng points out, without naming him, that **Anthropic benefits from promoting this narrative** (tech incentives). Published **the same day** as **Wallace-Wells's "AI Populism" NYT Magazine** piece: a perfect mirror reading — Ng = cold economic analysis / Wallace-Wells = popular panic. Pricing-power convergence with **Bain's "$100B cross-system labor"** (same thesis: pricing anchored on salaries).

#Andrew Ng#The Batch#DeepLearning.AI

Andrew Ng (fondateur DeepLearning.AI, Stanford, ex-Google Brain, ex-Baidu, ex-Coursera)

Economy & Market Auto-verified translation

The $100-Billion SaaS Opportunity Hiding in Cross-System Labor

Brief by **Bain & Company**, **May 2026** (David Crawford, Chris McLaughlin, Greg Fiore — part of a **five-part series on the software industry in the age of AI**), which puts the still-untapped SaaS opportunity in *cross-system labor* — the human work of coordinating across systems that AI agents can now automate — at **~$100B in the US (~$200B including Canada/Europe/AU/NZ)**. **Current capture: $4-6B (10% of the opportunity)** — so **>90% still up for grabs**. Pivot thesis: the major opportunity in agentic AI **is not to replace existing SaaS** but to **automate cross-system coordination labor** (employees pulling data from ERPs, checking inventory in a spreadsheet, interpreting free-text responses, exercising judgment). Distribution: Sales ($20B) + COGS/operations ($26B) + R&D/engineering ($6-12B) + support ($6-12B) + finance ($6-12B). **Six automation factors**: output verifiability, consequence of failure, digitized knowledge availability, integration complexity, process variability, physical world dependency. **Automation potential by function**: Customer support & R&D **40-60%**, Finance & HR **35-45%**, Sales & IT **30-40%**, Legal **20-30%**. **Strategic shift**: competitive advantage moves from *system of record ownership* (Salesforce, SAP, Workday) to ***cross-workflow decision context*** — the ability to see and act across multiple integrated systems. **Examples**: Sierra (autonomous customer issue resolution), Glean (cross-function employee request coordination), GitHub Copilot (extended beyond source control), **Cursor** (ARR doubled in a quarter, $2B). **Durable moat**: *"accumulated execution data that grows more valuable over time and becomes harder for competitors to replicate"*. **Three-phase playbook**: Assessment (six factors + market sizing) → Strategic Positioning (data assets + adjacent workflows + actual operational maps) → Execution (build/buy/partner + restructure org + redesign data foundations for agent readiness). Major relevance for CIOs/CDOs/Strategy leaders in B2B SaaS and enterprise customers: reframes the *"AI vs SaaS"* conversation as ***"AI = SaaS that finally automates coordination labor"***. To be read alongside: DORA ROI (financial framework), Tatsyi/Raiffeisen (bank case study creating 7 unprecedented AI products), Wescale (realistic 3x-4x), MIT NANDA (95% of pilots fail), Foundation Capital *Context Graphs trillion-dollar opportunity* (2025-12-22), Menlo Ventures *State of Generative AI Enterprise* (2025-12-09).

#Bain & Company#100 billion SaaS opportunity#cross-system labor

**David Crawford · Chris McLaughlin · Greg Fiore** — partners et experts Bain & Company spécialistes industrie logicielle / SaaS. Article publié en **mai 2026** sur bain.com/insights · partie 2/5 d'une série sur *"the software industry in the age of AI"* (la partie 1 traite du Rule of 40, fiche `bain-ai-rule-of-40-headwinds-tailwinds-saas-2026-04.md`).

Economy & Market Auto-verified translation

Silicon Valley Is Bracing for a Permanent Underclass

Major investigative op-ed by Jasmine Sun (NYT Opinion, April 30, 2026) on the *San Francisco consensus*: fear of the *permanent underclass* — a viral theory that AI could freeze economic mobility and create a class rendered useless by automation. The article documents the labs' internal dissonance (Amodei on "white-collar blood bath" and 50% of junior white-collar jobs gone by 2030; Altman 2021 → Lehane silence → white paper *Industrial Policy for the Intelligence Age* April 2026; Anthropic Institute March 2026 led by Jack Clark), the benchmarks steering R&D toward human replacement (A.I. Productivity Index, OpenAI's GDPVal: *"over 80% win rate compared to human professionals"* within a few months), corporate actions (Block/Dorsey -50% headcount with Opus 4.6 + Codex 5.3, Anthropic ARR $30B versus $9B end of 2025), and the Shor political strategy (79% of voters worried, jobs guarantee > UBI, *"They work for the bots. We work for you."*). Reference for the *AI labor 2026* dossier.

#Jasmine Sun#NYT Opinion#permanent underclass

Jasmine Sun (Ms. Sun écrit sur l'IA et la culture Silicon Valley sur Substack)

Economy & Market Auto-verified translation

Why SpaceX-Cursor Works for Both, and What It Means for Google, AWS, IBM

Analyst note by **Mitch Ashley**, VP and Practice Lead for *CIO & Technology Buyers* and *Software Lifecycle Engineering* at **The Futurum Group**, published on **April 29, 2026** in the *Market Coverage News* section: short format, roughly **9,500 characters**, opening with five summary bullets and closing with five watch-list items. Subject: the deal announced on **April 21, 2026** under which **SpaceX** gains the right to acquire **Cursor** for **$60 billion** within the year, or to pay **$10 billion** for a compute partnership backed by **xAI**'s **Colossus** cluster in Memphis, described as equivalent to **1 million H100 GPUs**. (A) The two-need reading: Cursor was carrying both a compute ceiling and margin compression — the company pays market-rate prices for **Anthropic**'s and **OpenAI**'s models, which it routes to its customers while competing with them via its **Composer** line; SpaceX was seeking AI revenue and a narrative ahead of an IPO targeted for June. (B) The structure reading: a $10 billion floor and a $60 billion purchase option exercisable in publicly traded stock after the listing, which, Ashley writes, *"allocates risk more honestly than a straight acquisition."* (1) For buyers, it sets a **six-month** window to re-verify zero-data-retention clauses and vendor identity. (2) For providers, it distinguishes three exposures — **Google** shielded by **Antigravity**, **AWS** dependent on Anthropic, **IBM** lightly exposed but well positioned on the governance angle. The corpus already holds [[beck-starving-genies-usage-limits-ai-coding-2026-04-03]] on the resource constraint imposed on coding tools and [[nyt-musk-promises-spacex-ipo-track-record-2026-06-02]] on SpaceX's announcements.

#SpaceX#Cursor#Anysphere

Mitch Ashley · VP et responsable des pratiques CIO & Technology Buyers et Software Lifecycle Engineering chez The Futurum Group · ancien CIO et CTO.

Economy & Market Auto-verified translation

Giving agents the ability to pay

Product announcement published on the **Stripe** blog on **April 29, 2026** by **Dan Hill** (Product Manager, Link Consumer Product), following on from the **Stripe Sessions 2026** keynote: the launch of **Link's wallet for agents**, built on a new building block, **Issuing for agents**. **The diagnosis fits in one sentence, and it is the most important one in the text**: *"While machine payments protocols are still gaining adoption, agents need to work with the payment options sellers and consumers use today."* → **Stripe acknowledges that machine-native payment protocols are not ready, and delivers a workaround for existing rails rather than a bet on new ones.** **The mechanism**: a consumer grants an agent access to their Link wallet via a **standard OAuth flow**; the agent then issues a *spend request* and receives either a **single-use card**, or a **Shared Payment Token** — backed by the cards and bank accounts already present in the wallet. Cardinal point: *"The agent never gets access to your raw payment credentials."* The credential is **scoped** (amount, currency, merchant) and the agent must supply the **transaction context** so the human understands what they are approving — the example given in the CLI is explicit: `amount 3500`, `merchant-name "Powdur"`, `context "Purchasing the Powdur Glow Renewal Vitamin C Serum as a gift for $35."`. **The structuring constraint is temporal, and it is owned as such**: *"Today, each request requires the person's review before the credential is shared with your agent"* — **human** approval, **transaction by transaction**, on the web or in the **new Link iOS and Android apps**. Spending limits and cases where the agent would act **without additional approval** are announced, not delivered. **The second layer is the real infrastructure product**: **Issuing for agents** opens the full set of Issuing APIs to anyone building their own agentic wallet — single-use virtual cards, fund storage, spend controls, card-level permissions, **at-authorization** antifraud controls, real-time visibility. Four use cases are cited: internal spend automation, agentic cards embedded at **fintechs**, **vertical SaaS** platforms issuing cards to SMBs under their own brand, **marketplaces** whose selling agents pay suppliers and logistics. **Distribution argument**: Link claims **more than 200 million consumers**, and the article cites **OpenClaw** as an example of a personal agent that benefits. **Two reservations worth flagging up front**: per-transaction approval is presented as a design convenience when it is actually **an admission that delegated agent authorization is not solved**; and stablecoin, *agentic tokens*, and "other payment methods" are all in the **future tense** (*"coming soon"*).

#Stripe#Link#wallet for agents

**Dan Hill** — Product Manager · **Link Consumer Product** chez Stripe. Auteur de l'annonce sur le blog Stripe · rubrique *Product*. Le rattachement au produit *Link Consumer* est significatif : l'annonce est écrite depuis le **portefeuille grand public** · pas depuis l'équipe protocole ni depuis Issuing — ce qui explique que le consentement de l'utilisateur final structure tout le texte.

Economy & Market Auto-verified translation

FinOps for AI Agents: A Four-Step Allocation Framework

FinOps for AI Agents: A Four-Step Allocation Framework for Coding Assistant Costs (Claude Code, Cursor, Copilot) and Why Traditional Cloud Tagging Fails - Finout

#agentic FinOps#cost allocation#coding assistants

Finout (équipe, sans auteur nommé)

Economy & Market Auto-verified translation

Starving Genies

AI usage limits economics for augmented coding — Expand phase — Limiting resources — Monetization strategy — Substack

#augmented coding#genies#usage limits

Kent Beck

Economy & Market Auto-verified translation

AI Brings Headwinds and Tailwinds to the Rule of 40

Bain & Company brief (**April 2026**) (David Lipman, Greg Callahan, Daniel Goetz, George Sunderland — part 1/5 of the series *"software industry in the age of AI"*) analyzing the impact of AI on the **Rule of 40** (canonical SaaS metric: *growth rate + profit margin ≥ 40%*) and concluding on a **double pressure**: **headwinds** (slowing market growth + massive AI infrastructure costs) and **tailwinds** (AI productivity + 10-25% EBITDA transformation + outcome-based pricing). **Striking central data point**: a *marketing technology* client case — **AI costs multiplied by 3.49 (+349%) while revenue grew only 38%** over one year. **Pivot thesis**: SaaS leaders may have to ***"settle for the Rule of 30"*** temporarily to stay competitive against **AI-natives**, accepting short-term margin compression for long-term positioning. **Two explicit paths forward**: (1) ***Financialize*** — minimize AI investment, optimize cash, operate as a *"durable generator"* but limit future growth; (2) ***Invest to Grow*** — accept short-term margin pressure, reinvest aggressively in AI capabilities across product and operations. **Tailwinds in detail**: sales/marketing/R&D productivity, successful transformations = **+10-25% EBITDA**, future *outcome-based pricing* opportunity (revenue shifting from fixed seats to labor/operations economics), incumbents can leverage customer relationships and embedded workflows against AI-native challengers. **Headwinds in detail**: *"software penetration is topping out in some areas"* (market saturation), AI infrastructure + inference + model access introduce **significant variable costs into businesses that have historically had high margins**. **CFO/board signal**: the Rule of 40 itself, as a **stable norm**, is starting to shift; some players will temporarily fall outside this norm and **that is strategically rational**. **Major relevance** for B2B SaaS CFOs/CEOs/boards and PE/VC software investors evaluating their portfolios — the first quantified institutional benchmarking of the *protect margins / invest aggressively* dilemma in 2026. To be connected with: Bain **part 2/5 cross-system labor $100B** (2026-05), DORA ROI 2026 (financial framework), Wescale (realistic X3-X4), Tatsyi/Raiffeisen (bank −75 people), Curran/Intercom (3× R&D in 16 months), Menlo Ventures *State of Generative AI Enterprise* (2025-12-09).

#Bain & Company#Rule of 40#growth rate plus profit margin

**David Lipman · Greg Callahan · Daniel Goetz · George Sunderland** — partners et experts Bain & Company spécialistes industrie logicielle / SaaS / private equity software. Article publié en **avril 2026** sur bain.com/insights · **partie 1/5** d'une série Bain sur *"the software industry in the age of AI"*. La partie 2 (*The $100-Billion SaaS Opportunity Hiding in Cross-System Labor*, mai 2026) est dans le dossier de veille.

Economy & Market Auto-verified translation

How to Use AI for Market Research (Step-by-Step Guide) — AI Market Research Tension Map

Method article by Alex Pawlowski (The Strategy Stack, #151, March 30, 2026) proposing a major epistemic shift in *market research*: no longer collecting static reports but maintaining a ***living decision surface*** — a continuously evolving model of market dynamics. Central contribution: the **Tension Map**, which maps *contradictions and pressure points* (gaps between expectation and delivery, price tolerated without being embraced, incumbents without emotional resonance) rather than market share. Tooling in three modes (Discovery / Tension / Decision), a 7-step workflow, and an orchestrated tool stack (Perplexity for expansion → Claude for depth/continuity → ChatGPT for iteration → Multi-agent for challenge). Implicit reference: Richards Heuer's (CIA) *Analysis of Competing Hypotheses* method.

#Alex Pawlowski#The Strategy Stack#AI market research

Alex Pawlowski (auteur de la newsletter Substack *The Strategy Stack*, focus stratégie et IA opérationnelle).

Economy & Market Auto-verified translation

Local LLMs vs Cloud APIs: 2026 Total Cost of Ownership Analysis

Analysis of the total cost of ownership (TCO) of local LLMs versus cloud APIs in 2026. The article demonstrates that per-token pricing is a trap and that only the full TCO (hardware, electricity, cooling, labor) informs the decision. Key highlight: local/cloud break-even points fell by 40% between 2024 and 2026. Source: SitePoint (developer-focused technical media).

#TCO#total cost of ownership#local LLM

SitePoint Team

Economy & Market Auto-verified translation

Redesigning the Agency Value Model (rapport VoxComm 95 pages, mars 2026) + Billable Hours Are Dead, AI Killed Them, Here's How To Survive (MediaPost / Joe Mandese, 3 mars 2026)

**Consolidated dossier** March 2026 on the **death of the billable hours model in the advertising/communications industry** — combining the **VoxComm report** *"Redesigning the Agency Value Model"* (95 pages, March 2026, **Brian Kessman** of **Lodestar Agency Consulting** + foreword by **Tim Williams** of **Ignition Consulting Group**, intro by **Charley Stoney** President of VoxComm / CEO of **EACA European Association of Communication Agencies**) and the **MediaPost opinion article** *"Billable Hours Are Dead, AI Killed Them, Here's How To Survive"* (March 3, 2026, **Joe Mandese**, Editor-in-Chief of MediaPost). **Shared pivot thesis**: the business model of communication agencies (billable hours / labor-based compensation / service business model) is **structurally disqualified by AI**; agencies must ***"decouple revenue and profit from staffing numbers"*** (Stoney). **MediaPost figures (Mandese)**: agency margins **30% (golden age) → 10% (current average)**; creatives produce **~5× the output** for the same pay or less than 10 years ago. **Mandese's diagnosis**: *"We are defining and monetizing our value through time and effort rather than business impact"* — when agencies sell **hourly services**, they sell **commodities** vulnerable to **AI cost compression**. **Tim Williams quote**: ***"At the heart of our industry's challenges lies a simple economic truth: incentives matter. When agencies embraced the hourly rate model, they unknowingly created a structural misalignment. What agencies are rewarded for — more hours — clients are incentivized to minimize."*** Zero-sum outcome, **race to the bottom**. **Williams' pivot solution**: ***"You are not in the service business. Agencies don't sell services and capabilities, but rather solutions to business problems."*** **Mandese's 4-shift framework**: (1) Define narrow expertise areas; (2) Codify repeatable productized solutions; (3) Build teams around outcomes, not utilization; (4) Replace rate cards with value-based models (fixed fees, subscriptions, performance-based pricing). **Concrete examples**: **FIG** (decoupled pricing from staffing), **72andSunny** (modular product menus), **Monks** (single subscription combining talent + tech + improvement). **Methodological critique**: MediaPost commenters dispute the historical 30% margin figure, suggesting real figures closer to 12-15%. **VoxComm report** structured into 8 chapters: When Your Model Works Against You / Mapping Your Value Model / Case Studies / How to Pivot / How to Price / How to Plan / How to Navigate / Online Tools. **Major relevance** for the dossier: this is the **agency counterpart** of the consulting shifts (McKinsey/Sternfels 60,000 = 40,000 humans + 20,000 agents, January 2026) and SaaS shifts (Bain Rule of 40 → Rule of 30, April 2026). **Cross-cutting convergence for knowledge-intensive services**: consulting + agencies + SaaS are simultaneously shifting from *time-and-materials* to *outcome-based*. To be leveraged for agency/consultancy/marketing/communications executive committees, strategic presentations on AI transformation of services, sourcing on the 30%→10% margin figures.

#VoxComm#Redesigning the Agency Value Model#Brian Kessman

**Rapport VoxComm "Redesigning the Agency Value Model"** :

Economy & Market Auto-verified translation

FinOps for AI Overview

Official FinOps Foundation guide to AI: token economics, KPIs, caching, prompt optimization, model selection, and extension of the FinOps Framework's 14 capabilities to GenAI services - FinOps Foundation

#FinOps Foundation#token economics#cost per token

FinOps Foundation — groupe de travail (Brent Eubanks/Wayfair, James Barney/MetLife, Eric Lam/Google, Adam Richter/AWS, Rahul Kalva/Wells Fargo, JJ Sharma/KPMG, Karl Hayberg/EY, et al.)

Economy & Market Auto-verified translation

McKinsey Now Has 60,000 People, But 20,000 Of Them Are AI Agents: McKinsey's Bob Sternfels

**OfficeChai** reports on **January 14, 2026** a major statement by **Bob Sternfels** (Global Managing Partner, **McKinsey & Company**): ***"my latest answer to you would be 60,000, but it's 40,000 humans and 20,000 agents."*** McKinsey headcount is now counted as **humans + agents**: **60,000 = 40,000 humans + 20,000 AI agents**. **Massive acceleration trajectory**: *"Little over a year and a half ago, that was 3,000 agents and I originally thought it was going to take us to 2030 to get to one agent per human."* The human/agent parity initially projected for **2030** is now achievable within **18 months** — an acceleration of **>5×** relative to the original projection. **Explicit business-model shift**: *"We're migrating pretty quickly away from, let's call it pure advisory work... moving to much more of an outcomes-based model."* — McKinsey **is abandoning the billable-hours / advisory model** in favor of an **outcomes-based model** where compensation is aligned with measurable results. **McKinsey context 2024-2026**: Lilli (internal chatbot) used by **70% of employees**, **200 technology roles cut in November 2024**, a **9-month-salary** severance offer (April 2024). **Major relevance for the 2026 dossier**: this is the **first top-tier consulting player** to (a) publicly state and (b) precisely quantify the integration of AI agents into its accounting headcount. The phrase ***"60,000 people but 20,000 of them are agents"*** is set to **redefine** the very conception of headcount in knowledge-based services — comparable to the moment organizations began counting contractors + employees together. **Convergence with the 2026 corpus**: Bain Rule of 40 (outcome-based pricing tailwind), Bain cross-system labor $100B, MediaPost Mandese *"billable hours are dead, AI killed them"* (March 3, 2026), VoxComm *Redesigning the Agency Value Model* (Brian Kessman / Tim Williams, March 2026), Tatsyi/Raiffeisen (−75 people), Cherny Sequoia *"7 Powers reordering"*. **Productive tension** with the normative DORA position *"do not adopt headcount-reduction strategy"* — McKinsey publicly owns the **reduction in human headcount** (200 roles in 2024) while reinjecting capacity into AI agents + outcome-based revenue. To be leveraged for firm executive committees, strategic presentations for consultancies/IT-services firms/agencies, debates on the future of the knowledge-services business model.

#Bob Sternfels#McKinsey & Company#McKinsey Managing Partner Global

Article rapporté par **OfficeChai Team** (publication indienne tech/startup news) · **14 janvier 2026**. **Source primaire** : déclarations de **Bob Sternfels** · **Managing Partner Global de McKinsey & Company** · lors d'une intervention publique. McKinsey est le cabinet conseil top-tier mondial fondé en 1926. Sternfels dirige le cabinet depuis 2021.

Economy & Market Auto-verified translation

Service-as-Software: A new economic model for the age of AI agents

**Matt Kamelman** publishes on the **Thoughtworks blog** on **December 3, 2025** a conceptual pivot article that formalizes the major economic shift in intellectual services: ***"Service-as-Software" (SaS)*** as a **new economic model** succeeding **SaaS**. **Pivot distinction**: ***"Traditional SaaS is about tools: software that enables humans to solve problems. Service-as-Software (SaS), meanwhile, sells outcomes."*** SaS is *"a new class of tool that doesn't just enable work but instead automates the reasoning process itself"*. **Pricing shift**: ***"Companies will no longer pay for an agent based on seats or features. Instead they'll pay based on its demonstrated alignment and impact."*** **Three archetypal SaS agent examples**: marketing agents (end-to-end campaigns), financial agents (forecast modeling), operations agents (request triage). **Three capabilities** of agentic SaS systems: (1) operating dynamically on **goals**, not fixed workflows; (2) retaining **memory** across interactions; (3) autonomously coordinating across tools and APIs. **The "Cognitive Contract" — three principles**: (1) **Interpretable and auditable** — *"users need to be able to understand why the system made a decision"*; (2) **Aligned with human goals** — *"the system's objectives must match human intent and ethical boundaries"*; (3) **Trained and iterated in real time** — *"systems continuously refine behavior based on feedback"*. **New organizational role**: the ***"cognitive orchestrator"***, with three operational functions: (a) **feedback loop design** (step-by-step review); (b) **managing uncertainty with guardrails** (business rules + circuit breakers); (c) **measuring alignment** (a quantifiable alignment score). **Structuring historical analogy**: *"mainframes → client-server → web/cloud, where the cognitive contract remained the same: humans had to instruct the machine"*; today this contract **is evolving toward collaboration** between human and machine. **Major relevance**: this is the clearest **Anglo-Saxon conceptual formalization** of the **billable hours / per-seat → outcome-based** shift observed empirically at **McKinsey/Sternfels** (60,000 = 40,000 humans + 20,000 agents, January 2026), **VoxComm/Mandese** (March 2026, agencies), **Bain Rule of 40** (April 2026, SaaS), **Bain cross-system labor $100B** (May 2026). The term ***"Service-as-Software"*** is set to become **canonical**, much as *"Software-as-a-Service"* was in the 2000s-2010s. To be leveraged for **2026 strategic vocabulary** in executive committee presentations, agentic business cases, and pricing models.

#Matt Kamelman#Thoughtworks blog#Service-as-Software

**Matt Kamelman** — auteur de l'article publié sur le blog Thoughtworks le 3 décembre 2025. **Thoughtworks** est un cabinet de conseil en technologie et software engineering global · fondé en 1993 · fortement associé à des figures emblématiques du software engineering (Martin Fowler, Rebecca Parsons, Sam Newman, etc.) et à des contributions historiques majeures (continuous delivery, microservices, expansion XP/Agile). Le blog Thoughtworks est une référence de premier plan dans l'écosystème software engineering et architectural.

Economy & Market Auto-verified translation

MIT study finds AI can already replace 11.7% of U.S. workforce

MIT Study - Iceberg Index - AI Workforce Impact - Labor Market Disruption - Policy Simulation - Economic Modeling - Workforce Transformation - Automation Risk - Skills Mapping - Regional Analysis

#MIT#Iceberg Index#AI Workforce Impact

MacKenzie Sigalos (CNBC) · Research by Massachusetts Institute of Technology and Oak Ridge National Laboratory

Economy & Market Auto-verified translation

L'essor du commerce sur ChatGPT

The rise of conversational commerce on ChatGPT: new e-commerce channel, brand-customized GPTs, and an emerging ecosystem — Barron Ernst blog

#ChatGPT#Commerce#AI

Barron Ernst

Economy & Market Auto-verified translation

The Next Collapsing Tech Cost Is Software Itself

Collapse of software cost and complexity, AI democratizes development, software becomes "permissionless", societal technical debt, developer productivity +55% - Cobus Greyling - Medium

#software cost#complexity collapse#IA générative

Cobus Greyling

Economy & Market Auto-verified translation

Travail. La Silicon Valley gagnée par l'implacable rythme "996", "sans alcool, sans sommeil, sans plaisir"

A press review by Courrier International (bylined Martin Gauthier) aggregating the NYT, San Francisco Standard, Wall Street Journal, and Wired to document the spread of the **"996" schedule** — working **9 a.m. to 9 p.m., six days a week (72 hours)** — across California tech. A norm imported from China, 996 is becoming "the hot topic of the moment" in Silicon Valley, driven by young AI startup founders who turn it into an **ascetic lifestyle**: "no alcohol, no drugs, 996, the gym… watching your sleep, eating steak and eggs." The stated driver is the **rush on AI**: capturing market share and getting rich *before* AGI arrives, for fear of sinking into a "permanent underclass." The article also documents the flip side: financial incentives (Fella & Delilah: +25% salary), a warning about **noncompliance with US labor law**, and a reminder that the Cour suprême chinoise ruled 996 illegal — a practice linked to protests, accusations of "modern-day slavery," and worker deaths. Domain: tech work culture, working conditions, sociology of AI startups, the race to AGI.

#996#Silicon Valley#work culture

Martin Gauthier (Courrier International)

Economy & Market Auto-verified translation

Outcome-based pricing for AI Agents

Sierra blog post (December 10, 2024, Elliot Greenwald) laying out the **founding text of *outcome-based pricing*** for AI agents. **Pivot thesis**: AI agents that execute processes autonomously make possible an **entirely new pricing model** — ***"you pay only when the software achieves specific, valuable outcomes: outcome-based pricing."*** The article traces a **four-age genealogy of software pricing**: (1) **shrink-wrapped software** (1980s-90s, the floppy-disk/CD-ROM box at Fry's Electronics — *"Whether you actually used it or not, you paid for it"*) → (2) **SaaS / seat-based** (pioneered by **Salesforce**, followed by Google/Microsoft/Adobe — the Internet makes it possible to sell software *as a service*) → (3) **consumption-based** (**Amazon/AWS** and **Snowflake** — *"charged only for what you used"*) → (4) **outcome-based** (AI agents). **Canonical definition**: ***"outcome-based pricing is tied to tangible business impacts—such as a resolved support conversation, a saved cancellation, an upsell, a cross-sell, or any number of valuable outcomes. If the conversation is unresolved, in most cases, there's no charge."*** **Aligned-incentives principle**: ***"With outcome-based pricing, Sierra gets paid only when we complete a task for you. Our incentives are aligned."*** **Critique of seat-based pricing & the concept of *shelfware***: *"Unused seats sit idly on a proverbial store shelf, hence the derisive moniker 'shelfware'"* — thousands of dollars per year are paid per license, whether used or not. **Structural conflict for Fournisseurs CX legacy**: their revenue depends on seat-based pricing, yet *"the more effective their AI becomes, the fewer contact center seats their clients need—undermining the provider's own revenue model"* — an effective AI agent **cannibalizes** the revenue model of a vendor whose pricing rests on seats. **Granularity of the outcome**: a distinction between **simple resolutions** (answering a question) and **complex resolutions** (handling a case that requires a 20-minute L2 call); **escalations generally incur no charge**; **blended pricing** is possible (e.g., consumption-based for routing/greeting interactions). **Continuous-optimization commitment** on the vendor side: *"we continue to deploy concerted, directed optimizations to refine the agent's performance over time"* — the vendor stays aligned to improve performance since it is paid only for the outcome. Significance: posed in **late 2024**, this post **precedes and grounds** the entire 2026 debate on the agentic economy — it supplies the **vocabulary of the billing unit** (the completed *outcome* rather than the seat, usage, or token) that will later be taken up by Gupta (*cost of a completed outcome*, *token-to-outcome attribution*), Bain (*outcome-based pricing shifts revenue from fixed seats to labor/operations economics*), Ng (*pricing power anchored on the salary of the replaced employee*). With Sierra as the **reference example** cited by Bain (*autonomous customer issue resolution*), this text gives the **vendor-side view** of the mechanics that others analyze from the buyer side. Directly relevant to the firm's positioning on **agentic-delivery / value-based pricing** and to the **Cost Optimization** slot (the vendor-side counterpart of *cost per outcome*).

#outcome-based pricing#results-based pricing#AI agents

**Elliot Greenwald** — Sierra (entreprise fondée par Bret Taylor & Clay Bavor, plateforme d'agents IA conversationnels pour l'expérience client). Billet publié sur le blog Sierra le **10 décembre 2024**. Sierra est l'**exemple-référence** cité par Bain (*The $100-Billion SaaS Opportunity*) pour l'*autonomous customer issue resolution* · et fait l'objet de plusieurs fiches du dossier (recrutement AI-native, interview Plan/Build/Review).