QVeris
运行任务
Research · Mar 25, 2026 · 5 min read

When Agents Become a Species

A deep dive into the emerging agentic AI ecosystem and why agents need infrastructure, not just intelligence.

79%
of surveyed executives said agents were being adopted in their companies
PwC, May 2025 survey of 308 U.S. executives
119%
growth in AI agent deployment on Salesforce in H1 2025
Salesforce disclosed
task resolution rate when agents can discover the right tool
QVeris internal data
Specialist agents coordinate through a shared capability index and quality-aware routing

The Inflection Point Has Arrived

By 2026, agents had moved beyond laboratory demonstrations into customer support, software development, research, operations, and other multi-step workflows. Adoption depth varies widely: a company experimenting with an embedded assistant is not equivalent to an organization delegating consequential decisions to autonomous systems.

In NVIDIA's February 2026 fiscal-results release, CEO Jensen Huang described an “agentic AI inflection point”; the company reported $68.1B in quarterly revenue, up 73% year over year. The figures show extraordinary demand for compute, but they do not by themselves prove that every agent deployment is mature or valuable.

But infrastructure means more than GPUs. It means the systems that let agents discover tools, coordinate with each other, and route to the right capability at runtime. Intelligence is necessary. Infrastructure is what makes it useful.

Early 2025
Sam Altman predicts AI agents joining the workforce
2025 H1
Salesforce agent deployment grows 119%
Feb 2026
NVIDIA reports $68.1B revenue, up 73% YoY
Mar 2026
79% of organizations report active AI agent deployments
2026
Gartner names multi-agent orchestration its top trend

The Real Bottleneck Isn't Intelligence

Agents don't know what tools exist.

Without tool discovery

  • Agent only uses pre-wired tools
  • Misses 99% of available capabilities
  • Same provider every time, even if inferior
  • Fails on tasks requiring unfamiliar tools

With capability routing

  • Agent discovers tools at runtime
  • Searches across 10,000+ capabilities
  • Routes to best provider by quality signals
  • Handles novel tasks autonomously

Before capability routing

33%

Resolution in one QVeris internal benchmark

After capability routing

68%

Resolution in the same internal benchmark

QVeris internal observation, not an industry benchmark. Results depend on task set, candidate tools, routing policy, model, and scoring method; teams should reproduce the comparison on their own evaluation set.

The Agent Ecosystem Is at Its 1998 Moment

🌐 1998 Internet

Over 1 million web pages — but no way to find what you needed. People relied on bookmarks, word of mouth, Yahoo's directory. Then Google arrived: crawlers + indexing + PageRank. Result: any content, findable by anyone, in milliseconds.

🤖 2026 Agents

10,000+ tools and APIs — scattered everywhere, no unified index. Agents can only use the tools they already know. A capability routing network arrives: semantic search + verified providers + quality signals. Result: any tool, discoverable by any agent, in natural language.

History doesn't repeat. But it rhymes.

What This Means for Teams Building with Agents

💻

For Agent Developers

Stop hardcoding tool integrations. Use a discovery layer that lets your agent find the right capability at runtime — and route to the best provider automatically.

See how QVeris works →

🏢

For Enterprise Teams

Survey evidence shows broad interest and adoption, but production maturity is uneven. The practical question is which workflows justify agents and whether identity, permissions, evaluation, and operations can support them safely.

Explore capabilities →

🧪

For AI Researchers

The intelligence problem is largely solved. The infrastructure problem — how agents discover, coordinate, and share capabilities — is where the next decade of work lives.

Read the full research →

When a Species Forms a Society, New Needs Emerge

💬 Communication

Agents running in parallel need to know what each other is doing and what capabilities each has already developed. Without shared awareness, multi-agent systems devolve into redundant, conflicting actions.

🔍 Discovery

An agent working with financial data knows Alpha Vantage. It does not know Polygon, Finnhub, or Tiingo exist. This is not an intelligence problem — it is a visibility problem. The agent is not dumb. It is blind.

🔀 Routing

When three providers offer the same capability, agents need quality signals — success rate, latency, cost — to route intelligently. Without signals, routing is random. With signals, routing is optimization.

🕸 Coordination

Complex workflows need agents to share experience, hand off tasks, and build on each other's solutions. This requires shared infrastructure — not just smarter individual agents working in isolation.

