Skip to content

root / tags / microsoft

#Microsoft

10 fiches

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**.

AI Coding Agents & Skills Auto-verified translation

Agent Plugins package your skills, tools, and more

Announcement from **Google** on **August 6, 2026**: Google joins as **Core Maintainer** the **Agent Plugins 1.0.0** specification, an open, *vendor-neutral* packaging format for distributing **Agent Skills** and **MCP servers** together. The specification was published by a **TSC** whose Core Maintainers come from **Amazon, Cursor, Microsoft, OpenAI, and Vercel**; Google joins them, represented by **Kevin Hou** (Senior Staff Engineer, Google DeepMind). The two packaged building blocks — Agent Skills and MCP — originate from **Anthropic**, which does not appear on this list of maintainers. **The diagnosis** fits in one sentence: *"The core problem isn't the components. It's the manifest."* A skill is portable, an MCP server is portable; the box they go in is not, and every client had to invent it for itself — hence the forks, the copies of identical components, and their drift. **The format** fits in one constraint: *"A plugin is a directory. That's the whole idea, and the restraint is the point."* A `plugin.json` with two useful lines (`$schema` and `name`), skills in `skills/` in the Agent Skills format, servers declared in `mcp.json` with an **explicit `type` on each entry** (stdio, Streamable HTTP, or the legacy HTTP+SSE) — no more transport guessed from the shape of the config object. The strength of the design lies in what the manifest **cannot** do: neither relocate components nor declare them inline, so there is no discovery path to configure and no precedence order to learn. Operational corollary: components **fail independently** — an `mcp.json` server that fails to start does not take down the plugin's skills, the client skips the entry, keeps going, and reports the failure. The accepted escape hatch is the **reverse-domain** directory (`com.example.client/`), an extension space owned entirely by one client (hooks, agents, commands) that other clients ignore: *"the portable core stays small because the non-portable parts have somewhere legitimate to go."* A section is dedicated to cases where the format is not warranted — *"Not every skill should be a Plugin"*: a single MCP server to a single client, `mcp.json` suffices; a single skill needs no plugin. What v1 explicitly excludes, under *future considerations*: **no installation mechanism, no distribution protocol, no permissions model, no sandboxing requirement, no trust or provenance verification, no UX**. All of this fits into an independently adoptable four-layer stack — **find** (Agentic Resource Discovery), **describe** (AI Catalog, which would register the `application/agent-plugins+json` type), **package** (Agent Plugins), **run** (MCP + Agent Skills). Two Google products already ship: **Agents CLI** and **Data Agent Kit** (BigQuery, Spanner, Cloud SQL).

#Agent Plugins#Agent Plugins 1.0.0#open specification

Trois signataires · répartis sur trois entités Google :

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

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)

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**.