Update ai-frontier valuations; add xAI & DeepSeek, drop Cohere & AI21

D David Veksler · 1 month ago bdfd975492519ec168d957bfcbcae368e58f8b5b
Parent: 235adac97
Refresh all funding/valuation figures to May 2026 (OpenAI ~$852B, Anthropic $380B, Mistral ~€11.7B, etc.). Add full sections for xAI and DeepSeek as major frontier labs; remove Cohere and AI21 Labs. Update page metadata and last-updated date. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

1 file changed +472 −655

Diff

diff --git a/ai-frontier.html b/ai-frontier.html
index bbb6544..175eac1 100644
--- a/ai-frontier.html
+++ b/ai-frontier.html
@@ -4,24 +4,24 @@
   <meta charset="utf-8"/>
   <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
   <title>
-   AI Frontier Model Builders Cheatsheet (Updated May 2025)
+   AI Frontier Model Builders Cheatsheet (Updated May 2026)
   </title>
   <link href="data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22&gt;&lt;text y=%22.9em%22 font-size=%2290%22&gt;🤖&lt;/text&gt;&lt;/svg&gt;" rel="icon"/>
   <!-- SEO Meta Description -->
-  <meta content="A comprehensive cheatsheet for understanding major AI companies building frontier models: OpenAI, Google DeepMind, Anthropic, Meta AI, Cohere, Mistral AI, and AI21 Labs. Covers their philosophy, origin, approach, AGI goals, key products, funding, and recent developments as of May 2025." name="description"/>
-  <meta content="AI, Artificial Intelligence, Frontier Models, LLM, AGI, ASI, OpenAI, Google DeepMind, Anthropic, Meta AI, Cohere, Mistral AI, AI21 Labs, GPT-4o, Gemini, Claude 3, Llama 3, AI Products, AI Companies, AI Research, AI Safety, May 2025" name="keywords"/>
+  <meta content="A comprehensive cheatsheet for understanding major AI companies building frontier models: OpenAI, Google DeepMind, Anthropic, Meta AI, Mistral AI, xAI, and DeepSeek. Covers their philosophy, origin, approach, AGI goals, key products, funding, and recent developments as of May 2026." name="description"/>
+  <meta content="AI, Artificial Intelligence, Frontier Models, LLM, AGI, ASI, OpenAI, Google DeepMind, Anthropic, Meta AI, Mistral AI, xAI, DeepSeek, GPT, Gemini, Claude, Llama, Grok, AI Products, AI Companies, AI Research, AI Safety, May 2026" name="keywords"/>
   <!-- Canonical URL (Update if hosted) -->
   <link href="https://cheatsheets.davidveksler.com/ai-frontier.html" rel="canonical"/>
   <!-- Social Media Metadata (Add URLs if needed) -->
-  <meta content="AI Frontier Model Builders Cheatsheet (May 2025 Update)" property="og:title"/>
-  <meta content="Explore the philosophies, origins, approaches, key products, and AGI/ASI goals of leading AI companies like OpenAI, Google DeepMind, Anthropic, Meta AI, Cohere, Mistral AI, and AI21 Labs. Updated May 2025." property="og:description">
+  <meta content="AI Frontier Model Builders Cheatsheet (May 2026 Update)" property="og:title"/>
+  <meta content="Explore the philosophies, origins, approaches, key products, and AGI/ASI goals of leading AI companies like OpenAI, Google DeepMind, Anthropic, Meta AI, Mistral AI, xAI, and DeepSeek. Updated May 2026." property="og:description">
    <meta content="website" property="og:type"/>
    <meta content="https://cheatsheets.davidveksler.com/ai-frontier.html" property="og:url"/>
    <!-- Ensure this image exists and is relevant -->
    <meta content="AI Frontier Model Builders Cheatsheet - Logos of Major AI Companies" property="og:image:alt"/>
    <meta content="summary_large_image" name="twitter:card"/>
-   <meta content="AI Frontier Model Builders Cheatsheet (May 2025 Update)" name="twitter:title"/>
-   <meta content="Explore the philosophies, origins, approaches, key products, and AGI/ASI goals of leading AI companies like OpenAI, Google DeepMind, Anthropic, Meta AI, Cohere, Mistral AI, and AI21 Labs. Updated May 2025." name="twitter:description"/>
+   <meta content="AI Frontier Model Builders Cheatsheet (May 2026 Update)" name="twitter:title"/>
+   <meta content="Explore the philosophies, origins, approaches, key products, and AGI/ASI goals of leading AI companies like OpenAI, Google DeepMind, Anthropic, Meta AI, Mistral AI, xAI, and DeepSeek. Updated May 2026." name="twitter:description"/>
    <!-- Ensure this image exists and is relevant -->
    <meta content="AI Frontier Model Builders Cheatsheet - Logos of Major AI Companies" name="twitter:image:alt"/>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"/>
@@ -46,9 +46,9 @@
         --ai-color-deepmind: #1e88e5; /* Google Blue */
         --ai-color-anthropic: #ffb300; /* Amber/Orange */
         --ai-color-meta: #7b1fa2; /* Purple */
-        --ai-color-cohere: #00acc1; /* Cyan */
         --ai-color-mistral: #546e7a; /* Blue Grey */
-        --ai-color-ai21: #d81b60; /* Pink/Magenta */
+        --ai-color-xai: #cfd8dc; /* Light Grey (X) */
+        --ai-color-deepseek: #4e6ef2; /* Indigo Blue */
 
         /* --- Aspect Type Colors (Used for Card Left Border) --- */
         --ai-aspect-color-origin: #64b5f6;
@@ -413,9 +413,9 @@
       .cat-deepmind { --ai-category-color: var(--ai-color-deepmind); }
       .cat-anthropic { --ai-category-color: var(--ai-color-anthropic); }
       .cat-meta { --ai-category-color: var(--ai-color-meta); }
-      .cat-cohere { --ai-category-color: var(--ai-color-cohere); }
       .cat-mistral { --ai-category-color: var(--ai-color-mistral); }
-      .cat-ai21 { --ai-category-color: var(--ai-color-ai21); }
+      .cat-xai { --ai-category-color: var(--ai-color-xai); }
+      .cat-deepseek { --ai-category-color: var(--ai-color-deepseek); }
 
       /* Specific styling for section titles and highlighted cards (using direct lab color for robustness) */
       .cat-openai .section-title { color: var(--ai-color-openai); }
@@ -430,14 +430,14 @@
       .cat-meta .section-title { color: var(--ai-color-meta); }
       .cat-meta .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--ai-color-meta), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
 
-      .cat-cohere .section-title { color: var(--ai-color-cohere); }
-      .cat-cohere .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--ai-color-cohere), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
-
       .cat-mistral .section-title { color: var(--ai-color-mistral); }
       .cat-mistral .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--ai-color-mistral), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
 
-      .cat-ai21 .section-title { color: var(--ai-color-ai21); }
-      .cat-ai21 .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--ai-color-ai21), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+      .cat-xai .section-title { color: var(--ai-color-xai); }
+      .cat-xai .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--ai-color-xai), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-deepseek .section-title { color: var(--ai-color-deepseek); }
+      .cat-deepseek .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--ai-color-deepseek), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
 
       /* --- Aspect Type Color Assignments for Card Elements --- */
       /* These define --ai-aspect-color-current on the card itself, used for the left border */
@@ -476,7 +476,7 @@
     A cheatsheet exploring major companies developing advanced AI, their philosophies, key products, funding, recent developments, and AGI approaches.
    </p>
    <p class="last-updated">
-    Last Updated: May 2025
+    Last Updated: May 2026
    </p>
   </header>
   <div class="container" id="main-container">
@@ -513,7 +513,7 @@
            <strong>
             Valuation:
            </strong>
-           Reported talks for $300 billion valuation (April 2025) after a $40 billion funding round led by SoftBank. [1, 6, 8, 10, 11] Previously $157 billion (October 2024).
+           ~$852 billion post-money valuation after a record $122 billion funding round (March 2026). Up from $300 billion (April 2025) and $157 billion (October 2024). IPO speculation points toward a possible 2027 listing near $1 trillion.
           </li>
           <li>
            <strong>
@@ -986,7 +986,7 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Major financial backing from Microsoft, reportedly totaling around $13 billion. [1, 12, 20] In April 2025, OpenAI announced a $40 billion funding round led by SoftBank, valuing the company at $300 billion. [1, 6, 8, 10, 11] This followed an October 2024 valuation of $157 billion.
+          Major financial backing from Microsoft, reportedly totaling around $13 billion. [1, 12, 20] In March 2026, OpenAI closed a record $122 billion funding round at an ~$852 billion post-money valuation, with major participation from SoftBank, NVIDIA, and Amazon. This followed a $300 billion valuation (April 2025) and $157 billion (October 2024).
          </p>
          <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseOpenAIFunding" data-bs-toggle="collapse" type="button">
           Details
@@ -1008,9 +1008,9 @@
          </li>
          <li>
           <strong>
-           April 2025 Funding Round:
+           March 2026 Funding Round:
           </strong>
-          Secured $40 billion in a landmark deal led by SoftBank, with participation from Microsoft, Coatue, Altimeter, and Thrive Capital. This round valued OpenAI at $300 billion. [1, 6, 8, 10, 11] The funding is expected in tranches, with some contingency on OpenAI's transition to a for-profit structure. [6, 10]
+          Closed a record $122 billion round at an ~$852 billion post-money valuation, the largest venture deal ever. Major backers included SoftBank, NVIDIA, and Amazon. This followed an April 2025 round of $40 billion led by SoftBank at a $300 billion valuation.
          </li>
          <li>
           <strong>
@@ -1022,7 +1022,7 @@
           <strong>
            Projected Revenue &amp; Costs:
           </strong>
-          Revenue was estimated at $3.7 billion for 2024. [1] However, compute costs are substantial, with projections of spending tens of billions annually in the coming years. [6]
+          Run-rate revenue reached roughly $24 billion annualized by early 2026 (~$2 billion/month), up from an estimated $3.7 billion in 2024. [1] However, compute costs remain substantial, with tens of billions in projected annual spending. [6]
          </li>
          <li>
           <strong>
@@ -1046,11 +1046,11 @@
         <h5>
          <i class="bi bi-newspaper">
          </i>
-         Recent Developments (2024-2025)
+         Recent Developments (2024-2026)
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Launched GPT-4o, GPT-4.1 series, and o3 reasoning models. [1, 11] Expanded Sora video model access. Announced new Responses API and Agents SDK. Key partnership with Apple for Apple Intelligence. Major $40B funding round in April 2025. [1, 6, 8, 10, 11] Leadership team expanded. Stay updated via their
+          Launched GPT-4o, GPT-4.1 series, and o3 reasoning models. [1, 11] Expanded Sora video model access. Announced new Responses API and Agents SDK. Key partnership with Apple for Apple Intelligence. Record $122B funding round at an ~$852B valuation in March 2026. Leadership team expanded. Stay updated via their
           <a href="https://openai.com/blog" rel="noopener noreferrer" target="_blank">
            blog
           </a>
@@ -1090,7 +1090,7 @@
           <strong>
            Funding &amp; Corporate:
           </strong>
-          Secured a landmark $40 billion funding round at a $300 billion valuation (April 2025). [1, 6, 8, 10, 11] Discussions around potential IPO and restructuring to a Public Benefit Corporation. [14]
+          Closed a record $122 billion funding round at an ~$852 billion post-money valuation (March 2026), following the $40 billion / $300 billion round of April 2025. Growing IPO speculation points toward a possible 2027 listing. [14]
          </li>
          <li>
           <strong>
@@ -1708,7 +1708,7 @@
            <strong>
             Valuation:
            </strong>
-           Reported around $61.5 billion based on an employee share buyback (May 2025). Previously valued at $15-$18.4 billion (late 2023/early 2024).
+           $380 billion post-money valuation after a $30 billion Series G (February 2026), with reports of a new raise at $850–900+ billion in talks (May 2026). Up from $183 billion (September 2025) and $61.5 billion (May 2025).
           </li>
           <li>
            <strong>
@@ -2067,7 +2067,7 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Anthropic has secured billions in funding and commitments from major tech companies like Google and Amazon, as well as venture capital firms. Total commitments are reported to be around $7.3 billion to $14.3 billion, with a recent employee share buyback valuing the company at around $61.5 billion (May 2025).
+          Anthropic has secured tens of billions in funding and commitments from major tech companies like Google and Amazon, as well as venture capital firms. A $30 billion Series G in February 2026 set a $380 billion post-money valuation, with reports of a further raise in talks at $850–900+ billion (May 2026).
          </p>
          <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAnthropicFunding" data-bs-toggle="collapse" type="button">
           Details