What “Agent Infrastructure” Actually Includes“Agent 基础设施”究竟包括什么

The infrastructure thesis is broader than tool search. A production agent needs identity, delegated permissions, capability metadata, schema inspection, routing, execution isolation, state, handoff contracts, observability, evaluation, budgets, and recovery. Discovery answers “what could perform this task?” The remaining layers decide whether the capability is permitted, appropriate, reliable, and safe to call now.

这里所说的基础设施远不只是工具搜索。生产级 Agent 还需要身份、委托权限、能力元数据、schema 检查、路由、执行隔离、状态、交接契约、可观测性、评测、预算与恢复。发现层回答“什么能力可能完成任务”,其他层则判断它此刻是否被允许、是否匹配、是否可靠和安全。

Control plane控制平面

Identity, policy, least privilege, approvals, budgets, tenancy, audit retention, and who can change an agent's allowed capabilities.

身份、政策、最小权限、审批、预算、租户、审计留存,以及谁可以修改 Agent 的能力范围。

Capability plane能力平面

Discovery, descriptions, schemas, provider coverage, quality signals, versioning, cost, latency, and fallback compatibility.

发现、描述、schema、provider 覆盖、质量信号、版本、成本、延迟和回退兼容性。

Execution plane执行平面

Argument validation, sandboxing, idempotency, timeouts, retries, result verification, provenance, rollback, and incident response.

参数校验、沙箱、幂等性、超时、重试、结果验证、来源血缘、回滚和事故响应。

Where the Species Metaphor Breaks Down“物种”比喻的边界在哪里

Agents do not independently form a society in the biological sense. Organizations design their objectives, tools, memory, permissions, incentives, and communication channels. The metaphor is useful for highlighting coordination needs, but it can hide accountability: when an agent causes harm, responsibility remains with the people and organizations that selected, deployed, and governed the system.

Agent 不会像生物物种那样自行形成社会。组织设计它们的目标、工具、记忆、权限、激励与通信渠道。这个比喻有助于说明协调需求,但也可能掩盖责任:当 Agent 造成损害时,责任仍属于选择、部署和治理系统的人与组织。

More agents can be worseAgent 越多可能越差

Parallelism can increase coverage, but also duplicated calls, conflicting actions, context loss, latency, and cost. A single well-instrumented agent may outperform a multi-agent design on tightly coupled work.

并行可能扩大覆盖,也会增加重复调用、冲突动作、上下文丢失、延迟和成本。对于强耦合任务,一个可观测性完善的单 Agent 可能更好。

Discovery is not authorization发现不等于授权

Finding a capable tool does not grant permission to use it. Runtime search must remain inside allowlists, data rights, user scope, provider terms, and approval policy.

找到可用工具并不代表有权调用。运行时搜索必须受白名单、数据权利、用户范围、provider 条款和审批政策约束。

Routing signals can mislead路由信号可能误导

Historical success, latency, and cost are incomplete proxies. They can drift, favor easy tasks, or obscure weak coverage. Route decisions need task-specific evaluation and result validation.

历史成功率、延迟和成本只是有限代理指标,可能漂移、偏向简单任务或掩盖覆盖不足。路由需要任务专项评测和结果验证。

A Practical Multi-Agent Coordination Contract可执行的多 Agent 协调契约

Before splitting work, define a shared task ID, objective, input evidence, subtask owner, allowed capabilities, output schema, deadline, token and monetary budget, dependencies, handoff condition, conflict rule, and termination condition. Agents should exchange structured state and evidence references rather than unconstrained conversation histories.

拆分工作前,应定义共享任务 ID、目标、输入证据、子任务负责人、允许能力、输出 schema、截止时间、Token 与资金预算、依赖、交接条件、冲突规则和终止条件。Agent 之间应交换结构化状态和证据引用,而不是无限增长的对话历史。

Evaluate the system, not only each agent评测整个系统,而不只是单个 Agent

Measure end-to-end task success, unsupported claims, duplicate work, handoff loss, conflicting mutations, permission violations, termination, latency, cost, human intervention, and recovery. A collection of individually accurate agents can still fail as a coordinated system.

测量端到端成功率、无依据结论、重复工作、交接丢失、冲突写操作、权限违规、终止、延迟、成本、人工干预和恢复。单个都准确的 Agent 组合后仍可能整体失败。

