<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-09-10T04:59:33+00:00</updated><id>/feed.xml</id><title type="html">Sean W (@seansmoove27)</title><subtitle>Programming, Artificial Intelligence, and Fiction</subtitle><entry><title type="html">AI Companies Worth Knowing</title><link href="/tech/ai-companies-worth-knowing/" rel="alternate" type="text/html" title="AI Companies Worth Knowing" /><published>2026-09-09T16:00:00+00:00</published><updated>2026-09-09T16:00:00+00:00</updated><id>/tech/ai-companies-worth-knowing</id><content type="html" xml:base="/tech/ai-companies-worth-knowing/"><![CDATA[<h2 id="frontier-labs">Frontier labs</h2>

<p>The companies training the largest models.</p>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://openai.com">OpenAI</a></td>
      <td>ChatGPT, and the GPT models underneath it</td>
    </tr>
    <tr>
      <td><a href="https://www.anthropic.com">Anthropic</a></td>
      <td>Claude, and Claude Code for programming</td>
    </tr>
    <tr>
      <td><a href="https://deepmind.google">Google DeepMind</a></td>
      <td>Gemini, built into Google’s products</td>
    </tr>
    <tr>
      <td><a href="https://ai.meta.com">Meta</a></td>
      <td>The Muse models. Meta was the major open-weight lab in the West until it made its best models closed</td>
    </tr>
    <tr>
      <td><a href="https://x.ai">xAI</a></td>
      <td>Grok, built into X. Now a SpaceX subsidiary</td>
    </tr>
    <tr>
      <td><a href="https://mistral.ai">Mistral</a></td>
      <td>French lab, open-weight. The main European player</td>
    </tr>
    <tr>
      <td><a href="https://www.deepseek.com">DeepSeek</a></td>
      <td>Chinese lab, open-weight, near the frontier at a fraction of the price</td>
    </tr>
    <tr>
      <td><a href="https://qwen.ai">Alibaba Qwen</a></td>
      <td>Chinese lab, open-weight, including its top-tier model</td>
    </tr>
    <tr>
      <td><a href="https://z.ai">Z.ai</a></td>
      <td>Chinese lab, first pure-play model company to go public</td>
    </tr>
    <tr>
      <td><a href="https://www.moonshot.ai">Moonshot</a></td>
      <td>Chinese lab. Its Kimi model holds about a book’s worth of text in context</td>
    </tr>
    <tr>
      <td><a href="https://cohere.com">Cohere</a></td>
      <td>Enterprise-only: sells to companies, no consumer chatbot</td>
    </tr>
    <tr>
      <td><a href="https://www.ai21.com">AI21</a></td>
      <td>Israeli lab. Uses a hybrid architecture rather than a pure transformer</td>
    </tr>
    <tr>
      <td><a href="https://reka.ai">Reka</a></td>
      <td>Multimodal: video, images, audio, and text in a single model</td>
    </tr>
    <tr>
      <td><a href="https://allenai.org">Ai2</a></td>
      <td>Non-profit. Publishes training data alongside weights, which almost nobody does</td>
    </tr>
  </tbody>
</table>

<p>Four of those labs are Chinese, three of them open-weight. As of September 2026,
the best open-weight models (GLM-5.3 and Kimi K3) score 44 on the
<a href="https://artificialanalysis.ai/evaluations/artificial-analysis-intelligence-index">Artificial Analysis Intelligence Index</a>
against 53 for Claude Fable 5.1 and GPT-6 Astra.</p>

<h2 id="coding-tools-and-agents">Coding tools and agents</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://cursor.com">Cursor</a></td>
      <td>Code editor with a model built in. Acquired by SpaceX</td>
    </tr>
    <tr>
      <td><a href="https://cognition.com">Cognition</a></td>
      <td>Devin, an agent that takes a ticket and works it end to end</td>
    </tr>
    <tr>
      <td><a href="https://replit.com">Replit</a></td>
      <td>Browser-based development, no local setup at all</td>
    </tr>
    <tr>
      <td><a href="https://lovable.dev">Lovable</a></td>
      <td>Describe an app in a sentence, get a deployed one. “Vibe coding”</td>
    </tr>
    <tr>
      <td><a href="https://vercel.com">Vercel</a></td>
      <td>Web hosting, plus v0, which generates interfaces from a description</td>
    </tr>
    <tr>
      <td><a href="https://modal.com">Modal</a></td>
      <td>Rent a GPU by the second instead of the month</td>
    </tr>
    <tr>
      <td><a href="https://parallel.ai">Parallel</a></td>
      <td>Search and retrieval APIs built for agents rather than people</td>
    </tr>
    <tr>
      <td><a href="https://www.browserbase.com">Browserbase</a></td>
      <td>Hosted browsers an agent can click through</td>
    </tr>
    <tr>
      <td><a href="https://magic.dev">Magic.dev</a></td>
      <td>Long context, aimed at reading whole codebases</td>
    </tr>
    <tr>
      <td><a href="https://stackblitz.com">StackBlitz</a></td>
      <td>Bolt.new: prompt to running app in the browser</td>
    </tr>
  </tbody>
</table>

<h2 id="infrastructure">Infrastructure</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://www.nvidia.com">NVIDIA</a></td>
      <td>The GPUs, plus CUDA, the software layer that locked the industry in</td>
    </tr>
    <tr>
      <td><a href="https://www.databricks.com">Databricks</a></td>
      <td>Where enterprises store and prepare training data</td>
    </tr>
    <tr>
      <td><a href="https://www.coreweave.com">CoreWeave</a></td>
      <td>A neocloud: rents GPU clusters, unlike general-purpose clouds</td>
    </tr>
    <tr>
      <td><a href="https://www.cerebras.ai">Cerebras</a></td>
      <td>Wafer-scale chips: one dinner-plate-sized chip replaces a rack</td>
    </tr>
    <tr>
      <td><a href="https://groq.com">Groq</a></td>
      <td>Custom inference chips built for low latency</td>
    </tr>
    <tr>
      <td><a href="https://sambanova.ai">SambaNova</a></td>
      <td>Inference hardware deployed on-premises, inside a company’s own walls</td>
    </tr>
    <tr>
      <td><a href="https://fireworks.ai">Fireworks</a></td>
      <td>Fast, cheap inference for open-weight models</td>
    </tr>
    <tr>
      <td><a href="https://www.together.ai">Together</a></td>
      <td>GPU clusters plus inference for open-source models</td>
    </tr>
    <tr>
      <td><a href="https://www.baseten.co">Baseten</a></td>
      <td>Takes a model you trained and keeps it serving production traffic</td>
    </tr>
    <tr>
      <td><a href="https://lambda.ai">Lambda</a></td>
      <td>GPU cloud and workstations for ML engineers</td>
    </tr>
    <tr>
      <td><a href="https://huggingface.co">Hugging Face</a></td>
      <td>The public repository for open models and datasets. NVIDIA is acquiring it</td>
    </tr>
    <tr>
      <td><a href="https://scale.com">Scale AI</a></td>
      <td>Human-labeled training data and evaluation</td>
    </tr>
    <tr>
      <td><a href="https://www.langchain.com">LangChain</a></td>
      <td>Framework for chaining model calls into agents</td>
    </tr>
  </tbody>
</table>

<h2 id="generative-media">Generative media</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://www.midjourney.com">Midjourney</a></td>
      <td>Image generation. Never raised outside money, which is rare for a lab this size</td>
    </tr>
    <tr>
      <td><a href="https://bfl.ai">Black Forest Labs</a></td>
      <td>FLUX, open-weight image models other products build on</td>
    </tr>
    <tr>
      <td><a href="https://runway.com">Runway</a></td>
      <td>Video generation, moving toward world models: systems that simulate how scenes evolve rather than just producing frames</td>
    </tr>
    <tr>
      <td><a href="https://lumalabs.ai">Luma AI</a></td>
      <td>Video with stronger spatial and temporal consistency</td>
    </tr>
    <tr>
      <td><a href="https://www.synthesia.io">Synthesia</a></td>
      <td>Avatar presenters reading a script. Corporate training and comms</td>
    </tr>
    <tr>
      <td><a href="https://elevenlabs.io">ElevenLabs</a></td>
      <td>Speech synthesis, dubbing, and voices for phone agents</td>
    </tr>
    <tr>
      <td><a href="https://deepgram.com">Deepgram</a></td>
      <td>Speech-to-text APIs for developers</td>
    </tr>
    <tr>
      <td><a href="https://suno.com">Suno</a></td>
      <td>Full songs, vocals and instrumentation, from a prompt</td>
    </tr>
  </tbody>
</table>

<h2 id="search-and-retrieval">Search and retrieval</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://www.perplexity.ai">Perplexity</a></td>
      <td>Answer engine: synthesizes a response instead of ranking links</td>
    </tr>
    <tr>
      <td><a href="https://www.glean.com">Glean</a></td>
      <td>Enterprise search across a company’s internal tools</td>
    </tr>
  </tbody>
</table>

<h2 id="robotics-and-autonomy">Robotics and autonomy</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://waymo.com">Waymo</a></td>
      <td>Driverless robotaxis, commercially operating today</td>
    </tr>
    <tr>
      <td><a href="https://www.figure.ai">Figure AI</a></td>
      <td>Humanoid robots on BMW assembly lines</td>
    </tr>
    <tr>
      <td><a href="https://www.skild.ai">Skild AI</a></td>
      <td>One foundation model controlling many different robot bodies</td>
    </tr>
    <tr>
      <td><a href="https://www.pi.website">Physical Intelligence</a></td>
      <td>Robot foundation models for ordinary manipulation tasks</td>
    </tr>
    <tr>
      <td><a href="https://www.1x.tech">1X</a></td>
      <td>NEO, a humanoid intended for homes</td>
    </tr>
    <tr>
      <td><a href="https://wayve.ai">Wayve</a></td>
      <td>End-to-end driving software licensed to carmakers</td>
    </tr>
    <tr>
      <td><a href="https://www.nuro.ai">Nuro</a></td>
      <td>Autonomy stack licensed to manufacturers</td>
    </tr>
  </tbody>
</table>

<h2 id="defense">Defense</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://www.anduril.com">Anduril</a></td>
      <td>Autonomous systems sold as products, not cost-plus contracts</td>
    </tr>
    <tr>
      <td><a href="https://shield.ai">Shield AI</a></td>
      <td>Autonomy software that has flown F-16s</td>
    </tr>
    <tr>
      <td><a href="https://www.appliedintuition.com">Applied Intuition</a></td>
      <td>Simulation and validation for autonomous vehicle programs</td>
    </tr>
  </tbody>
</table>

<h2 id="healthcare-and-bio">Healthcare and bio</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://www.isomorphiclabs.com">Isomorphic Labs</a></td>
      <td>DeepMind spinout applying AlphaFold’s approach to drug design</td>
    </tr>
    <tr>
      <td><a href="https://www.abridge.com">Abridge</a></td>
      <td>Ambient scribe: listens to a visit, produces the clinical note</td>
    </tr>
    <tr>
      <td><a href="https://www.recursion.com">Recursion</a></td>
      <td>Automated wet lab generating biological data to train on</td>
    </tr>
  </tbody>
</table>

<h2 id="applied-enterprise">Applied enterprise</h2>

<table>
  <thead>
    <tr>
      <th>Company</th>
      <th>What it makes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://www.harvey.ai">Harvey</a></td>
      <td>Legal work: contracts, diligence, research</td>
    </tr>
    <tr>
      <td><a href="https://sierra.ai">Sierra</a></td>
      <td>Customer service agents that resolve issues end to end</td>
    </tr>
    <tr>
      <td><a href="https://decagon.ai">Decagon</a></td>
      <td>Support agents across chat and voice</td>
    </tr>
  </tbody>
</table>]]></content><author><name></name></author><category term="tech" /><summary type="html"><![CDATA[Frontier labs]]></summary></entry></feed>