Update ai-frontier.html
· 1 year ago
af3872c892b2aa46a55b4237dfa69e31848be82e
Parent:
642f2a5f0
1 file changed +279 −332
- ai-frontier.html +279 −332
Diff
--- a/ai-frontier.html +++ b/ai-frontier.html @@ -76,7 +76,7 @@ --ai-aspect-color-audience: #7986cb; /* Indigo */ --ai-aspect-color-differentiators: #ffee58; /* Vivid Yellow */ --ai-aspect-color-developments: #4dd0e1; /* Cyan */ - --ai-aspect-color-links: #20c997; /* Tealish Green for Key Links */ + --ai-aspect-color-info: #4fc3f7; /* Light Blue for Key Info */ } @keyframes blueprintGridAnimation { @@ -337,6 +337,34 @@ margin-bottom: 1.5rem; /* Reduced margin for the last items in a section */ } + /* Key Info Specific Styles */ + .key-info-list { + list-style: none; + padding-left: 0; + margin-bottom: 0; + } + .key-info-list li { + margin-bottom: 0.6rem; + font-size: 0.95rem; + line-height: 1.5; + color: var(--ai-text-secondary); + } + .key-info-list li strong { + color: var(--ai-text-main); + margin-right: 0.5em; + display: inline-block; /* Or block if preferred */ + } + .key-info-list a { + color: var(--ai-text-highlight); + text-decoration: none; + } + .key-info-list a:hover { + text-decoration: underline; + } + .info-card.type-info .card-content-wrapper { /* Ensure no toggle button for key info */ + padding-bottom: 1.2rem; + } + footer { padding-top: 3rem; @@ -436,7 +464,7 @@ .info-card.type-audience { --ai-aspect-color-current: var(--ai-aspect-color-audience); } .info-card.type-differentiators { --ai-aspect-color-current: var(--ai-aspect-color-differentiators); } .info-card.type-developments { --ai-aspect-color-current: var(--ai-aspect-color-developments); } - .info-card.type-links { --ai-aspect-color-current: var(--ai-aspect-color-links); } + .info-card.type-info { --ai-aspect-color-current: var(--ai-aspect-color-info); } /* Apply the current aspect color to relevant card elements */ @@ -467,13 +495,31 @@ <div class="schema-container cat-openai" data-section-id="section-openai"> <h2 class="section-title" id="title-openai">OpenAI</h2> <div class="row"> + <div class="col-lg-4 col-md-6"> + <div class="info-card type-info" id="card-openai-keyinfo"> + <div class="card-body"> + <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> December 2015, by Elon Musk, Sam Altman, Greg Brockman, Ilya Sutskever, Wojciech Zaremba, John Schulman, and others.</li> + <li><strong>Headquarters:</strong> San Francisco, California, USA</li> + <li><strong>Valuation:</strong> $157 billion (as of October 2024). [3, 13] Reported talks for $300 billion valuation (April 2025).</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>Official Website:</strong> <a href="https://openai.com" target="_blank" rel="noopener noreferrer">openai.com</a></li> + <li><strong>Documentation:</strong> <a href="https://platform.openai.com/docs" target="_blank" rel="noopener noreferrer">platform.openai.com/docs</a> [6, 43]</li> + </ul> + </div> + </div> + </div> + </div> <div class="col-lg-4 col-md-6"> <div class="info-card type-origin" id="card-openai-origin"> <div class="card-body"> <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. + Founded Dec 2015 as a non-profit, later adopted a "capped-profit" model. Aims to ensure AGI benefits all humanity. Learn more on their <a href="https://openai.com/about" target="_blank" rel="noopener noreferrer">about page</a>. </p> <button class="btn btn-sm details-toggle" @@ -510,7 +556,7 @@ <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. + 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>. </p> <button class="btn btn-sm details-toggle" @@ -537,7 +583,7 @@ <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. </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. + <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 <a href="https://github.com/openai" target="_blank" rel="noopener noreferrer">GitHub</a>). </li> </ul> </div> @@ -582,7 +628,7 @@ <h5><i class="bi bi-boxes"></i> Flagship 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), ChatGPT interface. Recent models like o1 focus on reasoning. + 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] </p> <button class="btn btn-sm details-toggle" @@ -623,10 +669,10 @@ <h6>Access & Products</h6> <ul> <li> - <span class="term">ChatGPT:</span> Conversational AI interface (free, Plus, Team, Enterprise tiers). + <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). </li> <li> - <span class="term">OpenAI API:</span> Allows developer integration of models into applications. Includes new Responses API and Agents SDK for building AI agents. + <span class="term"><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] </li> <li>Partnerships (e.g., Microsoft Azure, Apple Intelligence).</li> </ul> @@ -677,7 +723,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 $40B in Apr 2025 (valuing at $300B). + 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] </p> <button class="btn btn-sm details-toggle" @@ -693,11 +739,11 @@ <div class="collapse collapse-content" id="collapseOpenAIFunding"> <h6>Key Investments</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.</li> - <li><strong>October 2024 Round:</strong> Secured $6.6 billion, valuing OpenAI at $157 billion. Major investors included Microsoft, Nvidia, and SoftBank.</li> - <li><strong>April 2025 Round:</strong> Raised up to $40 billion at a $300 billion post-money valuation, led by SoftBank, with participation from Microsoft, Coatue, Altimeter, and Thrive Capital. This marked one of the largest private technology deals.</li> + <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]</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> + <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.</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.</li> - <li><strong>Path to Profitability:</strong> Reports suggest some funding tranches are contingent on OpenAI transitioning to a more conventional for-profit structure.</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> </ul> </div> </div> @@ -708,7 +754,7 @@ <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. + 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>. </p> <button class="btn btn-sm details-toggle" @@ -728,45 +774,13 @@ <li><strong>Product Enhancements:</strong> ChatGPT Pro introduced ($200/month with o1 access). New image generation capabilities in API (Apr 2025).</li> <li><strong>Developer Tools:</strong> New Responses API and Agents SDK for building AI agents, aiming to simplify agentic AI development (Mar 2025).</li> <li><strong>Partnerships:</strong> Integration of ChatGPT into Apple Intelligence (announced June 2024).</li> - <li><strong>Corporate:</strong> Major funding rounds (Oct 2024, Apr 2025). Acquired domain Chat.com. Some high-profile departures and new board members (e.g., former NSA head Paul Nakasone).</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).</li> <li><strong>Safety Framework:</strong> Updated Preparedness Framework (Apr 2025).</li> </ul> </div> </div> </div> - <div class="col-lg-4 col-md-6"> - <div class="info-card type-links" id="card-openai-links"> - <div class="card-body"> - <h5><i class="bi bi-link-45deg"></i> Key Links</h5> - <div class="card-content-wrapper"> - <p class="summary"> - Official website, ChatGPT, API platform, research publications, and news. - </p> - <button - class="btn btn-sm details-toggle" - type="button" - data-bs-toggle="collapse" - data-bs-target="#collapseOpenAILinks" - aria-expanded="false" - > - Details <i class="bi bi-chevron-down"></i> - </button> - </div> - </div> - <div class="collapse collapse-content" id="collapseOpenAILinks"> - <h6>Official Resources</h6> - <ul> - <li><strong>Website:</strong> <a href="https://openai.com" target="_blank" rel="noopener noreferrer">openai.com</a></li> - <li><strong>ChatGPT:</strong> <a href="https://chat.openai.com" target="_blank" rel="noopener noreferrer">chat.openai.com</a></li> - <li><strong>API Platform:</strong> <a href="https://platform.openai.com" target="_blank" rel="noopener noreferrer">platform.openai.com</a></li> - <li><strong>Research:</strong> <a href="https://openai.com/research" target="_blank" rel="noopener noreferrer">openai.com/research</a></li> - <li><strong>Blog/News:</strong> <a href="https://openai.com/blog" target="_blank" rel="noopener noreferrer">openai.com/blog</a></li> - <li><strong>GitHub:</strong> <a href="https://github.com/openai" target="_blank" rel="noopener noreferrer">github.com/openai</a></li> - <li><strong>YouTube:</strong> <a href="https://www.youtube.com/@OpenAI" target="_blank" rel="noopener noreferrer">youtube.com/@OpenAI</a></li> - </ul> - </div> - </div> - </div> + <!-- Removed Key Links card for OpenAI --> </div> </div> @@ -774,13 +788,32 @@ <div class="schema-container cat-deepmind" data-section-id="section-deepmind"> <h2 class="section-title" id="title-deepmind">Google DeepMind</h2> <div class="row"> + <div class="col-lg-4 col-md-6"> + <div class="info-card type-info" id="card-deepmind-keyinfo"> + <div class="card-body"> + <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> DeepMind Technologies in 2010 (merged with Google Brain in April 2023 to form Google DeepMind). [1]</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>Main Products/Technologies:</strong> AlphaFold, Imagen, Lyria, RoboCat, contributions to Google products (Search, Cloud AI, Android). [1, 44]</li> + <li><strong>Official Website:</strong> <a href="https://deepmind.google" target="_blank" rel="noopener noreferrer">deepmind.google</a></li> + <li><strong>Documentation:</strong> Primarily via <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).</li> + </ul> + </div> + </div> + </div> + </div> <div class="col-lg-4 col-md-6"> <div class="info-card type-origin" id="card-deepmind-origin"> <div class="card-body"> <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. + 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] </p> <button class="btn btn-sm details-toggle" @@ -797,16 +830,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. + <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] </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. + <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] </li> <li> - <strong>Google Brain:</strong> A separate leading AI research team within Google, known for TensorFlow, Transformers, and other breakthroughs. + <strong>Google Brain:</strong> A separate leading AI research team within Google, known for TensorFlow, Transformers, and other breakthroughs. [44] </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. + <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] </li> </ul> </div> @@ -818,7 +851,7 @@ <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, responsible AI development (guided by Google's AI Principles), and applying AI to global scientific and societal challenges. + Science-led approach to AGI, emphasizing fundamental research (see 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] </p> <button class="btn btn-sm details-toggle" @@ -835,10 +868,10 @@ <h6>Core Beliefs & Strategy</h6> <ul> <li> - <strong>Solving Intelligence:</strong> A long-term commitment to understanding and building AGI. + <strong>Solving Intelligence:</strong> A long-term commitment to understanding and building AGI. [44] </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). + <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] </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. @@ -856,7 +889,7 @@ <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. + Led by co-founder and CEO Demis Hassabis. Lila Ibrahim serves as COO. [1] </p> <button class="btn btn-sm details-toggle" @@ -872,9 +905,9 @@ <div class="collapse collapse-content" id="collapseDeepMindLeadership"> <h6>Key Figures (as of early 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.</li> - <li><strong>Lila Ibrahim:</strong> Chief Operating Officer (COO).</li> - <li>Shane Legg and Mustafa Suleyman were co-founders of DeepMind. Suleyman left in 2019 and is now CEO of Microsoft AI.</li> + <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]</li> + <li><strong>Lila Ibrahim:</strong> Chief Operating Officer (COO). [1]</li> + <li>Shane Legg and Mustafa Suleyman were co-founders of DeepMind. Suleyman left in 2019 and is now CEO of Microsoft AI. [1]</li> </ul> </div> </div> @@ -885,7 +918,7 @@ <h5><i class="bi bi-boxes"></i> Flagship Models & Technologies</h5> <div class="card-content-wrapper"> <p class="summary"> - Gemini family (1.5 Pro, Ultra, Nano) as the leading multimodal model. Known for AlphaFold, AlphaGo, Imagen (text-to-image), and Lyria (text-to-music). + 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>. </p> <button class="btn btn-sm details-toggle" @@ -902,7 +935,7 @@ <h6>Current Flagship</h6> <ul> <li> - <strong>Gemini:</strong> Google DeepMind's most capable and general multimodal model family. + <strong>Gemini:</strong> Google DeepMind's most capable and general multimodal model family. [42] <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> @@ -910,12 +943,12 @@ <li>Powers features in Google Search, Google Assistant, Google Cloud AI (Vertex AI), Android, and experimental products like Project Astra.</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.</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]</li> </ul> <h6>Groundbreaking AI Systems</h6> <ul> - <li><strong>AlphaGo / AlphaZero:</strong> Defeated world champion Go player; generalized to master chess and shogi from self-play.</li> - <li><strong>AlphaFold:</strong> Revolutionized biology by accurately predicting protein structures for nearly all known proteins.</li> + <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> @@ -923,7 +956,7 @@ </ul> <h6>Integration</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. + 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 <a href="https://deepmind.google/blog" target="_blank" rel="noopener noreferrer">Google DeepMind Blog</a>. </p> </div> </div> @@ -934,7 +967,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"). Pursued via scientific breakthroughs, responsible development, and scaling general-purpose systems. + AGI is the foundational long-term research goal ("solve intelligence"). [1, 44] Pursued via scientific breakthroughs, responsible development, and scaling general-purpose systems. </p> <button class="btn btn-sm details-toggle" @@ -951,7 +984,7 @@ <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. Demis Hassabis believes AGI could arrive this decade. + <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. </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. @@ -960,7 +993,7 @@ <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. </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. + <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] </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.</li> </ul> @@ -973,7 +1006,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. Original acquisition in 2014. + Operates as a subsidiary of Alphabet Inc. (Google), with access to its extensive resources. [1] Original acquisition in 2014. [1, 38] </p> <button class="btn btn-sm details-toggle" @@ -989,8 +1022,8 @@ <div class="collapse collapse-content" id="collapseDeepMindFunding"> <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.</li> - <li><strong>Original Acquisition:</strong> Acquired by Google in 2014 for a sum reported to be between $400 million and $650 million.</li> + <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]</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]</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.</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.</li> </ul> @@ -1003,7 +1036,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. Gemma open models released. Focus on AI for science. + 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. </p> <button class="btn btn-sm details-toggle" @@ -1019,50 +1052,19 @@ <div class="collapse collapse-content" id="collapseDeepMindDevelopments"> <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. + <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] </li> - <li><strong>Gemma Open Models:</strong> Release of Gemma, a family of lightweight, state-of-the-art open models.</li> + <li><strong>Gemma Open Models:</strong> Release of Gemma, a family of lightweight, state-of-the-art open models. [42]</li> <li><strong>Project Astra:</strong> Showcased progress on a universal AI assistant capable of multimodal understanding and interaction.</li> - <li><strong>Nobel Prize:</strong> Demis Hassabis and John Jumper awarded the 2024 Nobel Prize in Chemistry for their work on AlphaFold.</li> + <li><strong>Nobel Prize:</strong> Demis Hassabis and John Jumper awarded the 2024 Nobel Prize in Chemistry for their work on AlphaFold. [1]</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.</li> <li><strong>Responsible AI:</strong> Ongoing work on AI safety, ethics, and governance, including contributions to international discussions and standards.</li> - <li><strong>Lyria & Imagen:</strong> Continued development and integration of text-to-music (Lyria) and text-to-image (Imagen 2 & 3) models.</li> - </ul> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6"> - <div class="info-card type-links" id="card-deepmind-links"> - <div class="card-body"> - <h5><i class="bi bi-link-45deg"></i> Key Links</h5> - <div class="card-content-wrapper"> - <p class="summary"> - Google DeepMind official site, research publications, blog, and Google AI portal. - </p> - <button - class="btn btn-sm details-toggle" - type="button" - data-bs-toggle="collapse" - data-bs-target="#collapseDeepMindLinks" - aria-expanded="false" - > - Details <i class="bi bi-chevron-down"></i> - </button> - </div> - </div> - <div class="collapse collapse-content" id="collapseDeepMindLinks"> - <h6>Official Resources</h6> - <ul> - <li><strong>Google DeepMind Website:</strong> <a href="https://deepmind.google" target="_blank" rel="noopener noreferrer">deepmind.google</a></li> - <li><strong>Google AI / Google Research:</strong> <a href="https://ai.google/research" target="_blank" rel="noopener noreferrer">ai.google/research</a></li> - <li><strong>Google DeepMind Blog:</strong> <a href="https://deepmind.google/blog" target="_blank" rel="noopener noreferrer">deepmind.google/blog</a></li> - <li><strong>Google DeepMind Publications:</strong> <a href="https://deepmind.google/research/publications/" target="_blank" rel="noopener noreferrer">deepmind.google/research/publications/</a></li> - <li><strong>Google Labs (Experiments):</strong> <a href="https://labs.google/" target="_blank" rel="noopener noreferrer">labs.google</a></li> - <li><strong>YouTube:</strong> <a href="https://www.youtube.com/@GoogleDeepMind" target="_blank" rel="noopener noreferrer">youtube.com/@GoogleDeepMind</a></li> + <li><strong>Lyria & Imagen:</strong> Continued development and integration of text-to-music (Lyria) and text-to-image (Imagen 2 & 3) models. [44]</li> </ul> </div> </div> </div> + <!-- Removed Key Links card for Google DeepMind --> </div> </div> @@ -1070,6 +1072,24 @@ <div class="schema-container cat-anthropic" data-section-id="section-anthropic"> <h2 class="section-title" id="title-anthropic">Anthropic</h2> <div class="row"> + <div class="col-lg-4 col-md-6"> + <div class="info-card type-info" id="card-anthropic-keyinfo"> + <div class="card-body"> + <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> 2021, by Dario Amodei, Daniela Amodei, Tom Brown, Chris Olah, Sam McCandlish, Jack Clark, Jared Kaplan.</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>Flagship Models:</strong> Claude 3 family (Opus, Sonnet, Haiku), Claude 3.5 Sonnet. [11, 26]</li> + <li><strong>Main Products:</strong> Claude.ai (chat interface), Anthropic API, models for enterprise.</li> + <li><strong>Official Website:</strong> <a href="https://www.anthropic.com" target="_blank" rel="noopener noreferrer">anthropic.com</a></li> + <li><strong>Documentation:</strong> <a href="https://docs.anthropic.com" target="_blank" rel="noopener noreferrer">docs.anthropic.com</a> [8, 11, 17, 30]</li> + </ul> + </div> + </div> + </div> + </div> <div class="col-lg-4 col-md-6"> <div class="info-card type-origin" id="card-anthropic-origin"> <div class="card-body"> @@ -1111,7 +1131,7 @@ <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." + Dedicated to building reliable, interpretable, and steerable AI systems. Pioneered "Constitutional AI" and "Responsible Scaling Policy." See their <a href="https://www.anthropic.com/research" target="_blank" rel="noopener noreferrer">research</a>. </p> <button class="btn btn-sm details-toggle" @@ -1175,7 +1195,7 @@ <h5><i class="bi bi-boxes"></i> Flagship 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. + 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] </p> <button class="btn btn-sm details-toggle" @@ -1192,7 +1212,7 @@ <h6>Claude Model Family</h6> <ul> <li> - <strong>Claude 3 Series (Released March 2024):</strong> + <strong>Claude 3 Series (Released March 2024):</strong> [11, 26] <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> @@ -1201,14 +1221,14 @@ </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. + <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] </li> </ul> <h6>Access & Platform</h6> <ul> - <li><strong>API Access:</strong> Models available via Anthropic's API for developers.</li> - <li><strong>Claude.ai:</strong> Web-based chat interface and workspace.</li> - <li><strong>Cloud Partnerships:</strong> Available on major cloud platforms like Amazon Bedrock and Google Cloud Vertex AI.</li> + <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]</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>).</li> + <li><strong>Cloud Partnerships:</strong> Available on major cloud platforms like Amazon Bedrock and Google Cloud Vertex AI. [11]</li> </ul> </div> </div> @@ -1249,12 +1269,12 @@ <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. + 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] </p> <button class="btn btn-sm details-toggle" type="button" - data-bs-toggle-collapse" + data-bs-toggle="collapse" data-bs-target="#collapseAnthropicFunding" aria-expanded="false" > @@ -1265,10 +1285,11 @@ <div class="collapse collapse-content" id="collapseAnthropicFunding"> <h6>Key Investments</h6> <ul> - <li><strong>Google:</strong> Has invested significantly (e.g., a reported $300M initially, with commitments for up to $2B).</li> - <li><strong>Amazon:</strong> Committed up to $4 billion, making AWS its primary cloud provider for mission-critical workloads.</li> - <li><strong>Other Investors:</strong> Include Spark Capital, Salesforce Ventures, Sound Ventures, Menlo Ventures, SK Telecom and others.</li> - <li><strong>Total Funding:</strong> Has raised several billion dollars across multiple rounds, enabling large-scale model training and research.</li> + <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]</li> + <li><strong>Amazon:</strong> Committed up to $4 billion, making AWS its primary cloud provider for mission-critical workloads. [20, 26]</li> + <li><strong>Microsoft:</strong> Reported $2B investment commitment. [26]</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]</li> + <li><strong>Total Funding:</strong> Has raised approximately $12.4B to $14.3B in cash and commitments across multiple rounds. [20, 26]</li> </ul> </div> </div> @@ -1279,7 +1300,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. Release of Claude 3.5 Sonnet in June 2024. Expanding enterprise adoption. + 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 <a href="https://www.anthropic.com/news" target="_blank" rel="noopener noreferrer">news page</a>. </p> <button class="btn btn-sm details-toggle" @@ -1295,46 +1316,17 @@ <div class="collapse collapse-content" id="collapseAnthropicDevelopments"> <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.</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."</li> + <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]</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]</li> <li><strong>Responsible Scaling Policy (RSP):</strong> Continued commitment and updates to their RSP, detailing safety levels and procedures.</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.</li> - <li><strong>Research Publications:</strong> Ongoing release of research papers on AI safety, interpretability, and model capabilities.</li> - </ul> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6"> - <div class="info-card type-links" id="card-anthropic-links"> - <div class="card-body"> - <h5><i class="bi bi-link-45deg"></i> Key Links</h5> - <div class="card-content-wrapper"> - <p class="summary"> - Official website, Claude.ai console, research papers, and blog. - </p> - <button - class="btn btn-sm details-toggle" - type="button" - data-bs-toggle="collapse" - data-bs-target="#collapseAnthropicLinks" - aria-expanded="false" - > - Details <i class="bi bi-chevron-down"></i> - </button> - </div> - </div> - <div class="collapse collapse-content" id="collapseAnthropicLinks"> - <h6>Official Resources</h6> - <ul> - <li><strong>Website:</strong> <a href="https://www.anthropic.com" target="_blank" rel="noopener noreferrer">anthropic.com</a></li> - <li><strong>Claude Console/API:</strong> <a href="https://console.anthropic.com" target="_blank" rel="noopener noreferrer">console.anthropic.com</a></li> - <li><strong>Claude.ai (Chat):</strong> <a href="https://claude.ai" target="_blank" rel="noopener noreferrer">claude.ai</a></li> - <li><strong>Research:</strong> <a href="https://www.anthropic.com/research" target="_blank" rel="noopener noreferrer">anthropic.com/research</a></li> - <li><strong>Blog:</strong> <a href="https://www.anthropic.com/news" target="_blank" rel="noopener noreferrer">anthropic.com/news</a></li> + <li><strong>Research Publications:</strong> Ongoing release of research papers on AI safety, interpretability, 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]</li> </ul> </div> </div> </div> + <!-- Removed Key Links card for Anthropic --> </div> </div> @@ -1342,13 +1334,32 @@ <div class="schema-container cat-meta" data-section-id="section-meta"> <h2 class="section-title" id="title-meta">Meta AI (FAIR)</h2> <div class="row"> + <div class="col-lg-4 col-md-6"> + <div class="info-card type-info" id="card-meta-keyinfo"> + <div class="card-body"> + <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>Key Figures:</strong> Yann LeCun (VP & Chief AI Scientist), Joëlle Pineau (VP of AI Research).</li> + <li><strong>Headquarters:</strong> Menlo Park, California, USA (as part of Meta Platforms).</li> + <li><strong>Parent Company:</strong> Meta Platforms, Inc. (Market Cap of META relevant, ~$1.5T as of early 2025). [45]</li> + <li><strong>Flagship Models:</strong> Llama family (Llama 3), Segment Anything Model (SAM), Seamless Communication models. [47]</li> + <li><strong>Main Products/Platforms:</strong> Meta AI assistant, PyTorch, various open-source models and tools.</li> + <li><strong>Official Website:</strong> <a href="https://ai.meta.com/" target="_blank" rel="noopener noreferrer">ai.meta.com</a></li> + <li><strong>Documentation:</strong> Via <a href="https://ai.meta.com/research/" target="_blank" rel="noopener noreferrer">ai.meta.com/research/</a> and model-specific sites like <a href="https://llama.meta.com/" target="_blank" rel="noopener noreferrer">llama.meta.com</a>.</li> + </ul> + </div> + </div> + </div> + </div> <div class="col-lg-4 col-md-6"> <div class="info-card type-origin" id="card-meta-origin"> <div class="card-body"> <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. Now Meta AI, a division of Meta Platforms, driving open research and AI for Meta's products. + 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. </p> <button class="btn btn-sm details-toggle" @@ -1377,7 +1388,7 @@ <h5><i class="bi bi-unlock-fill"></i> Philosophy & Open Source</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. + 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 <a href="https://ai.meta.com/research/" target="_blank" rel="noopener noreferrer">their research page</a>. </p> <button class="btn btn-sm details-toggle" @@ -1393,7 +1404,7 @@ <div class="collapse collapse-content" id="collapseMetaPhilosophy"> <h6>Core Beliefs</h6> <ul> - <li><strong>Open Research and Development:</strong> A foundational principle. Meta AI consistently publishes research and open-sources models, tools (e.g., PyTorch), and datasets.</li> + <li><strong>Open Research and Development:</strong> A foundational principle. Meta AI consistently publishes research and open-sources models, tools (e.g., <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.</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.</li> <li><strong>Responsible AI Development:</strong> Alongside openness, Meta AI emphasizes responsible AI practices, including research into fairness, privacy, and robustness.</li> @@ -1436,7 +1447,7 @@ <h5><i class="bi bi-boxes"></i> Flagship Models & Technologies</h5> <div class="card-content-wrapper"> <p class="summary"> - Llama family (Llama 2, Llama 3) of open-weight LLMs. Also known for Segment Anything Model (SAM), Seamless Communication models, and PyTorch. + 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>. </p> <button class="btn btn-sm details-toggle" @@ -1453,18 +1464,18 @@ <h6>Key Open Models & Tools</h6> <ul> <li> - <strong>Llama Series (e.g., Llama 3):</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. + <strong>Llama Series (e.g., <a href="https://llama.meta.com/" target="_blank" rel="noopener noreferrer">Llama 3</a>):</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] </li> <li> <strong>Segment Anything Model (SAM):</strong> Foundation model for image segmentation, capable of identifying objects in images and videos with high granularity. </li> <li><strong>Seamless Communication Models (e.g., SeamlessM4T, SeamlessExpressive):</strong> Multilingual and multitask models for speech translation, transcription, and expressive cross-lingual communication.</li> - <li><strong>PyTorch:</strong> Leading open-source machine learning framework, widely adopted in research and industry, originally developed by FAIR.</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.</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. + 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 <a href="https://ai.meta.com/blog/" target="_blank" rel="noopener noreferrer">blog</a>. </p> </div> </div> @@ -1498,7 +1509,7 @@ <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. </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. + <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] </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.</li> </ul> @@ -1527,7 +1538,7 @@ <div class="collapse collapse-content" id="collapseMetaFunding"> <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.</li> + <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]</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.</li> <li><strong>Talent Acquisition:</strong> Actively recruits top AI researchers and engineers globally.</li> </ul> @@ -1540,7 +1551,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. Meta AI assistant integrated widely. Advancements in multimodal AI (Seamless Communication) and vision (SAM). Ongoing push for open models. + 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. </p> <button class="btn btn-sm details-toggle" @@ -1556,46 +1567,16 @@ <div class="collapse collapse-content" id="collapseMetaDevelopments"> <h6>Key Announcements</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.</li> + <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]</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.</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.</li> - <li><strong>Open Source Contributions:</strong> Regular releases of new models, datasets, and research papers, reinforcing commitment to open science.</li> + <li><strong>Open Source Contributions:</strong> Regular releases of new models, datasets, and research papers, reinforcing 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.</li> </ul> </div> </div> </div> - <div class="col-lg-4 col-md-6"> - <div class="info-card type-links" id="card-meta-links"> - <div class="card-body"> - <h5><i class="bi bi-link-45deg"></i> Key Links</h5> - <div class="card-content-wrapper"> - <p class="summary"> - Meta AI official website, FAIR research page, Llama model resources, PyTorch. - </p> - <button - class="btn btn-sm details-toggle" - type="button" - data-bs-toggle="collapse" - data-bs-target="#collapseMetaLinks" - aria-expanded="false" - > - Details <i class="bi bi-chevron-down"></i> - </button> - </div> - </div> - <div class="collapse collapse-content" id="collapseMetaLinks"> - <h6>Official Resources</h6> - <ul> - <li><strong>Meta AI Website:</strong> <a href="https://ai.meta.com/" target="_blank" rel="noopener noreferrer">ai.meta.com</a></li> - <li><strong>FAIR (Research):</strong> <a href="https://ai.meta.com/research/" target="_blank" rel="noopener noreferrer">ai.meta.com/research/</a></li> - <li><strong>Llama Models:</strong> <a href="https://llama.meta.com/" target="_blank" rel="noopener noreferrer">llama.meta.com</a> (and often on Hugging Face)</li> - <li><strong>PyTorch:</strong> <a href="https://pytorch.org/" target="_blank" rel="noopener noreferrer">pytorch.org</a></li> - <li><strong>Meta AI Blog:</strong> <a href="https://ai.meta.com/blog/" target="_blank" rel="noopener noreferrer">ai.meta.com/blog/</a></li> - </ul> - </div> - </div> - </div> + <!-- Removed Key Links card for Meta AI --> </div> </div> @@ -1604,6 +1585,24 @@ <h2 class="section-title" id="title-cohere">Cohere</h2> <div class="row"> <div class="col-lg-4 col-md-6"> + <div class="info-card type-info" id="card-cohere-keyinfo"> + <div class="card-body"> + <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>Valuation:</strong> ~$2.2 billion (as of June 2023), with reports of aiming for $5 billion in a new round (early 2024).</li> + <li><strong>Flagship Models:</strong> Command family (Command R, Command R+), Rerank, Embed.</li> + <li><strong>Main Products:</strong> Cohere Platform (API access), models for enterprise search, RAG, generation.</li> + <li><strong>Official Website:</strong> <a href="https://cohere.com/" target="_blank" rel="noopener noreferrer">cohere.com</a></li> + <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> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6"> <div class="info-card type-origin" id="card-cohere-origin"> <div class="card-body"> <h5><i class="bi bi-flag-fill"></i> Origin & Focus</h5> @@ -1638,7 +1637,7 @@ <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. + 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>. </p> <button class="btn btn-sm details-toggle" @@ -1707,7 +1706,7 @@ <h5><i class="bi bi-boxes"></i> Flagship 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. + 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] </p> <button class="btn btn-sm details-toggle" @@ -1736,7 +1735,7 @@ <li> <strong>Embed:</strong> Generates state-of-the-art text embeddings for tasks like semantic search, clustering, and classification, available in multiple languages. </li> - <li><strong>Cohere Platform:</strong> Provides API access, tools for fine-tuning, and integrations to deploy models in various enterprise environments.</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.</li> </ul> </div> </div> @@ -1766,7 +1765,8 @@ <li> <strong>Enterprises:</strong> Businesses of all sizes seeking to integrate advanced 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.</li> + <li><strong>Developers:</strong> Building applications that leverage powerful and customizable language models securely. + </li> <li> <strong>Industries:</strong> Finance, healthcare, retail, technology, legal, and other sectors needing secure, reliable, and customizable AI solutions. </li> @@ -1834,44 +1834,14 @@ <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.</li> <li><strong>Cloud Expansion:</strong> Broadened availability on major cloud platforms, including new integrations with Oracle Cloud Infrastructure (OCI) and Microsoft Azure.</li> - <li><strong>Enterprise Tooling:</strong> Enhanced platform features for data management, model fine-tuning, and deploying RAG applications.</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]</li> <li><strong>Cohere Coral (Tech Preview):</strong> A knowledge assistant for enterprises, leveraging RAG to connect to business 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.</li> </ul> </div> </div> </div> - <div class="col-lg-4 col-md-6"> - <div class="info-card type-links" id="card-cohere-links"> - <div class="card-body"> - <h5><i class="bi bi-link-45deg"></i> Key Links</h5> - <div class="card-content-wrapper"> - <p class="summary"> - Official website, developer platform, blog, and documentation. - </p> - <button - class="btn btn-sm details-toggle" - type="button" - data-bs-toggle="collapse" - data-bs-target="#collapseCohereLinks" - aria-expanded="false" - > - Details <i class="bi bi-chevron-down"></i> - </button> - </div> - </div> - <div class="collapse collapse-content" id="collapseCohereLinks"> - <h6>Official Resources</h6> - <ul> - <li><strong>Website:</strong> <a href="https://cohere.com/" target="_blank" rel="noopener noreferrer">cohere.com</a></li> - <li><strong>Platform/Dashboard:</strong> <a href="https://dashboard.cohere.com/" target="_blank" rel="noopener noreferrer">dashboard.cohere.com</a></li> - <li><strong>Documentation:</strong> <a href="https://docs.cohere.com/" target="_blank" rel="noopener noreferrer">docs.cohere.com</a></li> - <li><strong>Blog:</strong> <a href="https://txt.cohere.com/" target="_blank" rel="noopener noreferrer">txt.cohere.com</a> (their blog)</li> - <li><strong>Research:</strong> Often shared via their blog or academic publications.</li> - </ul> - </div> - </div> - </div> + <!-- Removed Key Links card for Cohere --> </div> </div> @@ -1879,13 +1849,31 @@ <div class="schema-container cat-mistral" data-section-id="section-mistral"> <h2 class="section-title" id="title-mistral">Mistral AI</h2> <div class="row"> + <div class="col-lg-4 col-md-6"> + <div class="info-card type-info" id="card-mistral-keyinfo"> + <div class="card-body"> + <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> April 2023, by Arthur Mensch, Guillaume Lample, Timothée Lacroix. [2, 42]</li> + <li><strong>Headquarters:</strong> Paris, France. [2]</li> + <li><strong>Valuation:</strong> ~$2 billion (as of Dec 2023), reported talks for $5-6 billion (early-mid 2024).</li> + <li><strong>Flagship Models:</strong> Open: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B; Commercial: Mistral Large, Mistral Small, Mistral Embed. [2, 42]</li> + <li><strong>Main Products:</strong> La Plateforme (API), Le Chat (chatbot), open-weight models.</li> + <li><strong>Official Website:</strong> <a href="https://mistral.ai/" target="_blank" rel="noopener noreferrer">mistral.ai</a></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> + </div> + </div> + </div> <div class="col-lg-4 col-md-6"> <div class="info-card type-origin" id="card-mistral-origin"> <div class="card-body"> <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. Focus on open, efficient, and powerful AI models. + 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. </p> <button class="btn btn-sm details-toggle" @@ -1901,8 +1889,8 @@ <div class="collapse collapse-content" id="collapseMistralOrigin"> <h6>Key Details</h6> <ul> - <li><strong>Founders:</strong> Arthur Mensch (CEO, previously DeepMind), Guillaume Lample (previously Meta), and Timothée Lacroix (previously Meta).</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.</li> + <li><strong>Founders:</strong> Arthur Mensch (CEO, previously DeepMind), Guillaume Lample (previously Meta), and Timothée Lacroix (previously Meta). [2]</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]</li> <li><strong>Rapid Growth:</strong> Quickly gained prominence and significant funding shortly after its inception.</li> </ul> </div> @@ -1914,7 +1902,7 @@ <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. + 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>. </p> <button class="btn btn-sm details-toggle" @@ -1931,13 +1919,13 @@ <h6>Core Principles</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. + <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] </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). + <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] </li> <li> - <strong>Pragmatic Approach:</strong> Balances open-source contributions with optimized commercial API offerings (La Plateforme) for enterprise use. + <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] </li> <li><strong>European Leadership:</strong> Aims to build a leading AI company based in Europe, contributing to the continent's AI ecosystem.</li> <li><strong>Trust and Independence:</strong> Emphasizes building trustworthy AI and maintaining independence in its research and development direction.</li> @@ -1951,7 +1939,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. + Led by CEO Arthur Mensch, with co-founders Guillaume Lample and Timothée Lacroix. [2] </p> <button class="btn btn-sm details-toggle" @@ -1967,9 +1955,9 @@ <div class="collapse collapse-content" id="collapseMistralLeadership"> <h6>Key Figures</h6> <ul> - <li><strong>Arthur Mensch:</strong> Co-founder and Chief Executive Officer (CEO). Former researcher at Google DeepMind.</li> - <li><strong>Guillaume Lample:</strong> Co-founder. Former researcher at Meta AI (FAIR).</li> - <li><strong>Timothée Lacroix:</strong> Co-founder. Former researcher at Meta AI (FAIR).</li> + <li><strong>Arthur Mensch:</strong> Co-founder and Chief Executive Officer (CEO). Former researcher at Google DeepMind. [2]</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> </ul> </div> </div> @@ -1980,7 +1968,7 @@ <h5><i class="bi bi-boxes"></i> Flagship Models & Products</h5> <div class="card-content-wrapper"> <p class="summary"> - Open models: Mistral 7B, Mixtral 8x7B, Mixtral 8x22B (MoE). Commercial via API: Mistral Small, Mistral Medium (now Mistral Embed), Mistral Large. + 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] </p> <button class="btn btn-sm details-toggle" @@ -1997,30 +1985,30 @@ <h6>Open-Weight Models (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. + <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. + <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] </li> <li> - <strong>Mixtral 8x22B:</strong> A larger and more powerful open MoE model released in April 2024, offering even stronger performance. + <strong>Mixtral 8x22B:</strong> A larger and more powerful open MoE model released in April 2024, offering even stronger performance. [2, 42] </li> </ul> <h6>Commercial Models (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. + <strong>Mistral Large:</strong> Flagship commercial model, top-tier reasoning capabilities, multilingual, and suitable for complex tasks. [2] </li> <li> - <strong>Mistral Small (formerly Mistral Next):</strong> Optimized for latency and cost-effectiveness. + <strong>Mistral Small (formerly Mistral Next):</strong> Optimized for latency and cost-effectiveness. [2] </li> <li> - <strong>Mistral Embed (formerly Mistral Medium endpoint):</strong> State-of-the-art embedding model. + <strong>Mistral Embed (formerly Mistral Medium endpoint):</strong> State-of-the-art embedding model. [2] </li> </ul> <h6>Platform Access</h6> <ul> - <li><strong>La Plateforme:</strong> Mistral AI's API platform for accessing their commercial models.</li> + <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> <li><strong>Partnerships:</strong> Models available through cloud providers like Microsoft Azure AI, AWS Bedrock, Google Cloud Vertex AI.</li> </ul> </div> @@ -2049,8 +2037,8 @@ <h6>Perspective on AGI</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.</li> - <li><strong>Efficiency as a Driver:</strong> Belief that more efficient model architectures (like MoE) are crucial for scaling capabilities sustainably.</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.</li> + <li><strong>Efficiency as a Driver:</strong> Belief that more efficient model architectures (like MoE) are crucial for scaling capabilities sustainably. [42]</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]</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.</li> </ul> </div> @@ -2084,7 +2072,7 @@ <h6>Strategic Alliances</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. + <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] </li> <li>Distribution partnerships with other cloud providers like AWS and Google Cloud.</li> </ul> @@ -2097,7 +2085,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. Launch of Mixtral 8x22B (open model). Partnership with Microsoft. Expanding cloud availability. + 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 <a href="https://mistral.ai/news/" target="_blank" rel="noopener noreferrer">news</a>. </p> <button class="btn btn-sm details-toggle" @@ -2113,47 +2101,18 @@ <div class="collapse collapse-content" id="collapseMistralDevelopments"> <h6>Key Announcements</h6> <ul> - <li><strong>Mistral Large (Feb 2024):</strong> Launch of their flagship commercial model, positioned as a top-tier reasoning model.</li> - <li><strong>Mistral Small & Mistral Embed (Feb 2024):</strong> Release of more cost-effective and specialized API models.</li> - <li><strong>Mixtral 8x22B (April 2024):</strong> Open release of a powerful 176B parameter MoE model (44B active).</li> - <li><strong>Microsoft Partnership (Feb 2024):</strong> Strategic partnership including investment and making Mistral models available on Azure.</li> + <li><strong>Mistral Large (Feb 2024):</strong> Launch of their flagship commercial model, positioned as a top-tier reasoning model. [2]</li> + <li><strong>Mistral Small & Mistral Embed (Feb 2024):</strong> Release of more cost-effective and specialized API models. [2]</li> + <li><strong>Mixtral 8x22B (April 2024):</strong> Open release of a powerful 176B parameter MoE model (44B active). [2, 42]</li> + <li><strong>Microsoft Partnership (Feb 2024):</strong> Strategic partnership including investment and making Mistral models available on Azure. [2]</li> <li><strong>Cloud Platform Expansion:</strong> Models increasingly available on AWS Bedrock, Google Cloud Vertex AI, and other platforms.</li> - <li><strong>"Le Chat" (Feb 2024):</strong> Launch of their own conversational AI assistant, initially in beta.</li> - </ul> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6"> - <div class="info-card type-links" id="card-mistral-links"> - <div class="card-body"> - <h5><i class="bi bi-link-45deg"></i> Key Links</h5> - <div class="card-content-wrapper"> - <p class="summary"> - Official website, API platform (La Plateforme), documentation, and blog. - </p> - <button - class="btn btn-sm details-toggle" - type="button" - data-bs-toggle="collapse" - data-bs-target="#collapseMistralLinks" - aria-expanded="false" - > - Details <i class="bi bi-chevron-down"></i> - </button> - </div> - </div> - <div class="collapse collapse-content" id="collapseMistralLinks"> - <h6>Official Resources</h6> - <ul> - <li><strong>Website:</strong> <a href="https://mistral.ai/" target="_blank" rel="noopener noreferrer">mistral.ai</a></li> - <li><strong>API Platform (La Plateforme):</strong> <a href="https://console.mistral.ai/" target="_blank" rel="noopener noreferrer">console.mistral.ai</a></li> - <li><strong>Documentation:</strong> <a href="https://docs.mistral.ai/" target="_blank" rel="noopener noreferrer">docs.mistral.ai</a></li> - <li><strong>Blog:</strong> <a href="https://mistral.ai/news/" target="_blank" rel="noopener noreferrer">mistral.ai/news/</a></li> - <li><strong>Hugging Face:</strong> Many open models are available on <a href="https://huggingface.co/mistralai" target="_blank" rel="noopener noreferrer">huggingface.co/mistralai</a></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]</li> </ul> </div> </div> </div> + <!-- Removed Key Links card for Mistral AI --> </div> </div> @@ -2161,6 +2120,24 @@ <div class="schema-container cat-ai21" data-section-id="section-ai21"> <h2 class="section-title" id="title-ai21">AI21 Labs</h2> <div class="row"> + <div class="col-lg-4 col-md-6"> + <div class="info-card type-info" id="card-ai21-keyinfo"> + <div class="card-body"> + <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>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>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)</li> + </ul> + </div> + </div> + </div> + </div> <div class="col-lg-4 col-md-6"> <div class="info-card type-origin" id="card-ai21-origin"> <div class="card-body"> @@ -2196,7 +2173,7 @@ <h5><i class="bi bi-pencil-fill"></i> Philosophy: AI for Reading & Writing</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). + 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 <a href="https://www.ai21.com/blog" target="_blank" rel="noopener noreferrer">blog</a>. </p> <button class="btn btn-sm details-toggle" @@ -2213,7 +2190,7 @@ <h6>Core Approach</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.</li> - <li><strong>Augmenting Human Intellect:</strong> Develops tools (like Wordtune) to enhance human writing and reading capabilities, making communication more effective and information consumption more efficient.</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.</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.</li> <li><strong>Architectural Innovation:</strong> Explores and implements novel model architectures like Jamba (SSM-Transformer hybrid) to balance performance, efficiency, and context length.</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.</li> @@ -2256,7 +2233,7 @@ <h5><i class="bi bi-boxes"></i> Flagship Models & Products</h5> <div class="card-content-wrapper"> <p class="summary"> - Jurassic model series. Jamba (hybrid SSM-Transformer, open weights). Wordtune (AI writing/reading assistant). AI21 Studio for developers. + 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. </p> <button class="btn btn-sm details-toggle" @@ -2282,10 +2259,10 @@ <h6>Applications & Platform</h6> <ul> <li> - <strong>Wordtune:</strong> AI-powered writing companion that helps rephrase, summarize, generate text, and check grammar/spelling. Includes Wordtune Read for summarizing long documents. + <strong><a href="https://www.wordtune.com/" target="_blank" rel="noopener noreferrer">Wordtune</a>:</strong> AI-powered writing companion that helps rephrase, summarize, generate text, and check grammar/spelling. Includes Wordtune Read for summarizing long documents. </li> <li> - <strong>AI21 Studio:</strong> Developer platform providing API access to their models (Jurassic, Jamba, task-specific models) for building custom NLP applications. + <strong><a href="https://studio.ai21.com/" target="_blank" rel="noopener noreferrer">AI21 Studio</a>:</strong> Developer platform providing API access (see <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. </li> <li><strong>Task-Specific Models:</strong> Models optimized for particular enterprise needs, such as contextual answers, summarization, and paraphrasing.</li> </ul> @@ -2359,7 +2336,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. + 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 <a href="https://www.ai21.com/newsroom" target="_blank" rel="noopener noreferrer">newsroom</a>. </p> <button class="btn btn-sm details-toggle" @@ -2384,37 +2361,7 @@ </div> </div> </div> - <div class="col-lg-4 col-md-6"> - <div class="info-card type-links" id="card-ai21-links"> - <div class="card-body"> - <h5><i class="bi bi-link-45deg"></i> Key Links</h5> - <div class="card-content-wrapper"> - <p class="summary"> - Official website, AI21 Studio, Wordtune product site, and blog. - </p> - <button - class="btn btn-sm details-toggle" - type="button" - data-bs-toggle="collapse" - data-bs-target="#collapseAI21Links" - aria-expanded="false" - > - Details <i class="bi bi-chevron-down"></i> - </button> - </div> - </div> - <div class="collapse collapse-content" id="collapseAI21Links"> - <h6>Official Resources</h6> - <ul> - <li><strong>Website:</strong> <a href="https://www.ai21.com/" target="_blank" rel="noopener noreferrer">www.ai21.com</a></li> - <li><strong>AI21 Studio (Developer Platform):</strong> <a href="https://studio.ai21.com/" target="_blank" rel="noopener noreferrer">studio.ai21.com</a></li> - <li><strong>Wordtune:</strong> <a href="https://www.wordtune.com/" target="_blank" rel="noopener noreferrer">www.wordtune.com</a></li> - <li><strong>Blog:</strong> <a href="https://www.ai21.com/blog" target="_blank" rel="noopener noreferrer">www.ai21.com/blog</a></li> - <li><strong>Newsroom:</strong> <a href="https://www.ai21.com/newsroom" target="_blank" rel="noopener noreferrer">www.ai21.com/newsroom</a></li> - </ul> - </div> - </div> - </div> + <!-- Removed Key Links card for AI21 Labs --> </div> </div> </div>