Update ai-frontier.html

D David Veksler · 1 year ago 59bdaecfac0223da66fb23131889745a0d7b6c70
Parent: 16577b6e2

1 file changed +548 −839

Diff

diff --git a/ai-frontier.html b/ai-frontier.html
index da2adbe..eabee82 100644
--- a/ai-frontier.html
+++ b/ai-frontier.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>AI Frontier Model Builders Cheatsheet</title>
+    <title>AI Frontier Model Builders Cheatsheet (Updated May 2025)</title>
 
     <link
       rel="icon"
@@ -13,8 +13,10 @@
     <!-- SEO Meta Description -->
     <meta
       name="description"
-      content="A comprehensive cheatsheet for understanding major AI companies building frontier models, covering their philosophy, origin, approach, goals, and key products as of May 2025."
+      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."
     />
+    <meta name="keywords" 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">
+
 
     <!-- Canonical URL (Update if hosted) -->
     <link rel="canonical" href="https://cheatsheets.davidveksler.com/ai-frontier.html" />
@@ -23,21 +25,21 @@
     <meta property="og:title" content="AI Frontier Model Builders Cheatsheet (May 2025 Update)" />
     <meta
       property="og:description"
-      content="Explore the philosophies, origins, approaches, and AGI/ASI goals of leading AI companies like OpenAI, Google DeepMind, Anthropic, Meta AI, Cohere, Mistral AI, and AI21 Labs."
+      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."
     />
     <meta property="og:type" content="article" />
     <meta property="og:url" content="https://cheatsheets.davidveksler.com/ai-frontier.html" />
-    <meta property="og:image" content="https://cheatsheets.davidveksler.com//images/ai-frontiers.png" />
-    <meta property="og:image:alt" content="AI Frontier Model Builders Cheatsheet Preview" />
+    <meta property="og:image" content="https://cheatsheets.davidveksler.com//images/ai-frontiers.png" /> <!-- Ensure this image exists and is relevant -->
+    <meta property="og:image:alt" content="AI Frontier Model Builders Cheatsheet - Logos of Major AI Companies" />
 
     <meta name="twitter:card" content="summary_large_image" />
     <meta name="twitter:title" content="AI Frontier Model Builders Cheatsheet (May 2025 Update)" />
     <meta
       name="twitter:description"
-      content="Explore the philosophies, origins, approaches, and AGI/ASI goals of leading AI companies like OpenAI, Google DeepMind, Anthropic, Meta AI, Cohere, Mistral AI, and AI21 Labs."
+      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."
     />
-    <meta name="twitter:image" content="https://cheatsheets.davidveksler.com//images/ai-frontiers.png" />
-    <meta name="twitter:image:alt" content="AI Frontier Model Builders Cheatsheet Preview" />
+    <meta name="twitter:image" content="https://cheatsheets.davidveksler.com//images/ai-frontiers.png" /> <!-- Ensure this image exists and is relevant -->
+    <meta name="twitter:image:alt" content="AI Frontier Model Builders Cheatsheet - Logos of Major AI Companies" />
 
     <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" />
@@ -67,18 +69,18 @@
         --ai-color-ai21: #d81b60; /* Pink/Magenta */
 
         /* --- Aspect Type Colors --- */
-        --ai-aspect-color-origin: #64b5f6; /* Light Blue - Default, will be overridden by card type */
-        --ai-aspect-color-philosophy: #64b5f6; /* Light Blue */
-        --ai-aspect-color-leadership: #ba68c8; /* Purple */
-        --ai-aspect-color-funding: #4db6ac; /* Teal */
-        --ai-aspect-color-approach: #fff176; /* Yellow */
-        --ai-aspect-color-models: #ff8a65; /* Deep Orange */
-        --ai-aspect-color-safety: #a1887f; /* Brown */
-        --ai-aspect-color-opensource: #90a4ae; /* Blue Grey */
-        --ai-aspect-color-agi: #f06292; /* Pink */
-        --ai-aspect-color-audience: #7986cb; /* Indigo */
-        --ai-aspect-color-differentiators: #ffee58; /* Vivid Yellow */
-        --ai-aspect-color-developments: #4dd0e1; /* Cyan */
+        --ai-aspect-color-origin: #64b5f6;
+        --ai-aspect-color-philosophy: #64b5f6;
+        --ai-aspect-color-leadership: #ba68c8;
+        --ai-aspect-color-funding: #4db6ac;
+        --ai-aspect-color-approach: #fff176;
+        --ai-aspect-color-models: #ff8a65; /* For Models & Products */
+        --ai-aspect-color-safety: #a1887f;
+        --ai-aspect-color-opensource: #90a4ae;
+        --ai-aspect-color-agi: #f06292;
+        --ai-aspect-color-audience: #7986cb;
+        --ai-aspect-color-differentiators: #ffee58;
+        --ai-aspect-color-developments: #4dd0e1;
         --ai-aspect-color-info: #4fc3f7; /* Light Blue for Key Info */
       }
 
@@ -124,7 +126,7 @@
         font-weight: 300;
         letter-spacing: 1px;
         margin-bottom: 0.75rem;
-        font-size: 3rem;
+        font-size: 2.8rem; /* Adjusted for potentially longer title */
       }
       .page-header h1 .bi {
         font-size: 1em;
@@ -135,7 +137,7 @@
       }
       .page-header .lead {
         color: var(--ai-text-secondary);
-        font-size: 1.2rem;
+        font-size: 1.15rem; /* Adjusted for potentially longer lead */
         max-width: 900px;
         margin: auto;
       }
@@ -187,7 +189,7 @@
         height: 100%;
         display: flex;
         flex-direction: column;
-        transition: box-shadow 0.3s ease, transform 0.3s ease;
+        transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
         position: relative;
         z-index: 5;
         opacity: 1;
@@ -510,7 +512,7 @@
       .info-card.type-approach {
         --ai-aspect-color-current: var(--ai-aspect-color-approach);
       }
-      .info-card.type-models {
+      .info-card.type-models { /* For Models & Products */
         --ai-aspect-color-current: var(--ai-aspect-color-models);
       }
       .info-card.type-safety {
@@ -559,7 +561,7 @@
     <header class="page-header">
       <h1><i class="bi bi-robot"></i> AI Frontier Model Builders</h1>
       <p class="lead">
-        A cheatsheet exploring major companies developing advanced AI, their philosophies, products, and AGI approaches.
+        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</p>
     </header>
@@ -576,25 +578,22 @@
                   <ul class="key-info-list">
                     <li>
                       <strong>Founded:</strong> December 2015, by Elon Musk, Sam Altman, Greg Brockman, Ilya Sutskever,
-                      Wojciech Zaremba, John Schulman, and others.
+                      Wojciech Zaremba, John Schulman, and others. [1]
                     </li>
-                    <li><strong>Headquarters:</strong> San Francisco, California, USA</li>
+                    <li><strong>Headquarters:</strong> San Francisco, California, USA. [1]</li>
                     <li>
-                      <strong>Valuation:</strong> $157 billion (as of October 2024). [3, 13] Reported talks for $300
-                      billion valuation (April 2025).
+                      <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).
                     </li>
-                    <li><strong>Flagship Models:</strong> GPT-4o, GPT-4, DALL-E 3, Sora, Whisper, o1.</li>
-                    <li><strong>Main Products:</strong> ChatGPT, OpenAI API, various specialized models.</li>
+                    <li><strong>Flagship Models:</strong> GPT series (GPT-4, GPT-4o, GPT-4.1, GPT-4.1 mini/nano), DALL-E 3, Sora, Whisper, o-series (o1, o3, o3-mini), Deep Research. [1, 11]</li>
+                    <li><strong>Main Products:</strong> ChatGPT (various tiers), OpenAI API, specialized models for enterprise.</li>
                     <li>
                       <strong>Official Website:</strong>
-                      <a href="https://openai.com" target="_blank" rel="noopener noreferrer">openai.com</a>
+                      <a href="https://openai.com" target="_blank" rel="noopener noreferrer">openai.com</a> [1]
                     </li>
                     <li>
                       <strong>Documentation:</strong>
                       <a href="https://platform.openai.com/docs" target="_blank" rel="noopener noreferrer"
-                        >platform.openai.com/docs</a
-                      >
-                      [6, 43]
+                        >platform.openai.com/docs</a> [11]
                     </li>
                   </ul>
                 </div>
@@ -607,8 +606,7 @@
                 <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Founded Dec 2015 as a non-profit, later adopted a "capped-profit" model. Aims to ensure AGI benefits
-                    all humanity. Learn more on their
+                    Founded in December 2015 as a non-profit research organization, OpenAI later adopted a "capped-profit" model to attract investment for large-scale AI research. [1] Its core mission is to ensure that artificial general intelligence (AGI) benefits all of humanity. Learn more on their
                     <a href="https://openai.com/about" target="_blank" rel="noopener noreferrer">about page</a>.
                   </p>
                   <button
@@ -626,22 +624,17 @@
                 <h6>Key Details</h6>
                 <ul>
                   <li>
-                    <strong>Founding Goal:</strong> To build Artificial General Intelligence (AGI) that is safe and
-                    broadly beneficial.
+                    <strong>Founding Goal:</strong> To build Artificial General Intelligence (AGI) that is safe and broadly beneficial, as outlined in their charter. [1]
                   </li>
-                  <li><strong>Initial Structure:</strong> Non-profit research company (OpenAI, Inc.).</li>
+                  <li><strong>Initial Structure:</strong> Non-profit research company (OpenAI, Inc.). [1]</li>
                   <li>
-                    <strong>Key Founders:</strong> Included Elon Musk, Sam Altman, Greg Brockman, Ilya Sutskever,
-                    Wojciech Zaremba, John Schulman.
+                    <strong>Key Founders:</strong> Included notable figures such as Elon Musk, Sam Altman, Greg Brockman, Ilya Sutskever, Wojciech Zaremba, and John Schulman. [1]
                   </li>
                   <li>
-                    <strong>Transition:</strong> In 2019, created OpenAI LP, a "capped-profit" company, to raise capital
-                    for compute-intensive research, while the non-profit OpenAI, Inc. remains the overall governing body
-                    and its mission is primary.
+                    <strong>Transition to "Capped-Profit":</strong> In 2019, OpenAI LP was formed as a capped-profit subsidiary to raise the substantial capital needed for compute-intensive research, while the non-profit OpenAI, Inc. remains the overall governing body with its mission as primary. [1, 12]
                   </li>
                   <li>
-                    <strong>Recent Structure:</strong> As of 2025, involves OpenAI, Inc. (non-profit) and for-profit
-                    subsidiaries like OpenAI Global, LLC.
+                    <strong>Current Structure (as of 2025):</strong> A complex structure involving the non-profit OpenAI, Inc. and for-profit subsidiaries like OpenAI Global, LLC, which handles commercial operations. [1] Microsoft has a significant partnership, providing funding and Azure cloud resources, and is entitled to a share of OpenAI Global, LLC's profits. [1, 12, 14]
                   </li>
                 </ul>
               </div>
@@ -653,9 +646,8 @@
                 <h5><i class="bi bi-lightbulb-fill"></i> Philosophy & Culture</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Balances ambitious research towards AGI with a stated emphasis on safety, responsibility, and broad
-                    benefit. Iterative deployment of increasingly powerful systems. Read their
-                    <a href="https://openai.com/research" target="_blank" rel="noopener noreferrer">research</a>.
+                    OpenAI's philosophy centers on ambitious research towards AGI, coupled with a strong emphasis on safety, responsibility, and ensuring broad societal benefit. [1] They advocate for iterative deployment of increasingly powerful AI systems to foster societal adaptation and learning. Read their
+                    <a href="https://openai.com/research" target="_blank" rel="noopener noreferrer">research</a>. [11]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -671,22 +663,18 @@
               <div class="collapse collapse-content" id="collapseOpenAIPhilosophy">
                 <h6>Core Tenets</h6>
                 <ul>
-                  <li><strong>Beneficial AGI:</strong> Primary mission is to ensure AGI benefits all of humanity.</li>
+                  <li><strong>Beneficial AGI:</strong> The primary mission is to ensure that AGI, defined as highly autonomous systems outperforming humans at most economically valuable work, benefits all of humanity. [1]</li>
                   <li>
-                    <strong>Safety Research:</strong> Significant investment in AI safety research and mitigating risks
-                    from powerful AI. Developed a "Preparedness Framework" to assess and mitigate catastrophic risks.
+                    <strong>Safety Research & Preparedness:</strong> Significant investment in AI safety research to mitigate risks from powerful AI. [13] They developed a "Preparedness Framework" to assess and manage catastrophic risks associated with frontier AI models.
                   </li>
                   <li>
-                    <strong>Long-term Perspective:</strong> Commitment to long, challenging research projects for AGI.
+                    <strong>Long-term Perspective:</strong> Acknowledges that AGI development is a long and challenging endeavor requiring sustained research efforts.
                   </li>
                   <li>
-                    <strong>Iterative Deployment:</strong> Believes in deploying increasingly powerful (but still
-                    limited) AI systems to learn from real-world use and adapt, enabling societal adaptation.
+                    <strong>Iterative Deployment:</strong> Believes in deploying increasingly capable AI systems to learn from real-world applications, allowing society to adapt and for safety measures to be refined based on empirical evidence.
                   </li>
                   <li>
-                    <strong>Collaboration & Openness (Evolving):</strong> Started with a strong open-source ethos. Now
-                    more selective about model releases, citing safety and competitive concerns, but still releases some
-                    models and research (e.g., on
+                    <strong>Evolving Openness:</strong> While initially having a strong open-source ethos, OpenAI has become more selective about releasing its most powerful models, citing safety and competitive reasons. However, it continues to publish research and release some models and tools (e.g., on
                     <a href="https://github.com/openai" target="_blank" rel="noopener noreferrer">GitHub</a>).
                   </li>
                 </ul>
@@ -699,7 +687,7 @@
                 <h5><i class="bi bi-person-badge"></i> Leadership</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Led by CEO Sam Altman, President Greg Brockman, and CTO Mira Murati. Board chaired by Bret Taylor.
+                    Led by CEO Sam Altman, President Greg Brockman, and CTO Mira Murati. [16] The board of the non-profit OpenAI, Inc. is chaired by Bret Taylor. Recent appointments include Fidji Simo as CEO of Applications (May 2025). [1, 15]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -713,33 +701,34 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseOpenAILeadership">
-                <h6>Key Figures (as of early 2025)</h6>
+                <h6>Key Figures (as of May 2025)</h6>
                 <ul>
-                  <li><strong>Sam Altman:</strong> Chief Executive Officer (CEO).</li>
-                  <li><strong>Greg Brockman:</strong> President.</li>
-                  <li><strong>Mira Murati:</strong> Chief Technology Officer (CTO).</li>
-                  <li><strong>Bret Taylor:</strong> Chairman of the Board of Directors (OpenAI, Inc. nonprofit).</li>
-                  <li><strong>Sarah Friar:</strong> Chief Financial Officer (CFO).</li>
-                  <li><strong>Jakub Pachocki:</strong> Chief Scientist Officer.</li>
+                  <li><strong>Sam Altman:</strong> Chief Executive Officer (CEO) of OpenAI. [1, 16]</li>
+                  <li><strong>Greg Brockman:</strong> President and Co-founder. [1, 16]</li>
+                  <li><strong>Mira Murati:</strong> Chief Technology Officer (CTO). [16]</li>
+                  <li><strong>Brad Lightcap:</strong> Chief Operating Officer (COO). [13, 16]</li>
+                  <li><strong>Sarah Friar:</strong> Chief Financial Officer (CFO). [1]</li>
+                  <li><strong>Fidji Simo:</strong> CEO of Applications (joining later in 2025). [15]</li>
+                  <li><strong>Mark Chen:</strong> Chief Research Officer. [13]</li>
+                  <li><strong>Julia Villagra:</strong> Chief People Officer. [13]</li>
+                  <li><strong>Bret Taylor:</strong> Chairman of the Board of Directors (OpenAI, Inc. nonprofit). [1]</li>
+                   <li>Former NSA Director Paul Nakasone joined the board in June 2024.</li>
                 </ul>
                 <p>
-                  Note: Leadership can change. There was a significant leadership shuffle in November 2023, with Altman
-                  briefly removed and then reinstated with a new initial board.
+                  Note: OpenAI underwent a significant leadership event in November 2023, with Altman's brief removal and subsequent reinstatement. [1] The leadership structure continues to evolve as the company scales. [15, 32]
                 </p>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-models" id="card-openai-models">
+            <div class="info-card type-models" id="card-openai-models"> <!-- Enhanced to include Products -->
               <div class="card-body">
-                <h5><i class="bi bi-boxes"></i> Flagship Models & Products</h5>
+                <h5><i class="bi bi-boxes"></i> Key Models & Products</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    GPT series (GPT-4, GPT-4o), DALL-E 3 (images), Sora (video), Whisper (speech-to-text),
-                    <a href="https://chat.openai.com" target="_blank" rel="noopener noreferrer">ChatGPT</a> interface.
-                    Recent models like o1 focus on reasoning. Access models via the
-                    <a href="https://platform.openai.com" target="_blank" rel="noopener noreferrer">OpenAI API</a>. [6,
-                    10, 25, 40, 43]
+                    Known for the GPT series (GPT-4, GPT-4o, GPT-4.1), DALL-E 3 (image generation), Sora (text-to-video), Whisper (speech-to-text), and reasoning-focused models like the o-series (o1, o3, o3-mini) and Deep Research. [1] Products include
+                    <a href="https://chat.openai.com" target="_blank" rel="noopener noreferrer">ChatGPT</a> (free, Plus, Team, Enterprise), and the
+                    <a href="https://platform.openai.com" target="_blank" rel="noopener noreferrer">OpenAI API</a> for developers. [11]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -753,48 +742,45 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseOpenAIModels">
-                <h6>Prominent Models</h6>
+                <h6>Prominent AI Models</h6>
                 <ul>
                   <li>
-                    <strong>GPT Series (Generative Pre-trained Transformer):</strong>
+                    <strong>GPT (Generative Pre-trained Transformer) Series:</strong>
                     <ul>
                       <li><code>GPT-3.5</code>: Powers many applications and the free version of ChatGPT.</li>
-                      <li>
-                        <code>GPT-4</code>: Highly capable model with improved reasoning, creativity, and longer
-                        context.
-                      </li>
-                      <li>
-                        <code>GPT-4o ("omni")</code>: Latest flagship (as of May 2024), enhanced multimodality (text,
-                        audio, vision), speed, and interaction capabilities.
-                      </li>
-                      <li><code>o1</code>: A model focused on enhanced reasoning capabilities.</li>
-                      <li>Development pipeline includes models like <code>o3</code> and <code>o4-mini</code>.</li>
+                      <li><code>GPT-4</code>: Highly capable model with strong reasoning, creativity, and multimodal input (text, image).</li>
+                      <li><code>GPT-4o ("omni")</code>: Flagship multimodal model (text, audio, vision) announced May 2024, known for enhanced speed, cost-effectiveness, and interactive capabilities. [11]</li>
+                      <li><code>GPT-4.1</code>, <code>GPT-4.1 mini</code>, <code>GPT-4.1 nano</code>: Newer iterations released in April 2025, offering varied performance and efficiency. [1]</li>
                     </ul>
                   </li>
-                  <li>
-                    <strong>DALL-E Series (e.g., DALL-E 3):</strong> AI system creating realistic images and art from
-                    natural language.
+                   <li>
+                    <strong>o-Series (Reasoning Models):</strong>
+                    <ul>
+                        <li><code>o1</code>: Focused on enhanced reasoning capabilities. [11]</li>
+                        <li><code>o3</code> & <code>o3-mini</code>: Successors to o1, with further improvements in reasoning and problem-solving, released to paid users in April 2025. [1]</li>
+                    </ul>
                   </li>
-                  <li><strong>Sora:</strong> AI model generating realistic and imaginative video scenes from text.</li>
-                  <li><strong>Whisper:</strong> Versatile speech recognition (ASR) and translation model.</li>
+                  <li><strong>DALL-E 3:</strong> Advanced AI system creating realistic images and art from natural language descriptions. [1]</li>
+                  <li><strong>Sora:</strong> Text-to-video model capable of generating realistic and imaginative video scenes. [1, 11] Access expanded to ChatGPT Plus/Pro users (late 2024).</li>
+                  <li><strong>Whisper:</strong> Versatile speech recognition (ASR) and translation model. [1]</li>
+                  <li><strong>Deep Research:</strong> An agent leveraging o3 for extensive web browsing, data analysis, and report synthesis. [1]</li>
                 </ul>
-                <h6>Access & Products</h6>
+                <h6>Key Products & Platforms</h6>
                 <ul>
                   <li>
                     <span class="term"
                       ><a href="https://chat.openai.com" target="_blank" rel="noopener noreferrer">ChatGPT</a>:</span
                     >
-                    Conversational AI interface (free, Plus, Team, Enterprise tiers).
+                    Conversational AI interface available in free, Plus, Team, and Enterprise tiers, offering access to various models. [11]
                   </li>
                   <li>
                     <span class="term"
-                      ><a href="https://platform.openai.com" target="_blank" rel="noopener noreferrer">OpenAI API</a
-                      >:</span
+                      ><a href="https://platform.openai.com" target="_blank" rel="noopener noreferrer">OpenAI API</a>:</span
                     >
-                    Allows developer integration of models into applications. Includes new Responses API and Agents SDK
-                    for building AI agents. [6, 10, 25, 40, 43]
+                    Allows developers to integrate OpenAI's models into their own applications and services. Includes tools like the Responses API and Agents SDK for building AI agents (announced March 2025). [11]
                   </li>
-                  <li>Partnerships (e.g., Microsoft Azure, Apple Intelligence).</li>
+                  <li><strong>Specialized Enterprise Solutions:</strong> Tailored offerings for business customers.</li>
+                  <li><strong>Partnerships:</strong> Strategic collaborations, notably with Microsoft for Azure cloud services and distribution [1, 12, 20], and Apple for integrating ChatGPT into Apple Intelligence (announced June 2024).</li>
                 </ul>
               </div>
             </div>
@@ -805,8 +791,7 @@
                 <h5><i class="bi bi-bullseye"></i> AGI/ASI Goals & Approach</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Explicitly aims to build Artificial General Intelligence (AGI) that is safe and beneficial. Pursues
-                    this through scaling models and iterative deployment.
+                    OpenAI explicitly aims to build Artificial General Intelligence (AGI) that is safe and benefits all of humanity. [1] Their approach involves scaling deep learning models, iterative deployment, and dedicated safety research.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -820,27 +805,19 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseOpenAIAGI">
-                <h6>Stated Ambition</h6>
+                <h6>Stated Ambition & Strategy</h6>
                 <ul>
                   <li>
-                    <strong>Core Mission:</strong> The development of AGI is central to OpenAI's charter. Defines AGI as
-                    "highly autonomous systems that outperform humans at most economically valuable work."
+                    <strong>Core Mission:</strong> The development of AGI is central to OpenAI's charter. [1] They define AGI as "highly autonomous systems that outperform humans at most economically valuable work." [1]
                   </li>
                   <li>
-                    <strong>Safety Emphasis:</strong> AGI development is coupled with a strong focus on ensuring
-                    alignment with human values and intentions, and responsible power usage. This includes the
-                    "Preparedness Framework" and past projects like Superalignment (though the specific team saw
-                    departures).
+                    <strong>Safety as a Priority:</strong> AGI development is pursued with a strong emphasis on alignment with human values and intentions. [13] OpenAI has a "Preparedness Framework" to evaluate and mitigate catastrophic risks from advanced AI.
                   </li>
                   <li>
-                    <strong>Path to AGI:</strong> Primarily through scaling current deep learning architectures
-                    (transformers), combined with new research breakthroughs and continuous safety improvements.
-                    Iterative deployment of more capable systems is a key part of the strategy.
+                    <strong>Path to AGI:</strong> Primarily involves scaling current deep learning architectures (like Transformers), complemented by research into new architectures, algorithms, and continuous safety improvements. Iterative deployment of increasingly capable systems is a key part of this strategy. [13]
                   </li>
                   <li>
-                    <strong>ASI Considerations:</strong> Acknowledges the potential for Artificial Superintelligence
-                    (ASI) beyond AGI and the profound societal implications, emphasizing the need for careful management
-                    and governance.
+                    <strong>ASI Considerations:</strong> OpenAI acknowledges the potential for Artificial Superintelligence (ASI) beyond AGI and the profound societal implications, stressing the need for careful governance and global cooperation.
                   </li>
                 </ul>
               </div>
@@ -852,8 +829,7 @@
                 <h5><i class="bi bi-piggy-bank"></i> Funding & Valuation</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Substantial backing from Microsoft (~$13B). Raised $6.6B in Oct 2024 (valuing at $157B) and reported
-                    talks for $40B in Apr 2025 (valuing at $300B). [3, 13, 23]
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -867,30 +843,24 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseOpenAIFunding">
-                <h6>Key Investments</h6>
+                <h6>Key Investments & Financials</h6>
                 <ul>
                   <li>
-                    <strong>Microsoft Partnership:</strong> Multi-year, multi-billion dollar investment (reportedly
-                    around $13 billion total), including significant Azure cloud computing resources. Microsoft is
-                    entitled to a share of profits from OpenAI's for-profit arm. [23]
+                    <strong>Microsoft Partnership:</strong> A multi-year, multi-billion dollar investment (around $13 billion reported) providing crucial funding and Azure cloud computing resources. Microsoft is entitled to a significant share of profits from OpenAI's for-profit arm. [1, 12, 14, 20]
                   </li>
-                  <li>
-                    <strong>October 2024 Round:</strong> Secured $6.6 billion, valuing OpenAI at $157 billion. Major
-                    investors included Microsoft, Nvidia, and SoftBank. [3, 13]
+                   <li>
+                    <strong>April 2025 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]
                   </li>
                   <li>
-                    <strong>April 2025 Round:</strong> Reported talks to raise up to $40 billion at a $300 billion
-                    post-money valuation, potentially led by SoftBank, with participation from Microsoft, Coatue,
-                    Altimeter, and Thrive Capital. This would mark one of the largest private technology deals.
+                    <strong>October 2024 Valuation:</strong> Valued at $157 billion during a previous funding phase. [8]
                   </li>
                   <li>
-                    <strong>Early Backers:</strong> Initial funding came from Sam Altman, Greg Brockman, Elon Musk, Reid
-                    Hoffman, Peter Thiel, AWS, Infosys, and YC Research.
+                    <strong>Projected Revenue & 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]
                   </li>