Prefer the smallest sufficient architecture优先选择最小充分架构

Start with one agent and deterministic tools. Add specialized agents only when task decomposition, independent context, parallel work, or distinct permissions produce a measured improvement that exceeds coordination overhead.

先从一个 Agent 和确定性工具开始。只有当任务拆分、独立上下文、并行执行或权限隔离带来的可测收益超过协调开销时,才增加专用 Agent。

Evidence Behind the Adoption Claims采用趋势数据的证据与限制

The figures on this page describe different populations and should not be combined into one universal adoption rate. PwC's May 2025 survey covered 308 U.S. executives and reported that 79% said agents were already being adopted in their companies. Salesforce's September 2025 Agentic Enterprise Index reported 119% growth in agent creation among first-mover companies using its products between January and June. NVIDIA's February 2026 release reported quarterly revenue and included its CEO's “agentic AI inflection point” characterization. Gartner listed multiagent systems among ten strategic technology trends for 2026. Each source measures a different signal and carries vendor, survey, or forecasting context.

本页数字描述的是不同样本,不能合并成一个通用采用率。PwC 2025 年 5 月调查覆盖 308 位美国高管,其中 79% 表示所在公司正在采用 Agent。Salesforce 2025 年 9 月的 Agentic Enterprise Index 报告,其产品中的先行企业在 1—6 月 Agent 创建量增长 119%。NVIDIA 2026 年 2 月发布季度收入,并引用 CEO 对“Agentic AI 拐点”的判断。Gartner 把多 Agent 系统列入 2026 年十大技术趋势。它们分别衡量不同信号,也各自带有调查、厂商数据或预测背景。

PwC AI agent survey

Survey wording, sample size, adoption and value findings.调查措辞、样本量、采用与价值结论。

Salesforce Agentic Enterprise Index

First-mover Agentforce usage data and the 119% creation-growth claim.Agentforce 先行企业使用数据与 119% 创建量增长口径。

NVIDIA fiscal 2026 results

Quarterly revenue and the CEO statement quoted on this page.本页引用的季度收入与 CEO 表述。

Gartner 2026 technology trends

Primary announcement listing multiagent systems among the 2026 trends.将多 Agent 系统列入 2026 年技术趋势的官方公告。

Frequently Asked Questions

What does the "agentic AI ecosystem" mean in 2026?
It describes an expanding set of agents that select tools and complete multi-step workflows. Adoption figures require context: a 2025 PwC survey of 308 U.S. executives found 79% said agents were already being adopted in their companies. That does not mean 79% had enterprise-wide autonomous deployments, and the survey should not be generalized to every organization.
Why do AI agents need infrastructure, not just better models?
Models still need controlled access to data and tools, identity, permissions, routing, validation, observability, and recovery. QVeris observed a 33% to 68% resolution change in one internal benchmark after adding capability discovery. It is a context-specific product observation, not an independent industry result; teams should reproduce the test on their own tasks.
What is multi-agent coordination and why does it matter?
Multiple agents need explicit task ownership, shared state, handoff contracts, permissions, conflict resolution, budgets, and termination conditions. Shared infrastructure can help decomposable workflows, but multi-agent design also adds latency, cost, duplicated work, and new failure modes. It should be chosen because evaluation shows a benefit, not because more agents automatically mean better results.
How is a capability routing network different from LangChain?
LangChain is an agent orchestration framework — it manages how agents reason and chain steps together. A capability routing network sits below that: it is the discovery and execution layer that lets agents find and call real-world tools, regardless of which orchestration framework they use. LangChain answers "how do I chain steps?" A routing network answers "which tool should I call?" — they operate at different layers of the agent stack.
What is the agent tool discovery problem?
AI agents can only use tools they already know about — typically whatever a developer hardcoded at build time. When new tools are added, agents remain unaware. A capability routing network solves this by letting agents search across 10,000+ verified tools at runtime using natural language — the same way a search engine lets humans find web pages they have never visited. Discovery transforms agents from closed-world to open-world systems.
研究 · 2026 年 3 月 25 日 · 5 分钟阅读

Agent 成为一个物种

深入探索 2026 年新兴的 Agentic AI 生态系统,以及为什么 Agent 需要基础设施,而不仅仅是智能。