@@ -2109,13 +2109,13 @@
           <strong>
            Total Funding Secured:
           </strong>
-          Reports vary, with total cash raised and commitments estimated between $7.3 billion and $14.3 billion through multiple funding rounds.
+          Cumulative funding has grown into the tens of billions, including a $30 billion Series G in February 2026. Anthropic reported crossing a $30 billion annualized revenue run rate in early 2026.
          </li>
          <li>
           <strong>
            Valuation Trajectory:
           </strong>
-          Reached a valuation of $15 billion to $18.4 billion in late 2023/early 2024. An employee share buyback in May 2025 reportedly valued the company at $61.5 billion.
+          Climbed from $15–18.4 billion (late 2023/early 2024) to $61.5 billion (May 2025), $183 billion (Series F, September 2025), and $380 billion (Series G, February 2026). A new round at $850–900+ billion was reported in talks (May 2026).
          </li>
         </ul>
        </div>
@@ -2127,11 +2127,11 @@
         <h5>
          <i class="bi bi-newspaper">
          </i>
-         Recent Developments (2024-2025)
+         Recent Developments (2024-2026)
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Launched the Claude 3 model family (Opus, Sonnet, Haiku) in March 2024. Released Claude 3.5 Sonnet in June 2024 with enhanced capabilities and the "Artifacts" feature. Expanding enterprise adoption and cloud partnerships. Employee share buyback in May 2025 at a reported $61.5B valuation. Check their
+          Launched the Claude 3 model family (Opus, Sonnet, Haiku) in March 2024. Released Claude 3.5 Sonnet in June 2024 with enhanced capabilities and the "Artifacts" feature. Rapid enterprise adoption pushed revenue past a $30B run rate. Closed a $30B Series G at a $380B valuation (February 2026). Check their
           <a href="https://www.anthropic.com/news" rel="noopener noreferrer" target="_blank">
            news page
           </a>
@@ -2187,7 +2187,7 @@
           <strong>
            Valuation Growth:
           </strong>
-          Employee share buyback reported in May 2025 valued the company at approximately $61.5 billion.
+          Valuation rose from $61.5 billion (May 2025) to $183 billion (September 2025) and $380 billion after the February 2026 Series G, with a larger round reported in talks.
          </li>
          <li>
           <strong>
@@ -2645,7 +2645,7 @@
           <strong>
            Internal Funding via Meta Platforms:
           </strong>
-          Meta AI's operations and research are funded as part of Meta Platforms' significant annual R&amp;D expenditure. Meta Platforms Inc. maintains a market capitalization in the range of $1.2 trillion to $1.5 trillion as of early 2025.
+          Meta AI's operations and research are funded as part of Meta Platforms' significant annual R&amp;D expenditure. Meta Platforms Inc. (a public company) has carried a market capitalization in the range of roughly $1.5–2 trillion.
          </li>
          <li>
           <strong>
@@ -2755,17 +2755,17 @@
      </div>
     </div>
    </div>
-   <!-- Cohere Section -->
-   <div class="schema-container cat-cohere" data-section-id="section-cohere">
-    <h2 class="section-title" id="title-cohere">
-     Cohere
+   <!-- Mistral AI Section -->
+   <div class="schema-container cat-mistral" data-section-id="section-mistral">
+    <h2 class="section-title" id="title-mistral">
+     Mistral AI
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-info" id="card-cohere-keyinfo">
+      <div class="info-card type-info" id="card-mistral-keyinfo">
        <div class="card-body">
         <h5>
-         <i class="bi bi-buildings">
+         <i class="bi bi-speedometer2">
          </i>
          Key Information
         </h5>
@@ -2775,46 +2775,47 @@
            <strong>
             Founded:
            </strong>
-           2019, by Aidan Gomez, Nick Frosst, and Ivan Zhang.
+           April 2023, by Arthur Mensch, Guillaume Lample, Timothée Lacroix. [3, 24, 30]
           </li>
           <li>
            <strong>
             Headquarters:
            </strong>
-           Toronto, Canada, with offices in London (UK) and Palo Alto (USA).
+           Paris, France. [3]
           </li>
           <li>
            <strong>
             Valuation:
            </strong>
-           Reportedly reached $2.2 billion (June 2023). Aimed for $5 billion in a new funding round in early 2024.
+           ~€11.7 billion (about $14 billion) after a €1.7 billion Series C round in September 2025, with ASML as lead investor. Up from ~$6 billion (mid-2024) and ~$2 billion (December 2023). Europe's most valuable AI startup.
           </li>
           <li>
            <strong>
             Flagship Models:
            </strong>
-           Command family (Command R, Command R+, Command R Pro), Rerank, Embed. Aya (multilingual open model, collaboration).
+           Open-weight: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B, Codestral, Mathstral, Mistral NeMo. Commercial: Mistral Large (Large 2), Mistral Small (Small 3.1), Mistral Medium, Mistral Embed, Pixtral Large (multimodal). [3, 5, 7, 25, 31]
           </li>
           <li>
            <strong>
             Main Products:
            </strong>
-           Cohere Platform (API access to models), models specifically for enterprise search, Retrieval Augmented Generation (RAG), content generation, summarization. Cohere Coral (knowledge assistant).
+           La Plateforme (API for commercial models), Le Chat (conversational AI assistant, with mobile apps), open-weight models available on platforms like Hugging Face. [3, 22]
           </li>
           <li>
            <strong>
             Official Website:
            </strong>
-           <a href="https://cohere.com/" rel="noopener noreferrer" target="_blank">
-            cohere.com
+           <a href="https://mistral.ai/" rel="noopener noreferrer" target="_blank">
+            mistral.ai
            </a>
+           [3]
           </li>
           <li>
            <strong>
             Documentation:
            </strong>
-           <a href="https://docs.cohere.com/" rel="noopener noreferrer" target="_blank">
-            docs.cohere.com
+           <a href="https://docs.mistral.ai/" rel="noopener noreferrer" target="_blank">
+            docs.mistral.ai
            </a>
           </li>
          </ul>
@@ -2823,7 +2824,7 @@
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-origin" id="card-cohere-origin">
+      <div class="info-card type-origin" id="card-mistral-origin">
        <div class="card-body">
         <h5>
          <i class="bi bi-flag-fill">
@@ -2832,16 +2833,16 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Founded in Toronto in 2019 by former Google Brain researchers, including Aidan Gomez (co-author of "Attention Is All You Need"). Cohere focuses on providing large language models (LLMs) and natural language processing (NLP) tools specifically designed for enterprise applications, emphasizing data privacy and deployment flexibility.
+          Mistral AI is a Paris-based company founded in April 2023 by former researchers from Meta AI (FAIR) and Google DeepMind. [3, 7, 24, 30] It focuses on developing open, efficient, and powerful AI models, quickly emerging as a key European player in the generative AI field. [7, 23]
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseCohereOrigin" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralOrigin" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseCohereOrigin">
+       <div class="collapse collapse-content" id="collapseMistralOrigin">
         <h6>
          Key Details
         </h6>
@@ -2850,95 +2851,95 @@
           <strong>
            Founding Team:
           </strong>
-          Aidan Gomez (CEO), Nick Frosst (both previously at Google Brain, with Gomez being one of the co-authors of the seminal "Attention Is All You Need" paper that introduced the Transformer architecture), and Ivan Zhang.
+          Arthur Mensch (CEO, previously at Google DeepMind), Guillaume Lample (Chief Scientist, previously at Meta AI), and Timothée Lacroix (CTO, previously at Meta AI). [3, 7, 24] They originally met during their studies at École Polytechnique. [3]
          </li>
          <li>
           <strong>
            Mission:
           </strong>
-          To empower enterprises of all sizes with access to cutting-edge large language models and NLP capabilities, tailored for practical business use cases and maintaining data security.
+          To develop cutting-edge generative AI models with a strong emphasis on openness, computational efficiency, and high performance. [7, 23] They aim to be a European AI champion and democratize AI by making powerful tools accessible. [3, 7, 24]
          </li>
          <li>
           <strong>
-           Geographic Presence:
+           Rapid Emergence:
           </strong>
-          Headquartered in Toronto, Canada, with a significant presence in London, UK, and Palo Alto, USA, reflecting its global enterprise focus.
+          Gained significant prominence and substantial funding very shortly after its inception, challenging established players with its open-weight model releases and performant commercial offerings. [24, 27]
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-philosophy" id="card-cohere-philosophy">
-       <!-- Merged Enterprise Focus -->
+      <div class="info-card type-philosophy" id="card-mistral-philosophy">
+       <!-- Merged Open & Efficient AI -->
        <div class="card-body">
         <h5>
-         <i class="bi bi-building-gear">
+         <i class="bi bi-wind">
          </i>
-         Philosophy &amp; Enterprise Focus
+         Philosophy: Open &amp; Efficient AI
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Cohere aims to make advanced LLMs accessible, secure, and customizable for businesses. They emphasize data privacy (offering multi-cloud and on-premise deployment), practical Retrieval Augmented Generation (RAG) solutions, and model fine-tuning to meet specific enterprise needs. Explore their thoughts on their
-          <a href="https://txt.cohere.com/" rel="noopener noreferrer" target="_blank">
-           blog (txt.cohere.com)
+          Mistral AI strongly believes in open-weight models, typically released under permissive licenses like Apache 2.0, to foster innovation, transparency, and community building. [3, 7, 23] They focus on computational efficiency, model compactness (e.g., via Mixture-of-Experts), and providing alternatives to proprietary systems. [9, 23] Models are often available on
+          <a href="https://huggingface.co/mistralai" rel="noopener noreferrer" target="_blank">
+           Hugging Face
           </a>
-          .
+          . [22]
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseCoherePhilosophy" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralPhilosophy" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseCoherePhilosophy">
+       <div class="collapse collapse-content" id="collapseMistralPhilosophy">
         <h6>
-         Core Strategy for Enterprise AI
+         Core Principles &amp; Strategy
         </h6>
         <ul>
          <li>
           <strong>
-           Enterprise-Grade Models:
+           Commitment to Openness:
           </strong>
-          Develops and provides high-performance LLMs (Command series), embedding models (Embed), and semantic search enhancement models (Rerank) specifically tailored for business requirements such as advanced search, summarization, content generation, and dialogue systems.
+          A key differentiator. Mistral AI releases many of its powerful models with open weights under licenses like Apache 2.0, allowing broad use, modification, and scrutiny by the global research and developer community. [3, 7, 21, 23] This contrasts with the more closed approach of some competitors. [9]
          </li>
          <li>
           <strong>
-           Data Privacy &amp; Security First:
+           Computational Efficiency:
           </strong>
-          Offers flexible deployment options including virtual private cloud (VPC) on major cloud providers (AWS, Google Cloud, Oracle Cloud Infrastructure, Microsoft Azure), and on-premise solutions. This allows enterprises to use Cohere's models with their own data securely, without data leaving their environment.
+          Develops models that are not only powerful but also optimized for performance, aiming for better inference speed, lower computational costs, and smaller memory footprints. This is often achieved through innovative architectures like sparse Mixture-of-Experts (MoE). [21, 23]
          </li>
          <li>
           <strong>
-           Model Customization &amp; Fine-Tuning:
+           Pragmatic Dual Approach:
           </strong>
-          Enables businesses to adapt models to their specific industry jargon, proprietary datasets, and unique tasks, thereby improving accuracy and relevance.
+          Balances its open-source contributions with optimized commercial models and API offerings (La Plateforme) for enterprise use, providing both freely accessible tools and supported enterprise-grade solutions. [22]
          </li>
          <li>
           <strong>
-           Retrieval Augmented Generation (RAG) Specialization:
+           European AI Leadership:
           </strong>
-          Strong focus on providing robust RAG solutions, allowing models to ground their responses in an enterprise's own knowledge bases. This enhances factual accuracy, reduces hallucinations, and provides citations to source documents.
+          Aims to build a leading AI company based in Europe, contributing to the continent's technological sovereignty and AI ecosystem, with a focus on ethical AI and privacy. [22, 24]
          </li>
          <li>
           <strong>
-           Multi-Cloud &amp; Interoperability:
+           Trust and Independence:
           </strong>
-          Aims for broad model accessibility and ease of integration across various cloud platforms and existing enterprise systems, ensuring businesses are not locked into a single vendor.
+          Emphasizes building trustworthy AI systems and maintaining independence in its research and development roadmap.
          </li>
          <li>
           <strong>