-                  <li>
-                    <strong>Path to Profitability:</strong> Reports suggest some funding tranches are contingent on
-                    OpenAI transitioning to a more conventional for-profit structure. [13]
+                   <li>
+                    <strong>Early Backers:</strong> Initial support came from Sam Altman, Greg Brockman, Elon Musk, Reid Hoffman, Peter Thiel, and others. [1]
                   </li>
+                  <li><strong>Stargate Project:</strong> A significant portion of new funding is reportedly allocated to "Stargate," a joint supercomputer project with SoftBank and Oracle. [10]</li>
                 </ul>
               </div>
             </div>
@@ -901,9 +871,8 @@
                 <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    GPT-4o launch, Sora video model access expanded, o1 reasoning model. New Responses API and Agents
-                    SDK. Apple partnership. Major funding rounds. Stay updated via their
-                    <a href="https://openai.com/blog" target="_blank" rel="noopener noreferrer">blog</a>.
+                    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
+                    <a href="https://openai.com/blog" target="_blank" rel="noopener noreferrer">blog</a>. [11]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -917,34 +886,28 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseOpenAIDevelopments">
-                <h6>Key Announcements</h6>
+                <h6>Key Announcements & Activities</h6>
                 <ul>
                   <li>
-                    <strong>Model Releases:</strong> GPT-4o (May 2024) as new flagship. Sora text-to-video model made
-                    available to ChatGPT Plus/Pro users (Dec 2024). OpenAI o1 reasoning model launched (Dec 2024).
-                    Preview of o3 models.
+                    <strong>Model Releases & Enhancements:</strong> GPT-4o (May 2024) as new flagship multimodal model. [11] Sora text-to-video model access expanded. Reasoning models o1, o3, and o3-mini released/previewed. [1, 11] GPT-4.1, GPT-4.1 mini, and GPT-4.1 nano launched (April 2025). [1] Deep Research agent unveiled (Feb 2025). [1]
                   </li>
                   <li>
-                    <strong>Product Enhancements:</strong> ChatGPT Pro introduced ($200/month with o1 access). New image
-                    generation capabilities in API (Apr 2025).
+                    <strong>Developer Tools:</strong> New Responses API and Agents SDK announced (March 2025) to aid in building AI agents.
                   </li>
                   <li>
-                    <strong>Developer Tools:</strong> New Responses API and Agents SDK for building AI agents, aiming to
-                    simplify agentic AI development (Mar 2025).
+                    <strong>Partnerships & Integrations:</strong> Integration of ChatGPT into Apple Intelligence (announced June 2024). Ongoing strong partnership with Microsoft Azure. [1, 12, 20] Agreement with CoreWeave for AI infrastructure (March 2025). [1]
                   </li>
                   <li>
-                    <strong>Partnerships:</strong> Integration of ChatGPT into Apple Intelligence (announced June 2024).
+                    <strong>Funding & 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]
                   </li>
                   <li>
-                    <strong>Corporate:</strong> Major funding rounds (Oct 2024, Apr 2025). [3, 13] Acquired domain
-                    Chat.com. Some high-profile departures and new board members (e.g., former NSA head Paul Nakasone).
+                    <strong>Leadership & Board:</strong> Fidji Simo announced as CEO of Applications (May 2025). [15] Former NSA Director Paul Nakasone joined the Board of Directors (June 2024). Other leadership roles expanded (March 2025). [13]
                   </li>
-                  <li><strong>Safety Framework:</strong> Updated Preparedness Framework (Apr 2025).</li>
+                  <li><strong>Safety Framework:</strong> Continued updates to its Preparedness Framework for assessing and mitigating AI risks.</li>
                 </ul>
               </div>
             </div>
           </div>
-          <!-- Removed Key Links card for OpenAI -->
         </div>
       </div>
 
@@ -959,27 +922,26 @@
                 <div class="card-content-wrapper">
                   <ul class="key-info-list">
                     <li>
-                      <strong>Founded:</strong> DeepMind Technologies in 2010 (merged with Google Brain in April 2023 to
-                      form Google DeepMind). [1]
+                      <strong>Formed:</strong> April 2023, through the merger of DeepMind Technologies (founded 2010) and Google Brain. [2, 35]
                     </li>
-                    <li><strong>Founders (DeepMind):</strong> Demis Hassabis, Shane Legg, Mustafa Suleyman. [1]</li>
-                    <li><strong>Headquarters:</strong> London, UK (with global research centres). [1]</li>
-                    <li><strong>Parent Company:</strong> Alphabet Inc. (Market Cap of Alphabet is relevant). [1]</li>
-                    <li><strong>Flagship Models:</strong> Gemini family (1.5 Pro, Ultra, Nano), Gemma. [42]</li>
+                    <li><strong>Founders (DeepMind):</strong> Demis Hassabis, Shane Legg, Mustafa Suleyman. [2, 18]</li>
+                    <li><strong>Headquarters:</strong> London, UK (with global research centres including USA, Canada, France, Germany, Switzerland). [2]</li>
+                    <li><strong>Parent Company:</strong> Alphabet Inc. [2]</li>
+                    <li><strong>Flagship Models:</strong> Gemini family (e.g., Gemini 2.0 Flash, 1.5 Pro, Ultra, Nano), Gemma (open models), Veo (video). [2, 41]</li>
                     <li>
-                      <strong>Main Products/Technologies:</strong> AlphaFold, Imagen, Lyria, RoboCat, contributions to
-                      Google products (Search, Cloud AI, Android). [1, 44]
+                      <strong>Main Products/Technologies:</strong> AlphaFold (protein folding), AlphaGo/AlphaZero (games), Imagen (text-to-image), Lyria (text-to-music), GNoME (materials science), Project Astra (universal AI assistant). [2, 28] Powers many Google products (Search, Cloud AI, Android, Vertex AI, Gemini App). [41]
                     </li>
                     <li>
                       <strong>Official Website:</strong>
-                      <a href="https://deepmind.google" target="_blank" rel="noopener noreferrer">deepmind.google</a>
+                      <a href="https://deepmind.google" target="_blank" rel="noopener noreferrer">deepmind.google</a> [2]
                     </li>
                     <li>
-                      <strong>Documentation:</strong> Primarily via
+                      <strong>Research & Publications:</strong> Primarily via
+                      <a href="https://deepmind.google/research/publications/" target="_blank" rel="noopener noreferrer"
+                        >deepmind.google/research/publications/</a
+                      > and
                       <a href="https://ai.google/research/pubs" target="_blank" rel="noopener noreferrer"
-                        >ai.google/research/pubs</a
-                      >
-                      and specific product docs (e.g., Vertex AI).
+                        >ai.google/research/pubs</a>. [42, 43]
                     </li>
                   </ul>
                 </div>
@@ -992,8 +954,7 @@
                 <h5><i class="bi bi-flag-fill"></i> Origin & Structure</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    DeepMind founded 2010 to "solve intelligence." Acquired by Google 2014. Merged with Google Brain in
-                    April 2023 to form Google DeepMind under Alphabet Inc. [1, 44]
+                    DeepMind Technologies was founded in London in 2010 with the goal to "solve intelligence." [2, 18, 35] Google acquired it in 2014. [2, 17, 26, 29] In April 2023, DeepMind merged with the Google Brain team to form Google DeepMind, a unified AI division within Alphabet Inc. [2, 28, 35]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1010,22 +971,16 @@
                 <h6>Key Milestones</h6>
                 <ul>
                   <li>
-                    <strong>DeepMind Technologies (2010):</strong> Founded in London by Demis Hassabis, Shane Legg, and
-                    Mustafa Suleyman. Goal: "Solve intelligence" and use it to make the world better. [1]
+                    <strong>DeepMind Technologies (2010):</strong> Founded in London by Demis Hassabis, Shane Legg, and Mustafa Suleyman with the ambitious mission to understand and build artificial general intelligence. [2, 18, 28]
                   </li>
                   <li>
-                    <strong>Google Acquisition (2014):</strong> Acquired by Google for a reported $400-$650 million,
-                    operating with significant research autonomy. An ethics board was part of the acquisition terms. [1,
-                    38]
+                    <strong>Google Acquisition (2014):</strong> Acquired by Google for a reported sum between $400 million and $650 million, operating with considerable research autonomy. [2, 17, 26, 29, 33] An ethics board was part of the acquisition terms. [2]
                   </li>
                   <li>
-                    <strong>Google Brain:</strong> A separate leading AI research team within Google, known for
-                    TensorFlow, Transformers, and other breakthroughs. [44]
+                    <strong>Google Brain:</strong> A separate, highly influential AI research team within Google, responsible for breakthroughs like TensorFlow and significant contributions to Transformer architectures. [2]
                   </li>
                   <li>
-                    <strong>Google DeepMind (April 2023):</strong> Formal merger of DeepMind and the Google Brain team,
-                    consolidating Google's AI research under Demis Hassabis's leadership as CEO of Google DeepMind. Part
-                    of Alphabet Inc. [1, 44]
+                    <strong>Google DeepMind (April 2023):</strong> The formal consolidation of DeepMind and the Google Brain team, bringing together Google's AI research efforts under the leadership of Demis Hassabis as CEO of Google DeepMind, a subsidiary of Alphabet Inc. [2, 28, 35]
                   </li>
                 </ul>
               </div>
