Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a3ffcaf7bc5fd806

Jump to content

// Workers AI · dad joke modeIs Prime Intellect odd? Yes, it's a prime example.

From Wikipedia, the free encyclopedia
Prime Intellect, Inc.
TypePrivate
IndustryArtificial intelligence, Cloud computing
FoundedJanuary 2024; 2 years ago (2024-01)
Founder
Headquarters
San Francisco, California
,
United States
Key people
  • Vincent Weißer (CEO)
  • Johannes Hagemann (CTO)
Products
  • Compute Exchange
  • PRIME Framework
  • PRIME-RL
  • prime CLI & SDK
  • Prime Agent
  • INTELLECT models
Websitewww.primeintellect.ai

Prime Intellect, Inc. is an American artificial intelligence (AI) infrastructure and computing technology company headquartered in San Francisco, California.[1] The company develops decentralized computing software designed to aggregate distributed GPU infrastructure, enabling multi-node training, reinforcement learning (RL), and autonomous agent execution over the internet.[2]

History

[edit]

Prime Intellect was co-founded in January 2024 by Vincent Weißer, a German decentralized science (DeSci) entrepreneur, and Johannes Hagemann, a machine learning engineer formerly with Aleph Alpha.[3] The company was established to create an open alternative to centralized cloud clusters by pooling computing capacity across data centers, cloud providers, and individual hardware owners.[2] The company takes its name from The Metamorphosis of Prime Intellect, a 1994 science fiction novella by Roger Williams concerning a superintelligent AI.[4]

Funding

[edit]

In April 2024, Prime Intellect raised $5.5 million in a seed funding round co-led by Distributed Global and CoinFund, with participation from Hugging Face CEO Clem Delangue, Protocol Labs founder Juan Benet, and Balaji Srinivasan.[1][2]

In February 2025, the company secured a $15 million funding round led by Founders Fund, with participation from Menlo Ventures and individual investors including Andrej Karpathy, Emad Mostaque, and Tri Dao.[5]

In July 2026, Prime Intellect announced a $130 million Series A funding round led by Radical Ventures, with participation from NVIDIA Ventures, Intel Capital, Dell Technologies Capital, and existing investors. The company said the funding brought its total funding to more than $150 million; TechCrunch reported a valuation of $1 billion.[6][7]

Technology and frameworks

[edit]

Prime Intellect develops open software components for distributed training and autonomous model execution:

  • Compute Exchange: A peer-to-peer marketplace that aggregates and schedules compute resources across globally distributed cloud providers and data centers.[2]
  • PRIME Framework: A fault-tolerant training framework incorporating dynamic process management and communication optimizations to coordinate model training over internet-connected nodes.[8]
  • PRIME-RL: An open-source framework for distributed asynchronous reinforcement learning and post-training.[9]
  • prime CLI and SDK: The official command-line tool and Python SDK for managing GPU compute allocations, remote sandboxes, and reinforcement learning environments.
  • Prime Agent: An open-source research and coding agent harness (prime-agent) developed as a hard fork of pi-mono, a coding agent harness maintained by Earendil Works.[10] Built around a Recursive Language Model (RLM) architecture and a Continual Harness, it uses a persistent IPython kernel through which agents can access their history, sub-agents, tools, prompts, skills, and memory.[11] In Prime Intellect's autonomous-research experiments, agents using the harness used the persistent kernel to build research workflows and supporting tools during their runs.[12] Prime Intellect notes that, at the time of its evaluation, no model had been trained specifically around Prime Agent or its core features, and argues that model–harness co-training could yield further performance gains.[11]

Open models and autonomous research

[edit]

In November 2024, Prime Intellect released INTELLECT-1, a 10-billion-parameter open-weights language model trained across 14 distributed nodes across three continents.[13]

In May 2025, Prime Intellect released INTELLECT-2, a 32-billion-parameter model trained through globally distributed reinforcement learning using a fully asynchronous training system and heterogeneous compute resources.[9]

