Close-up of an Nvidia GeForce RTX graphics card, the kind of GPU compute hardware underlying enterprise AI training and evaluation infrastructure

Prime Intellect’s $130M Raise Makes the Case for Full-Stack AI Agents

On July 8, 2026, Prime Intellect closed a $130M Series A led by Radical Ventures, with Nvidia Ventures, Intel Capital and Dell Technologies Capital joining in. The round puts the two-year-old company at a $1B valuation. What’s more interesting than the number, though, is what investors are actually paying for: not a model, not an API key, but the whole pipeline that turns a foundation model into a working enterprise agent. That distinction is worth unpacking, because it says something about where agent infrastructure spending is headed this year.

What Prime Intellect actually sells

Prime Intellect calls its product the Open Superintelligence Stack, which is a grandiose name for a fairly practical bundle. Strip away the branding and you get four pieces working together: raw compute for training runs, a reinforcement learning framework called prime-rl, a library of more than 2,500 open-source RL environments to train and stress-test agents against, and an evaluation harness called verifiers. There’s also a hosted layer, Lab, that handles post-training and deployment so teams don’t have to stitch the pipeline together themselves.

The company reports over $100M in annualized revenue after less than a year on the market, with more than 6,000 paying customers. Ramp and Zapier are the two names it’s willing to put on the record. Ramp’s co-CEO, Karim Atiyeh, put the logic plainly: rather than wait on a better frontier model, his team trained its own for the specific workflow that mattered to them. That’s a small sentence carrying a big implication: some companies have decided the general-purpose model is a starting point, not the finish line.

Why an API wrapper stops being enough

Most companies still build agents by calling a foundation model’s API and layering prompts, tools and a bit of orchestration on top. That works fine for a demo. It gets shaky once an agent has to run thousands of times a day against real customer data, with real failure modes. VentureBeat’s reporting on enterprise AI infrastructure notes that as agentic workloads move from pilot to production, the cost center shifts away from model access and toward the machinery needed to run and monitor thousands of concurrent agent workloads reliably. Sixty-four percent of enterprises surveyed say they expect to switch or add infrastructure and evaluation vendors within the next twelve months. That alone suggests the current setups aren’t holding.

Training your own model with reinforcement learning, using environments built around your actual tasks, is one answer to that shakiness. It’s also expensive and unfamiliar territory for most engineering teams, which is exactly the gap Prime Intellect is trying to fill: compute, training and evaluation packaged so a company doesn’t need an in-house RL research team to attempt it.

The part everyone skips: evaluation

Compute and training get the headlines. Evaluation is the quieter piece, and arguably the one enterprises get wrong most often. A benchmark score is not the same thing as production reliability, and the gap between the two shows up constantly once an agent leaves the lab. One production-reliability study from April 2026 tracked millions of agent task runs across thousands of deployed production agents and found real-world success rates trailing well behind lab benchmarks. Separate audits found LLM-judge error rates above 50% in some setups.

That’s the argument for treating evaluation as its own layer rather than a checkbox at the end of a training run. It’s also why Prime Intellect ships verifiers alongside prime-rl instead of leaving evaluation to whatever internal tooling a customer happens to have. Training an agent without a serious way to measure whether it’s actually doing the job is a bit like shipping code without tests. It might work, but you find out in production, in front of customers.

Reading the cap table

Look at who wrote checks here and the round tells its own story. Nvidia Ventures, Intel Capital and Dell Technologies Capital are not typical software VCs. They’re the corporate venture arms of the companies selling the chips and servers underneath all of this. When hardware-adjacent capital backs a company selling the RL-plus-evaluation layer on top of that hardware, it suggests those firms think the real margin over the next few years sits in:

  • the tooling that turns raw compute into a trained, task-specific agent
  • the evaluation layer that tells a company whether that agent is safe to ship
  • the deployment path that gets it in front of customers without a bespoke ops team

Not in the GPUs themselves, which are increasingly a commodity input. Radical Ventures partner David Katz summed up Prime Intellect’s pitch this way: the team has stitched compute, training and evaluation together well enough to operate at the frontier affordably. That’s a compute story wearing a software margin.

What this means if you’re building agents

You don’t need a $1B valuation to take the lesson here. If your team is building production AI agents and the plan stops at “call the API, add some tools,” it’s worth asking where the plan breaks first: training a model on your actual workflows, or knowing whether the agent you shipped is actually reliable. Prime Intellect’s bet is that enterprises will pay for both pieces together rather than assemble them from scratch. Whether or not this specific company wins that market, the underlying shift — compute, training and evaluation treated as one connected problem instead of three separate vendor relationships — looks like where enterprise agent infrastructure is heading for the rest of 2026. Which part of that stack is your team still missing?