@@ -1037,11 +992,10 @@
                 <h5><i class="bi bi-lightbulb-fill"></i> Philosophy & Approach</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Science-led approach to AGI, emphasizing fundamental research (see their
+                    Google DeepMind pursues a science-led approach to AGI, emphasizing fundamental research and responsible AI development. [35] They aim to apply AI to solve major scientific and societal challenges, guided by Google's AI Principles. Explore their
                     <a href="https://deepmind.google/research/publications/" target="_blank" rel="noopener noreferrer"
                       >publications</a
-                    >), responsible AI development (guided by Google's AI Principles), and applying AI to global
-                    scientific and societal challenges. [44]
+                    >. [42]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1058,23 +1012,18 @@
                 <h6>Core Beliefs & Strategy</h6>
                 <ul>
                   <li>
-                    <strong>Solving Intelligence:</strong> A long-term commitment to understanding and building AGI.
-                    [44]
+                    <strong>Solving Intelligence:</strong> A long-term, foundational commitment to understanding and building AGI. [35]
                   </li>
                   <li>
-                    <strong>Science & Research Driven:</strong> Strong emphasis on publishing research, advancing the
-                    field through scientific discovery, and tackling grand scientific challenges (e.g., protein folding
-                    with AlphaFold, fusion energy, materials science with GNoME). [1, 44]
+                    <strong>Science & Research Driven:</strong> Strong emphasis on pioneering research, publishing extensively, and tackling grand scientific challenges like protein folding (AlphaFold), fusion energy control, and materials discovery (GNoME). [2, 28]
                   </li>
                   <li>
-                    <strong>Responsible Innovation:</strong> Adherence to Google's AI Principles, with a focus on
-                    safety, ethics, fairness, transparency, and societal benefit. Includes a dedicated Responsibility &
-                    Safety team.
+                    <strong>Responsible Innovation:</strong> Adherence to Google's AI Principles, focusing on safety, ethics, fairness, transparency, and societal benefit. This includes a dedicated Responsibility & Safety team and ongoing ethics research. [2]
                   </li>
                   <li>
-                    <strong>Real-world Impact:</strong> Aiming to translate AI breakthroughs into applications that
-                    benefit humanity, from scientific tools to enhancing Google products.
+                    <strong>Real-world Impact:</strong> Aims to translate AI breakthroughs into applications that benefit humanity, from scientific tools to enhancing Google's suite of products and services.
                   </li>
+                  <li><strong>Interdisciplinary Approach:</strong> Combines insights from machine learning, neuroscience, engineering, mathematics, and simulation. [28, 35]</li>
                 </ul>
               </div>
             </div>
@@ -1084,7 +1033,7 @@
               <div class="card-body">
                 <h5><i class="bi bi-person-badge"></i> Leadership</h5>
                 <div class="card-content-wrapper">
-                  <p class="summary">Led by co-founder and CEO Demis Hassabis. Lila Ibrahim serves as COO. [1]</p>
+                  <p class="summary">Led by co-founder and CEO Demis Hassabis. Lila Ibrahim serves as COO. [2] Koray Kavukcuoglu is CTO. [41]</p>
                   <button
                     class="btn btn-sm details-toggle"
                     type="button"
@@ -1097,30 +1046,28 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseDeepMindLeadership">
-                <h6>Key Figures (as of early 2025)</h6>
+                <h6>Key Figures (as of May 2025)</h6>
                 <ul>
                   <li>
-                    <strong>Demis Hassabis:</strong> Co-founder and Chief Executive Officer (CEO) of Google DeepMind.
-                    Also co-founder of Isomorphic Labs. Nobel Laureate 2024 in Chemistry for AlphaFold. [1]
+                    <strong>Demis Hassabis:</strong> Co-founder and Chief Executive Officer (CEO) of Google DeepMind. Co-founder of Isomorphic Labs. Awarded the Nobel Prize in Chemistry 2024 for AlphaFold. [2]
                   </li>
-                  <li><strong>Lila Ibrahim:</strong> Chief Operating Officer (COO). [1]</li>
+                  <li><strong>Lila Ibrahim:</strong> Chief Operating Officer (COO). [2]</li>
+                  <li><strong>Koray Kavukcuoglu:</strong> Chief Technology Officer (CTO). [41]</li>
                   <li>
-                    Shane Legg and Mustafa Suleyman were co-founders of DeepMind. Suleyman left in 2019 and is now CEO
-                    of Microsoft AI. [1]
+                    Co-founders Shane Legg remains with Google DeepMind. Mustafa Suleyman left in 2019, joined Google, and is now CEO of Microsoft AI as of March 2024. [2]
                   </li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-models" id="card-deepmind-models">
+            <div class="info-card type-models" id="card-deepmind-models"> <!-- Enhanced to include Products -->
               <div class="card-body">
-                <h5><i class="bi bi-boxes"></i> Flagship Models & Technologies</h5>
+                <h5><i class="bi bi-boxes"></i> Key Models & Products/Technologies</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Gemini family (1.5 Pro, Ultra, Nano) as the leading multimodal model. [42] Known for AlphaFold,
-                    AlphaGo, Imagen (text-to-image), and Lyria (text-to-music). [1, 44] Explore more at
-                    <a href="https://labs.google/" target="_blank" rel="noopener noreferrer">Google Labs</a>.
+                    Leading with the Gemini family of multimodal models (e.g., Gemini 2.0 Flash, 1.5 Pro for long context, Ultra, Nano). [41] Also offers Gemma open models. [2] Renowned for AlphaFold (biology), AlphaGo/AlphaZero (games), Imagen (image generation), Veo (video generation), and Lyria (music generation). [2, 28] Explore more at
+                    <a href="https://deepmind.google/technologies/" target="_blank" rel="noopener noreferrer">Google DeepMind Technologies</a>.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1134,50 +1081,39 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseDeepMindModels">
-                <h6>Current Flagship</h6>
+                <h6>Flagship Model Families</h6>
                 <ul>
                   <li>
-                    <strong>Gemini:</strong> Google DeepMind's most capable and general multimodal model family. [42]
+                    <strong>Gemini:</strong> Google DeepMind's most capable and general multimodal model family, designed for text, code, image, audio, and video understanding and generation.
                     <ul>
-                      <li><code>Gemini 1.5 Pro</code>: State-of-the-art performance with a long context window.</li>
-                      <li><code>Gemini Ultra</code>: Largest and most capable model for highly complex tasks.</li>
-                      <li><code>Gemini Nano</code>: Efficient model for on-device tasks.</li>
-                      <li>
-                        Powers features in Google Search, Google Assistant, Google Cloud AI (Vertex AI), Android, and
-                        experimental products like Project Astra.
-                      </li>
+                      <li><code>Gemini 2.0 Flash (experimental)</code>: Latest iteration (Dec 2024) focusing on low latency and enhanced performance for agentic capabilities. [41]</li>
+                      <li><code>Gemini 1.5 Pro</code>: Known for its state-of-the-art performance and very long context window (e.g., up to 1 million tokens).</li>
+                      <li><code>Gemini Ultra</code>: The largest and most capable model for highly complex tasks.</li>
+                      <li><code>Gemini Nano</code>: Efficient model designed for on-device tasks.</li>
+                      <li>Powers features in Google Search, Gemini App (formerly Bard), Google Cloud AI (Vertex AI), Android, and experimental products like Project Astra. [41]</li>
                     </ul>
                   </li>
                   <li>
-                    <strong>Gemma:</strong> Family of lightweight, state-of-the-art open models built from the same
-                    research and technology used to create Gemini models. [42]
+                    <strong>Gemma:</strong> A family of lightweight, state-of-the-art open models built from the same research and technology used for Gemini.
                   </li>
                 </ul>
-                <h6>Groundbreaking AI Systems</h6>
+                <h6>Groundbreaking AI Systems & Technologies</h6>
                 <ul>
-                  <li>
-                    <strong>AlphaGo / AlphaZero:</strong> Defeated world champion Go player; generalized to master chess
-                    and shogi from self-play. [1, 44]
-                  </li>
-                  <li>
-                    <strong>AlphaFold:</strong> Revolutionized biology by accurately predicting protein structures for
-                    nearly all known proteins. [1, 44]
-                  </li>
-                  <li><strong>Imagen:</strong> Advanced text-to-image diffusion model.</li>
-                  <li><strong>Lyria:</strong> Text-to-music generation model.</li>
-                  <li>
-                    <strong>GNoME (Graph Networks for Materials Exploration):</strong> Discovered millions of new stable
-                    crystalline materials.
-                  </li>
-                  <li>Contributions to core technologies like Transformers.</li>
+                  <li><strong>AlphaFold:</strong> Revolutionized biology by accurately predicting 3D protein structures for nearly all known proteins, with data publicly available. [2, 28]</li>
+                  <li><strong>AlphaGo / AlphaZero:</strong> AI systems that mastered complex board games like Go, chess, and shogi through self-play and reinforcement learning, defeating world champions. [2, 18]</li>
+                  <li><strong>Imagen:</strong> Advanced text-to-image diffusion model series.</li>
+                  <li><strong>Veo:</strong> High-quality text-to-video generation model; Veo 2 released Dec 2024. [2]</li>
+                  <li><strong>Lyria:</strong> Text-to-music generation model, available in preview on Vertex AI. [2]</li>
+                  <li><strong>GNoME (Graph Networks for Materials Exploration):</strong> AI tool that discovered millions of new stable crystalline materials. [2]</li>
+                  <li><strong>Project Astra:</strong> Research initiative focused on building universal AI assistants with multimodal understanding and real-time interaction. [40, 41]</li>
+                  <li>Contributions to core AI technologies like Transformers and reinforcement learning.</li>
                 </ul>
-                <h6>Integration</h6>
+                <h6>Product Integration & Platforms</h6>
                 <p>
-                  AI research and models are deeply integrated into Google's products (Search, Ads, Cloud, Android,
-                  Pixel, Photos, Workspace) and power new experimental AI experiences. Follow their progress on the
+                  Google DeepMind's research and models are deeply integrated into Google's product ecosystem, including Google Search, Google Assistant, Google Photos, Google Workspace, Pixel devices, and provide foundational models for Google Cloud AI (Vertex AI). Follow their progress on the
                   <a href="https://deepmind.google/blog" target="_blank" rel="noopener noreferrer"
                     >Google DeepMind Blog</a
-                  >.
+                  >. [42]
                 </p>
               </div>
             </div>
@@ -1188,8 +1124,7 @@
                 <h5><i class="bi bi-bullseye"></i> AGI/ASI Goals & Approach</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    AGI is the foundational long-term research goal ("solve intelligence"). [1, 44] Pursued via
-                    scientific breakthroughs, responsible development, and scaling general-purpose systems.
+                    The foundational long-term research goal is to "solve intelligence," culminating in AGI. [2, 35] This is pursued through scientific breakthroughs, responsible development, and scaling general-purpose systems like Gemini.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1206,27 +1141,19 @@
                 <h6>Approach to Advanced AI</h6>
                 <ul>
                   <li>
-                    <strong>Long-term Aspiration:</strong> The original and ongoing mission is to "solve intelligence,"
-                    culminating in AGI. [1, 44] Demis Hassabis believes AGI could arrive this decade.
+                    <strong>Long-term Aspiration:</strong> The original and ongoing mission is to achieve AGI. [2, 35] Demis Hassabis has suggested AGI could be developed within the next decade.
                   </li>
                   <li>
-                    <strong>Responsible & Safe AGI:</strong> Strong emphasis on developing AGI safely and ethically,
-                    ensuring it is beneficial and controllable. This includes research into alignment, governance, and
-                    societal impact, guided by Google's AI Principles.
+                    <strong>Responsible & Safe AGI:</strong> A strong emphasis is placed on developing AGI safely and ethically, ensuring it is beneficial and controllable. This includes research into AI alignment, governance, and societal impact, guided by Google's AI Principles and a dedicated ethics team. [2]
                   </li>
                   <li>
-                    <strong>Pathways:</strong> Focus on areas like reinforcement learning, neuroscience-inspired AI,
-                    large-scale multimodal modeling, and developing more general and capable systems like Gemini.
-                    Project Astra explores universal AI assistants.
+                    <strong>Pathways to AGI:</strong> Focus areas include reinforcement learning, neuroscience-inspired AI, large-scale multimodal modeling (e.g., Gemini), and developing more general and capable agentic systems (e.g., Project Astra, experimental agents in games with Gemini 2.0). [41]
                   </li>
                   <li>
-                    <strong>Scientific Application for Progress:</strong> Belief that tackling complex scientific
-                    problems (like AlphaFold) drives progress towards more general intelligence and demonstrates AI's
-                    potential benefits. [1, 44]
+                    <strong>Scientific Application for Progress:</strong> Belief that tackling complex scientific problems (like AlphaFold for protein folding or GNoME for materials science) drives progress towards more general intelligence and demonstrates AI's potential benefits. [2, 28]
                   </li>
                   <li>
-                    <strong>Societal Readiness:</strong> Hassabis has expressed concerns that society may not be ready
-                    for AGI and advocates for international cooperation and standards.
+                    <strong>Societal Readiness & Governance:</strong> Hassabis has expressed the need for societal preparedness for AGI and advocates for international cooperation and standards in AI development.
                   </li>
                 </ul>
               </div>
@@ -1238,8 +1165,7 @@
                 <h5><i class="bi bi-piggy-bank"></i> Funding & Resources</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Operates as a subsidiary of Alphabet Inc. (Google), with access to its extensive resources. [1]
-                    Original acquisition in 2014. [1, 38]
+                    As a subsidiary of Alphabet Inc., Google DeepMind has access to Alphabet's extensive financial, computational (including Google's custom TPUs), and data resources. [2] The original DeepMind acquisition by Google in 2014 was reportedly $400-$650M. [2, 17, 26, 29]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1256,23 +1182,16 @@
                 <h6>Resource Allocation</h6>
                 <ul>
                   <li>
-                    <strong>Subsidiary of Alphabet:</strong> As part of Google (Alphabet Inc.), Google DeepMind has
-                    access to vast computational resources, infrastructure, and funding. Specific internal budget
-                    allocations are not typically public. [1]
+                    <strong>Subsidiary of Alphabet:</strong> Benefits from Alphabet's significant R&D budget and infrastructure, including vast computing power (CPUs, GPUs, and Google's own Tensor Processing Units - TPUs) and large datasets. Specific internal budget allocations are not typically made public. [2]
                   </li>
                   <li>
-                    <strong>Original Acquisition:</strong> Acquired by Google in 2014 for a sum reported to be between
-                    $400 million and $650 million. [1, 38]
+                    <strong>Original Acquisition Value:</strong> DeepMind Technologies was acquired by Google in 2014 for a sum reported to be between $400 million and $650 million. [2, 17, 26, 29, 33]
                   </li>
                   <li>
-                    <strong>Google.org Support:</strong> Google.org has committed funds (e.g., $20 million in Nov 2024)
-                    to support external academic and nonprofit organizations using AI for science, often in
-                    collaboration with Google DeepMind expertise.
+                    <strong>Google.org Support:</strong> Google's philanthropic arm, Google.org, has committed funds (e.g., $20 million in Nov 2024) to support external academic and non-profit organizations using AI for science, often leveraging Google DeepMind's expertise.
                   </li>
                   <li>
-                    <strong>Isomorphic Labs:</strong> A separate Alphabet company, also led by Demis Hassabis and built
-                    on AlphaFold's success for drug discovery, raised $600 million in external funding in early 2025,
-                    demonstrating investor interest in DeepMind-related ventures.
+                    <strong>Isomorphic Labs:</strong> A sister company under Alphabet, also led by Demis Hassabis, focuses on AI for drug discovery, building on AlphaFold's success. It raised $600 million in external funding in early 2025.
                   </li>
                 </ul>
               </div>
@@ -1284,8 +1203,7 @@
                 <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Gemini 1.5 Pro advancements, Project Astra reveal (universal AI assistant), Nobel Prize for
-                    AlphaFold work. [1, 42, 44] Gemma open models released. [42] Focus on AI for science.
+                    Release of Gemini 2.0 Flash (experimental, Dec 2024) focusing on agentic capabilities. [41] Ongoing advancements with Gemini 1.5 Pro and its long context window. Project Astra (universal AI assistant) showcased. [40, 41] Demis Hassabis awarded Nobel Prize for AlphaFold. [2] Continued release of Gemma open models. Release of Veo 2 (Dec 2024) and Lyria (preview). [2]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1302,39 +1220,31 @@
                 <h6>Key Announcements & Progress</h6>
                 <ul>
                   <li>
-                    <strong>Gemini Model Suite:</strong> Continued advancements and rollout of Gemini 1.5 Pro with its
-                    large context window and improved capabilities. Integration across Google products. [42]
+                    <strong>Gemini Model Suite Evolution:</strong> Introduction of Gemini 2.0 Flash (experimental) in December 2024, geared towards agentic AI experiences in games and other domains. [41] Continued enhancements and integration of Gemini 1.5 Pro and other variants across Google products and Vertex AI.
                   </li>
                   <li>
-                    <strong>Gemma Open Models:</strong> Release of Gemma, a family of lightweight, state-of-the-art open
-                    models. [42]
+                    <strong>Gemma Open Models:</strong> Continued development and release of Gemma, a family of lightweight, open models derived from Gemini research.
                   </li>
                   <li>
-                    <strong>Project Astra:</strong> Showcased progress on a universal AI assistant capable of multimodal
-                    understanding and interaction.
+                    <strong>Project Astra:</strong> Significant progress showcased on a universal AI assistant capable of real-time multimodal understanding and interaction. [40, 41]
                   </li>
                   <li>
-                    <strong>Nobel Prize:</strong> Demis Hassabis and John Jumper awarded the 2024 Nobel Prize in
-                    Chemistry for their work on AlphaFold. [1]
+                    <strong>Nobel Prize Recognition:</strong> Demis Hassabis (CEO) and John Jumper (Senior Staff Research Scientist) were awarded the 2024 Nobel Prize in Chemistry for their groundbreaking work on AlphaFold. [2]
                   </li>
                   <li>
-                    <strong>AI for Science:</strong> Continued breakthroughs in applying AI to scientific discovery,
-                    including materials science (GNoME), weather forecasting, and fusion research. Google.org funding
-                    for AI in science.
+                    <strong>AI for Science:</strong> Ongoing breakthroughs in applying AI to scientific discovery, including materials science (GNoME), weather forecasting, and fusion research. [2]
                   </li>
                   <li>
-                    <strong>Responsible AI:</strong> Ongoing work on AI safety, ethics, and governance, including
-                    contributions to international discussions and standards.
+                    <strong>Multimodal Generation:</strong> Release of Veo 2 (video generation, Dec 2024) and Lyria (text-to-music, available in preview on Vertex AI). [2]
                   </li>
                   <li>
-                    <strong>Lyria & Imagen:</strong> Continued development and integration of text-to-music (Lyria) and
-                    text-to-image (Imagen 2 & 3) models. [44]
+                    <strong>Responsible AI:</strong> Continued focus on AI safety, ethics, and governance, contributing to global discussions and standards.
                   </li>
+                   <li><strong>Isomorphic Labs Progress:</strong> Sister company Isomorphic Labs, leveraging DeepMind's AI for drug discovery, secured $600 million in external funding in early 2025.</li>
                 </ul>
               </div>
             </div>
           </div>
-          <!-- Removed Key Links card for Google DeepMind -->
         </div>
       </div>
 
@@ -1350,16 +1260,15 @@
                   <ul class="key-info-list">
                     <li>
                       <strong>Founded:</strong> 2021, by Dario Amodei, Daniela Amodei, Tom Brown, Chris Olah, Sam