79%
受访高管表示所在公司正在采用 AI Agent
PwC,2025 年 5 月对 308 位美国高管的调查
119%
Salesforce 上 AI Agent 部署增长
Salesforce 披露数据
当 Agent 能发现正确工具时,任务解决率提升
QVeris 内部数据
专业 Agent 通过共享能力索引和质量感知路由协同执行

拐点已经到来

到 2026 年,AI Agent 已从实验室演示进入客服、软件开发、研究和运营等多步骤工作流。但采用深度差异很大:试用内嵌助手,不等同于把重要决策交给自治系统。

NVIDIA 在 2026 年 2 月的财报发布中引用 CEO 黄仁勋“Agentic AI 拐点已经到来”的判断,并报告季度收入 681 亿美元,同比增长 73%。这些数字说明算力需求强劲,但不能单独证明所有 Agent 项目都已成熟或产生价值。

但基础设施不仅仅意味着 GPU。它意味着让 Agent 能够发现工具、相互协调并在运行时路由到正确能力的系统。智能是必要的。基础设施使其变得有用。

2025 年初
Sam Altman 预测 AI Agent 将进入劳动力体系
2025 上半年
Salesforce 上 Agent 部署增长 119%
2026 年 2 月
NVIDIA 报告收入 681 亿美元,同比增长 73%
2026 年 3 月
PwC 调查中 79% 的美国高管表示所在公司正在采用 AI Agent
2026
Gartner 将多 Agent 编排列为核心趋势

真正的瓶颈不是智能

Agent 不知道存在哪些工具。

没有工具发现

  • Agent 只能使用预先接好的工具
  • 错过 99% 的可用能力
  • 即使效果更差,也总是使用同一个服务商
  • 遇到陌生工具需求时容易失败

有能力路由

  • Agent 可以在运行时发现工具
  • 跨 10,000+ 能力进行搜索
  • 根据质量信号路由到最佳服务商
  • 自主处理新的任务场景

能力路由之前

33%

QVeris 某项内部基准中的解决率

能力路由之后

68%

同一内部基准中的解决率

这是 QVeris 内部观察,不是行业基准。结果取决于任务集、候选工具、路由策略、模型和评分方法;团队应在自己的评测集上复现比较。

Agent 生态正处于其 1998 年时刻

🌐 1998 年的互联网

超过 100 万个网页,但人们很难找到自己需要的内容。用户依赖书签、口口相传和 Yahoo 目录。随后 Google 出现:爬虫、索引和 PageRank。结果是:任何内容都能被任何人快速找到。

🤖 2026 年的 Agent

10,000+ 工具和 API 分散在各处,没有统一索引。Agent 只能使用它已经知道的工具。能力路由网络出现后,语义搜索、验证服务商和质量信号让工具可被发现。结果是:任何工具都能被任何 Agent 用自然语言发现。

历史不会简单重复,但常常押韵。

这对构建 Agent 的团队意味着什么

💻

面向 Agent 开发者

不要再硬编码工具集成。使用发现层,让 Agent 在运行时找到合适能力,并自动路由到最佳服务商。

查看 QVeris 如何工作 →

🏢

面向企业团队

调查显示 Agent 获得广泛关注并开始采用,但生产成熟度并不一致。真正的问题是哪些工作流适合 Agent,以及身份、权限、评测和运营体系能否安全支撑。

探索能力 →

🧪

面向 AI 研究者

智能问题正在被逐步解决。真正值得投入的,是 Agent 如何发现、协调和共享能力的基础设施问题。

阅读完整研究 →

当一个物种形成社会时,新的需求出现了

💬 沟通

并行运行的 Agent 需要知道彼此正在做什么,以及各自已经具备哪些能力。缺少共享认知时,多 Agent 系统会变成重复、冲突的行动。

🔍 发现

处理金融数据的 Agent 可能知道 Alpha Vantage,却不知道 Polygon、Finnhub 或 Tiingo 的存在。这不是智能问题,而是可见性问题。Agent 并不笨,只是看不见。

🔀 路由

当三个服务商都提供同一种能力时,Agent 需要成功率、延迟、成本等质量信号来智能路由。没有信号,路由是随机的;有了信号,路由才是优化。

🕸 协调