In November 2025, Prime Intellect released INTELLECT-3, a 106-billion-parameter mixture-of-experts model with 12 billion active parameters, trained with supervised fine-tuning and large-scale reinforcement learning. Its training infrastructure was orchestrated across 512 NVIDIA H200 GPUs across 64 interconnected nodes.[14]

In 2026, Prime Intellect expanded its focus from distributed model training to infrastructure for post-training, reinforcement learning, evaluation, and autonomous AI agents. The company introduced its Lab platform, expanded its Environments Hub and verifiers infrastructure, and developed Prime Agent around Recursive Language Models (RLMs) and long-running autonomous workflows.[15][11]

In August 2026, Prime Intellect published an empirical study evaluating how well frontier AI models can conduct machine-learning research autonomously, motivated by the increasing claims of recursive self-improvement and the lack of convincing evaluations of autonomous research.[12] The study used the nanoGPT optimizer speedrun as a testbed because its tight feedback loop and hill-climbing structure allow research capabilities to be evaluated through repeated experiments. Prime Intellect ran 153 autonomous trials across 18 frontier models, using 8×H200 GPU nodes and agent harnesses such as prime-agent, with internet access disabled during the runs.[12] The best validated results reached 2,726 steps for Fable 5, 2,920 for Opus 5, and 2,930 for Kimi K3, compared with a human record of 2,600 steps at the time of the experiment.[12] The study found substantial differences between models in experiment selection, execution, and interpretation of noisy results. Prime Agent also allowed agents to develop persistent research workflows and supporting tools during the experiments, including experiment drivers, analysis utilities, and simulators.[12] None of the runs produced a fundamentally new method, although the strongest models substantially outperformed the others; Prime Intellect said it remained surprised by the lack of genuinely new ideas despite the models' apparent ability to reason deeply about the systems they were modifying.[12]

References

[edit]
  1. 1 2 "Prime Intellect, Inc. Funding & Investor Information". Retrieved 2026-08-23.
  2. 1 2 3 4 "What Is Prime Intellect? Decentralized AI Protocol Explained". Retrieved 2026-08-23.
  3. "Prime Intellect: Funding, Team & Investors". Retrieved 2026-08-23.
  4. "The Metamorphosis of Prime Intellect". Prime Intellect Shop. Retrieved 2026-08-23.
  5. "$15M to Build The Open Superintelligence Stack". Prime Intellect. February 28, 2025. Retrieved 2026-08-23.
  6. "$130M Series A to Build the Open Superintelligence Stack". Prime Intellect. July 8, 2026. Retrieved 2026-08-23.
  7. Temkin, Marina (July 8, 2026). "Prime Intellect raises $130M Series A to help enterprises build their own AI agents". TechCrunch. Retrieved 2026-08-23.
  8. "INTELLECT-1 Technical Report". arXiv. December 2, 2024. arXiv:2412.01152. Retrieved 2026-08-23.
  9. 1 2 "INTELLECT-2 Release: The First 32B Parameter Model Trained Through Globally Distributed Reinforcement Learning". Prime Intellect. May 11, 2025. Retrieved 2026-08-23.
  10. "earendil-works/pi: Terminal coding agent harness". GitHub. Retrieved August 23, 2026.
  11. 1 2 3 "Prime Agent: A self-improving RLM agent". Prime Intellect. August 5, 2026. Retrieved August 23, 2026.
  12. 1 2 3 4 5 6 Bakouch, Elie (August 14, 2026). "Measuring Autonomous AI Research". Prime Intellect. Retrieved August 23, 2026.
  13. "PrimeIntellect/INTELLECT-1". Hugging Face. Retrieved 2026-08-23.
  14. "INTELLECT-3: A 100B+ MoE trained with large-scale RL". Prime Intellect. November 26, 2025. Retrieved 2026-08-23.
  15. "Releasing Lab: the training platform for self-improving agents". Prime Intellect. May 7, 2026. Retrieved August 23, 2026.
[edit]