-                      McCandlish, Jack Clark, Jared Kaplan.
+                      McCandlish, Jack Clark, Jared Kaplan, and others.
                     </li>
-                    <li><strong>Headquarters:</strong> San Francisco, California, USA</li>
-                    <li><strong>Valuation:</strong> $61.5 billion (as of March-May 2025). [12, 15, 18, 20, 26]</li>
+                    <li><strong>Headquarters:</strong> San Francisco, California, USA.</li>
+                    <li><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).</li>
                     <li>
-                      <strong>Flagship Models:</strong> Claude 3 family (Opus, Sonnet, Haiku), Claude 3.5 Sonnet. [11,
-                      26]
+                      <strong>Flagship Models:</strong> Claude 3 family (Opus, Sonnet, Haiku), Claude 3.5 Sonnet.
                     </li>
                     <li>
-                      <strong>Main Products:</strong> Claude.ai (chat interface), Anthropic API, models for enterprise.
+                      <strong>Main Products:</strong> Claude.ai (chat interface and workspace), Anthropic API for developers, Claude models for enterprise.
                     </li>
                     <li>
                       <strong>Official Website:</strong>
@@ -1370,7 +1279,6 @@
                       <a href="https://docs.anthropic.com" target="_blank" rel="noopener noreferrer"
                         >docs.anthropic.com</a
                       >
-                      [8, 11, 17, 30]
                     </li>
                   </ul>
                 </div>
@@ -1383,8 +1291,7 @@
                 <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Founded 2021 by former OpenAI researchers, including Dario and Daniela Amodei. Public Benefit
-                    Corporation focused on AI safety.
+                    Founded in 2021 by a group of former senior OpenAI researchers, including siblings Dario Amodei (CEO) and Daniela Amodei (President). Established as a Public Benefit Corporation (PBC) with a primary focus on AI safety and research.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1401,17 +1308,13 @@
                 <h6>Key Details</h6>
                 <ul>
                   <li>
-                    <strong>Founding Team:</strong> Led by siblings Dario Amodei (CEO) and Daniela Amodei (President),
-                    along with other senior members from OpenAI who shared concerns about AI safety and direction.
+                    <strong>Founding Team:</strong> Composed of several ex-OpenAI leaders who shared concerns about the safety and societal impacts of increasingly powerful AI systems. Key founders include Dario Amodei, Daniela Amodei, Tom Brown, Chris Olah, Sam McCandlish, Jack Clark, and Jared Kaplan.
                   </li>
                   <li>
-                    <strong>Motivation:</strong> A desire to conduct AI research with a primary emphasis on safety,
-                    interpretability, and developing AI systems that are helpful, honest, and harmless.
+                    <strong>Core Motivation:</strong> A desire to conduct AI research with an explicit and primary emphasis on safety, interpretability, and developing AI systems that are "helpful, honest, and harmless."
                   </li>
                   <li>
-                    <strong>Structure:</strong> Established as a Public Benefit Corporation (PBC) to legally embed its
-                    commitment to safety and public benefit alongside its commercial goals. Also has a unique "Long-Term
-                    Benefit Trust" structure for governance.
+                    <strong>Structure:</strong> Incorporated as a Public Benefit Corporation (PBC) to legally codify its commitment to public benefit and AI safety alongside its commercial objectives. Anthropic also has a unique "Long-Term Benefit Trust" designed to ensure its mission endures.
                   </li>
                 </ul>
               </div>
@@ -1420,11 +1323,10 @@
           <div class="col-lg-4 col-md-6">
             <div class="info-card type-philosophy" id="card-anthropic-philosophy">
               <div class="card-body">
-                <h5><i class="bi bi-shield-check"></i> Philosophy: Safety First AI</h5>
+                <h5><i class="bi bi-shield-check"></i> Philosophy: Safety-First AI</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Dedicated to building reliable, interpretable, and steerable AI systems. Pioneered "Constitutional
-                    AI" and "Responsible Scaling Policy." See their
+                    Anthropic is dedicated to building reliable, interpretable, and steerable AI systems. They have pioneered techniques like "Constitutional AI" and maintain a "Responsible Scaling Policy" to guide their development. See their
                     <a href="https://www.anthropic.com/research" target="_blank" rel="noopener noreferrer">research</a>.
                   </p>
                   <button
@@ -1439,25 +1341,20 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseAnthropicPhilosophy">
-                <h6>Core Principles</h6>
+                <h6>Core Principles & Methodologies</h6>
                 <ul>
-                  <li><strong>Helpful, Honest, Harmless:</strong> The guiding principles for their AI assistants.</li>
+                  <li><strong>Helpful, Honest, and Harmless (HHH):</strong> These are the guiding desiderata for the behavior of their AI assistants.</li>
                   <li>
-                    <strong>Constitutional AI:</strong> A technique to train AI models based on a set of principles (a
-                    "constitution") to guide behavior, reducing reliance on human labeling for harmful outputs and
-                    improving steerability.
+                    <strong>Constitutional AI:</strong> A methodology developed by Anthropic to train AI models based on a set of principles (a "constitution") derived from sources like the UN Universal Declaration of Human Rights. This aims to make AI behavior more aligned with human values and less reliant on extensive human labeling for harmful outputs.
                   </li>
                   <li>
-                    <strong>Responsible Scaling Policy (RSP):</strong> A framework outlining safety procedures and
-                    checkpoints to manage risks as AI models become more powerful.
+                    <strong>Responsible Scaling Policy (RSP):</strong> A framework outlining specific safety procedures and readiness levels (ASL-1, ASL-2, ASL-3 etc.) that must be met before developing or deploying more powerful AI models. This is intended to proactively manage risks as AI capabilities increase.
                   </li>
                   <li>
-                    <strong>Interpretability Research:</strong> Focus on understanding the internal workings of AI
-                    models to make them more transparent and trustworthy.
+                    <strong>Interpretability Research:</strong> Significant research effort is dedicated to understanding the internal workings of large language models to make them more transparent, predictable, and trustworthy.
                   </li>
                   <li>
-                    <strong>Iterative Deployment:</strong> Cautious deployment of models to learn and improve safety in
-                    real-world scenarios.
+                    <strong>Cautious and Iterative Deployment:</strong> Anthropic adopts a careful approach to deploying its models, aiming to learn from real-world interactions and continuously improve safety features.
                   </li>
                 </ul>
               </div>
@@ -1469,8 +1366,7 @@
                 <h5><i class="bi bi-person-badge"></i> Leadership</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Co-founded by Dario Amodei (CEO) and Daniela Amodei (President). Comprises many ex-OpenAI safety and
-                    research leads.
+                    Co-founded and led by Dario Amodei (Chief Executive Officer) and Daniela Amodei (President). The leadership team includes many former senior members from OpenAI's safety and research divisions.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1487,30 +1383,27 @@
                 <h6>Key Figures</h6>
                 <ul>
                   <li>
-                    <strong>Dario Amodei:</strong> Co-founder and Chief Executive Officer (CEO). Former VP of Research
-                    at OpenAI.
+                    <strong>Dario Amodei:</strong> Co-founder and Chief Executive Officer (CEO). Formerly VP of Research at OpenAI.
                   </li>
                   <li>
-                    <strong>Daniela Amodei:</strong> Co-founder and President. Former VP of Safety and Policy at OpenAI.
+                    <strong>Daniela Amodei:</strong> Co-founder and President. Formerly VP of Safety and Policy at OpenAI.
                   </li>
                   <li>
-                    Other co-founders include Tom Brown, Chris Olah, Sam McCandlish, Jack Clark, and Jared Kaplan, many
-                    of whom were key figures in research and safety at OpenAI.
+                    Other co-founders with significant roles include Tom Brown (key architect of GPT-3), Chris Olah (interpretability research lead), Jack Clark (policy and communications), Jared Kaplan (scaling laws research), and Sam McCandlish.
                   </li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-models" id="card-anthropic-models">
+            <div class="info-card type-models" id="card-anthropic-models"> <!-- Enhanced to include Products -->
               <div class="card-body">
-                <h5><i class="bi bi-boxes"></i> Flagship Models & Products</h5>
+                <h5><i class="bi bi-boxes"></i> Key Models & Products</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Claude family of models: Claude 3 (Opus, Sonnet, Haiku) and the newer Claude 3.5 Sonnet, known for
-                    performance, long context, and safety. [11, 26] Access them via
-                    <a href="https://claude.ai" target="_blank" rel="noopener noreferrer">Claude.ai</a> or the
-                    <a href="https://console.anthropic.com" target="_blank" rel="noopener noreferrer">API</a>. [8, 30]
+                    The Claude family of large language models is Anthropic's flagship offering. This includes the Claude 3 series (Opus, Sonnet, Haiku) and the newer Claude 3.5 Sonnet (released June 2024). These models are known for strong performance, long context windows, and safety features. Products include the
+                    <a href="https://claude.ai" target="_blank" rel="noopener noreferrer">Claude.ai</a> chat interface and the
+                    <a href="https://console.anthropic.com" target="_blank" rel="noopener noreferrer">Anthropic API</a> for developers and enterprises.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1527,44 +1420,33 @@
                 <h6>Claude Model Family</h6>
                 <ul>
                   <li>
-                    <strong>Claude 3 Series (Released March 2024):</strong> [11, 26]
+                    <strong>Claude 3 Series (Released March 2024):</strong> A suite of models offering different balances of intelligence, speed, and cost.
                     <ul>
-                      <li><code>Opus</code>: Most powerful model for highly complex tasks, top-tier performance.</li>
-                      <li><code>Sonnet</code>: Balanced intelligence and speed, ideal for enterprise workloads.</li>
-                      <li><code>Haiku</code>: Fastest and most compact model for near-instant responsiveness.</li>
-                      <li>
-                        Features: Strong reasoning, improved vision capabilities (multimodal), very long context windows
-                        (up to 200K tokens, with some research indicating 1M+).
-                      </li>
+                      <li><code>Claude 3 Opus</code>: Most powerful model, excelling at highly complex tasks, analysis, and R&D, often outperforming other leading models on benchmarks.</li>
+                      <li><code>Claude 3 Sonnet</code>: Balanced model ideal for enterprise workloads, data processing, and scaled AI deployments, offering strong performance with greater speed than Opus.</li>
+                      <li><code>Claude 3 Haiku</code>: Fastest and most compact model, designed for near-instant responsiveness, customer interactions, and content moderation.</li>
+                      <li>Key features include advanced reasoning, improved vision capabilities (multimodal), very long context windows (200K tokens standard, with some research indicating capabilities up to 1M+ tokens), and reduced rates of hallucination.</li>
                     </ul>
                   </li>
                   <li>
-                    <strong>Claude 3.5 Sonnet (Released June 2024):</strong> A new model in the 3.5 generation,
-                    positioned as faster and more cost-effective than Opus, with strong intelligence and new features
-                    like "Artifacts" for interactive content generation. [26]
+                    <strong>Claude 3.5 Sonnet (Released June 2024):</strong> The first model in the Claude 3.5 generation, positioned as significantly faster and more cost-effective than Claude 3 Opus, with graduate-level reasoning, strong vision capabilities, and new features like "Artifacts" for interactive content generation in the Claude.ai workspace.
                   </li>
                 </ul>
-                <h6>Access & Platform</h6>
+                <h6>Key Products & Platforms</h6>
                 <ul>
                   <li>
-                    <strong>API Access:</strong> Models available via Anthropic's API for developers (<a
-                      href="https://console.anthropic.com"
-                      target="_blank"
-                      rel="noopener noreferrer"
-                      >console.anthropic.com</a
-                    >). [8, 30]
+                    <span class="term"><a href="https://claude.ai" target="_blank" rel="noopener noreferrer">Claude.ai</a>:</span>
+                    Web-based chat interface and workspace for interacting with Claude models, offering free and paid tiers (Claude Pro). Includes features like Artifacts for dynamic content.
                   </li>
                   <li>
-                    <strong>Claude.ai:</strong> Web-based chat interface and workspace (<a
-                      href="https://claude.ai"
-                      target="_blank"
-                      rel="noopener noreferrer"
-                      >claude.ai</a
-                    >).
+                    <span class="term"><a href="https://console.anthropic.com" target="_blank" rel="noopener noreferrer">Anthropic API</a>:</span>
+                    Provides developer access to the Claude model family for integration into custom applications and services. Documentation available at <a href="https://docs.anthropic.com" target="_blank" rel="noopener noreferrer">docs.anthropic.com</a>.
+                  </li>
+                  <li>
+                    <strong>Enterprise Offerings:</strong> Tailored solutions and model access for businesses, emphasizing safety, reliability, and customization.
                   </li>
                   <li>
-                    <strong>Cloud Partnerships:</strong> Available on major cloud platforms like Amazon Bedrock and
-                    Google Cloud Vertex AI. [11]
+                    <strong>Cloud Partnerships:</strong> Claude models are available on major cloud platforms, including Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Azure, expanding accessibility for enterprises.
                   </li>
                 </ul>
               </div>
@@ -1576,8 +1458,7 @@
                 <h5><i class="bi bi-shield-lock-fill"></i> AGI/ASI Goals & Safety</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Views AGI development as a serious endeavor requiring proactive safety measures. Goal is beneficial
-                    AGI, with safety research integrated at every step.
+                    Anthropic views AGI development as a serious undertaking requiring proactive and deeply integrated safety measures. Their goal is to ensure that advanced AI systems are beneficial and steerable, with safety research informing every stage of development.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1594,23 +1475,16 @@
                 <h6>Approach to Advanced AI</h6>
                 <ul>
                   <li>
-                    <strong>Safety-Centric AGI:</strong> While aiming to build highly capable AI, the primary
-                    differentiator is the deep integration of safety research and principles into the development
-                    process from the outset.
+                    <strong>Safety-Centric AGI Development:</strong> While aiming to build highly capable AI, Anthropic's primary differentiator is the profound integration of safety research and principles (like Constitutional AI) directly into the model development process from the outset.
                   </li>
                   <li>
-                    <strong>Proactive Risk Mitigation:</strong> Emphasizes identifying and mitigating potential risks
-                    from advanced AI *before* they become uncontrollable, as outlined in their Responsible Scaling
-                    Policy.
+                    <strong>Proactive Risk Mitigation (RSP):</strong> Their Responsible Scaling Policy (RSP) is a public commitment to a staged approach for developing increasingly powerful models, with specific safety measures and evaluations required at each AI Safety Level (ASL).
                   </li>
                   <li>
-                    <strong>Steerable and Interpretable AI:</strong> Research focuses on making models more
-                    understandable and controllable, allowing their behavior to be reliably guided by human intentions
-                    and principles (e.g., Constitutional AI).
+                    <strong>Steerable and Interpretable AI:</strong> A core research focus is on making AI models more understandable (interpretability) and controllable (steerability), so their behavior can be reliably guided by human intentions and ethical principles.
                   </li>
                   <li>
-                    <strong>Long-Term Benefit:</strong> The overarching goal is to ensure that if and when AGI is
-                    developed, it serves humanity's long-term interests and avoids catastrophic outcomes.
+                    <strong>Long-Term Benefit & Governance:</strong> The overarching goal is to ensure that future AGI systems serve humanity's long-term interests and avoid harmful outcomes. This includes considerations for governance structures, such as their Long-Term Benefit Trust.
                   </li>
                 </ul>
               </div>
@@ -1622,8 +1496,7 @@
                 <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Significant backing from major tech companies like Google and Amazon, and venture capital firms,
-                    totaling billions (approx. $14.3B in commitments). [12, 15, 18, 20, 26]
+                    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).
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1637,24 +1510,23 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseAnthropicFunding">
-                <h6>Key Investments</h6>
+                <h6>Key Investments & Valuation</h6>
                 <ul>
                   <li>
-                    <strong>Google:</strong> Has invested significantly (e.g., a reported $300M initially, with
-                    commitments for up to $2B, with another $550M reported). [20, 26]
+                    <strong>Google:</strong> A significant investor, with initial investments and commitments reportedly up to $2 billion, and an additional $550 million reported. Google Cloud is a key partner.
                   </li>
                   <li>
-                    <strong>Amazon:</strong> Committed up to $4 billion, making AWS its primary cloud provider for
-                    mission-critical workloads. [20, 26]
+                    <strong>Amazon:</strong> Committed up to $4 billion, making AWS Anthropic's primary cloud provider for mission-critical workloads. Amazon Bedrock offers Claude models.
                   </li>
-                  <li><strong>Microsoft:</strong> Reported $2B investment commitment. [26]</li>
+                  <li><strong>Microsoft:</strong> Reported commitment of $2 billion, with Claude models also available on Azure.</li>
                   <li>
-                    <strong>Other Investors:</strong> Include Spark Capital, Salesforce Ventures, Sound Ventures, Menlo
-                    Ventures, SK Telecom, Lightspeed Venture Partners, General Catalyst, Jane Street, Fidelity. [20, 26]
+                    <strong>Other Key Investors:</strong> Include Spark Capital, Salesforce Ventures, Sound Ventures, Menlo Ventures, SK Telecom, Lightspeed Venture Partners, General Catalyst, Jane Street, and Fidelity.
                   </li>
                   <li>
-                    <strong>Total Funding:</strong> Has raised approximately $12.4B to $14.3B in cash and commitments
-                    across multiple rounds. [20, 26]
+                    <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.
+                  </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.
                   </li>
                 </ul>
               </div>
@@ -1666,8 +1538,7 @@
                 <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Launch of Claude 3 model family (Opus, Sonnet, Haiku) in March 2024. [11, 26] Release of Claude 3.5
-                    Sonnet in June 2024. [26] Expanding enterprise adoption. 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. Expanding enterprise adoption and cloud partnerships. Employee share buyback in May 2025 at a reported $61.5B valuation. Check their
                     <a href="https://www.anthropic.com/news" target="_blank" rel="noopener noreferrer">news page</a>.
                   </p>
                   <button
@@ -1685,38 +1556,31 @@
                 <h6>Key Announcements</h6>
                 <ul>
                   <li>
-                    <strong>Claude 3 Model Family (March 2024):</strong> Launch of Opus, Sonnet, and Haiku, setting new
-                    industry benchmarks for intelligence, speed, and vision capabilities. [11, 26]
+                    <strong>Claude 3 Model Family (March 2024):</strong> Introduction of Opus, Sonnet, and Haiku, which set new industry benchmarks for intelligence, speed, vision capabilities, and context window length.
                   </li>
                   <li>