复杂工作流需要 Agent 共享经验、移交任务,并在彼此的方案之上继续推进。这需要共享基础设施,而不只是孤立运行的更聪明的个体 Agent。

What “Agent Infrastructure” Actually Includes“Agent 基础设施”究竟包括什么

The infrastructure thesis is broader than tool search. A production agent needs identity, delegated permissions, capability metadata, schema inspection, routing, execution isolation, state, handoff contracts, observability, evaluation, budgets, and recovery. Discovery answers “what could perform this task?” The remaining layers decide whether the capability is permitted, appropriate, reliable, and safe to call now.

这里所说的基础设施远不只是工具搜索。生产级 Agent 还需要身份、委托权限、能力元数据、schema 检查、路由、执行隔离、状态、交接契约、可观测性、评测、预算与恢复。发现层回答“什么能力可能完成任务”,其他层则判断它此刻是否被允许、是否匹配、是否可靠和安全。

Control plane控制平面

Identity, policy, least privilege, approvals, budgets, tenancy, audit retention, and who can change an agent's allowed capabilities.

身份、政策、最小权限、审批、预算、租户、审计留存,以及谁可以修改 Agent 的能力范围。

Capability plane能力平面

Discovery, descriptions, schemas, provider coverage, quality signals, versioning, cost, latency, and fallback compatibility.

发现、描述、schema、provider 覆盖、质量信号、版本、成本、延迟和回退兼容性。

Execution plane执行平面

Argument validation, sandboxing, idempotency, timeouts, retries, result verification, provenance, rollback, and incident response.

参数校验、沙箱、幂等性、超时、重试、结果验证、来源血缘、回滚和事故响应。

Where the Species Metaphor Breaks Down“物种”比喻的边界在哪里

Agents do not independently form a society in the biological sense. Organizations design their objectives, tools, memory, permissions, incentives, and communication channels. The metaphor is useful for highlighting coordination needs, but it can hide accountability: when an agent causes harm, responsibility remains with the people and organizations that selected, deployed, and governed the system.

Agent 不会像生物物种那样自行形成社会。组织设计它们的目标、工具、记忆、权限、激励与通信渠道。这个比喻有助于说明协调需求,但也可能掩盖责任:当 Agent 造成损害时,责任仍属于选择、部署和治理系统的人与组织。

More agents can be worseAgent 越多可能越差

Parallelism can increase coverage, but also duplicated calls, conflicting actions, context loss, latency, and cost. A single well-instrumented agent may outperform a multi-agent design on tightly coupled work.

并行可能扩大覆盖,也会增加重复调用、冲突动作、上下文丢失、延迟和成本。对于强耦合任务,一个可观测性完善的单 Agent 可能更好。

Discovery is not authorization发现不等于授权

Finding a capable tool does not grant permission to use it. Runtime search must remain inside allowlists, data rights, user scope, provider terms, and approval policy.

找到可用工具并不代表有权调用。运行时搜索必须受白名单、数据权利、用户范围、provider 条款和审批政策约束。

Routing signals can mislead路由信号可能误导

Historical success, latency, and cost are incomplete proxies. They can drift, favor easy tasks, or obscure weak coverage. Route decisions need task-specific evaluation and result validation.

历史成功率、延迟和成本只是有限代理指标,可能漂移、偏向简单任务或掩盖覆盖不足。路由需要任务专项评测和结果验证。

A Practical Multi-Agent Coordination Contract可执行的多 Agent 协调契约

Before splitting work, define a shared task ID, objective, input evidence, subtask owner, allowed capabilities, output schema, deadline, token and monetary budget, dependencies, handoff condition, conflict rule, and termination condition. Agents should exchange structured state and evidence references rather than unconstrained conversation histories.

拆分工作前,应定义共享任务 ID、目标、输入证据、子任务负责人、允许能力、输出 schema、截止时间、Token 与资金预算、依赖、交接条件、冲突规则和终止条件。Agent 之间应交换结构化状态和证据引用,而不是无限增长的对话历史。

Evaluate the system, not only each agent评测整个系统,而不只是单个 Agent

Measure end-to-end task success, unsupported claims, duplicate work, handoff loss, conflicting mutations, permission violations, termination, latency, cost, human intervention, and recovery. A collection of individually accurate agents can still fail as a coordinated system.

