Nous Research Funding Nears $75 Million at $1.5 Billion Valuation

Nous Research funding is reportedly nearing at least $75 million at a $1.5 billion valuation, a deal that would place the open-source AI agent company firmly in unicorn territory. The round is widely described as a Series B led by Robot Ventures, with Union Square Ventures also participating. It is expected to support the expansion of Hermes, Nous Research's agent platform, and Psyche, its decentralized AI infrastructure network.
Reports differ slightly on timing. Some say the deal is in advanced talks or final stages. Others describe it as already completed. Either way, the direction is clear. Investors are putting serious capital behind open-source agentic AI, especially where it meets decentralized compute and blockchain-based coordination.

What Nous Research Does
Nous Research is an applied AI research group founded in 2023 by Jeffrey Quesnelle, Karan Malhotra, Teknium, and Shivani Mitra. The company builds open-source language models, AI simulators, agent infrastructure, and decentralized systems for training and running AI models.
Its positioning is different from a typical enterprise AI software company. Nous is not mainly selling a packaged chatbot or a narrow SaaS workflow tool. Its center of gravity is agent development, model fine-tuning, data synthesis, local inference, reasoning, and distributed training.
That matters. In enterprise AI, the hardest part is often not generating a fluent answer. It is getting an agent to plan, call tools, retry after failure, preserve context, and avoid doing something expensive or unsafe. Anyone who has shipped tool-calling agents has seen the ugly bits: malformed JSON, broken browser sessions, rate-limit errors, and agents that confidently call the wrong internal API. The winners in this market will be the teams that solve reliability, not the teams with the best demo video.
Inside the Reported $75 Million Series B
The reported Nous Research funding round is said to be at least $75 million, with a post-money valuation of about $1.5 billion. Robot Ventures is reportedly leading the deal, while Union Square Ventures is listed as a major participant.
That investor mix is notable. Robot Ventures has a long history in crypto and Web3 investing. USV has backed major networks and protocol-driven businesses over multiple market cycles. Their participation suggests investors are treating Nous not only as an AI model company, but also as a possible infrastructure layer for decentralized AI agents.
Known Funding History
Public figures around Nous Research's fundraising vary by source, but the broad pattern is consistent:
- Seed funding: Around $20 million from investors including Distributed Global, North Island Ventures, and Delphi Ventures.
- Series A: A $50 million round led largely by Paradigm, focused on decentralized AI and the Psyche Network.
- Additional disclosed capital: Some reports include further funding from Together AI, Distributed Global, North Island Ventures, Delphi Digital, and Solana co-founder Raj Gokal.
- Pre-Series B total: Most summaries place prior funding in the $65 million to $70 million range.
If the new $75 million round closes at the reported size, total capital raised would likely sit around $140 million to $145 million, depending on which earlier rounds are included. That is enough to hire serious research talent, buy or rent compute, and turn Hermes from an open-source project into a stronger commercial agent platform.
Why Hermes Is Central to the Valuation
Hermes is Nous Research's flagship open-source AI agent platform. It is designed for building and deploying agents across local machines, virtual servers, and cloud environments. Public reports describe it as supporting web search, code generation, and multi-step task execution.
Hermes is also reported to combine fine-tuned language models with reasoning and orchestration systems that break down larger tasks into smaller steps. That is the part enterprises care about. A model that can write a good paragraph is useful. An agent that can investigate a support ticket, check order data, draft a response, and escalate the edge case to a human is far more valuable.
Reports claim Hermes has gained large developer traction on GitHub, with high star and fork counts for an agent framework. Those numbers point to strong developer interest. Open-source traction does not automatically mean enterprise revenue, to be blunt, but it does reduce distribution friction. Developers test tools before procurement teams buy them.
Reported Enterprise Use Cases
Nous Research has reportedly seen Hermes deployments at Fortune 500 companies, including use cases such as:
- Customer service escalations: Agents can triage tickets, retrieve context, suggest resolutions, and route unresolved issues.
- Supply chain optimization: Agents can gather data across logistics tools, run scenario checks, and assist operations teams.
- Developer workflows: Local agents can support code generation, research, internal documentation, and automation scripts.
- Private AI setups: Open-source local deployment can help teams keep sensitive workflows outside third-party hosted systems.
The practical appeal is simple. Many companies want AI agents, but they do not want every internal workflow routed through a closed black box. Hermes fits the growing demand for auditable, customizable, and locally deployable AI systems.
Psyche Network: The Blockchain Angle
The second major part of the Nous story is Psyche Network, a decentralized infrastructure layer aimed at training and running open-source AI models with distributed compute. Reports say Psyche uses Solana components and is tied to a future token model.
The thesis is ambitious. Instead of depending only on centralized data centers, a network could coordinate spare compute from many participants and reward them through crypto-native incentives. This is where Nous Research sits at the intersection of AI, blockchain, and Web3 infrastructure.
The company also works on DisTrO, short for Distributed Training Optimization, which is designed to reduce communication overhead between GPUs during distributed training. That is not a minor issue. In multi-GPU training, communication can become the bottleneck long before raw compute is exhausted. If decentralized training is going to work beyond small experiments, reducing inter-GPU chatter is mandatory.
For Blockchain Council readers, this is a useful case study in why AI and blockchain are increasingly connected. If you are building expertise in this area, related learning paths include Blockchain Council's Certified Blockchain Expert™, Certified Artificial Intelligence (AI) Expert™, and Certified Generative AI Expert™ programs. The technical overlap is growing, especially around decentralized compute markets, autonomous agents, token incentives, and privacy-preserving model execution.
Why Investors Care About Open-Source Agentic AI
The Nous Research funding round lands during a crowded race for AI agents. Large labs are building closed agent systems. Startups are building workflow agents for sales, coding, operations, and support. Enterprises are testing agents but remain cautious about reliability, security, and governance.
Nous has three traits that make it stand out:
- Open-source distribution: Developers can inspect, modify, and run parts of the stack themselves.
- Agent-first product focus: Hermes is aimed at task orchestration rather than only chat completion.
- Decentralized infrastructure: Psyche gives Nous a blockchain-native compute and incentive story that closed AI labs do not have.
The trade-off is equally clear. Decentralized AI training is still early, and it is easy to overstate how quickly it can compete with hyperscaler-backed model training. Network latency, hardware differences, verification, and incentive design are hard problems. Nous deserves attention because it is attacking those problems technically, not just attaching a token narrative to an AI brand.
Research Credibility Beyond the Funding Headlines
Nous Research is not only an agent product company. It has also contributed methods and research used across the broader AI ecosystem. The YaRN method, introduced in 2023, has been cited in academic AI work and is reported to have influenced models from major players such as Meta and DeepSeek. The company has also been associated with the DeMo paper, co-authored with OpenAI co-founder Diederik P. Kingma.
That research credibility helps explain the valuation. Venture capital is not just buying current product revenue. It is betting that a technical team with open-source reach can shape how agentic AI systems are built, trained, and deployed.
What This Means for Enterprises and Developers
If the round closes as reported, expect Nous Research to move faster in three areas.
- Hermes product expansion: More integrations with enterprise systems such as CRMs, ticketing tools, data warehouses, and internal APIs.
- Decentralized compute development: Continued work on Psyche Network, DisTrO, and token-based coordination of AI infrastructure.
- Open-source model releases: More fine-tuned models, agent tooling, and research methods that independent developers can test quickly.
For developers, the immediate lesson is practical. Learn how agents fail. Build a small agent that calls two tools, writes to a database, and handles retries. You will learn more from one broken deployment than from ten product announcements.
For enterprises, the next step is to evaluate agent platforms on observability, permissions, local deployment options, audit logs, and recovery behavior. Do not choose an agent system only because the model scores well on a benchmark. Ask what happens when the API returns a 429, the browser session expires, or the agent receives conflicting instructions.
The Bigger Signal
The reported $75 million Series B at a $1.5 billion valuation signals that open-source AI agents are no longer a side conversation. They are becoming core infrastructure. Nous Research now has the capital, investor backing, and developer attention to compete in one of AI's most important categories.
Your concrete next step: study agent architecture and decentralized infrastructure together. If you come from AI, learn blockchain incentive design. If you come from Web3, learn model fine-tuning, tool calling, and evaluation. Blockchain Council's AI and blockchain certification tracks are a good place to connect those skills before agentic systems become standard enterprise infrastructure.
Related Articles
View AllNews
Nous Research Funding Push Signals a New Phase for Decentralized AI Innovation
Nous Research's reported $75M raise highlights how decentralized AI innovation is gaining capital, open-source traction, and enterprise interest.
News
CleanSpark AI Data Center Deal: What $6.6 Billion Means for Bitcoin Mining and AI Infrastructure
CleanSpark's $6.6 billion AI data center lease signals a major shift in bitcoin mining economics and AI infrastructure supply.
News
Google Bets $15 Billion on India
Google’s $15 billion investment in India highlights its commitment to AI, cloud infrastructure, and digital ecosystem growth.
Trending Articles
Top 5 DeFi Platforms
Explore the leading decentralized finance platforms and what makes each one unique in the evolving DeFi landscape.
How Blockchain Secures AI Data
Understand how blockchain technology is being applied to protect the integrity and security of AI training data.
Can DeFi 2.0 Bridge the Gap Between Traditional and Decentralized Finance?
The next generation of DeFi protocols aims to connect traditional banking with decentralized finance ecosystems.