-                    <strong>Claude 3.5 Sonnet (June 2024):</strong> Introduced as their first model in the Claude 3.5
-                    generation, offering improved intelligence, speed, and cost-effectiveness, with new features like
-                    "Artifacts." [26]
+                    <strong>Claude 3.5 Sonnet (June 2024):</strong> Launch of the first model in the Claude 3.5 generation. It offers superior intelligence to Claude 3 Opus at twice the speed, with strong vision understanding and a new "Artifacts" feature in Claude.ai for interactive content creation and editing.
                   </li>
                   <li>
-                    <strong>Responsible Scaling Policy (RSP):</strong> Continued commitment and updates to their RSP,
-                    detailing safety levels and procedures.
+                    <strong>Enterprise Expansion & Cloud Availability:</strong> Focused on increasing enterprise adoption through direct API access and partnerships with major cloud providers like AWS, Google Cloud, and Microsoft Azure.
                   </li>
                   <li>
-                    <strong>Enterprise Expansion:</strong> Focus on making Claude models accessible and useful for
-                    businesses, including partnerships with cloud providers and enterprise software companies.
+                    <strong>Responsible Scaling Policy (RSP) Updates:</strong> Continued commitment and updates to their RSP, detailing safety levels and procedures for developing more advanced AI.
                   </li>
                   <li>
-                    <strong>Research Publications:</strong> Ongoing release of research papers on AI safety,
-                    interpretability, and model capabilities. Available at
+                    <strong>Research Publications:</strong> Ongoing release of influential research papers on AI safety, interpretability (e.g., dictionary learning for discovering features in models), and model capabilities, available at
                     <a href="https://www.anthropic.com/research" target="_blank" rel="noopener noreferrer"
                       >anthropic.com/research</a
                     >.
                   </li>
                   <li>
-                    <strong>Employee Share Buyback (May 2025):</strong> Announced at a $61.5 billion valuation. [12, 15,
-                    26]
+                    <strong>Valuation Growth:</strong> Employee share buyback reported in May 2025 valued the company at approximately $61.5 billion.
                   </li>
+                   <li><strong>Claude Pro and Team Plans:</strong> Introduced subscription plans for Claude.ai offering higher usage limits and access to the latest models.</li>
                 </ul>
               </div>
             </div>
           </div>
-          <!-- Removed Key Links card for Anthropic -->
         </div>
       </div>
 
@@ -1730,34 +1594,29 @@
                 <h5><i class="bi bi-info-circle-fill"></i> Key Information</h5>
                 <div class="card-content-wrapper">
                   <ul class="key-info-list">
-                    <li><strong>Founded:</strong> Facebook AI Research (FAIR) in 2013.</li>
+                    <li><strong>Roots:</strong> Facebook AI Research (FAIR) founded in 2013. [4]</li>
                     <li>
-                      <strong>Key Figures:</strong> Yann LeCun (VP & Chief AI Scientist), Joëlle Pineau (VP of AI
-                      Research).
+                      <strong>Key Figures:</strong> Yann LeCun (VP & Chief AI Scientist), Joëlle Pineau (VP of AI Research). [4]
                     </li>
-                    <li><strong>Headquarters:</strong> Menlo Park, California, USA (as part of Meta Platforms).</li>
+                    <li><strong>Headquarters:</strong> Part of Meta Platforms, Inc., Menlo Park, California, USA, with global research labs. [4]</li>
                     <li>
-                      <strong>Parent Company:</strong> Meta Platforms, Inc. (Market Cap of META relevant, ~$1.5T as of
-                      early 2025). [45]
+                      <strong>Parent Company:</strong> Meta Platforms, Inc. (Market Cap of META ~$1.2T - $1.5T as of early 2025).
                     </li>
                     <li>
-                      <strong>Flagship Models:</strong> Llama family (Llama 3), Segment Anything Model (SAM), Seamless
-                      Communication models. [47]
+                      <strong>Flagship Models:</strong> Llama family (Llama 2, Llama 3, Llama 3.1), Segment Anything Model (SAM), Seamless Communication models (SeamlessM4T v2, SeamlessExpressive), Code Llama.
                     </li>
                     <li>
-                      <strong>Main Products/Platforms:</strong> Meta AI assistant, PyTorch, various open-source models
-                      and tools.
+                      <strong>Main Products/Platforms:</strong> Meta AI assistant (integrated into Facebook, Instagram, WhatsApp, Messenger, Ray-Ban Meta smart glasses), PyTorch (open-source ML framework), various open-source models and tools. [36, 37]
                     </li>
                     <li>
                       <strong>Official Website:</strong>
-                      <a href="https://ai.meta.com/" target="_blank" rel="noopener noreferrer">ai.meta.com</a>
+                      <a href="https://ai.meta.com/" target="_blank" rel="noopener noreferrer">ai.meta.com</a> [4]
                     </li>
                     <li>
-                      <strong>Documentation:</strong> Via
+                      <strong>Research & Docs:</strong> Via
                       <a href="https://ai.meta.com/research/" target="_blank" rel="noopener noreferrer"
                         >ai.meta.com/research/</a
-                      >
-                      and model-specific sites like
+                      > and model-specific sites like
                       <a href="https://llama.meta.com/" target="_blank" rel="noopener noreferrer">llama.meta.com</a>.
                     </li>
                   </ul>
@@ -1771,8 +1630,7 @@
                 <h5><i class="bi bi-flag-fill"></i> Origin & Structure</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Rooted in Facebook AI Research (FAIR), founded in 2013 by Yann LeCun. Now Meta AI, a division of
-                    Meta Platforms, driving open research and AI for Meta's products.
+                    Meta AI evolved from Facebook AI Research (FAIR), established in 2013 under the leadership of Yann LeCun. [4] It operates as a division of Meta Platforms, focusing on open research and integrating AI into Meta's products and future AR/VR ambitions.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1789,30 +1647,25 @@
                 <h6>Key Milestones</h6>
                 <ul>
                   <li>
-                    <strong>FAIR (Facebook AI Research, 2013):</strong> Established by Yann LeCun to advance AI through
-                    open research, publishing papers, and releasing code and datasets.
+                    <strong>FAIR (Facebook AI Research, 2013):</strong> Founded by Yann LeCun, FAIR was established to advance AI through fundamental, open research, regularly publishing papers and releasing code, datasets, and tools like PyTorch. [4]
                   </li>
                   <li>
-                    <strong>Meta AI:</strong> As Facebook rebranded to Meta, FAIR became a core part of Meta AI,
-                    continuing its research mission while also focusing on integrating AI into Meta's family of apps
-                    (Facebook, Instagram, WhatsApp, Messenger) and future platforms like AR/VR.
+                    <strong>Meta AI Consolidation:</strong> Following Facebook's rebranding to Meta, FAIR became a central pillar of Meta AI. This division continues the open research mission while also driving the development and integration of AI across Meta's vast ecosystem of apps (Facebook, Instagram, WhatsApp, Messenger) and its vision for the metaverse (AR/VR). [4]
                   </li>
                   <li>
-                    <strong>Decentralized Labs:</strong> Operates with research labs globally, fostering collaboration.
+                    <strong>Global Research Labs:</strong> Operates with a decentralized structure of research labs across the globe, encouraging collaboration and diverse perspectives in AI development.
                   </li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-opensource" id="card-meta-opensource">
+            <div class="info-card type-opensource" id="card-meta-opensource"> <!-- Merged Philosophy here -->
               <div class="card-body">
-                <h5><i class="bi bi-unlock-fill"></i> Philosophy & Open Source</h5>
+                <h5><i class="bi bi-unlock-fill"></i> Philosophy & Open Source Commitment</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Strong commitment to open science and open source AI. Believes openness accelerates innovation,
-                    safety, and democratization of AI. Key proponent of releasing powerful models like Llama. [47]
-                    Explore their work on
+                    Meta AI is a strong proponent of open science and open-source AI development. They believe this approach accelerates innovation, enhances safety through broader scrutiny, and democratizes access to powerful AI technologies. This is evident in releases like the Llama model family and PyTorch. Explore their work on
                     <a href="https://ai.meta.com/research/" target="_blank" rel="noopener noreferrer"
                       >their research page</a
                     >.
@@ -1829,24 +1682,20 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseMetaPhilosophy">
-                <h6>Core Beliefs</h6>
+                <h6>Core Beliefs & Strategy</h6>
                 <ul>
                   <li>
-                    <strong>Open Research and Development:</strong> A foundational principle. Meta AI consistently
-                    publishes research and open-sources models, tools (e.g.,
+                    <strong>Open Research and Development:</strong> A cornerstone of Meta AI's philosophy. They consistently publish research findings and open-source many of their most advanced models (e.g., Llama series), tools (like the leading ML framework
                     <a href="https://pytorch.org/" target="_blank" rel="noopener noreferrer">PyTorch</a>), and datasets.
                   </li>
                   <li>
-                    <strong>Democratizing AI:</strong> Aims to provide broad access to state-of-the-art AI to foster a
-                    wider community of researchers and developers.
+                    <strong>Democratizing AI Access:</strong> Aims to provide widespread access to state-of-the-art AI, empowering a global community of researchers, developers, and organizations to build upon their work.
                   </li>
                   <li>
-                    <strong>Innovation through Collaboration:</strong> Believes that community involvement in using,
-                    scrutinizing, and improving open models leads to faster progress and safer AI.
+                    <strong>Innovation Through Collaboration:</strong> Believes that community involvement—using, scrutinizing, and improving open models—leads to faster progress, more robust systems, and ultimately, safer AI.
                   </li>
                   <li>
-                    <strong>Responsible AI Development:</strong> Alongside openness, Meta AI emphasizes responsible AI
-                    practices, including research into fairness, privacy, and robustness.
+                    <strong>Responsible AI Development:</strong> Alongside its commitment to openness, Meta AI emphasizes responsible AI practices, including research into fairness, privacy, transparency, and robustness of AI systems. They provide responsible use guides with their model releases.
                   </li>
                 </ul>
               </div>
@@ -1858,8 +1707,7 @@
                 <h5><i class="bi bi-person-badge"></i> Leadership</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Yann LeCun (VP & Chief AI Scientist) is a guiding figure. Joëlle Pineau (VP of AI Research) also
-                    plays a key role. AI efforts are integrated across Meta.
+                    Yann LeCun, VP & Chief AI Scientist and a Turing Award laureate, is a prominent guiding figure for Meta AI. [4] Joëlle Pineau serves as VP of AI Research, playing a crucial role in research direction and responsible AI efforts. [4] AI initiatives are deeply integrated across Meta Platforms.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1876,31 +1724,27 @@
                 <h6>Key Figures</h6>
                 <ul>
                   <li>
-                    <strong>Yann LeCun:</strong> VP & Chief AI Scientist at Meta. Turing Award laureate, a pioneer in
-                    deep learning. Strong advocate for open AI and specific AGI architectures.
+                    <strong>Yann LeCun:</strong> VP & Chief AI Scientist at Meta. A pioneering figure in deep learning (especially convolutional neural networks) and a Turing Award recipient. He is a vocal advocate for open AI and specific architectural approaches to AGI. [4]
                   </li>
                   <li>
-                    <strong>Joëlle Pineau:</strong> VP of AI Research. Focuses on areas including reinforcement learning
-                    and responsible AI.
+                    <strong>Joëlle Pineau:</strong> VP of AI Research at Meta. Her work encompasses areas including reinforcement learning, dialogue systems, and the development of robust and responsible AI. [4]
                   </li>
                   <li>
-                    AI research and development is broadly distributed across Meta, with many influential researchers
-                    and engineers contributing.
+                    AI research, development, and product integration are broadly distributed across Meta, involving numerous influential researchers, engineers, and product teams. Mark Zuckerberg, as CEO of Meta Platforms, also champions the company's significant investments in AI.
                   </li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-models" id="card-meta-models">
+            <div class="info-card type-models" id="card-meta-models"> <!-- Enhanced for Products -->
               <div class="card-body">
-                <h5><i class="bi bi-boxes"></i> Flagship Models & Technologies</h5>
+                <h5><i class="bi bi-boxes"></i> Key Models & Products/Technologies</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Llama family (Llama 2,
-                    <a href="https://llama.meta.com/" target="_blank" rel="noopener noreferrer">Llama 3</a>) of
-                    open-weight LLMs. [47] Also known for Segment Anything Model (SAM), Seamless Communication models,
-                    and <a href="https://pytorch.org/" target="_blank" rel="noopener noreferrer">PyTorch</a>.
+                    The Llama family (Llama 2,
+                    <a href="https://llama.meta.com/" target="_blank" rel="noopener noreferrer">Llama 3</a>, Llama 3.1) of open-weight LLMs are flagship models. [37] Other notable technologies include the Segment Anything Model (SAM) for vision, Seamless Communication models for translation, Code Llama, and the widely adopted
+                    <a href="https://pytorch.org/" target="_blank" rel="noopener noreferrer">PyTorch</a> framework. Key product is the Meta AI assistant. [36, 37]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1918,39 +1762,39 @@
                 <ul>
                   <li>
                     <strong
-                      >Llama Series (e.g.,
-                      <a href="https://llama.meta.com/" target="_blank" rel="noopener noreferrer">Llama 3</a>):</strong
+                      >Llama (Large Language Model Meta AI) Series:</strong
                     >
-                    Family of large language models released with open weights (or "openly available" weights for
-                    community access and research), in various sizes (e.g., 8B, 70B parameters). Llama 3 (released April
-                    2024) showed significant improvements. [47]
+                    A family of open-source (or "openly available") large language models released with weights and code, available in various sizes (e.g., 8B, 70B, 400B+ parameters for Llama 3.1).
+                    <ul>
+                        <li><code>Llama 2</code>: Widely adopted open model.</li>
+                        <li><code>Llama 3</code> (Released April 2024): Showed significant improvements in performance and capabilities. [37]</li>
+                        <li><code>Llama 3.1</code> (Released July 2024): Further improvements, including larger model sizes and enhanced coding and reasoning.</li>
+                    </ul>
+                  </li>
+                  <li>
+                    <strong>Segment Anything Model (SAM):</strong> A foundational model for image segmentation, capable of identifying and segmenting any object in images and videos with high precision.
                   </li>
                   <li>
-                    <strong>Segment Anything Model (SAM):</strong> Foundation model for image segmentation, capable of
-                    identifying objects in images and videos with high granularity.
+                    <strong>Seamless Communication Models (e.g., SeamlessM4T v2, SeamlessExpressive, Seamless Streaming):</strong> Multilingual and multitask models designed for universal speech translation, transcription, and expressive cross-lingual communication, aiming for real-time interactions.
                   </li>
                   <li>
-                    <strong>Seamless Communication Models (e.g., SeamlessM4T, SeamlessExpressive):</strong> Multilingual
-                    and multitask models for speech translation, transcription, and expressive cross-lingual
-                    communication.
+                    <strong>Code Llama:</strong> Specialized versions of Llama fine-tuned for code generation, completion, and debugging tasks.
                   </li>
                   <li>
                     <strong
                       ><a href="https://pytorch.org/" target="_blank" rel="noopener noreferrer">PyTorch</a>:</strong
                     >
-                    Leading open-source machine learning framework, widely adopted in research and industry, originally
-                    developed by FAIR.
-                  </li>
-                  <li>
-                    Other models include Code Llama (for code generation), AudioCraft (for audio generation), and
-                    various computer vision models.
+                    A leading open-source machine learning framework, originally developed by FAIR, extensively used in academic research and industrial applications globally.
                   </li>
+                  <li><strong>Other Models:</strong> Includes models for audio generation (AudioCraft), computer vision tasks, and more, often released with research publications.</li>
+                </ul>
+                <h6>Key Products & Platforms</h6>
+                <ul>
+                    <li> <span class="term">Meta AI Assistant:</span> An AI-powered assistant integrated across Meta's platforms including Facebook, Instagram, WhatsApp, Messenger, and Ray-Ban Meta smart glasses. [36, 37] It leverages Llama models to provide information, generate content, and facilitate interactions. Accessible also via <a href="https://meta.ai" target="_blank" rel="noopener noreferrer">meta.ai</a>. [36]</li>
+                    <li> <span class="term">Developer Platform:</span> Meta provides various APIs and SDKs for developers to integrate with its social platforms and AI capabilities, detailed at <a href="https://developers.facebook.com/" target="_blank" rel="noopener noreferrer">developers.facebook.com</a>. [39]</li>
                 </ul>
-                <h6>Integration</h6>
                 <p>
-                  AI powers features across Meta's platforms (Meta AI assistant in Facebook, Instagram, WhatsApp,
-                  Messenger, Ray-Ban Meta smart glasses) and underpins research for future AR/VR experiences. Keep up
-                  with news on their
+                  Keep up with news on their
                   <a href="https://ai.meta.com/blog/" target="_blank" rel="noopener noreferrer">blog</a>.
                 </p>
               </div>
@@ -1962,8 +1806,7 @@
                 <h5><i class="bi bi-bullseye"></i> AGI/ASI Goals & Approach</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    AGI is a long-term ambition. Focus on building "human-level intelligence" through understanding the
-                    world, reasoning, and planning. Emphasis on world models and architectures like JEPA.
+                    AGI is a long-term research ambition for Meta AI, often framed as achieving "human-level intelligence." Yann LeCun emphasizes building AI systems that can learn world models, reason, and plan, potentially through architectures like Joint Embedding Predictive Architectures (JEPA). Openness is considered crucial for safe AGI development.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -1980,23 +1823,18 @@
                 <h6>Approach to Advanced AI</h6>
                 <ul>
                   <li>
-                    <strong>Human-Level Intelligence:</strong> The stated goal is to achieve AI with capabilities
-                    comparable to humans in learning, reasoning, and interacting with the world.
+                    <strong>Goal of Human-Level Intelligence:</strong> Meta AI's long-term vision includes creating AI systems with cognitive capabilities comparable to humans in areas like learning, reasoning, perception, and interaction with the world.
                   </li>
                   <li>
-                    <strong>Yann LeCun's Vision for AGI:</strong> LeCun advocates for architectures beyond current
-                    auto-regressive LLMs. He proposes systems that can learn world models, predict, reason, and plan.
-                    This includes concepts like Joint Embedding Predictive Architectures (JEPA) and a more modular,
-                    hierarchical system.
+                    <strong>Yann LeCun's Vision for AGI:</strong> LeCun, a key figure at Meta AI, advocates for AI architectures that go beyond current auto-regressive LLMs. He proposes systems capable of learning "world models" (internal representations of how the world works), enabling them to predict, reason, and plan effectively. This includes research into concepts like Joint Embedding Predictive Architectures (JEPA) and more modular, hierarchical AI systems.
                   </li>
                   <li>