测量端到端成功率、无依据结论、重复工作、交接丢失、冲突写操作、权限违规、终止、延迟、成本、人工干预和恢复。单个都准确的 Agent 组合后仍可能整体失败。

Prefer the smallest sufficient architecture优先选择最小充分架构

Start with one agent and deterministic tools. Add specialized agents only when task decomposition, independent context, parallel work, or distinct permissions produce a measured improvement that exceeds coordination overhead.

先从一个 Agent 和确定性工具开始。只有当任务拆分、独立上下文、并行执行或权限隔离带来的可测收益超过协调开销时,才增加专用 Agent。

Evidence Behind the Adoption Claims采用趋势数据的证据与限制

The figures on this page describe different populations and should not be combined into one universal adoption rate. PwC's May 2025 survey covered 308 U.S. executives and reported that 79% said agents were already being adopted in their companies. Salesforce's September 2025 Agentic Enterprise Index reported 119% growth in agent creation among first-mover companies using its products between January and June. NVIDIA's February 2026 release reported quarterly revenue and included its CEO's “agentic AI inflection point” characterization. Gartner listed multiagent systems among ten strategic technology trends for 2026. Each source measures a different signal and carries vendor, survey, or forecasting context.

本页数字描述的是不同样本,不能合并成一个通用采用率。PwC 2025 年 5 月调查覆盖 308 位美国高管,其中 79% 表示所在公司正在采用 Agent。Salesforce 2025 年 9 月的 Agentic Enterprise Index 报告,其产品中的先行企业在 1—6 月 Agent 创建量增长 119%。NVIDIA 2026 年 2 月发布季度收入,并引用 CEO 对“Agentic AI 拐点”的判断。Gartner 把多 Agent 系统列入 2026 年十大技术趋势。它们分别衡量不同信号,也各自带有调查、厂商数据或预测背景。

PwC AI agent survey

Survey wording, sample size, adoption and value findings.调查措辞、样本量、采用与价值结论。

Salesforce Agentic Enterprise Index

First-mover Agentforce usage data and the 119% creation-growth claim.Agentforce 先行企业使用数据与 119% 创建量增长口径。

NVIDIA fiscal 2026 results

Quarterly revenue and the CEO statement quoted on this page.本页引用的季度收入与 CEO 表述。

Gartner 2026 technology trends

Primary announcement listing multiagent systems among the 2026 trends.将多 Agent 系统列入 2026 年技术趋势的官方公告。

常见问题

2026 年的 Agentic AI 生态系统意味着什么?
Agentic AI 生态指能够选择工具并完成多步骤工作流的一组不断扩大的 Agent。采用数据需要上下文:PwC 2025 年对 308 位美国高管的调查中,79% 表示所在公司正在采用 AI Agent。这不等于 79% 已完成企业级自治部署,也不能推广到所有组织。
为什么 AI Agent 需要基础设施,而不只是更好的模型?
模型仍需要受控的数据与工具访问、身份、权限、路由、验证、可观测性和恢复。QVeris 在某项内部基准中观察到加入能力发现后解决率由 33% 变为 68%。这是特定产品场景观察,不是独立行业结论;团队应使用自身任务复测。
什么是多 Agent 协同?为什么它很重要?
多个 Agent 需要明确的任务归属、共享状态、交接契约、权限、冲突处理、预算和终止条件。共享基础设施可以帮助可拆分工作,但多 Agent 也会增加延迟、成本、重复工作和新故障模式。只有评测证明有收益时才应采用。
能力路由网络和 LangChain 有什么不同?
LangChain 是一个 Agent 编排框架 — 它管理 Agent 如何推理和串联步骤。能力路由网络位于其下:它是发现和执行层,让 Agent 能够查找和调用真实世界的工具,无论它们使用哪个编排框架。LangChain 回答"我如何串联步骤?"路由网络回答"我应该调用哪个工具?" — 它们在 Agent 栈的不同层次运行。
什么是 Agent 工具发现问题?
AI Agent 只能使用它们已经知道的工具 — 通常是开发者在构建时硬编码的内容。当新工具被添加时,Agent 仍然不知道。能力路由网络通过让 Agent 使用自然语言在运行时跨 10,000+ 已验证工具进行搜索来解决这个问题 — 就像搜索引擎让人类找到他们从未访问过的网页一样。发现将 Agent 从封闭世界系统转变为开放世界系统。