-           Open Source Contributions:
+           Democratizing AI:
           </strong>
-          Collaborates on and releases open-source models like Aya, a multilingual model, to contribute to the broader AI community.
+          Seeks to make advanced AI tools more widely accessible to foster broader innovation and prevent centralization of AI power. [3, 23, 24]
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-leadership" id="card-cohere-leadership">
+      <div class="info-card type-leadership" id="card-mistral-leadership">
        <div class="card-body">
         <h5>
          <i class="bi bi-person-badge">
@@ -2947,56 +2948,44 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Led by CEO and co-founder Aidan Gomez. Co-founders Nick Frosst and Ivan Zhang also hold key leadership positions. Martin Kon joined as President &amp; COO in 2023 to scale operations.
+          Led by co-founder and CEO Arthur Mensch. Co-founders Guillaume Lample (Chief Scientist) and Timothée Lacroix (CTO) are also key to the company's direction and technological development. [3]
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseCohereLeadership" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralLeadership" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseCohereLeadership">
+       <div class="collapse collapse-content" id="collapseMistralLeadership">
         <h6>
          Key Figures
         </h6>
         <ul>
          <li>
           <strong>
-           Aidan Gomez:
-          </strong>
-          Co-founder and Chief Executive Officer (CEO). Renowned for his work on the original Transformer paper ("Attention Is All You Need").
-         </li>
-         <li>
-          <strong>
-           Nick Frosst:
-          </strong>
-          Co-founder. Previously a researcher at Google Brain.
-         </li>
-         <li>
-          <strong>
-           Ivan Zhang:
+           Arthur Mensch:
           </strong>
-          Co-founder.
+          Co-founder and Chief Executive Officer (CEO). Formerly a researcher at Google DeepMind, with expertise in advanced AI systems and scaling laws for LLMs. [3, 7]
          </li>
          <li>
           <strong>
-           Martin Kon:
+           Guillaume Lample:
           </strong>
-          President &amp; Chief Operating Officer (COO), joined in May 2023 from Google, bringing experience in scaling enterprise businesses.
+          Co-founder and Chief Scientist. Formerly a researcher at Meta AI (FAIR), contributed to models like Llama. [3, 7]
          </li>
          <li>
           <strong>
-           Bill MacCartney:
+           Timothée Lacroix:
           </strong>
-          VP of Engineering, joined in early 2024 from Google, where he led conversational AI efforts.
+          Co-founder and Chief Technology Officer (CTO). Formerly a researcher at Meta AI (FAIR). [3, 7]
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-models" id="card-cohere-models">
+      <div class="info-card type-models" id="card-mistral-models">
        <!-- Enhanced for Products -->
        <div class="card-body">
         <h5>
@@ -3006,237 +2995,275 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          The Command model family (Command R, Command R+, Command R Pro) is designed for text generation and conversational AI. Rerank improves semantic search, and Embed provides text embeddings. These are accessible via the
-          <a href="https://dashboard.cohere.com/" rel="noopener noreferrer" target="_blank">
-           Cohere Platform (API)
+          Offers a range of open-weight models: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B (MoE architecture), Codestral (code), Mathstral (math), Mistral NeMo (multilingual). [3, 23, 25, 31] Commercial models via
+          <a href="https://console.mistral.ai/" rel="noopener noreferrer" target="_blank">
+           La Plateforme
           </a>
-          and are geared towards practical enterprise applications like RAG.
+          API include Mistral Large (Large 2), Mistral Small (Small 3.1), Mistral Medium, Mistral Embed, and the multimodal Pixtral Large. [3, 25, 31] Key product is "Le Chat" chatbot. [3, 22]
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseCohereModels" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralModels" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseCohereModels">
+       <div class="collapse collapse-content" id="collapseMistralModels">
         <h6>
-         Key Model Offerings
+         Open-Weight Models (Typically Apache 2.0 License)
         </h6>
         <ul>
          <li>
           <strong>
-           Command Model Family (Generation &amp; Dialogue):
+           Mistral 7B:
+          </strong>
+          Highly efficient and performant foundational model, known for strong capabilities relative to its size (7.3 billion parameters). [3, 21, 23]
+         </li>
+         <li>
+          <strong>
+           Mixtral Series (Sparse Mixture-of-Experts - MoE):
           </strong>
           <ul>
            <li>
             <code>
-             Command R
-            </code>
-            &amp;
-            <code>
-             Command R+
+             Mixtral 8x7B
             </code>
-            : High-performance, scalable models optimized for enterprise-grade workloads, particularly strong for Retrieval Augmented Generation (RAG) and tool use, with long context windows (e.g., 128K tokens) and multilingual capabilities.
+            : Offers high performance (comparable to larger dense models) with efficient inference due to activating only a fraction of its ~47B total parameters per token. [3, 23]
            </li>
            <li>
             <code>
-             Command R Pro
+             Mixtral 8x22B
             </code>
-            : (As of early 2025) Cohere's most powerful generative model, designed for the most demanding enterprise tasks, offering top-tier reasoning and factual accuracy.
-           </li>
-           <li>
-            Older models like Command and Command Light also exist for less intensive tasks.
+            : A larger and more powerful open MoE model (141 billion total parameters) offering stronger performance. [3]
            </li>
           </ul>
          </li>
          <li>
           <strong>
-           Rerank Model:
+           Codestral (e.g., 22B, Mamba 7B):
           </strong>
-          Improves the quality of semantic search by re-ranking search results obtained from existing enterprise search systems or vector databases. It focuses on contextual relevance to deliver more accurate results.
+          Specialized models for code generation, completion, and understanding. [3, 31]
          </li>
          <li>
           <strong>
-           Embed Model (e.g., Embed v3):
+           Mathstral (e.g., 7B):
           </strong>
-          Generates state-of-the-art text embeddings optimized for tasks like semantic search, clustering, and classification, available in multiple languages and for various use cases (e.g., English, multilingual).
+          Specialized open-source model for mathematical reasoning and computation. [3, 31]
          </li>
          <li>
           <strong>
-           Aya Model:
+           Mistral NeMo (12B):
           </strong>