-                    <strong>Openness as a Path to Safe AGI:</strong> Believes that open development and community
-                    scrutiny are crucial for developing AGI that is safe, understood, and beneficial. [47]
+                    <strong>Openness as a Pathway to Safe AGI:</strong> Meta AI believes that open development, collaboration, and community scrutiny are essential for building AGI that is safe, well-understood, broadly beneficial, and aligned with human values.
                   </li>
                   <li>
-                    <strong>Focus on Embodied AI and Robotics:</strong> Research into AI that can interact with and
-                    learn from the physical world, seen as important for developing more grounded intelligence.
+                    <strong>Embodied AI and Robotics:</strong> Research into AI systems that can learn and interact within physical environments (e.g., robotics, AR/VR interactions) is seen as important for developing more grounded and comprehensive intelligence.
                   </li>
+                  <li><strong>Building Blocks for AGI:</strong> Current large-scale models and research into areas like self-supervised learning, reasoning, and multimodal understanding are considered foundational steps toward more general intelligence.</li>
                 </ul>
               </div>
             </div>
@@ -2007,8 +1845,7 @@
                 <h5><i class="bi bi-piggy-bank"></i> Funding & Resources</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    As a division of Meta Platforms, Meta AI is funded through Meta's overall R&D budget. Significant
-                    investment in compute (tens of thousands of GPUs).
+                    As an integral division of Meta Platforms, Inc., Meta AI is funded through Meta's substantial overall R&D budget. Meta is making massive investments in compute infrastructure, including hundreds of thousands of GPUs, to support its AI ambitions.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2025,18 +1862,15 @@
                 <h6>Resource Allocation</h6>
                 <ul>
                   <li>
-                    <strong>Internal Funding:</strong> Meta AI's operations are funded as part of Meta Platforms'
-                    substantial R&D investments. Meta Platforms Inc. has a market cap around $1.5 Trillion as of early
-                    2025. [45]
+                    <strong>Internal Funding via Meta Platforms:</strong> Meta AI's operations and research are funded as part of Meta Platforms' significant annual R&D expenditure. Meta Platforms Inc. maintains a market capitalization in the range of $1.2 trillion to $1.5 trillion as of early 2025.
                   </li>
                   <li>
-                    <strong>Compute Power:</strong> Meta has been investing heavily in AI supercomputers and GPU
-                    clusters (e.g., aiming for hundreds of thousands of H100 GPUs) to train increasingly large and
-                    complex models.
+                    <strong>Massive Compute Infrastructure Investment:</strong> Meta is investing billions of dollars in building out its AI supercomputing capabilities. This includes acquiring vast quantities of high-performance GPUs (e.g., aiming for an infrastructure including 350,000 NVIDIA H100 GPUs by the end of 2024, and nearly 600,000 H100 equivalents overall) to train increasingly large and complex AI models.
                   </li>
                   <li>
-                    <strong>Talent Acquisition:</strong> Actively recruits top AI researchers and engineers globally.
+                    <strong>Talent Acquisition and Retention:</strong> Meta actively recruits and retains top AI researchers and engineers globally, offering competitive compensation and a stimulating research environment.
                   </li>
+                  <li><strong>Custom Silicon (MTIA):</strong> Meta is also developing its own custom AI accelerator chips (Meta Training and Inference Accelerator - MTIA) to improve efficiency and reduce reliance on external vendors for its massive AI workloads.</li>
                 </ul>
               </div>
             </div>
@@ -2047,8 +1881,7 @@
                 <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Release of Llama 3 models. [47] Meta AI assistant integrated widely. Advancements in multimodal AI
-                    (Seamless Communication) and vision (SAM). Ongoing push for open models.
+                    Release of Llama 3 (April 2024) and Llama 3.1 (July 2024) open models. [37] Widespread integration of Meta AI assistant, powered by Llama 3, across Meta apps. [36, 37] Advancements in multimodal AI (Seamless family) and vision (SAM). Ongoing major investments in AI compute infrastructure.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2062,37 +1895,32 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseMetaDevelopments">
-                <h6>Key Announcements</h6>
+                <h6>Key Announcements & Activities</h6>
                 <ul>
                   <li>
-                    <strong>Llama 3 Release (April 2024):</strong> Launch of significantly improved open-weight models
-                    (8B and 70B parameters), with larger models (e.g., 400B+ parameters) in training. [47]
+                    <strong>Llama 3 and 3.1 Releases:</strong> Launch of the Llama 3 family of open models (8B and 70B parameters in April 2024), followed by Llama 3.1 (8B, 70B, and 405B parameters in July 2024), offering state-of-the-art performance for open models. [37]
                   </li>
                   <li>
-                    <strong>Meta AI Assistant Rollout:</strong> Wider integration and enhanced capabilities of the Meta
-                    AI assistant across Facebook, Instagram, WhatsApp, Messenger, and Ray-Ban Meta smart glasses,
-                    powered by Llama 3.
+                    <strong>Meta AI Assistant Expansion:</strong> Broader rollout and enhanced capabilities of the Meta AI assistant, powered by Llama 3, across Facebook, Instagram, WhatsApp, Messenger, and Ray-Ban Meta smart glasses. [36, 37] Now available in more countries and with features like real-time search integration. [37]
                   </li>
                   <li>
-                    <strong>Multimodal AI:</strong> Continued advancements with models like SeamlessExpressive for more
-                    natural cross-lingual voice communication, and ongoing research in combining vision, language, and
-                    audio.
+                    <strong>Multimodal and Specialized AI:</strong> Continued advancements with Seamless Communication models (SeamlessM4T v2, SeamlessExpressive, Seamless Streaming) for real-time translation and expressive voice synthesis. Ongoing development and application of models like SAM (vision) and Code Llama.
                   </li>
                   <li>
-                    <strong>Open Source Contributions:</strong> Regular releases of new models, datasets, and research
-                    papers, reinforcing commitment to open science. Check their
+                    <strong>Open Source Contributions:</strong> Regular releases of new models (like Chameleon for early-fusion multimodal generation), datasets, research papers, and updates to PyTorch, reinforcing their commitment to open science. Check their
                     <a href="https://ai.meta.com/blog/" target="_blank" rel="noopener noreferrer">blog</a> and
                     <a href="https://ai.meta.com/research/" target="_blank" rel="noopener noreferrer">research page</a>.
                   </li>
                   <li>
-                    <strong>Focus on Next-Gen Architectures:</strong> Continued advocacy and research by Yann LeCun and
-                    FAIR into alternative AI architectures for more robust reasoning and world modeling.
+                    <strong>Focus on Next-Generation Architectures:</strong> Continued research and advocacy by Yann LeCun and FAIR into alternative AI architectures (e.g., JEPA) aimed at more robust reasoning and world modeling.
                   </li>
+                  <li><strong>Investment in Compute:</strong> Ongoing significant investments to build one of the world's largest AI training infrastructures.</li>
+                  <li><strong>New API Solutions for Developers:</strong> For example, new API solutions for WhatsApp Business users (March 2025) and updates to Graph API and Marketing API. [39]</li>
+                  <li><strong>Meta AI App:</strong> The Meta View app was rebranded as the Meta AI app, serving as a personal AI assistant. [38]</li>
                 </ul>
               </div>
             </div>
           </div>
-          <!-- Removed Key Links card for Meta AI -->
         </div>
       </div>
 
@@ -2106,16 +1934,14 @@
                 <h5><i class="bi bi-info-circle-fill"></i> Key Information</h5>
                 <div class="card-content-wrapper">
                   <ul class="key-info-list">
-                    <li><strong>Founded:</strong> 2019, by Aidan Gomez, Nick Frosst, Ivan Zhang.</li>
-                    <li><strong>Headquarters:</strong> Toronto, Canada.</li>
+                    <li><strong>Founded:</strong> 2019, by Aidan Gomez, Nick Frosst, and Ivan Zhang.</li>
+                    <li><strong>Headquarters:</strong> Toronto, Canada, with offices in London (UK) and Palo Alto (USA).</li>
                     <li>
-                      <strong>Valuation:</strong> ~$2.2 billion (as of June 2023), with reports of aiming for $5 billion
-                      in a new round (early 2024).
+                      <strong>Valuation:</strong> Reportedly reached $2.2 billion (June 2023). Aimed for $5 billion in a new funding round in early 2024.
                     </li>
-                    <li><strong>Flagship Models:</strong> Command family (Command R, Command R+), Rerank, Embed.</li>
+                    <li><strong>Flagship Models:</strong> Command family (Command R, Command R+, Command R Pro), Rerank, Embed. Aya (multilingual open model, collaboration).</li>
                     <li>
-                      <strong>Main Products:</strong> Cohere Platform (API access), models for enterprise search, RAG,
-                      generation.
+                      <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).
                     </li>
                     <li>
                       <strong>Official Website:</strong>
@@ -2124,7 +1950,6 @@
                     <li>
                       <strong>Documentation:</strong>
                       <a href="https://docs.cohere.com/" target="_blank" rel="noopener noreferrer">docs.cohere.com</a>
-                      [9, 29, 32, 35, 41]
                     </li>
                   </ul>
                 </div>
@@ -2137,8 +1962,7 @@
                 <h5><i class="bi bi-flag-fill"></i> Origin & Focus</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Founded in 2019 by ex-Google Brain researchers. Focuses on providing LLMs and NLP tools for
-                    enterprise applications.
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2155,27 +1979,24 @@
                 <h6>Key Details</h6>
                 <ul>
                   <li>
-                    <strong>Founders:</strong> Aidan Gomez, Nick Frosst (both previously at Google Brain, Gomez
-                    co-authored "Attention Is All You Need" paper), and Ivan Zhang.
+                    <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.
                   </li>
                   <li>
-                    <strong>Mission:</strong> To empower enterprises with cutting-edge large language models and NLP
-                    capabilities, focusing on practical business use cases.
+                    <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.
                   </li>
-                  <li><strong>Headquarters:</strong> Toronto, Canada, with presence in London and Palo Alto.</li>
+                  <li><strong>Geographic Presence:</strong> Headquartered in Toronto, Canada, with a significant presence in London, UK, and Palo Alto, USA, reflecting its global enterprise focus.</li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-philosophy" id="card-cohere-philosophy">
+            <div class="info-card type-philosophy" id="card-cohere-philosophy"> <!-- Merged Enterprise Focus -->
               <div class="card-body">
                 <h5><i class="bi bi-building"></i> Philosophy & Enterprise Focus</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Aims to make advanced LLMs accessible, secure, and customizable for businesses. Emphasizes data
-                    privacy, multi-cloud deployment, and practical RAG solutions. Explore their thoughts on their
-                    <a href="https://txt.cohere.com/" target="_blank" rel="noopener noreferrer">blog</a>.
+                    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/" target="_blank" rel="noopener noreferrer">blog (txt.cohere.com)</a>.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2189,30 +2010,24 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseCoherePhilosophy">
-                <h6>Core Strategy</h6>
+                <h6>Core Strategy for Enterprise AI</h6>
                 <ul>
                   <li>
-                    <strong>Enterprise-Grade AI:</strong> Focused on providing LLMs (Command series), embedding models,
-                    and reranking models tailored for business needs like search, summarization, generation, and
-                    dialogue.
+                    <strong>Enterprise-Grade Models:</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.
                   </li>
                   <li>
-                    <strong>Data Privacy & Security:</strong> Offers flexible deployment options, including private
-                    cloud (AWS, Google Cloud, Oracle, Azure), VPC, and on-premise, to ensure enterprises can use models
-                    securely with their own data.
+                    <strong>Data Privacy & Security First:</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.
                   </li>
                   <li>
-                    <strong>Model Customization & Fine-Tuning:</strong> Enables businesses to adapt models for specific
-                    industry jargon, tasks, and company knowledge.
+                    <strong>Model Customization & Fine-Tuning:</strong> Enables businesses to adapt models to their specific industry jargon, proprietary datasets, and unique tasks, thereby improving accuracy and relevance.
                   </li>
                   <li>
-                    <strong>Retrieval Augmented Generation (RAG):</strong> Strong focus on RAG to ground model responses
-                    in enterprise data, improving accuracy and reducing hallucinations.
+                    <strong>Retrieval Augmented Generation (RAG) Specialization:</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.
                   </li>
                   <li>
-                    <strong>Multi-Cloud & Interoperability:</strong> Aims for model accessibility and ease of
-                    integration across various cloud platforms and existing enterprise systems.
+                    <strong>Multi-Cloud & Interoperability:</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.
                   </li>
+                  <li><strong>Open Source Contributions:</strong> Collaborates on and releases open-source models like Aya, a multilingual model, to contribute to the broader AI community.</li>
                 </ul>
               </div>
             </div>
@@ -2223,7 +2038,7 @@
                 <h5><i class="bi bi-person-badge"></i> Leadership</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 play key roles.
+                    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 & COO in 2023 to scale operations.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2240,26 +2055,24 @@
                 <h6>Key Figures</h6>
                 <ul>
                   <li>
-                    <strong>Aidan Gomez:</strong> Co-founder and Chief Executive Officer (CEO). Co-author of the
-                    influential "Attention Is All You Need" paper.
+                    <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 at Google Brain.</li>
+                  <li><strong>Nick Frosst:</strong> Co-founder. Previously a researcher at Google Brain.</li>
                   <li><strong>Ivan Zhang:</strong> Co-founder.</li>
-                  <li>Martin Kon joined as President & COO in 2023.</li>
+                  <li><strong>Martin Kon:</strong> President & Chief Operating Officer (COO), joined in May 2023 from Google, bringing experience in scaling enterprise businesses.</li>
+                  <li><strong>Bill MacCartney:</strong> VP of Engineering, joined in early 2024 from Google, where he led conversational AI efforts.</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-cohere-models"> <!-- Enhanced for Products -->
               <div class="card-body">
-                <h5><i class="bi bi-boxes"></i> Flagship Models & Products</h5>
+                <h5><i class="bi bi-boxes"></i> Key Models & Products</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Command model family (Command R, Command R+) for generation, Rerank for semantic search, Embed for
-                    text embeddings. Platform focuses on practical enterprise applications via their
-                    <a href="https://dashboard.cohere.com/" target="_blank" rel="noopener noreferrer">platform</a>. [9,
-                    35]
+                    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/" target="_blank" rel="noopener noreferrer">Cohere Platform (API)</a> and are geared towards practical enterprise applications like RAG.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2273,38 +2086,41 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseCohereModels">
-                <h6>Key Offerings</h6>
+                <h6>Key Model Offerings</h6>
                 <ul>
                   <li>
-                    <strong>Command Model Family:</strong>
+                    <strong>Command Model Family (Generation & Dialogue):</strong>
                     <ul>
                       <li>
-                        <code>Command R</code> & <code>Command R+</code>: High-performance models optimized for
-                        enterprise-grade workloads, RAG, and tool use with long context.
+                        <code>Command R</code> & <code>Command R+</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.
                       </li>
-                      <li>Older models like Command, Command Light also exist.</li>
+                      <li><code>Command R Pro</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.</li>
                     </ul>
                   </li>
                   <li>
-                    <strong>Rerank:</strong> Improves semantic search quality by re-ranking search results from existing
-                    enterprise search systems or vector databases, focusing on relevance.
+                    <strong>Rerank Model:</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.
                   </li>
                   <li>
-                    <strong>Embed:</strong> Generates state-of-the-art text embeddings for tasks like semantic search,
-                    clustering, and classification, available in multiple languages.
+                    <strong>Embed Model (e.g., Embed v3):</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).
                   </li>
                   <li>
-                    <strong>Cohere Platform:</strong> Provides API access (<a
-                      href="https://dashboard.cohere.com/"
-                      target="_blank"
-                      rel="noopener noreferrer"
-                      >dashboard.cohere.com</a
-                    >,
-                    <a href="https://docs.cohere.com/" target="_blank" rel="noopener noreferrer">docs.cohere.com</a> [9,
-                    29, 32, 35, 41]), tools for fine-tuning, and integrations to deploy models in various enterprise
-                    environments.
+                    <strong>Aya Model:</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.
                   </li>
                 </ul>
+                 <h6>Key Products & Platforms</h6>
+                <ul>
+                    <li>
+                        <span class="term"><a href="https://dashboard.cohere.com/" target="_blank" rel="noopener noreferrer">Cohere Platform</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/" target="_blank" rel="noopener noreferrer">docs.cohere.com</a>.
+                    </li>
+                    <li>
+                        <span class="term">Cohere Coral:</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.
+                    </li>
+                    <li>
+                        <strong>Solutions for Enterprise Search & RAG:</strong> Packaged offerings and expertise to help businesses build and deploy advanced search and RAG applications.
+                    </li>
+                </ul>
               </div>
             </div>
           </div>
@@ -2314,8 +2130,7 @@
                 <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Enterprises, developers, and data-sensitive industries. Focus on advanced search, RAG, content
-                    generation, summarization, and chatbots.
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2332,24 +2147,22 @@
                 <h6>Primary Users</h6>
                 <ul>
                   <li>
-                    <strong>Enterprises:</strong> Businesses of all sizes seeking to integrate advanced NLP/LLM
-                    capabilities into their products, workflows, and internal systems.
+                    <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> Building applications that leverage powerful and customizable language
-                    models securely.
+                    <strong>Developers:</strong> Software developers and data scientists building applications that leverage powerful, customizable, and data-private language models.
                   </li>
                   <li>
-                    <strong>Industries:</strong> Finance, healthcare, retail, technology, legal, and other sectors
-                    needing secure, reliable, and customizable AI solutions.
+                    <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>
-                <h6>Common Applications</h6>
+                <h6>Common Applications & Solutions</h6>
                 <ul>
-                  <li>Building sophisticated enterprise search and discovery systems (often using RAG).</li>
-                  <li>Automating content creation, summarization, and extraction.</li>
-                  <li>Developing intelligent chatbots, virtual assistants, and customer support tools.</li>
-                  <li>Data analysis, classification, and insights generation.</li>
+                  <li><strong>Advanced Enterprise Search & Discovery:</strong> Building highly accurate and context-aware search systems over internal documents and data, often utilizing RAG with Cohere's Embed and Rerank models.</li>
+                  <li><strong>Retrieval Augmented Generation (RAG):</strong> Developing applications that generate text grounded in verifiable enterprise data sources, improving reliability and providing citations.</li>
+                  <li><strong>Content Generation & Summarization:</strong> Automating the creation of various types of content (reports, marketing copy, emails) and summarizing long documents or conversations.</li>
+                  <li><strong>Intelligent Chatbots & Virtual Assistants:</strong> Building sophisticated conversational AI for customer support, internal helpdesks, and other interactive applications.</li>
+                  <li><strong>Data Analysis & Classification:</strong> Utilizing language models for tasks like sentiment analysis, topic modeling, and data extraction to gain insights from unstructured text.</li>
                 </ul>
               </div>
             </div>
@@ -2360,8 +2173,7 @@
                 <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Raised significant capital from investors including Tiger Global, Index Ventures, Nvidia, Oracle,
-                    Salesforce Ventures. Series C in 2023 valued at over $2B.
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2375,21 +2187,18 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseCohereFunding">
-                <h6>Key Investments</h6>
+                <h6>Key Investment Rounds & Backers</h6>
                 <ul>
                   <li>
-                    <strong>Series C (June 2023):</strong> Raised $270 million, led by Inovia Capital, with
-                    participation from Nvidia, Oracle, Salesforce Ventures, Index Ventures, Tiger Global, and others,
-                    reportedly valuing the company at $2.1-$2.2 billion.
+                    <strong>Series C (June 2023):</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.
                   </li>
                   <li>
-                    <strong>Previous Rounds:</strong> Earlier funding from Index Ventures, Tiger Global, Radical
-                    Ventures, Section 32, and prominent AI figures.
+                    <strong>Previous Rounds:</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.
                   </li>
                   <li>
-                    <strong>Strategic Partnerships:</strong> Investments from companies like Nvidia, Oracle, and
-                    Salesforce also reflect strategic alliances for compute resources and market access.
+                    <strong>Strategic Partnerships & Investments:</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.
                   </li>
+                  <li><strong>Reported New Funding (Early 2024):</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.</li>
                 </ul>
               </div>
             </div>
@@ -2400,8 +2209,7 @@
                 <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Launch of Command R and R+ models. Expanding cloud partnerships (e.g., Oracle, Microsoft Azure).
-                    Focus on RAG and enterprise tooling.
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2415,35 +2223,29 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseCohereDevelopments">
-                <h6>Key Announcements</h6>
+                <h6>Key Announcements & Activities</h6>
                 <ul>
                   <li>
-                    <strong>Command R & R+ Launch (Early 2024):</strong> Release of highly capable models optimized for
-                    enterprise RAG and tool use, with competitive pricing and performance.
+                    <strong>New Command R Model Family (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.
                   </li>
                   <li>
-                    <strong>Cloud Expansion:</strong> Broadened availability on major cloud platforms, including new
-                    integrations with Oracle Cloud Infrastructure (OCI) and Microsoft Azure.
+                    <strong>Cloud Platform Expansion:</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.
                   </li>
                   <li>
-                    <strong>Enterprise Tooling:</strong> Enhanced platform features for data management, model
-                    fine-tuning, and deploying RAG applications. Learn more through their
-                    <a href="https://docs.cohere.com/" target="_blank" rel="noopener noreferrer">documentation</a>. [9,
-                    29, 32, 35, 41]
+                    <strong>Enterprise Tooling & RAG Focus:</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.
                   </li>
                   <li>
-                    <strong>Cohere Coral (Tech Preview):</strong> A knowledge assistant for enterprises, leveraging RAG
-                    to connect to business data.
+                    <strong>Cohere Coral Advancement:</strong> Continued development and refinement of Cohere Coral, their enterprise knowledge assistant, designed to securely query and analyze company data.
                   </li>
                   <li>
-                    <strong>Aya Model (Collaboration):</strong> Contributed to the release of Aya, an open-source
-                    multilingual model covering 101 languages, as part of a global research collaboration.
+                    <strong>Aya Model Release (February 2024):</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.
                   </li>
+                  <li><strong>New Leadership Hires:</strong> Strengthened executive team with appointments like Bill MacCartney as VP of Engineering (early 2024).</li>
+                  <li><strong>Focus on Data Privacy:</strong> Continued emphasis on model deployment options that ensure enterprises retain control over their data, including on-premise and VPC deployments.</li>
                 </ul>
               </div>
             </div>
           </div>
-          <!-- Removed Key Links card for Cohere -->
         </div>
       </div>
 
@@ -2458,27 +2260,23 @@
                 <div class="card-content-wrapper">
                   <ul class="key-info-list">
                     <li>
-                      <strong>Founded:</strong> April 2023, by Arthur Mensch, Guillaume Lample, Timothée Lacroix. [2,
-                      42]
+                      <strong>Founded:</strong> April 2023, by Arthur Mensch, Guillaume Lample, Timothée Lacroix. [3, 24, 30]
                     </li>
-                    <li><strong>Headquarters:</strong> Paris, France. [2]</li>
+                    <li><strong>Headquarters:</strong> Paris, France. [3]</li>
                     <li>
-                      <strong>Valuation:</strong> ~$2 billion (as of Dec 2023), reported talks for $5-6 billion
-                      (early-mid 2024).
+                      <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]
                     </li>
                     <li>
-                      <strong>Flagship Models:</strong> Open: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B; Commercial:
-                      Mistral Large, Mistral Small, Mistral Embed. [2, 42]
+                      <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]
                     </li>
-                    <li><strong>Main Products:</strong> La Plateforme (API), Le Chat (chatbot), open-weight models.</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]</li>
                     <li>
                       <strong>Official Website:</strong>
-                      <a href="https://mistral.ai/" target="_blank" rel="noopener noreferrer">mistral.ai</a>
+                      <a href="https://mistral.ai/" target="_blank" rel="noopener noreferrer">mistral.ai</a> [3]
                     </li>
                     <li>
                       <strong>Documentation:</strong>
                       <a href="https://docs.mistral.ai/" target="_blank" rel="noopener noreferrer">docs.mistral.ai</a>
-                      [5, 7, 31, 33, 34]
                     </li>
                   </ul>
                 </div>
@@ -2491,8 +2289,7 @@
                 <h5><i class="bi bi-flag-fill"></i> Origin & Focus</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Paris-based company founded in early 2023 by former researchers from Meta and Google DeepMind. [2,
-                    42] Focus on open, efficient, and powerful AI models.
+                    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
                     class="btn btn-sm details-toggle"
@@ -2509,31 +2306,26 @@
                 <h6>Key Details</h6>
                 <ul>
                   <li>
-                    <strong>Founders:</strong> Arthur Mensch (CEO, previously DeepMind), Guillaume Lample (previously
-                    Meta), and Timothée Lacroix (previously Meta). [2]
+                    <strong>Founding Team:</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]
                   </li>
                   <li>
-                    <strong>Mission:</strong> To develop cutting-edge generative AI models with a strong emphasis on
-                    openness, efficiency, and performance, aiming to be a European AI champion. [42]
+                    <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]
                   </li>
                   <li>
-                    <strong>Rapid Growth:</strong> Quickly gained prominence and significant funding shortly after its
-                    inception.
+                    <strong>Rapid Emergence:</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]
                   </li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-philosophy" id="card-mistral-philosophy">
+            <div class="info-card type-philosophy" id="card-mistral-philosophy"> <!-- Merged Open & Efficient AI -->
               <div class="card-body">
                 <h5><i class="bi bi-wind"></i> Philosophy: Open & Efficient AI</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Strong belief in open-weight models (Apache 2.0 license) for innovation, transparency, and community
-                    building. Focus on computational efficiency and model compactness. Models often released on
-                    <a href="https://huggingface.co/mistralai" target="_blank" rel="noopener noreferrer">Hugging Face</a
-                    >.
+                    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" target="_blank" rel="noopener noreferrer">Hugging Face</a>. [22]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2547,31 +2339,24 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseMistralPhilosophy">
-                <h6>Core Principles</h6>
+                <h6>Core Principles & Strategy</h6>
                 <ul>
                   <li>
-                    <strong>Openness:</strong> A key tenet. Releases many models with open weights under permissive
-                    licenses like Apache 2.0, allowing broad use and modification. [2]
+                    <strong>Commitment to Openness:</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]
                   </li>
                   <li>
-                    <strong>Efficiency:</strong> Develops models that are powerful yet optimized for performance, aiming
-                    for better inference speed, lower computational costs, and smaller VRAM footprint. Utilizes
-                    techniques like Mixture-of-Experts (MoE). [42]
+                    <strong>Computational Efficiency:</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]
                   </li>
                   <li>
-                    <strong>Pragmatic Approach:</strong> Balances open-source contributions with optimized commercial
-                    API offerings (<a href="https://console.mistral.ai/" target="_blank" rel="noopener noreferrer"
-                      >La Plateforme</a
-                    >) for enterprise use. [34]
+                    <strong>Pragmatic Dual Approach:</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]
                   </li>
                   <li>
-                    <strong>European Leadership:</strong> Aims to build a leading AI company based in Europe,
-                    contributing to the continent's AI ecosystem.
+                    <strong>European AI Leadership:</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 and maintaining
-                    independence in its research and development direction.
+                    <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]</li>
                 </ul>
               </div>
             </div>
@@ -2582,7 +2367,7 @@
                 <h5><i class="bi bi-person-badge"></i> Leadership</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Led by CEO Arthur Mensch, with co-founders Guillaume Lample and Timothée Lacroix. [2]
+                    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
                     class="btn btn-sm details-toggle"
@@ -2599,25 +2384,22 @@
                 <h6>Key Figures</h6>
                 <ul>
                   <li>
-                    <strong>Arthur Mensch:</strong> Co-founder and Chief Executive Officer (CEO). Former researcher at
-                    Google DeepMind. [2]
+                    <strong>Arthur Mensch:</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]
                   </li>
-                  <li><strong>Guillaume Lample:</strong> Co-founder. Former researcher at Meta AI (FAIR). [2]</li>
-                  <li><strong>Timothée Lacroix:</strong> Co-founder. Former researcher at Meta AI (FAIR). [2]</li>
+                  <li><strong>Guillaume Lample:</strong> Co-founder and Chief Scientist. Formerly a researcher at Meta AI (FAIR), contributed to models like Llama. [3, 7]</li>
+                  <li><strong>Timothée Lacroix:</strong> 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-mistral-models">
+            <div class="info-card type-models" id="card-mistral-models"> <!-- Enhanced for Products -->
               <div class="card-body">
-                <h5><i class="bi bi-boxes"></i> Flagship Models & Products</h5>
+                <h5><i class="bi bi-boxes"></i> Key Models & Products</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Open models: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B (MoE). [2, 42] Commercial via API: Mistral
-                    Large, Mistral Small, Mistral Embed. Access via
-                    <a href="https://console.mistral.ai/" target="_blank" rel="noopener noreferrer">La Plateforme</a>.
-                    [34]
+                    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/" target="_blank" rel="noopener noreferrer">La Plateforme</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
                     class="btn btn-sm details-toggle"
@@ -2631,54 +2413,49 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseMistralModels">
-                <h6>Open-Weight Models (Apache 2.0 License)</h6>
+                <h6>Open-Weight Models (Typically Apache 2.0 License)</h6>
                 <ul>
                   <li>
-                    <strong>Mistral 7B:</strong> Highly efficient and performant small model, known for strong
-                    capabilities relative to its size. [42]
-                  </li>
-                  <li>
-                    <strong>Mixtral 8x7B:</strong> Sparse Mixture-of-Experts (MoE) model, offering high performance
-                    (comparable to GPT-3.5) with efficient inference due to activating only a fraction of parameters per
-                    token. [2, 42]
+                    <strong>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 8x22B:</strong> A larger and more powerful open MoE model released in April 2024,
-                    offering even stronger performance. [2, 42]
+                    <strong>Mixtral Series (Sparse Mixture-of-Experts - MoE):</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]</li>
+                  <li><strong>Mistral NeMo (12B):</strong> Developed with NVIDIA, a fully open-source model for multilingual applications. [7, 31]</li>
                 </ul>
-                <h6>Commercial Models (via La Plateforme API & Partners)</h6>
+                <h6>Commercial Models & Products (via La Plateforme API & Partners)</h6>
                 <ul>
                   <li>
-                    <strong>Mistral Large:</strong> Flagship commercial model, top-tier reasoning capabilities,
-                    multilingual, and suitable for complex tasks. [2]
+                    <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 (formerly Mistral Next):</strong> Optimized for latency and
-                    cost-effectiveness. [2]
+                    <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 (formerly Mistral Medium endpoint):</strong> State-of-the-art embedding model.
-                    [2]
+                    <strong>Mistral Embed:</strong> State-of-the-art embedding model for tasks like semantic search and retrieval. [3, 30]
                   </li>
-                </ul>
-                <h6>Platform Access</h6>
-                <ul>
-                  <li>
-                    <strong>La Plateforme:</strong> Mistral AI's API platform for accessing their commercial models (<a
-                      href="https://console.mistral.ai/"
-                      target="_blank"
-                      rel="noopener noreferrer"
-                      >console.mistral.ai</a
-                    >). Check their
-                    <a href="https://docs.mistral.ai/" target="_blank" rel="noopener noreferrer">API documentation</a>.
-                    [5, 7, 31, 33, 34]
+                  <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://chat.mistral.ai/" target="_blank" rel="noopener noreferrer">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>
-                    <strong>Partnerships:</strong> Models available through cloud providers like Microsoft Azure AI, AWS
-                    Bedrock, Google Cloud Vertex AI.
+                   <li>
+                    <span class="term"><a href="https://console.mistral.ai/" target="_blank" rel="noopener noreferrer">La Plateforme</a>:</span>
+                    Mistral AI's API platform for accessing their commercial models. See <a href="https://docs.mistral.ai/" target="_blank" rel="noopener noreferrer">docs.mistral.ai</a> for documentation.
                   </li>
                 </ul>
+                <h6>Platform Access & 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]</li>
+                </ul>
               </div>
             </div>
           </div>
@@ -2688,8 +2465,7 @@
                 <h5><i class="bi bi-bullseye"></i> Approach to Advanced AI</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Focuses on building foundational models that are powerful and efficient. Openness is seen as key for
-                    responsible AI development. AGI is a long-term direction.
+                    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
                     class="btn btn-sm details-toggle"
@@ -2703,39 +2479,32 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseMistralAGI">
-                <h6>Perspective on AGI</h6>
+                <h6>Perspective on AGI & Future Development</h6>
                 <ul>
                   <li>
-                    <strong>Building Blocks:</strong> Current focus is on creating highly capable and general-purpose
-                    foundational models that can serve a wide range of applications.
+                    <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:</strong> Belief that more efficient model architectures (like MoE)
-                    are crucial for scaling capabilities sustainably. [42]
+                    <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 Understanding:</strong> By releasing models openly, Mistral AI aims
-                    to foster community research into their capabilities, limitations, and safety aspects, contributing
-                    to a broader understanding required for any future AGI. [2]
+                    <strong>Openness for Safety and Broader Understanding:</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]
                   </li>
                   <li>
-                    <strong>Pragmatic Development:</strong> While the long-term trajectory of AI points towards
-                    increasingly general intelligence, Mistral's current public emphasis is on delivering tangible value
-                    with existing and near-term models. Explicit AGI timelines are not a central part of their public
-                    messaging.
+                    <strong>Pragmatic and Value-Oriented Development:</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]
                   </li>
+                  <li><strong>Future Ambitions:</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]</li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-funding" id="card-mistral-funding">
+            <div class="info-card type-funding" id="card-mistral-funding"> <!-- Merged Partnerships -->
               <div class="card-body">
                 <h5><i class="bi bi-cash-coin"></i> Funding & Partnerships</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Rapidly raised significant funding. Key investors include Andreessen Horowitz, Lightspeed. Strategic
-                    partnership with Microsoft (Azure distribution and investment).
+                    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]
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2749,26 +2518,26 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseMistralFunding">
-                <h6>Investment</h6>
+                <h6>Key Investment Rounds</h6>
                 <ul>
                   <li>
-                    <strong>Seed Round (June 2023):</strong> €105 million ($113 million), led by Lightspeed Venture
-                    Partners, with participation from Redpoint, Index Ventures, and others.
+                    <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> €385 million ($415 million), led by Andreessen Horowitz
-                    (a16z), with Lightspeed Venture Partners, Salesforce, BNP Paribas, CMA CGM, General Catalyst, Elad
-                    Gil, and Nvidia participating. Valued at ~$2 billion.
+                    <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>
-                <h6>Strategic Alliances</h6>
+                <h6>Strategic Alliances & Partnerships</h6>
                 <ul>
                   <li>
-                    <strong>Microsoft (Feb 2024):</strong> Multi-year partnership including Microsoft making a €15
-                    million investment. Mistral's commercial models became available on Microsoft Azure AI platform, and
-                    collaboration on bringing models to Azure customers. [2]
+                    <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:</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]
                   </li>
-                  <li>Distribution partnerships with other cloud providers like AWS and Google Cloud.</li>
+                  <li><strong>Nvidia:</strong> Participated in funding and collaborates on technology, including the co-development of Mistral NeMo. [7]</li>
+                  <li><strong>Databricks, BNP Paribas:</strong> Partnerships to expand outreach and apply generative AI in specific sectors like banking. [5]</li>
                 </ul>
               </div>
             </div>
@@ -2779,8 +2548,7 @@
                 <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Release of Mistral Large and Mistral Small via API. [2] Launch of Mixtral 8x22B (open model). [2,
-                    42] Partnership with Microsoft. [2] Expanding cloud availability. Read their
+                    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/" target="_blank" rel="noopener noreferrer">news</a>.
                   </p>
                   <button
@@ -2795,41 +2563,31 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseMistralDevelopments">
-                <h6>Key Announcements</h6>
+                <h6>Key Announcements & Activities</h6>
                 <ul>
                   <li>
-                    <strong>Mistral Large (Feb 2024):</strong> Launch of their flagship commercial model, positioned as
-                    a top-tier reasoning model. [2]
+                    <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>Mistral Small & Mistral Embed (Feb 2024):</strong> Release of more cost-effective and
-                    specialized API models. [2]
+                    <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>Mixtral 8x22B (April 2024):</strong> Open release of a powerful 176B parameter MoE model
-                    (44B active). [2, 42]
+                    <strong>Multimodal and Edge Models (Late 2024 - Early 2025):</strong> Launched Pixtral Large (multimodal text & image), and compact edge models like Ministral 3B/8B. [25, 31] Updated Mistral Small to 3.1. [5, 25]
                   </li>
                   <li>
-                    <strong>Microsoft Partnership (Feb 2024):</strong> Strategic partnership including investment and
-                    making Mistral models available on Azure. [2]
+                    <strong>Strategic Partnership with Microsoft (February 2024):</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]
                   </li>
                   <li>