-          A massively multilingual instruction-following model covering 101 languages, developed through a global research collaboration led by Cohere For AI (Cohere's non-profit research lab) and released openly.
+          Developed with NVIDIA, a fully open-source model for multilingual applications. [7, 31]
          </li>
         </ul>
         <h6>
-         Key Products &amp; Platforms
+         Commercial Models &amp; Products (via La Plateforme API &amp; Partners)
         </h6>
         <ul>
+         <li>
+          <strong>
+           Mistral Large (including Large 2 - 123B):
+          </strong>
+          Flagship commercial model series, offering top-tier reasoning capabilities, multilingual fluency (English, French, Spanish, German, Italian), and strong coding abilities. [3, 19, 25, 31]
+         </li>
+         <li>
+          <strong>
+           Mistral Small (e.g., Small 3.1 - 24B):
+          </strong>
+          Optimized for latency, cost-effectiveness, and efficiency, suitable for a wide range of tasks. [3, 5, 25]
+         </li>
+         <li>
+          <strong>
+           Mistral Medium (e.g., Medium 3):
+          </strong>
+          A mid-tier offering balancing performance and cost. [3, 5]
+         </li>
+         <li>
+          <strong>
+           Mistral Embed:
+          </strong>
+          State-of-the-art embedding model for tasks like semantic search and retrieval. [3, 30]
+         </li>
+         <li>
+          <strong>
+           Pixtral Large:
+          </strong>
+          A frontier-class multimodal model combining text and image processing. [9, 25, 31]
+         </li>
          <li>
           <span class="term">
-           <a href="https://dashboard.cohere.com/" rel="noopener noreferrer" target="_blank">
-            Cohere Platform
+           <a href="https://chat.mistral.ai/" rel="noopener noreferrer" target="_blank">
+            Le Chat
            </a>
            :
           </span>
-          Provides API access to all of Cohere's models, along with tools for fine-tuning, data management, and deploying models in various enterprise environments (cloud, VPC, on-premise). See
-          <a href="https://docs.cohere.com/" rel="noopener noreferrer" target="_blank">
-           docs.cohere.com
-          </a>
-          .
+          Mistral AI's conversational AI assistant, available on the web and as mobile apps (iOS, Android), offering access to different Mistral models, web search, and image generation. [3, 22] A "Pro" version provides access to more advanced models. [3]
          </li>
          <li>
           <span class="term">
-           Cohere Coral:
+           <a href="https://console.mistral.ai/" rel="noopener noreferrer" target="_blank">
+            La Plateforme
+           </a>
+           :
           </span>
-          A knowledge assistant product designed for enterprises, leveraging RAG to connect to business data sources (documents, applications, databases) to provide accurate, verifiable answers with citations.
+          Mistral AI's API platform for accessing their commercial models. See
+          <a href="https://docs.mistral.ai/" rel="noopener noreferrer" target="_blank">
+           docs.mistral.ai
+          </a>
+          for documentation.
+         </li>
+        </ul>
+        <h6>
+         Platform Access &amp; Distribution
+        </h6>
+        <ul>
+         <li>
+          Open models are widely available on platforms like Hugging Face. [22]
          </li>
          <li>
-          <strong>
-           Solutions for Enterprise Search &amp; RAG:
-          </strong>
-          Packaged offerings and expertise to help businesses build and deploy advanced search and RAG applications.
+          Commercial models are accessible via La Plateforme and through partnerships with major cloud providers like Microsoft Azure AI, Amazon Bedrock, and Google Cloud Vertex AI. [5, 25]
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-audience" id="card-cohere-audience">
+      <div class="info-card type-agi" id="card-mistral-agi">
        <div class="card-body">
         <h5>
-         <i class="bi bi-people-fill">
+         <i class="bi bi-bullseye">
          </i>
-         Target Audience &amp; Use Cases
+         Approach to Advanced AI
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Primarily targets enterprises, developers, and data-sensitive industries (e.g., finance, healthcare, legal). Key use cases include advanced enterprise search, Retrieval Augmented Generation (RAG), content generation, summarization, chatbots, and data classification.
+          Mistral AI focuses on building powerful and efficient foundational models. Their commitment to open-weight releases is seen as a key component for responsible and transparent AI development. While AGI is a long-term direction, the current emphasis is on tangible utility and democratizing access to advanced AI. [3, 7, 23]
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseCohereAudience" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralAGI" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseCohereAudience">
-        <h6>
-         Primary Users
-        </h6>
-        <ul>
-         <li>
-          <strong>
-           Enterprises:
-          </strong>
-          Businesses of all sizes, from startups to large corporations, looking to integrate sophisticated and secure NLP/LLM capabilities into their products, workflows, and internal systems.
-         </li>
-         <li>
-          <strong>
-           Developers:
-          </strong>
-          Software developers and data scientists building applications that leverage powerful, customizable, and data-private language models.
-         </li>
-         <li>
-          <strong>
-           Data-Sensitive Industries:
-          </strong>
-          Sectors such as finance, healthcare, legal, and technology that require AI solutions with strong data security, privacy controls, and options for private deployment.
-         </li>
-        </ul>
+       <div class="collapse collapse-content" id="collapseMistralAGI">
         <h6>
-         Common Applications &amp; Solutions
+         Perspective on AGI &amp; Future Development
         </h6>
         <ul>
          <li>
           <strong>
-           Advanced Enterprise Search &amp; Discovery:
+           Building Foundational Capabilities:
           </strong>
-          Building highly accurate and context-aware search systems over internal documents and data, often utilizing RAG with Cohere's Embed and Rerank models.
+          The immediate focus is on creating highly capable and general-purpose foundational models that can serve a wide array of applications and industries.
          </li>
          <li>
           <strong>
-           Retrieval Augmented Generation (RAG):
+           Efficiency as a Driver for Scale:
           </strong>
-          Developing applications that generate text grounded in verifiable enterprise data sources, improving reliability and providing citations.
+          Mistral believes that more efficient model architectures (like their use of Mixture-of-Experts) are crucial for sustainably scaling AI capabilities and making advanced models more accessible. [23]
          </li>
          <li>
           <strong>
-           Content Generation &amp; Summarization:
+           Openness for Safety and Broader Understanding:
           </strong>
-          Automating the creation of various types of content (reports, marketing copy, emails) and summarizing long documents or conversations.
+          By releasing many models openly, Mistral AI aims to enable the global community to research their capabilities, limitations, and safety aspects. This collaborative approach is seen as vital for ensuring AI develops responsibly. [3, 7, 23, 24]
          </li>
          <li>
           <strong>
-           Intelligent Chatbots &amp; Virtual Assistants:
+           Pragmatic and Value-Oriented Development:
           </strong>
-          Building sophisticated conversational AI for customer support, internal helpdesks, and other interactive applications.
+          While the long-term trajectory of AI points towards increasingly general intelligence, Mistral's public messaging and product development prioritize delivering tangible value with existing and near-term models. Explicit AGI timelines are not a central part of their communication, focusing instead on democratizing current advanced AI. [5]
          </li>
          <li>
           <strong>
-           Data Analysis &amp; Classification:
+           Future Ambitions:
           </strong>
-          Utilizing language models for tasks like sentiment analysis, topic modeling, and data extraction to gain insights from unstructured text.
+          Reports suggest plans to train models with hundreds of billions and potentially trillion parameters, aiming to achieve or surpass human-level accuracy in various NLP tasks. [5]
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-funding" id="card-cohere-funding">
+      <div class="info-card type-funding" id="card-mistral-funding">
+       <!-- Merged Partnerships -->
        <div class="card-body">
         <h5>
-         <i class="bi bi-piggy-bank">
+         <i class="bi bi-cash-coin">
          </i>
-         Funding &amp; Investors
+         Funding &amp; Partnerships
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Cohere has raised significant capital from prominent investors including Tiger Global, Index Ventures, Nvidia, Oracle, Salesforce Ventures, Inovia Capital, and others. A Series C round in June 2023 raised $270 million, valuing the company at over $2.2 billion. Reports in early 2024 suggested a new funding round targeting a $5 billion valuation.
+          Mistral AI has rapidly raised significant funding, from a €105M seed round (June 2023) and €385M Series A (December 2023) to a €1.7 billion Series C in September 2025 led by chipmaker ASML, valuing it at ~€11.7 billion (about $14 billion). [24] Key investors include ASML, Andreessen Horowitz (a16z), Lightspeed Venture Partners, Nvidia, and Salesforce. They have a strategic partnership with Microsoft, including Azure model distribution. [3, 5]
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseCohereFunding" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralFunding" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseCohereFunding">
+       <div class="collapse collapse-content" id="collapseMistralFunding">
+        <h6>
+         Key Investment Rounds
+        </h6>
+        <ul>
+         <li>
+          <strong>
+           Seed Round (June 2023):
+          </strong>
+          Secured €105 million ($113 million USD), one of Europe's largest seed rounds, led by Lightspeed Venture Partners, with participation from Redpoint, Index Ventures, Xavier Niel, JCDecaux Holding, Rodolphe Saadé, Motier Ventures, La Famiglia, Headline, Exor Ventures, Sofina, First Minute Capital, and LocalGlobe. [22, 24]
+         </li>
+         <li>
+          <strong>
+           Series A (December 2023):
+          </strong>
+          Raised €385 million ($415 million USD), led by Andreessen Horowitz (a16z), with Lightspeed Venture Partners also significantly investing. Other participants included Salesforce, BNP Paribas, CMA CGM, General Catalyst, Elad Gil, and Nvidia. This round valued the company at approximately $2 billion. [27]
+         </li>
+         <li>
+          <strong>
+           Series B &amp; Series C:
+          </strong>
+          A June 2024 Series B raised €600M at a ~$6 billion valuation. The September 2025 Series C raised €1.7 billion led by ASML, valuing Mistral at ~€11.7 billion (~$14 billion). In 2026 Mistral raised additional capital for European datacenter buildout and is targeting $1B+ in ARR by year-end. [27]
+         </li>
+        </ul>
         <h6>
-         Key Investment Rounds &amp; Backers
+         Strategic Alliances &amp; Partnerships
         </h6>
         <ul>
          <li>
           <strong>
-           Series C (June 2023):
+           Microsoft (February 2024):
           </strong>
-          Raised $270 million, led by Inovia Capital. This round included participation from Nvidia, Oracle, Salesforce Ventures, Deutsche Telekom, Index Ventures, Tiger Global, Radical Ventures, and others. The valuation at this stage was reported to be between $2.1 billion and $2.2 billion.
+          Announced a multi-year partnership that includes Microsoft making a €15 million investment in Mistral AI. As part of the deal, Mistral's commercial models (Mistral Large) became available on Microsoft's Azure AI platform, and the companies are collaborating on bringing models to Azure customers. [3, 5]
          </li>
          <li>
           <strong>
-           Previous Rounds:
+           Other Cloud Providers:
           </strong>
-          Earlier funding rounds saw investments from Index Ventures ($40M Series A in 2021), Tiger Global ($125M Series B in 2022), Radical Ventures, Section 32, and notable AI figures like Geoffrey Hinton, Fei-Fei Li, and Pieter Abbeel.
+          Mistral AI models are also distributed through other major cloud platforms, including Amazon Bedrock and Google Cloud Vertex AI, expanding their enterprise reach. [5, 25]
          </li>
          <li>
           <strong>
-           Strategic Partnerships &amp; Investments:
+           Nvidia:
           </strong>
-          Investments from major technology companies like Nvidia, Oracle, and Salesforce also signify strategic alliances, providing Cohere with access to compute resources, go-to-market channels, and deeper enterprise integrations.
+          Participated in funding and collaborates on technology, including the co-development of Mistral NeMo. [7]
          </li>
          <li>
           <strong>
-           Reported New Funding (Early 2024):
+           Databricks, BNP Paribas:
           </strong>
-          News outlets reported in early 2024 that Cohere was in talks to raise additional funding at a potential valuation of $5 billion, though official confirmation of a close at this valuation is pending as of May 2025.
+          Partnerships to expand outreach and apply generative AI in specific sectors like banking. [5]
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-developments" id="card-cohere-developments">
+      <div class="info-card type-developments" id="card-mistral-developments">
        <div class="card-body">
         <h5>
          <i class="bi bi-newspaper">
@@ -3245,61 +3272,65 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Launched Command R and Command R+ models in early 2024, followed by Command R Pro. Expanded cloud partnerships (e.g., Microsoft Azure, Oracle OCI, Google Cloud). Continued focus on enterprise RAG, tool use, and data privacy. Released Aya open multilingual model (collaboration). Advanced Cohere Coral knowledge assistant.
+          Released flagship Mistral Large and other commercial models (Mistral Small, Medium, Embed) via API in Feb 2024. [3] Launched open-weight Mixtral 8x22B (April 2024) and specialized models like Codestral, Mathstral, and Pixtral. [3, 25, 31] Announced strategic partnership with Microsoft (Feb 2024). [3, 5] Expanded cloud availability and launched "Le Chat" assistant with mobile apps. [3, 22] Read their
+          <a href="https://mistral.ai/news/" rel="noopener noreferrer" target="_blank">
+           news
+          </a>
+          .
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseCohereDevelopments" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralDevelopments" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseCohereDevelopments">
+       <div class="collapse collapse-content" id="collapseMistralDevelopments">
         <h6>
          Key Announcements &amp; Activities
         </h6>
         <ul>
          <li>
           <strong>
-           New Command R Model Family (2024):
+           Commercial Model Launches (Early 2024):
           </strong>
-          Released Command R and Command R+ in March 2024, highly capable models optimized for enterprise RAG, advanced tool use, and multilingual applications. Command R Pro, Cohere's most powerful model, was subsequently introduced.
+          Introduced Mistral Large, their flagship commercial model, along with Mistral Small and Mistral Embed via their "La Plateforme" API in February 2024. [3, 31]
          </li>
          <li>
           <strong>
-           Cloud Platform Expansion:
+           Open-Weight Model Releases (2024):
           </strong>
-          Broadened availability on major cloud platforms, including new and enhanced integrations with Microsoft Azure, Oracle Cloud Infrastructure (OCI), Google Cloud Vertex AI, and AWS Bedrock. This ensures flexible deployment options for enterprises.
+          Continued commitment to open source with releases like Mixtral 8x22B (April 2024), an open MoE model. [3] Also released specialized open models such as Codestral (for code), Mathstral (for STEM), and Codestral Mamba. [3, 31]
          </li>
          <li>
           <strong>
-           Enterprise Tooling &amp; RAG Focus:
+           Multimodal and Edge Models (Late 2024 - Early 2025):
           </strong>
-          Enhanced platform features for data management, model fine-tuning, and deploying robust RAG applications. This includes features to connect to enterprise data sources with built-in citations and verifiability.
+          Launched Pixtral Large (multimodal text &amp; image), and compact edge models like Ministral 3B/8B. [25, 31] Updated Mistral Small to 3.1. [5, 25]
          </li>
          <li>
           <strong>
-           Cohere Coral Advancement:
+           Strategic Partnership with Microsoft (February 2024):
           </strong>
-          Continued development and refinement of Cohere Coral, their enterprise knowledge assistant, designed to securely query and analyze company data.
+          Announced a significant multi-year partnership including a €15 million investment from Microsoft and the availability of Mistral's models on the Azure AI platform. [3, 5]
          </li>
          <li>
           <strong>
-           Aya Model Release (February 2024):
+           Cloud Platform Expansion:
           </strong>
-          Cohere For AI, in collaboration with over 3,000 researchers globally, released Aya, an open-source massively multilingual instruction-following model covering 101 languages, aimed at democratizing access to advanced AI across diverse linguistic communities.
+          Models became increasingly available on other major cloud platforms like Amazon Bedrock and Google Cloud Vertex AI. [5, 25]
          </li>
          <li>
           <strong>
-           New Leadership Hires:
+           "Le Chat" Conversational AI (February 2024):
           </strong>
-          Strengthened executive team with appointments like Bill MacCartney as VP of Engineering (early 2024).
+          Launched their own AI assistant, "Le Chat," initially in beta, to provide direct access to their models. [3, 22] Mobile apps for Le Chat released in early 2025. [3]
          </li>
          <li>
           <strong>
-           Focus on Data Privacy:
+           Continued Funding and Valuation Growth:
           </strong>
-          Continued emphasis on model deployment options that ensure enterprises retain control over their data, including on-premise and VPC deployments.
+          Closed a €1.7 billion Series C in September 2025 led by ASML at a ~€11.7 billion (~$14 billion) valuation, cementing its position as Europe's most valuable AI startup. [27]
          </li>
         </ul>
        </div>
@@ -3307,17 +3338,17 @@
      </div>
     </div>
    </div>
-   <!-- Mistral AI Section -->
-   <div class="schema-container cat-mistral" data-section-id="section-mistral">
-    <h2 class="section-title" id="title-mistral">
-     Mistral AI
+   <!-- xAI Section -->
+   <div class="schema-container cat-xai" data-section-id="section-xai">
+    <h2 class="section-title" id="title-xai">
+     xAI
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-info" id="card-mistral-keyinfo">
+      <div class="info-card type-info" id="card-xai-keyinfo">
        <div class="card-body">
         <h5>
-         <i class="bi bi-speedometer2">
+         <i class="bi bi-buildings">
          </i>
          Key Information
         </h5>
@@ -3327,47 +3358,46 @@
            <strong>
             Founded:
            </strong>
-           April 2023, by Arthur Mensch, Guillaume Lample, Timothée Lacroix. [3, 24, 30]
+           2023, by Elon Musk with a founding team of researchers from DeepMind, OpenAI, Google, Microsoft, and Tesla.
           </li>
           <li>
            <strong>
             Headquarters:
            </strong>
-           Paris, France. [3]
+           Bay Area, California, USA, with its "Colossus" supercomputer cluster in Memphis, Tennessee.
           </li>
           <li>
            <strong>
             Valuation:
            </strong>
-           Reached ~$2 billion (December 2023). Reported talks for $5-6 billion (early-mid 2024). [27] Aiming for up to $15 billion valuation by 2025 through productivity enhancements. [5]
+           ~$230–250 billion. A $20 billion Series E (January 2026), led by Nvidia, was followed by SpaceX absorbing xAI in a deal valuing the combined entity around $1.25 trillion.
           </li>
           <li>
            <strong>
             Flagship Models:
            </strong>
-           Open-weight: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B, Codestral, Mathstral, Mistral NeMo. Commercial: Mistral Large (Large 2), Mistral Small (Small 3.1), Mistral Medium, Mistral Embed, Pixtral Large (multimodal). [3, 5, 7, 25, 31]
+           Grok model family (Grok 1 through Grok 4), with Grok-1 weights released openly. Strong focus on reasoning and real-time knowledge.
           </li>
           <li>
            <strong>
             Main Products:
            </strong>
-           La Plateforme (API for commercial models), Le Chat (conversational AI assistant, with mobile apps), open-weight models available on platforms like Hugging Face. [3, 22]
+           Grok conversational assistant (integrated into the X platform and Tesla vehicles), Grok API, and standalone Grok apps.
           </li>
           <li>
            <strong>
             Official Website:
            </strong>
-           <a href="https://mistral.ai/" rel="noopener noreferrer" target="_blank">
-            mistral.ai
+           <a href="https://x.ai/" rel="noopener noreferrer" target="_blank">
+            x.ai
            </a>
-           [3]
           </li>
           <li>
            <strong>
             Documentation:
            </strong>
-           <a href="https://docs.mistral.ai/" rel="noopener noreferrer" target="_blank">
-            docs.mistral.ai
+           <a href="https://docs.x.ai/" rel="noopener noreferrer" target="_blank">
+            docs.x.ai
            </a>
           </li>
          </ul>
@@ -3376,7 +3406,7 @@
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-origin" id="card-mistral-origin">
+      <div class="info-card type-origin" id="card-xai-origin">
        <div class="card-body">
         <h5>
          <i class="bi bi-flag-fill">
@@ -3385,113 +3415,96 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Mistral AI is a Paris-based company founded in April 2023 by former researchers from Meta AI (FAIR) and Google DeepMind. [3, 7, 24, 30] It focuses on developing open, efficient, and powerful AI models, quickly emerging as a key European player in the generative AI field. [7, 23]
+          Founded by Elon Musk in 2023 as a counterweight to what he viewed as overly cautious or ideologically biased AI labs. xAI's stated purpose is to build a "maximally truth-seeking" AI to help humanity understand the universe, leveraging tight integration with X (formerly Twitter) for real-time data.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralOrigin" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseXAIOrigin" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseMistralOrigin">
+       <div class="collapse collapse-content" id="collapseXAIOrigin">
         <h6>
          Key Details
         </h6>
         <ul>
          <li>
           <strong>
-           Founding Team:
+           Founding Context:
           </strong>
-          Arthur Mensch (CEO, previously at Google DeepMind), Guillaume Lample (Chief Scientist, previously at Meta AI), and Timothée Lacroix (CTO, previously at Meta AI). [3, 7, 24] They originally met during their studies at École Polytechnique. [3]
+          Musk, an early backer of OpenAI, launched xAI after publicly criticizing the direction of leading labs. The team was assembled from veterans of DeepMind, OpenAI, Google Research, and Tesla's Autopilot/AI teams.
          </li>
          <li>
           <strong>
            Mission:
           </strong>
-          To develop cutting-edge generative AI models with a strong emphasis on openness, computational efficiency, and high performance. [7, 23] They aim to be a European AI champion and democratize AI by making powerful tools accessible. [3, 7, 24]
+          "Understand the true nature of the universe." xAI frames its goal as building curious, truth-seeking AI rather than systems optimized purely for engagement or safety-by-restriction.
          </li>
          <li>
           <strong>
-           Rapid Emergence:
+           Ecosystem Integration:
           </strong>
-          Gained significant prominence and substantial funding very shortly after its inception, challenging established players with its open-weight model releases and performant commercial offerings. [24, 27]
+          Deep ties to Musk's other companies — real-time data from X, distribution through the X app and Tesla vehicles, and (following the 2026 merger) compute and capital alignment with SpaceX.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-philosophy" id="card-mistral-philosophy">
-       <!-- Merged Open & Efficient AI -->
+      <div class="info-card type-philosophy" id="card-xai-philosophy">
        <div class="card-body">
         <h5>
-         <i class="bi bi-wind">
+         <i class="bi bi-lightbulb">
          </i>
-         Philosophy: Open &amp; Efficient AI
+         Philosophy &amp; Approach
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Mistral AI strongly believes in open-weight models, typically released under permissive licenses like Apache 2.0, to foster innovation, transparency, and community building. [3, 7, 23] They focus on computational efficiency, model compactness (e.g., via Mixture-of-Experts), and providing alternatives to proprietary systems. [9, 23] Models are often available on
-          <a href="https://huggingface.co/mistralai" rel="noopener noreferrer" target="_blank">
-           Hugging Face
-          </a>
-          . [22]
+          xAI emphasizes "truth-seeking" over heavy content moderation, rapid iteration, and brute-force scaling of compute. It positions Grok as a less filtered, more candid assistant, and pursues an aggressive build-out of in-house supercomputing capacity.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralPhilosophy" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseXAIPhilosophy" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseMistralPhilosophy">
+       <div class="collapse collapse-content" id="collapseXAIPhilosophy">
         <h6>
-         Core Principles &amp; Strategy
+         Core Principles
         </h6>
         <ul>
          <li>
           <strong>
-           Commitment to Openness:
+           Truth-Seeking AI:
           </strong>
-          A key differentiator. Mistral AI releases many of its powerful models with open weights under licenses like Apache 2.0, allowing broad use, modification, and scrutiny by the global research and developer community. [3, 7, 21, 23] This contrasts with the more closed approach of some competitors. [9]
+          xAI argues that AI should aim to be maximally accurate and curious, and is openly skeptical of what it characterizes as excessive filtering in rival models.
          </li>
          <li>
           <strong>
-           Computational Efficiency:
+           Compute-First Scaling:
           </strong>
-          Develops models that are not only powerful but also optimized for performance, aiming for better inference speed, lower computational costs, and smaller memory footprints. This is often achieved through innovative architectures like sparse Mixture-of-Experts (MoE). [21, 23]
+          The "Colossus" cluster in Memphis was stood up unusually quickly and scaled to hundreds of thousands of GPUs, reflecting a belief that raw compute is a primary driver of capability.
          </li>
          <li>
           <strong>
-           Pragmatic Dual Approach:
+           Speed of Iteration:
           </strong>
-          Balances its open-source contributions with optimized commercial models and API offerings (La Plateforme) for enterprise use, providing both freely accessible tools and supported enterprise-grade solutions. [22]
+          xAI has shipped successive Grok generations on a compressed timeline, prioritizing fast public releases and frequent updates.
          </li>
          <li>
           <strong>
-           European AI Leadership:
+           Selective Openness:
           </strong>
-          Aims to build a leading AI company based in Europe, contributing to the continent's technological sovereignty and AI ecosystem, with a focus on ethical AI and privacy. [22, 24]
-         </li>
-         <li>
-          <strong>
-           Trust and Independence:
-          </strong>
-          Emphasizes building trustworthy AI systems and maintaining independence in its research and development roadmap.
-         </li>
-         <li>
-          <strong>
-           Democratizing AI:
-          </strong>
-          Seeks to make advanced AI tools more widely accessible to foster broader innovation and prevent centralization of AI power. [3, 23, 24]
+          Released Grok-1 weights openly, though later flagship models are offered primarily as products and via API.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-leadership" id="card-mistral-leadership">
+      <div class="info-card type-leadership" id="card-xai-leadership">
        <div class="card-body">
         <h5>
          <i class="bi bi-person-badge">
@@ -3500,45 +3513,44 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Led by co-founder and CEO Arthur Mensch. Co-founders Guillaume Lample (Chief Scientist) and Timothée Lacroix (CTO) are also key to the company's direction and technological development. [3]
+          Founded and led by Elon Musk, who also runs Tesla and SpaceX. The research organization is built from senior scientists and engineers recruited from DeepMind, OpenAI, and Google.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralLeadership" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseXAILeadership" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseMistralLeadership">
+       <div class="collapse collapse-content" id="collapseXAILeadership">
         <h6>
          Key Figures
         </h6>
         <ul>
          <li>
           <strong>
-           Arthur Mensch:
+           Elon Musk:
           </strong>
-          Co-founder and Chief Executive Officer (CEO). Formerly a researcher at Google DeepMind, with expertise in advanced AI systems and scaling laws for LLMs. [3, 7]
+          Founder and CEO. Sets the company's direction and drives its capital, compute, and distribution strategy via SpaceX, Tesla, and X.
          </li>
          <li>
           <strong>
-           Guillaume Lample:
+           Founding Research Team:
           </strong>
-          Co-founder and Chief Scientist. Formerly a researcher at Meta AI (FAIR), contributed to models like Llama. [3, 7]
+          A small, senior group drawn from DeepMind, OpenAI, Google Research, and Tesla AI, responsible for the Grok model line.
          </li>
          <li>
           <strong>
-           Timothée Lacroix:
+           SpaceX Integration:
           </strong>
-          Co-founder and Chief Technology Officer (CTO). Formerly a researcher at Meta AI (FAIR). [3, 7]
+          Following the 2026 merger, xAI's AI efforts (Grok and X) operate under a combined SpaceX/xAI structure, aligning leadership across compute and capital.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-models" id="card-mistral-models">
-       <!-- Enhanced for Products -->
+      <div class="info-card type-models" id="card-xai-models">
        <div class="card-body">
         <h5>
          <i class="bi bi-boxes">
@@ -3547,342 +3559,214 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Offers a range of open-weight models: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B (MoE architecture), Codestral (code), Mathstral (math), Mistral NeMo (multilingual). [3, 23, 25, 31] Commercial models via
-          <a href="https://console.mistral.ai/" rel="noopener noreferrer" target="_blank">
-           La Plateforme
+          The Grok family has progressed rapidly from Grok 1 to Grok 4, adding reasoning, multimodal capability, and real-time knowledge from X. Grok is delivered through the X platform, standalone apps, Tesla vehicles, and the
+          <a href="https://docs.x.ai/" rel="noopener noreferrer" target="_blank">
+           xAI API
           </a>
-          API include Mistral Large (Large 2), Mistral Small (Small 3.1), Mistral Medium, Mistral Embed, and the multimodal Pixtral Large. [3, 25, 31] Key product is "Le Chat" chatbot. [3, 22]
+          .
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralModels" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseXAIModels" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseMistralModels">
+       <div class="collapse collapse-content" id="collapseXAIModels">
         <h6>
-         Open-Weight Models (Typically Apache 2.0 License)
+         Model Line
         </h6>
         <ul>
          <li>
           <strong>
-           Mistral 7B:
+           Grok 1 / 1.5:
           </strong>
-          Highly efficient and performant foundational model, known for strong capabilities relative to its size (7.3 billion parameters). [3, 21, 23]
+          The first releases, with Grok-1's weights published openly. Grok 1.5 added a longer context window and improved reasoning and coding.
          </li>
          <li>
           <strong>
-           Mixtral Series (Sparse Mixture-of-Experts - MoE):
+           Grok 2:
           </strong>
-          <ul>
-           <li>
-            <code>
-             Mixtral 8x7B
-            </code>
-            : Offers high performance (comparable to larger dense models) with efficient inference due to activating only a fraction of its ~47B total parameters per token. [3, 23]
-           </li>
-           <li>
-            <code>
-             Mixtral 8x22B
-            </code>
-            : A larger and more powerful open MoE model (141 billion total parameters) offering stronger performance. [3]
-           </li>
-          </ul>
-         </li>
-         <li>
-          <strong>
-           Codestral (e.g., 22B, Mamba 7B):
-          </strong>
-          Specialized models for code generation, completion, and understanding. [3, 31]
-         </li>
-         <li>
-          <strong>
-           Mathstral (e.g., 7B):
-          </strong>
-          Specialized open-source model for mathematical reasoning and computation. [3, 31]
+          Brought competitive general performance and integrated image generation within the X platform.
          </li>
          <li>
           <strong>
-           Mistral NeMo (12B):
+           Grok 3 / Grok 4:
           </strong>
-          Developed with NVIDIA, a fully open-source model for multilingual applications. [7, 31]
+          Flagship reasoning-focused models trained on the Colossus cluster, positioned to compete directly with the strongest models from OpenAI, Anthropic, and Google.
          </li>
         </ul>
         <h6>
-         Commercial Models &amp; Products (via La Plateforme API &amp; Partners)
+         Products &amp; Platforms
         </h6>
         <ul>
          <li>
           <strong>
-           Mistral Large (including Large 2 - 123B):
-          </strong>
-          Flagship commercial model series, offering top-tier reasoning capabilities, multilingual fluency (English, French, Spanish, German, Italian), and strong coding abilities. [3, 19, 25, 31]
-         </li>
-         <li>
-          <strong>
-           Mistral Small (e.g., Small 3.1 - 24B):
-          </strong>
-          Optimized for latency, cost-effectiveness, and efficiency, suitable for a wide range of tasks. [3, 5, 25]
-         </li>
-         <li>
-          <strong>
-           Mistral Medium (e.g., Medium 3):
+           Grok Assistant:
           </strong>
-          A mid-tier offering balancing performance and cost. [3, 5]
+          Conversational AI embedded in the X app, available as standalone apps, and rolled out into Tesla vehicles.
          </li>
          <li>
           <strong>
-           Mistral Embed:
+           xAI API:
           </strong>
-          State-of-the-art embedding model for tasks like semantic search and retrieval. [3, 30]
+          Developer access to Grok models for third-party applications.
          </li>
          <li>
           <strong>
-           Pixtral Large:
+           Colossus Supercomputer:
           </strong>
-          A frontier-class multimodal model combining text and image processing. [9, 25, 31]
-         </li>
-         <li>
-          <span class="term">
-           <a href="https://chat.mistral.ai/" rel="noopener noreferrer" target="_blank">
-            Le Chat
-           </a>
-           :
-          </span>
-          Mistral AI's conversational AI assistant, available on the web and as mobile apps (iOS, Android), offering access to different Mistral models, web search, and image generation. [3, 22] A "Pro" version provides access to more advanced models. [3]
-         </li>
-         <li>
-          <span class="term">
-           <a href="https://console.mistral.ai/" rel="noopener noreferrer" target="_blank">
-            La Plateforme
-           </a>
-           :
-          </span>
-          Mistral AI's API platform for accessing their commercial models. See
-          <a href="https://docs.mistral.ai/" rel="noopener noreferrer" target="_blank">
-           docs.mistral.ai
-          </a>
-          for documentation.
-         </li>
-        </ul>
-        <h6>
-         Platform Access &amp; Distribution
-        </h6>
-        <ul>
-         <li>
-          Open models are widely available on platforms like Hugging Face. [22]
-         </li>
-         <li>
-          Commercial models are accessible via La Plateforme and through partnerships with major cloud providers like Microsoft Azure AI, Amazon Bedrock, and Google Cloud Vertex AI. [5, 25]
+          A massive GPU cluster in Memphis, Tennessee, scaled to hundreds of thousands of accelerators to train successive Grok generations.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-agi" id="card-mistral-agi">
+      <div class="info-card type-agi" id="card-xai-agi">
        <div class="card-body">
         <h5>
          <i class="bi bi-bullseye">
          </i>
-         Approach to Advanced AI
+         AGI/ASI Goals &amp; Approach
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Mistral AI focuses on building powerful and efficient foundational models. Their commitment to open-weight releases is seen as a key component for responsible and transparent AI development. While AGI is a long-term direction, the current emphasis is on tangible utility and democratizing access to advanced AI. [3, 7, 23]
+          xAI explicitly pursues AGI, framing the goal as a curious, truth-seeking intelligence that helps humanity understand the universe. Its bet is that massive compute scaling, fast iteration, and real-world data will be the primary path to general intelligence.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralAGI" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseXAIAGI" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseMistralAGI">
+       <div class="collapse collapse-content" id="collapseXAIAGI">
         <h6>
-         Perspective on AGI &amp; Future Development
+         Stated Ambition &amp; Strategy
         </h6>
         <ul>
          <li>
           <strong>
-           Building Foundational Capabilities:
-          </strong>
-          The immediate focus is on creating highly capable and general-purpose foundational models that can serve a wide array of applications and industries.
-         </li>
-         <li>
-          <strong>
-           Efficiency as a Driver for Scale:
-          </strong>
-          Mistral believes that more efficient model architectures (like their use of Mixture-of-Experts) are crucial for sustainably scaling AI capabilities and making advanced models more accessible. [23]
-         </li>
-         <li>
-          <strong>
-           Openness for Safety and Broader Understanding:
+           Core Mission:
           </strong>
-          By releasing many models openly, Mistral AI aims to enable the global community to research their capabilities, limitations, and safety aspects. This collaborative approach is seen as vital for ensuring AI develops responsibly. [3, 7, 23, 24]
+          To build AGI that is "maximally truth-seeking" and curious, which Musk argues is the safest long-term design because such a system would value understanding reality accurately.
          </li>
          <li>
           <strong>
-           Pragmatic and Value-Oriented Development:
+           Path to AGI:
           </strong>
-          While the long-term trajectory of AI points towards increasingly general intelligence, Mistral's public messaging and product development prioritize delivering tangible value with existing and near-term models. Explicit AGI timelines are not a central part of their communication, focusing instead on democratizing current advanced AI. [5]
+          Aggressive scaling of compute (the Colossus cluster), rapid model iteration, and grounding in real-time data from X.
          </li>
          <li>
           <strong>
-           Future Ambitions:
+           Safety Stance:
           </strong>
-          Reports suggest plans to train models with hundreds of billions and potentially trillion parameters, aiming to achieve or surpass human-level accuracy in various NLP tasks. [5]
+          xAI argues that curiosity and truthfulness are better safety properties than restriction-heavy alignment, a position that draws debate within the wider AI-safety community.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-funding" id="card-mistral-funding">
-       <!-- Merged Partnerships -->
+      <div class="info-card type-funding" id="card-xai-funding">
        <div class="card-body">
         <h5>
-         <i class="bi bi-cash-coin">
+         <i class="bi bi-piggy-bank">
          </i>
-         Funding &amp; Partnerships
+         Funding &amp; Investors
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Mistral AI has rapidly raised significant funding, including a €105M seed round (June 2023) and a €385M Series A (December 2023) valuing it around $2 billion. [24] Key investors include Andreessen Horowitz (a16z), Lightspeed Venture Partners, Nvidia, and Salesforce. They have a strategic partnership with Microsoft, which includes a €15M investment and Azure model distribution. [3, 5]
+          xAI has raised tens of billions in a short period, including a $20 billion Series E in January 2026 led by Nvidia with participation from Cisco, Fidelity, and others. In early 2026, SpaceX absorbed xAI in a deal valuing the combined entity around $1.25 trillion (xAI itself at roughly $250 billion).
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralFunding" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseXAIFunding" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseMistralFunding">
-        <h6>
-         Key Investment Rounds
-        </h6>
-        <ul>
-         <li>
-          <strong>
-           Seed Round (June 2023):
-          </strong>
-          Secured €105 million ($113 million USD), one of Europe's largest seed rounds, led by Lightspeed Venture Partners, with participation from Redpoint, Index Ventures, Xavier Niel, JCDecaux Holding, Rodolphe Saadé, Motier Ventures, La Famiglia, Headline, Exor Ventures, Sofina, First Minute Capital, and LocalGlobe. [22, 24]
-         </li>
-         <li>
-          <strong>
-           Series A (December 2023):
-          </strong>
-          Raised €385 million ($415 million USD), led by Andreessen Horowitz (a16z), with Lightspeed Venture Partners also significantly investing. Other participants included Salesforce, BNP Paribas, CMA CGM, General Catalyst, Elad Gil, and Nvidia. This round valued the company at approximately $2 billion. [27]
-         </li>
-         <li>
-          <strong>
-           Reported Valuation Growth:
-          </strong>
-          Discussions for further funding in early-mid 2024 reportedly aimed for a $5-6 billion valuation. [27] Company aims for a $15B valuation by 2025. [5]
-         </li>
-        </ul>
+       <div class="collapse collapse-content" id="collapseXAIFunding">
         <h6>
-         Strategic Alliances &amp; Partnerships
+         Key Investment Activity
         </h6>
         <ul>
          <li>
           <strong>
-           Microsoft (February 2024):
-          </strong>
-          Announced a multi-year partnership that includes Microsoft making a €15 million investment in Mistral AI. As part of the deal, Mistral's commercial models (Mistral Large) became available on Microsoft's Azure AI platform, and the companies are collaborating on bringing models to Azure customers. [3, 5]
-         </li>
-         <li>
-          <strong>
-           Other Cloud Providers:
+           Early Rounds (2024):
           </strong>
-          Mistral AI models are also distributed through other major cloud platforms, including Amazon Bedrock and Google Cloud Vertex AI, expanding their enterprise reach. [5, 25]
+          xAI raised multiple multi-billion-dollar rounds from major venture and strategic investors to fund its compute build-out.
          </li>
          <li>
           <strong>
-           Nvidia:
+           Series E (January 2026):
           </strong>
-          Participated in funding and collaborates on technology, including the co-development of Mistral NeMo. [7]
+          Raised $20 billion — exceeding its initial target — in a round led by Nvidia, with Cisco, Fidelity, and other investors participating, at a post-money valuation in the $230 billion+ range.
          </li>
          <li>
           <strong>
-           Databricks, BNP Paribas:
+           SpaceX Merger (2026):
           </strong>
-          Partnerships to expand outreach and apply generative AI in specific sectors like banking. [5]
+          SpaceX absorbed xAI in a deal valuing the combined company around $1.25 trillion, aligning capital, compute, and leadership across Musk's space and AI businesses.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-developments" id="card-mistral-developments">
+      <div class="info-card type-developments" id="card-xai-developments">
        <div class="card-body">
         <h5>
          <i class="bi bi-newspaper">
          </i>
-         Recent Developments (2024-2025)
+         Recent Developments (2024-2026)
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Released flagship Mistral Large and other commercial models (Mistral Small, Medium, Embed) via API in Feb 2024. [3] Launched open-weight Mixtral 8x22B (April 2024) and specialized models like Codestral, Mathstral, and Pixtral. [3, 25, 31] Announced strategic partnership with Microsoft (Feb 2024). [3, 5] Expanded cloud availability and launched "Le Chat" assistant with mobile apps. [3, 22] Read their
-          <a href="https://mistral.ai/news/" rel="noopener noreferrer" target="_blank">
-           news
-          </a>
-          .
+          Shipped successive Grok generations through Grok 4, scaled the Colossus supercomputer in Memphis, raised a $20 billion Series E led by Nvidia, and was absorbed by SpaceX into a combined ~$1.25 trillion entity. Grok was rolled out across X and Tesla vehicles.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseMistralDevelopments" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseXAIDevelopments" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseMistralDevelopments">
+       <div class="collapse collapse-content" id="collapseXAIDevelopments">
         <h6>
          Key Announcements &amp; Activities
         </h6>
         <ul>
          <li>
           <strong>
-           Commercial Model Launches (Early 2024):
-          </strong>
-          Introduced Mistral Large, their flagship commercial model, along with Mistral Small and Mistral Embed via their "La Plateforme" API in February 2024. [3, 31]
-         </li>
-         <li>
-          <strong>
-           Open-Weight Model Releases (2024):
-          </strong>
-          Continued commitment to open source with releases like Mixtral 8x22B (April 2024), an open MoE model. [3] Also released specialized open models such as Codestral (for code), Mathstral (for STEM), and Codestral Mamba. [3, 31]
-         </li>
-         <li>
-          <strong>
-           Multimodal and Edge Models (Late 2024 - Early 2025):
+           Rapid Model Cadence:
           </strong>
-          Launched Pixtral Large (multimodal text &amp; image), and compact edge models like Ministral 3B/8B. [25, 31] Updated Mistral Small to 3.1. [5, 25]
+          Released Grok 2, Grok 3, and Grok 4 in quick succession, steadily closing the gap with frontier models from OpenAI, Anthropic, and Google.
          </li>
          <li>
           <strong>
-           Strategic Partnership with Microsoft (February 2024):
+           Colossus Scale-Up:
           </strong>
-          Announced a significant multi-year partnership including a €15 million investment from Microsoft and the availability of Mistral's models on the Azure AI platform. [3, 5]
+          Continued expanding the Memphis supercomputer to hundreds of thousands of GPUs, one of the largest known training clusters.
          </li>
          <li>
           <strong>
-           Cloud Platform Expansion:
+           $20B Series E (January 2026):
           </strong>
-          Models became increasingly available on other major cloud platforms like Amazon Bedrock and Google Cloud Vertex AI. [5, 25]
+          Closed a $20 billion round led by Nvidia, cementing xAI as one of the best-capitalized AI labs.
          </li>
          <li>
           <strong>
-           "Le Chat" Conversational AI (February 2024):
+           SpaceX Merger (2026):
           </strong>
-          Launched their own AI assistant, "Le Chat," initially in beta, to provide direct access to their models. [3, 22] Mobile apps for Le Chat released in early 2025. [3]
+          SpaceX absorbed xAI; Musk announced Grok and X would operate under a combined SpaceX/xAI AI division.
          </li>
          <li>
           <strong>
-           Continued Funding and Valuation Growth:
+           Distribution Expansion:
           </strong>
-          Reports of seeking new funding rounds at significantly increased valuations throughout 2024. [27]
+          Grok was integrated more deeply into the X platform and rolled out to Tesla vehicles, broadening its consumer reach.
          </li>
         </ul>
        </div>
@@ -3890,17 +3774,17 @@
      </div>
     </div>
    </div>
-   <!-- AI21 Labs Section -->
-   <div class="schema-container cat-ai21" data-section-id="section-ai21">
-    <h2 class="section-title" id="title-ai21">
-     AI21 Labs
+   <!-- DeepSeek Section -->
+   <div class="schema-container cat-deepseek" data-section-id="section-deepseek">
+    <h2 class="section-title" id="title-deepseek">
+     DeepSeek
     </h2>
     <div class="row">
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-info" id="card-ai21-keyinfo">
+      <div class="info-card type-info" id="card-deepseek-keyinfo">
        <div class="card-body">
         <h5>
-         <i class="bi bi-pencil-ruler">
+         <i class="bi bi-buildings">
          </i>
          Key Information
         </h5>
@@ -3910,46 +3794,46 @@
            <strong>
             Founded:
            </strong>
-           2017, by Prof. Yoav Shoham, Ori Goshen, and Prof. Amnon Shashua.
+           2023, by Liang Wenfeng, spun out of the Chinese quantitative hedge fund High-Flyer.
           </li>
           <li>
            <strong>
             Headquarters:
            </strong>
-           Tel Aviv, Israel.
+           Hangzhou, China.
           </li>
           <li>
            <strong>
             Valuation:
            </strong>
-           Reached $1.4 billion (August 2023).
+           Historically self-funded by High-Flyer. In 2026, DeepSeek entered talks for its first external funding round, with reported targets escalating from ~$20 billion to as high as $45–50 billion.
           </li>
           <li>
            <strong>
             Flagship Models:
            </strong>
-           Jurassic series (e.g., Jurassic-2), Jamba (SSM-Transformer hybrid architecture, including open-weight versions like Jamba-1.5-Mini/Large).
+           DeepSeek-V2 and V3 (efficient Mixture-of-Experts models) and DeepSeek-R1 (open reasoning model), all released with open weights and detailed technical reports.
           </li>
           <li>
            <strong>
             Main Products:
            </strong>
-           Wordtune (AI writing and reading assistant), AI21 Studio (developer platform for API access to models), task-specific models for enterprise, Maestro AI (AI planning system).
+           DeepSeek chatbot apps, a low-cost developer API, and openly downloadable model weights.
           </li>
           <li>
            <strong>
             Official Website:
            </strong>
-           <a href="https://www.ai21.com/" rel="noopener noreferrer" target="_blank">
-            www.ai21.com
+           <a href="https://www.deepseek.com/" rel="noopener noreferrer" target="_blank">
+            deepseek.com
            </a>
           </li>
           <li>
            <strong>
-            Documentation (Studio):
+            Documentation:
            </strong>
-           <a href="https://docs.ai21.com/" rel="noopener noreferrer" target="_blank">
-            docs.ai21.com
+           <a href="https://api-docs.deepseek.com/" rel="noopener noreferrer" target="_blank">
+            api-docs.deepseek.com
            </a>
           </li>
          </ul>
@@ -3958,7 +3842,7 @@
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-origin" id="card-ai21-origin">
+      <div class="info-card type-origin" id="card-deepseek-origin">
        <div class="card-body">
         <h5>
          <i class="bi bi-flag-fill">
@@ -3967,117 +3851,96 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          AI21 Labs is an Israeli company founded in 2017 by prominent AI academics and entrepreneurs. Their core mission is to reimagine how humans read and write by building AI systems that possess a deep understanding of context and reasoning, moving beyond simple pattern matching.
+          DeepSeek grew out of High-Flyer, a hedge fund that had accumulated large GPU clusters for quantitative trading. Founder Liang Wenfeng redirected that compute and talent toward fundamental AI research, with a focus on training highly capable models efficiently and releasing them openly.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAI21Origin" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseDeepSeekOrigin" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseAI21Origin">
+       <div class="collapse collapse-content" id="collapseDeepSeekOrigin">
         <h6>
          Key Details
         </h6>
         <ul>
          <li>
           <strong>
-           Founding Team:
+           High-Flyer Roots:
           </strong>
-          Co-founded by Professor Yoav Shoham (Professor Emeritus at Stanford University, AI expert), Ori Goshen (Co-CEO, entrepreneur), and Professor Amnon Shashua (Co-CEO of Mobileye, Senior VP at Intel, and renowned AI researcher, serving as Chairman of AI21 Labs).
+          The parent hedge fund had already built substantial GPU infrastructure, giving DeepSeek an unusual amount of compute for a young, self-funded lab.
          </li>
          <li>
           <strong>
-           Mission Statement:
+           Mission:
           </strong>
-          To develop AI tools and language models that deeply comprehend context and meaning, thereby augmenting human capabilities in tasks related to reading comprehension, text generation, and summarization.
+          To pursue AGI through fundamental research, prioritizing open publication of models and methods over near-term commercialization.
          </li>
          <li>
           <strong>
-           Headquarters:
+           Breakout Moment:
           </strong>
-          Based in Tel Aviv, Israel, a vibrant hub for technology and AI innovation.
+          The January 2025 release of DeepSeek-R1 — a strong reasoning model trained at a fraction of typical cost — triggered a sharp global market reaction and intense scrutiny of frontier-lab spending.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-philosophy" id="card-ai21-philosophy">
-       <!-- Merged AI for Reading & Writing -->
+      <div class="info-card type-philosophy" id="card-deepseek-philosophy">
        <div class="card-body">
         <h5>
-         <i class="bi bi-journal-richtext">
+         <i class="bi bi-lightbulb">
          </i>
-         Philosophy: AI for Reading &amp; Writing Augmentation
+         Philosophy &amp; Approach
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          AI21 Labs focuses on developing AI that serves as a true partner in text-based work, enhancing human productivity and understanding. They emphasize proprietary LLMs alongside open-weight releases, task-specific models tailored for enterprise needs, and architectural innovation (e.g., their Jamba SSM-Transformer hybrid). Read more on their
-          <a href="https://www.ai21.com/blog" rel="noopener noreferrer" target="_blank">
-           blog
-          </a>
-          .
+          DeepSeek emphasizes research efficiency, architectural innovation, and openness. It releases competitive models with permissive licenses and detailed papers, arguing that capability per dollar — not just raw spend — is the key frontier metric.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAI21Philosophy" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseDeepSeekPhilosophy" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseAI21Philosophy">
+       <div class="collapse collapse-content" id="collapseDeepSeekPhilosophy">
         <h6>
-         Core Approach &amp; Strategy
+         Core Principles
         </h6>
         <ul>
          <li>
           <strong>
-           Deep Language Understanding &amp; Reasoning:
-          </strong>
-          Aims to build AI systems that go beyond superficial pattern matching to genuinely grasp context, semantics, and nuance in language, enabling more robust reasoning capabilities.
-         </li>
-         <li>
-          <strong>
-           Augmenting Human Intellect:
-          </strong>
-          Develops consumer-facing tools like
-          <a href="https://www.wordtune.com/" rel="noopener noreferrer" target="_blank">
-           Wordtune
-          </a>
-          and enterprise solutions designed to enhance human writing, reading comprehension, and overall productivity when working with text.
-         </li>
-         <li>
-          <strong>
-           Task-Specific Models for Reliability:
+           Efficiency-First Research:
           </strong>
-          Increasingly focuses on creating models optimized for specific enterprise tasks (e.g., reliable summarization, grounded question answering, paraphrasing) to improve accuracy, reduce hallucinations, and provide greater control.
+          Heavy investment in Mixture-of-Experts architectures, training optimizations, and inference cost reduction to achieve frontier-level results with comparatively modest budgets.
          </li>
          <li>
           <strong>
-           Architectural Innovation:
+           Open Weights &amp; Open Research:
           </strong>
-          Actively explores and implements novel model architectures. A key example is Jamba, a hybrid that combines Transformer blocks with Mamba (State Space Model - SSM) blocks and Mixture-of-Experts (MoE) to achieve a balance of strong performance, computational efficiency, and very long context windows.
+          Models such as V3 and R1 are released under permissive licenses with thorough technical reports, making DeepSeek one of the most influential open-model labs.
          </li>
          <li>
           <strong>
-           Neuro-Symbolic AI Considerations:
+           Low-Cost Access:
           </strong>
-          The company's leadership has expressed interest in the potential of combining LLMs with symbolic reasoning techniques to create more robust, explainable, and trustworthy AI systems.
+          Its API is priced aggressively, pressuring the broader market on inference economics.
          </li>
          <li>
           <strong>
-           Balancing Proprietary and Open Models:
+           Talent &amp; Curiosity:
           </strong>
-          Offers powerful proprietary models through its API while also contributing to the open-source community with releases like versions of Jamba.
+          A research culture built around a relatively small team of strong researchers, with funding raised in part to retain talent against aggressive poaching.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-leadership" id="card-ai21-leadership">
+      <div class="info-card type-leadership" id="card-deepseek-leadership">
        <div class="card-body">
         <h5>
          <i class="bi bi-person-badge">
@@ -4086,45 +3949,44 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Co-founded by Professor Yoav Shoham (Co-CEO), Ori Goshen (Co-CEO), and Professor Amnon Shashua (Chairman). This leadership team combines deep academic expertise in AI with strong entrepreneurial and business experience.
+          Led by founder and CEO Liang Wenfeng, who also founded and runs the High-Flyer hedge fund. The research team is small, young, and recruited largely from top Chinese universities.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAI21Leadership" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseDeepSeekLeadership" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseAI21Leadership">
+       <div class="collapse collapse-content" id="collapseDeepSeekLeadership">
         <h6>
          Key Figures
         </h6>
         <ul>
          <li>
           <strong>
-           Ori Goshen:
+           Liang Wenfeng:
           </strong>
-          Co-founder and Co-Chief Executive Officer (CEO). Brings entrepreneurial leadership to the company.
+          Founder and CEO of both DeepSeek and the High-Flyer hedge fund. Sets the lab's research-first, open-publication strategy.
          </li>
          <li>
           <strong>
-           Professor Yoav Shoham:
+           Research Team:
           </strong>
-          Co-founder and Co-Chief Executive Officer (CEO). Professor Emeritus of Computer Science at Stanford University and a leading figure in AI research.
+          A compact group of researchers and engineers, many recruited directly from leading Chinese universities, known for rapid iteration and strong publication output.
          </li>
          <li>
           <strong>
-           Professor Amnon Shashua:
+           High-Flyer Backing:
           </strong>
-          Co-founder and Chairman. Also the co-founder and CEO of Mobileye (an Intel company) and a Senior Vice President at Intel. He is a renowned expert in AI, computer vision, and natural language processing.
+          The hedge fund provided early capital and compute, allowing DeepSeek to operate without external investors until 2026.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-models" id="card-ai21-models">
-       <!-- Enhanced for Products -->
+      <div class="info-card type-models" id="card-deepseek-models">
        <div class="card-body">
         <h5>
          <i class="bi bi-boxes">
@@ -4133,140 +3995,117 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Known for its Jurassic series of LLMs and the innovative Jamba (hybrid SSM-Transformer architecture), which includes open-weight versions. Key products are
-          <a href="https://www.wordtune.com/" rel="noopener noreferrer" target="_blank">
-           Wordtune
+          DeepSeek's model line spans efficient general-purpose models (V2, V3) and the R1 reasoning series, all with open weights. They are available through DeepSeek's apps and a low-cost
+          <a href="https://api-docs.deepseek.com/" rel="noopener noreferrer" target="_blank">
+           API
           </a>
-          (AI writing/reading assistant for consumers and businesses),
-          <a href="https://studio.ai21.com/" rel="noopener noreferrer" target="_blank">
-           AI21 Studio
-          </a>
-          (developer platform with API access), task-specific models for enterprises, and Maestro AI (planning system).
+          , as well as direct download.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAI21Models" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseDeepSeekModels" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseAI21Models">
+       <div class="collapse collapse-content" id="collapseDeepSeekModels">
         <h6>
-         Model Families &amp; Architectures
+         Model Line
         </h6>
         <ul>
          <li>
           <strong>
-           Jurassic Series (e.g., Jurassic-2):
+           DeepSeek-V2 / V3:
+          </strong>
+          Large Mixture-of-Experts models that deliver competitive general performance with notably efficient training and inference costs.
+         </li>
+         <li>
+          <strong>
+           DeepSeek-R1:
           </strong>
-          A family of proprietary large language models with varying sizes (Light, Mid, Jumbo, Grande, Custom) and capabilities, designed for sophisticated natural language understanding and generation tasks. These are accessible via the AI21 Studio API.
+          An open reasoning model released in January 2025 that matched leading proprietary reasoning systems on many benchmarks, drawing intense global attention.
          </li>
          <li>
           <strong>
-           Jamba Architecture (e.g., Jamba-1.5 Mini, Jamba-1.5 Large):
+           Specialized Models:
           </strong>
-          An innovative hybrid model architecture that uniquely combines elements of Transformer blocks, Mamba (State Space Model - SSM) blocks, and Mixture-of-Experts (MoE). This design aims to achieve high efficiency, strong performance, and the ability to handle very long context windows (e.g., 256K tokens). Openly available versions of Jamba have been released to the community.
+          Additional open releases targeting coding and math, distributed with permissive licenses and technical reports.
          </li>
         </ul>
         <h6>
-         Key Products &amp; Platforms
+         Products &amp; Platforms
         </h6>
         <ul>
          <li>
-          <span class="term">
-           <a href="https://www.wordtune.com/" rel="noopener noreferrer" target="_blank">
-            Wordtune
-           </a>
-           :
-          </span>
-          An AI-powered writing and reading comprehension assistant available as a browser extension and web application. It offers features like rephrasing, summarization ("Wordtune Read"), text generation ("Spices"), and grammar/spelling correction for both individual consumers and enterprise teams.
-         </li>
-         <li>
-          <span class="term">
-           <a href="https://studio.ai21.com/" rel="noopener noreferrer" target="_blank">
-            AI21 Studio
-           </a>
-           :
-          </span>
-          A developer platform providing API access to AI21 Labs' proprietary models (Jurassic and Jamba families) and task-specific models. It allows businesses to build custom NLP applications and integrate AI capabilities into their products and workflows. Documentation can be found at
-          <a href="https://docs.ai21.com/docs/introduction-to-ai21-studio" rel="noopener noreferrer" target="_blank">
-           docs.ai21.com
-          </a>
-          .
+          <strong>
+           DeepSeek App:
+          </strong>
+          Consumer chatbot apps that briefly topped app-store charts following the R1 release.
          </li>
          <li>
           <strong>
-           Task-Specific Models:
+           DeepSeek API:
           </strong>
-          Offers models fine-tuned for particular enterprise needs, such as reliable summarization, contextual answers (grounded question answering), paraphrasing, and grammar correction, designed to provide more accurate and controllable outputs.
+          Developer access to its models at aggressively low pricing.
          </li>
          <li>
           <strong>
-           Maestro AI (Launched March 2025):
+           Open Weights:
           </strong>
-          An AI planning and orchestration system designed for enterprises to enhance operational efficiency by helping manage and automate complex business workflows.
+          Downloadable model weights that have made DeepSeek a foundation for a large ecosystem of derivative models.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-agi" id="card-ai21-agi">
+      <div class="info-card type-agi" id="card-deepseek-agi">
        <div class="card-body">
         <h5>
          <i class="bi bi-bullseye">
          </i>
-         Approach to Advanced AI
+         AGI/ASI Goals &amp; Approach
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          AI21 Labs focuses on creating reliable, controllable, and practically useful AI, particularly for augmenting human reading and writing. They explore novel architectures (like Jamba) and have expressed interest in neuro-symbolic approaches for more robust intelligence, rather than an explicit public race towards AGI as their primary stated goal.
+          DeepSeek states that AGI is its long-term goal, pursued through fundamental research rather than rapid productization. Its distinctive bet is that algorithmic and architectural efficiency — not just scale of spend — is central to reaching general intelligence.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAI21AGI" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseDeepSeekAGI" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseAI21AGI">
+       <div class="collapse collapse-content" id="collapseDeepSeekAGI">
         <h6>
-         Perspective on AGI/ASI &amp; Future Development
+         Stated Ambition &amp; Strategy
         </h6>
         <ul>
          <li>
           <strong>
-           Focus on Practical and Reliable AI:
-          </strong>
-          The primary emphasis is on building AI systems that are trustworthy, predictable, and provide tangible value by augmenting human capabilities in reading, writing, and information processing, especially within enterprise contexts.
-         </li>
-         <li>
-          <strong>
-           Architectural Innovation for Enhanced Capability:
+           Core Mission:
           </strong>
-          The development of models like Jamba, with its hybrid SSM-Transformer architecture, indicates a drive towards more efficient, scalable, and capable systems, which are essential foundational steps for any form of advanced AI.
+          To pursue AGI through curiosity-driven fundamental research, with open publication of models and methods as a deliberate strategy.
          </li>
          <li>
           <strong>
-           Emphasis on Reasoning and Understanding:
+           Path to AGI:
           </strong>
-          A core part of their mission is to move AI beyond simple pattern-matching towards systems that exhibit deeper reasoning and contextual understanding—key components of more general forms of intelligence.
+          Emphasis on efficient architectures (Mixture-of-Experts), reinforcement-learning-based reasoning training, and squeezing maximum capability from available compute.
          </li>
          <li>
           <strong>
-           Exploration of Neuro-Symbolic AI:
+           Industry Impact:
           </strong>
-          The company's co-CEOs have publicly discussed the potential of combining the strengths of large language models (neural networks) with symbolic AI techniques. This fusion could enhance robustness, explainability, reasoning capabilities, and controllability, potentially offering a pathway toward more advanced and trustworthy AI.
-         </li>
-         <li>
-          While not explicitly framing their work as a direct pursuit of AGI in public communications, their research into sophisticated reasoning, novel architectures, and reliable AI contributes significantly to the broader field of advanced artificial intelligence.
+          DeepSeek's results reframed the cost assumptions of frontier AI, prompting other labs and investors to re-examine how much spend is truly required to stay competitive.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-funding" id="card-ai21-funding">
+      <div class="info-card type-funding" id="card-deepseek-funding">
        <div class="card-body">
         <h5>
          <i class="bi bi-piggy-bank">
@@ -4275,117 +4114,95 @@
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          AI21 Labs has raised over $336 million in total funding. Their Series C funding round in August 2023 (extended in November 2023) brought in $208 million, valuing the company at $1.4 billion. Key investors include Google, Nvidia, Intel Capital, Comcast Ventures, Walden Catalyst, Pitango VC, and Ahren Innovation Capital.
+          DeepSeek was self-funded for its first years through the High-Flyer hedge fund. In 2026 it began talks for its first outside capital, with reported valuation targets climbing from ~$20 billion toward $45–50 billion, and interest from China's state IC fund, Tencent, and Alibaba.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAI21Funding" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseDeepSeekFunding" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseAI21Funding">
+       <div class="collapse collapse-content" id="collapseDeepSeekFunding">
         <h6>
-         Key Investment Rounds &amp; Backers
+         Key Funding Activity
         </h6>
         <ul>
          <li>
           <strong>
-           Early Funding:
-          </strong>
-          Initial seed and Series A rounds helped establish the company and support early product development and research.
-         </li>
-         <li>
-          <strong>
-           Series B (July 2022):
-          </strong>
-          Raised $64 million, led by Ahren Innovation Capital, with participation from existing and new investors.
-         </li>
-         <li>
-          <strong>
-           Series C (August 2023):
+           High-Flyer Self-Funding:
           </strong>
-          Announced raising $155 million, which valued the company at $1.4 billion. Notable investors in this round included Walden Catalyst, Pitango VC, SCB10X, b2venture, Samsung Next, Prof. Amnon Shashua, with participation from Google and Nvidia.
+          The parent hedge fund supplied capital and a large pre-existing GPU cluster, letting DeepSeek scale without external investors.
          </li>
          <li>
           <strong>
-           Series C Extension (November 2023):
+           First External Round (2026):
           </strong>
-          Added a further $53 million to the Series C round, bringing the total for Series C to $208 million and the company's total funding to over $336 million. New investors in this extension included Intel Capital and Comcast Ventures.
+          DeepSeek entered talks to raise its first venture capital — reportedly $3–4 billion — with valuation targets escalating quickly from ~$20 billion toward $45–50 billion.
          </li>
          <li>
           <strong>
-           Strategic Investors:
+           Strategic Interest:
           </strong>
-          The participation of tech giants like Google, Nvidia, and Intel Capital highlights strategic interest in AI21 Labs' technology and market position.
+          The round is reported to involve the China Integrated Circuit Industry Investment Fund, with Tencent and Alibaba also in discussions, partly to help retain researchers being courted by rivals.
          </li>
         </ul>
        </div>
       </div>
      </div>
      <div class="col-lg-4 col-md-6">
-      <div class="info-card type-developments" id="card-ai21-developments">
+      <div class="info-card type-developments" id="card-deepseek-developments">
        <div class="card-body">
         <h5>
          <i class="bi bi-newspaper">
          </i>
-         Recent Developments (2024-2025)
+         Recent Developments (2024-2026)
         </h5>
         <div class="card-content-wrapper">
          <p class="summary">
-          Released the Jamba SSM-Transformer hybrid model with open weights (March 2024). Launched Jamba-1.5 Mini and Jamba-1.5 Large open models with 256K context window (August 2024). Unveiled Maestro AI, an AI planning and orchestration system for enterprises (March 2025). Continued focus on task-specific enterprise solutions and Wordtune enhancements. See their
-          <a href="https://www.ai21.com/newsroom" rel="noopener noreferrer" target="_blank">
-           newsroom
-          </a>
-          .
+          Released the V2 and V3 Mixture-of-Experts models and the breakout DeepSeek-R1 reasoning model (January 2025), which reshaped industry cost assumptions. In 2026, DeepSeek began raising its first external funding amid strong investor and state interest.
          </p>
-         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseAI21Developments" data-bs-toggle="collapse" type="button">
+         <button aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseDeepSeekDevelopments" data-bs-toggle="collapse" type="button">
           Details
           <i class="bi bi-chevron-down">
           </i>
          </button>
         </div>
        </div>
-       <div class="collapse collapse-content" id="collapseAI21Developments">
+       <div class="collapse collapse-content" id="collapseDeepSeekDevelopments">
         <h6>
          Key Announcements &amp; Activities
         </h6>
         <ul>
          <li>
           <strong>
-           Jamba Model Release (March 2024):
+           DeepSeek-V3 Release:
           </strong>
-          Launched Jamba, touted as the first production-grade model based on the Mamba (SSM) architecture, featuring a hybrid SSM-Transformer design and open weights, offering efficiency and a large context window.
+          A large, efficient Mixture-of-Experts model that demonstrated frontier-competitive performance at a fraction of typical training cost.
          </li>
          <li>
           <strong>
-           Jamba-1.5 Mini &amp; Jamba-1.5 Large (August 2024):
+           DeepSeek-R1 (January 2025):
           </strong>
-          Released new iterations of their Jamba open models, Jamba-1.5 Mini and Jamba-1.5 Large, both featuring an impressive 256K context window, enhanced performance, and continued open availability.
+          An open reasoning model that matched leading proprietary systems on many benchmarks, triggering a sharp global market reaction and a wave of derivative models.
          </li>
          <li>
           <strong>
-           Maestro AI Launch (March 2025):
+           App-Store Surge:
           </strong>
-          Unveiled Maestro AI, a sophisticated AI planning and orchestration system. This system is designed to help enterprises manage complex workflows by breaking down large tasks into smaller steps and coordinating various AI models and tools to achieve business objectives.
+          The DeepSeek consumer app briefly topped download charts in multiple countries following the R1 launch.
          </li>
          <li>
           <strong>
-           Task-Specific Enterprise Models:
+           First Funding Round (2026):
           </strong>
-          Continued emphasis on developing and refining models tailored for specific enterprise use-cases, such as contextual Q&amp;A, summarization, and paraphrasing, aiming for high reliability and accuracy.
+          Began talks for its first external capital, with reported valuation targets rising from ~$20 billion toward $45–50 billion.
          </li>
          <li>
           <strong>
-           Wordtune Enhancements:
+           Ongoing Open Releases:
           </strong>
-          Ongoing updates and feature additions to their Wordtune writing and reading assistant to improve user productivity and experience.
-         </li>
-         <li>
-          <strong>
-           Executive Team Strengthening:
-          </strong>
-          Made key executive appointments, including Sharon Argov as Chief Marketing Officer and Yaniv Vakrat as Chief Revenue Officer in 2024, to drive growth and market presence.
+          Continued publishing open-weight models and technical reports, sustaining its influence over the open-model ecosystem.
          </li>
         </ul>
        </div>
@@ -4394,7 +4211,7 @@
     </div>
    </div>
   </div>
-  
+
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>