-                    <strong>Cloud Platform Expansion:</strong> Models increasingly available on AWS Bedrock, Google
-                    Cloud Vertex AI, and other platforms.
+                    <strong>Cloud Platform Expansion:</strong> Models became increasingly available on other major cloud platforms like Amazon Bedrock and Google Cloud Vertex AI. [5, 25]
                   </li>
                   <li>
-                    <strong>"Le Chat" (Feb 2024):</strong> Launch of their own conversational AI assistant, initially in
-                    beta. [2]
-                  </li>
-                  <li>
-                    <strong>Codestral & Mathstral (Mid 2024):</strong> Release of specialized open models for code and
-                    STEM. [2]
+                    <strong>"Le Chat" Conversational AI (February 2024):</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]
                   </li>
+                  <li><strong>Continued Funding and Valuation Growth:</strong> Reports of seeking new funding rounds at significantly increased valuations throughout 2024. [27]</li>
                 </ul>
               </div>
             </div>
           </div>
-          <!-- Removed Key Links card for Mistral AI -->
         </div>
       </div>
 
@@ -2843,19 +2601,18 @@
                 <h5><i class="bi bi-info-circle-fill"></i> Key Information</h5>
                 <div class="card-content-wrapper">
                   <ul class="key-info-list">
-                    <li><strong>Founded:</strong> 2017, by Prof. Yoav Shoham, Ori Goshen, Prof. Amnon Shashua.</li>
+                    <li><strong>Founded:</strong> 2017, by Prof. Yoav Shoham, Ori Goshen, and Prof. Amnon Shashua.</li>
                     <li><strong>Headquarters:</strong> Tel Aviv, Israel.</li>
-                    <li><strong>Valuation:</strong> $1.4 billion (as of August 2023).</li>
-                    <li><strong>Flagship Models:</strong> Jurassic series, Jamba (SSM-Transformer hybrid).</li>
-                    <li><strong>Main Products:</strong> Wordtune, AI21 Studio (API).</li>
+                    <li><strong>Valuation:</strong> Reached $1.4 billion (August 2023).</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).</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).</li>
                     <li>
                       <strong>Official Website:</strong>
                       <a href="https://www.ai21.com/" target="_blank" rel="noopener noreferrer">www.ai21.com</a>
                     </li>
                     <li>
-                      <strong>Documentation:</strong>
-                      <a href="https://docs.ai21.com/" target="_blank" rel="noopener noreferrer">docs.ai21.com</a> (via
-                      Studio)
+                      <strong>Documentation (Studio):</strong>
+                      <a href="https://docs.ai21.com/" target="_blank" rel="noopener noreferrer">docs.ai21.com</a>
                     </li>
                   </ul>
                 </div>
@@ -2868,8 +2625,7 @@
                 <h5><i class="bi bi-flag-fill"></i> Origin & Focus</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Israeli company founded in 2017 by AI luminaries. Aims to reimagine how humans read and write using
-                    AI, focusing on deep context understanding and reasoning.
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2886,27 +2642,23 @@
                 <h6>Key Details</h6>
                 <ul>
                   <li>
-                    <strong>Founders:</strong> Prof. Yoav Shoham (Stanford emeritus), Ori Goshen, and Prof. Amnon
-                    Shashua (co-founder of Mobileye, Intel SVP).
+                    <strong>Founding Team:</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).
                   </li>
                   <li>
-                    <strong>Mission:</strong> To build AI systems that deeply understand context and meaning, moving
-                    beyond pattern matching to more robust reasoning, thereby augmenting human capabilities in reading
-                    comprehension and text generation.
+                    <strong>Mission Statement:</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.
                   </li>
-                  <li><strong>Headquarters:</strong> Tel Aviv, Israel.</li>
+                  <li><strong>Headquarters:</strong> Based in Tel Aviv, Israel, a vibrant hub for technology and AI innovation.</li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-philosophy" id="card-ai21-philosophy">
+            <div class="info-card type-philosophy" id="card-ai21-philosophy"> <!-- Merged AI for Reading & Writing -->
               <div class="card-body">
-                <h5><i class="bi bi-pencil-fill"></i> Philosophy: AI for Reading & Writing</h5>
+                <h5><i class="bi bi-pencil-fill"></i> Philosophy: AI for Reading & Writing Augmentation</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Focuses on developing AI that serves as a true partner in text-based work. Emphasizes proprietary
-                    LLMs, task-specific models, and architectural innovation (e.g., Jamba). Read more on their
+                    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" target="_blank" rel="noopener noreferrer">blog</a>.
                   </p>
                   <button
@@ -2921,31 +2673,25 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseAI21Philosophy">
-                <h6>Core Approach</h6>
+                <h6>Core Approach & Strategy</h6>
                 <ul>
                   <li>
-                    <strong>Deep Language Understanding:</strong> Aims to build AI that genuinely grasps context,
-                    semantics, and nuance in language, rather than just superficial pattern matching.
+                    <strong>Deep Language Understanding & 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 tools (like
-                    <a href="https://www.wordtune.com/" target="_blank" rel="noopener noreferrer">Wordtune</a>) to
-                    enhance human writing and reading capabilities, making communication more effective and information
-                    consumption more efficient.
+                    <strong>Augmenting Human Intellect:</strong> Develops consumer-facing tools like
+                    <a href="https://www.wordtune.com/" target="_blank" rel="noopener noreferrer">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:</strong> Increasingly focuses on developing models optimized for
-                    specific enterprise tasks (e.g., reliable summarization, grounded question answering) to improve
-                    accuracy and reduce hallucinations.
+                    <strong>Task-Specific Models for Reliability:</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.
                   </li>
                   <li>
-                    <strong>Architectural Innovation:</strong> Explores and implements novel model architectures like
-                    Jamba (SSM-Transformer hybrid) to balance performance, efficiency, and context length.
+                    <strong>Architectural Innovation:</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.
                   </li>
                   <li>
-                    <strong>Neuro-Symbolic AI (Mentioned):</strong> Co-CEOs have expressed interest in combining LLMs
-                    with symbolic reasoning for more robust and explainable AI.
+                    <strong>Neuro-Symbolic AI Considerations:</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.
                   </li>
+                  <li><strong>Balancing Proprietary and Open Models:</strong> Offers powerful proprietary models through its API while also contributing to the open-source community with releases like versions of Jamba.</li>
                 </ul>
               </div>
             </div>
@@ -2956,7 +2702,7 @@
                 <h5><i class="bi bi-person-badge"></i> Leadership</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Co-founded by Prof. Yoav Shoham, Ori Goshen (Co-CEOs), and Prof. Amnon Shashua (Chairman).
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -2972,30 +2718,26 @@
               <div class="collapse collapse-content" id="collapseAI21Leadership">
                 <h6>Key Figures</h6>
                 <ul>
-                  <li><strong>Ori Goshen:</strong> Co-founder and Co-Chief Executive Officer (CEO).</li>
+                  <li><strong>Ori Goshen:</strong> Co-founder and Co-Chief Executive Officer (CEO). Brings entrepreneurial leadership to the company.</li>
                   <li>
-                    <strong>Prof. Yoav Shoham:</strong> Co-founder and Co-Chief Executive Officer (CEO). Professor
-                    Emeritus at Stanford University.
+                    <strong>Professor Yoav Shoham:</strong> Co-founder and Co-Chief Executive Officer (CEO). Professor Emeritus of Computer Science at Stanford University and a leading figure in AI research.
                   </li>
                   <li>
-                    <strong>Prof. Amnon Shashua:</strong> Co-founder and Chairman. Co-founder of Mobileye and Senior
-                    Vice President at Intel.
+                    <strong>Professor Amnon Shashua:</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.
                   </li>
                 </ul>
               </div>
             </div>
           </div>
           <div class="col-lg-4 col-md-6">
-            <div class="info-card type-models" id="card-ai21-models">
+            <div class="info-card type-models" id="card-ai21-models"> <!-- Enhanced for Products -->
               <div class="card-body">
-                <h5><i class="bi bi-boxes"></i> Flagship Models & Products</h5>
+                <h5><i class="bi bi-boxes"></i> Key Models & Products</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Jurassic model series. Jamba (hybrid SSM-Transformer, open weights).
-                    <a href="https://www.wordtune.com/" target="_blank" rel="noopener noreferrer">Wordtune</a> (AI
-                    writing/reading assistant).
-                    <a href="https://studio.ai21.com/" target="_blank" rel="noopener noreferrer">AI21 Studio</a> for
-                    developers.
+                    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/" target="_blank" rel="noopener noreferrer">Wordtune</a> (AI writing/reading assistant for consumers and businesses),
+                    <a href="https://studio.ai21.com/" target="_blank" rel="noopener noreferrer">AI21 Studio</a> (developer platform with API access), task-specific models for enterprises, and Maestro AI (planning system).
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -3012,43 +2754,36 @@
                 <h6>Model Families & Architectures</h6>
                 <ul>
                   <li>
-                    <strong>Jurassic Series (e.g., Jurassic-2):</strong> Family of proprietary large language models
-                    with varying sizes and capabilities, designed for sophisticated language tasks.
+                    <strong>Jurassic Series (e.g., Jurassic-2):</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.
                   </li>
                   <li>
-                    <strong>Jamba (e.g., Jamba 1.5 Mini, Jamba 1.5 Large):</strong> Innovative model architecture
-                    combining Transformer blocks with Mamba (State Space Model) blocks and Mixture-of-Experts (MoE).
-                    Aims for efficiency, large context window (256K), and strong performance. Openly available versions
-                    released.
+                    <strong>Jamba Architecture (e.g., Jamba-1.5 Mini, Jamba-1.5 Large):</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.
                   </li>
                 </ul>
-                <h6>Applications & Platform</h6>
+                <h6>Key Products & Platforms</h6>
                 <ul>
                   <li>
-                    <strong
-                      ><a href="https://www.wordtune.com/" target="_blank" rel="noopener noreferrer">Wordtune</a
-                      >:</strong
+                    <span class="term"
+                      ><a href="https://www.wordtune.com/" target="_blank" rel="noopener noreferrer">Wordtune</a>:</span
                     >
-                    AI-powered writing companion that helps rephrase, summarize, generate text, and check
-                    grammar/spelling. Includes Wordtune Read for summarizing long documents.
+                    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>
-                    <strong
-                      ><a href="https://studio.ai21.com/" target="_blank" rel="noopener noreferrer">AI21 Studio</a
-                      >:</strong
+                    <span class="term"
+                      ><a href="https://studio.ai21.com/" target="_blank" rel="noopener noreferrer">AI21 Studio</a>:</span
                     >
-                    Developer platform providing API access (see
+                    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"
                       target="_blank"
                       rel="noopener noreferrer"
-                      >docs</a
-                    >) to their models (Jurassic, Jamba, task-specific models) for building custom NLP applications.
+                      >docs.ai21.com</a
+                    >.
                   </li>
                   <li>
-                    <strong>Task-Specific Models:</strong> Models optimized for particular enterprise needs, such as
-                    contextual answers, summarization, and paraphrasing.
+                    <strong>Task-Specific Models:</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.
                   </li>
+                  <li><strong>Maestro AI (Launched March 2025):</strong> An AI planning and orchestration system designed for enterprises to enhance operational efficiency by helping manage and automate complex business workflows.</li>
                 </ul>
               </div>
             </div>
@@ -3059,9 +2794,7 @@
                 <h5><i class="bi bi-bullseye"></i> Approach to Advanced AI</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Focuses on reliable and controllable AI for practical applications. Explores novel architectures and
-                    neuro-symbolic ideas for more robust intelligence, rather than explicit AGI pursuit as a primary
-                    public goal.
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -3075,31 +2808,22 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseAI21AGI">
-                <h6>Perspective on AGI/ASI</h6>
+                <h6>Perspective on AGI/ASI & Future Development</h6>
                 <ul>
                   <li>
-                    <strong>Practical and Reliable AI:</strong> The primary focus is on building AI systems that are
-                    trustworthy, predictable, and provide tangible value in augmenting human reading and writing tasks,
-                    especially for enterprises.
+                    <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 Capability:</strong> The development of models like Jamba
-                    indicates a drive towards more efficient and capable systems, which are foundational steps for any
-                    advanced AI.
+                    <strong>Architectural Innovation for Enhanced Capability:</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.
                   </li>
                   <li>
-                    <strong>Reasoning and Understanding:</strong> Strong emphasis on moving beyond pattern-matching to
-                    AI that exhibits deeper reasoning and contextual understanding, key components of more general
-                    intelligence.
+                    <strong>Emphasis on Reasoning and Understanding:</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.
                   </li>
                   <li>
-                    <strong>Neuro-Symbolic Exploration:</strong> Co-CEOs have discussed the potential of combining large
-                    language models with symbolic AI techniques to enhance robustness, explainability, and reasoning
-                    capabilities, which could be a path towards more advanced AI.
+                    <strong>Exploration of Neuro-Symbolic AI:</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 framed as an AGI race, their work on sophisticated reasoning and novel
-                    architectures contributes to the broader field of advanced AI research.
+                    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.
                   </li>
                 </ul>
               </div>
@@ -3111,8 +2835,7 @@
                 <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Raised over $336M. Series C (2023) valued at $1.4B, with investors like Google, Nvidia, Intel
-                    Capital, Comcast Ventures, Walden Catalyst, Pitango.
+                    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.
                   </p>
                   <button
                     class="btn btn-sm details-toggle"
@@ -3126,23 +2849,19 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseAI21Funding">
-                <h6>Key Investment Rounds</h6>
+                <h6>Key Investment Rounds & Backers</h6>
                 <ul>
                   <li>
-                    <strong>Seed & Series A:</strong> Early funding rounds helped establish the company and initial
-                    product development.
+                    <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.</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):</strong> Announced $155 million financing, valuing the company at
-                    $1.4 billion. Investors included Google, Nvidia, Walden Catalyst, Pitango, SCB10X, b2venture,
-                    Samsung Next, and Prof. Amnon Shashua.
+                    <strong>Series C (August 2023):</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.
                   </li>
                   <li>
-                    <strong>Series C Extension (November 2023):</strong> Added $53 million to the Series C, bringing the
-                    total round to $208 million and total funding to $336 million. New investors included Intel Capital
-                    and Comcast Ventures.
+                    <strong>Series C Extension (November 2023):</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.
                   </li>
+                  <li><strong>Strategic Investors:</strong> The participation of tech giants like Google, Nvidia, and Intel Capital highlights strategic interest in AI21 Labs' technology and market position.</li>
                 </ul>
               </div>
             </div>
@@ -3153,8 +2872,7 @@
                 <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
                 <div class="card-content-wrapper">
                   <p class="summary">
-                    Release of Jamba open-weight models (March 2024). Jamba 1.5 Mini and Large (Aug 2024). Maestro AI
-                    planning system (March 2025). Focus on enterprise solutions. See their
+                    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" target="_blank" rel="noopener noreferrer">newsroom</a>.
                   </p>
                   <button
@@ -3169,33 +2887,30 @@
                 </div>
               </div>
               <div class="collapse collapse-content" id="collapseAI21Developments">
-                <h6>Key Announcements</h6>
+                <h6>Key Announcements & Activities</h6>
                 <ul>
                   <li>
-                    <strong>Jamba Release (March 2024):</strong> Launched Jamba, the first production-grade Mamba-based
-                    model, featuring a hybrid SSM-Transformer architecture and open weights.
+                    <strong>Jamba Model Release (March 2024):</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.
                   </li>
                   <li>
-                    <strong>Jamba 1.5 Mini & Large (August 2024):</strong> Released new versions of Jamba with enhanced
-                    performance, expanded capabilities, and a large 256K context window, available as open models.
+                    <strong>Jamba-1.5 Mini & Jamba-1.5 Large (August 2024):</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.
                   </li>
                   <li>
-                    <strong>Maestro AI (March 2025):</strong> Unveiled Maestro, an AI planning and orchestration system
-                    for enterprises, designed to enhance operational efficiency.
+                    <strong>Maestro AI Launch (March 2025):</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.
                   </li>
                   <li>
-                    <strong>Task-Specific Models:</strong> Continued emphasis on developing and refining models for
-                    specific enterprise use-cases to ensure reliability and accuracy.
+                    <strong>Task-Specific Enterprise Models:</strong> Continued emphasis on developing and refining models tailored for specific enterprise use-cases, such as contextual Q&A, summarization, and paraphrasing, aiming for high reliability and accuracy.
                   </li>
                   <li>
-                    <strong>Executive Appointments:</strong> Hired Sharon Argov as Chief Marketing Officer and Yaniv
-                    Vakrat as Chief Revenue Officer (2024).
+                    <strong>Wordtune Enhancements:</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.
                   </li>
                 </ul>
               </div>
             </div>
           </div>
-          <!-- Removed Key Links card for AI21 Labs -->
         </div>
       </div>
     </div>
@@ -3321,8 +3036,6 @@
 
         mainContainer.addEventListener("mouseout", (event) => {
           const leavingCard = event.target.closest(".info-card");
-          // const enteringCard = event.relatedTarget?.closest(".info-card"); // Not used currently
-          // const enteringSection = event.relatedTarget?.closest(".schema-container"); // Not used currently
 
           if (leavingCard && !event.relatedTarget?.closest(".info-card")) {
             setTimeout(() => {
@@ -3343,14 +3056,12 @@
         const collapseToggles = document.querySelectorAll(".details-toggle");
         collapseToggles.forEach((button) => {
           const targetId = button.getAttribute("data-bs-target");
-          // Ensure targetId starts with # for querySelector
           const targetSelector = targetId.startsWith("#") ? targetId : `#${targetId}`;
           try {
             const targetCollapse = document.querySelector(targetSelector);
             const icon = button.querySelector(".bi");
 
             if (targetCollapse && icon) {
-              // Initialize icon state based on whether collapse is shown
               if (targetCollapse.classList.contains("show")) {
                 icon.classList.remove("bi-chevron-down");
                 icon.classList.add("bi-chevron-up");
@@ -3369,9 +3080,6 @@
                 icon.classList.remove("bi-chevron-up");
                 icon.classList.add("bi-chevron-down");
               });
-            } else {
-              if (!targetCollapse) console.warn(`Collapse target ${targetSelector} not found for a button.`);
-              if (!icon) console.warn(`Icon not found in button for target ${targetSelector}.`);
             }
           } catch (e) {
             console.error(`Error processing toggle for target ${targetSelector}: ${e}`);
@@ -3379,5 +3087,6 @@
         });
       });
     </script>
-  </body>
-</html>
+
+</body>
+</html>
\ No newline at end of file