AI News AI资讯 1d ago Updated 16h ago 更新于 16小时前 48

Let Agents Self-Evolve in Collaboration, Tsinghua Post-00s PhD Receives Ten Million Yuan in Financing | 36Kr Exclusive 让Agent在协作中自进化,清华00后博士获千万元融资 | 36氪首发

奇点逃逸完成千万级种子轮融资,由星连资本与水木创投领投、奇绩创坛跟投,创始人薛传奕为清华00后博士,研究方向为强化学习与多智能体 公司正在研发AI原生团队协作操作系统Nexus,核心理念是让人、Agent、任务、知识和工具基于同一份组织状态持续协作,解决当前Agent协作中的"协作断层"问题 Nexus采用图结构作为底层组织方式,将目标、规划、执行、记忆、工具等建模为可追踪的节点,使改进可以定位、验证和回滚 自进化机制分为三个环节:真实反馈驱动、独立评测筛选、治理机制采用,强调严格证据和治理边界而非无限自主权 长期定位是"AI时代的组织基础设施",关注组织整体处理复杂目标的能力而非单个Agent功能 奇点逃逸完成千万级种子轮融资,由星连资本与水木创投联合领投,奇绩创坛跟投 创始人薛传奕为清华00后博士,研究方向覆盖强化学习与多智能体,曾在NeurIPS等顶会发表论文 正在研发AI原生团队协作操作系统Nexus,解决Agent"协作断层"问题,让人、Agent、任务、知识和工具基于同一份组织状态持续协作 提出"协作与自进化"双主线:协作产生真实反馈,自进化让Agent适应动态环境,两者相互依赖、相互强化 Nexus采用图结构作为底层组织方式,自进化机制包含真实反馈驱动、独立评测、治理采用三个环节

70
Hot 热度
65
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • 奇点逃逸完成千万级种子轮融资,由星连资本与水木创投领投、奇绩创坛跟投,创始人薛传奕为清华00后博士,研究方向为强化学习与多智能体
  • 公司正在研发AI原生团队协作操作系统Nexus,核心理念是让人、Agent、任务、知识和工具基于同一份组织状态持续协作,解决当前Agent协作中的"协作断层"问题
  • Nexus采用图结构作为底层组织方式,将目标、规划、执行、记忆、工具等建模为可追踪的节点,使改进可以定位、验证和回滚
  • 自进化机制分为三个环节:真实反馈驱动、独立评测筛选、治理机制采用,强调严格证据和治理边界而非无限自主权
  • 长期定位是"AI时代的组织基础设施",关注组织整体处理复杂目标的能力而非单个Agent功能

Why It Matters

This startup addresses a critical gap in the current AI Agent ecosystem: while individual Agent capabilities are rapidly improving, there is no robust infrastructure for multi-Agent collaboration within organizations. The concept of "collaboration fault lines" (协作断层) accurately describes the pain point where human workers become information relays between isolated Agent sessions. For AI practitioners, this highlights that the next competitive frontier is not model capability but organizational integration and continuous learning from real production feedback.

Technical Details

  • Nexus Architecture: Built on a dual-layer graph structure — at the Agent-internal level, nodes represent goals, planning, capabilities, execution, memory, tools, and verification; at the organizational level, nodes represent people, Agents, tasks, and knowledge. This enables traceability of improvements and their impact across the system.
  • Collaboration Model: Shifts from session-based information organization to organization-state-based collaboration. Work items are represented as structured objects containing goals, owners, dependencies, permissions, current status, execution evidence, and acceptance results — not just natural language prompts.
  • Self-Evolution Loop: Four-stage cycle: (1) real collaboration produces tasks and feedback, (2) independent evaluation filters valid improvements, (3) verified capabilities enter the next collaboration round, (4) stronger Agents expand organizational collaboration boundaries. Candidate improvements (context organization, model routing, task decomposition, workflow configuration) must pass evaluation before production deployment.
  • Governance Framework: Self-evolution requires strict evidence and governance boundaries — the system must answer why changes are made, what was changed, whether it genuinely improves performance, whether existing capabilities are harmed, and whether rollbacks are possible.
  • Data Asset Philosophy: Accumulates a different type of data asset than model parameters — recording not just what answers were produced but why work was completed in a particular way, derived from real task judgment and feedback.

Industry Insight

  • The "collaboration fault line" problem signals that the Agent market is approaching an inflection point: individual Agent performance gains will face diminishing returns without organizational infrastructure. Investors and builders should prioritize platforms that enable multi-Agent coordination and persistent organizational memory.
  • The self-evolution framework with independent evaluation and governance gates represents a more mature approach than "free self-modification" narratives. Organizations adopting Agent systems will demand auditability and rollback capability — startups that build these safeguards into their architecture will have a competitive moat.
  • The dual graph structure design suggests that the next generation of AI-native collaboration tools will blur the boundary between collaboration software and ML training pipelines, creating a new category of "learning organizations" where execution feedback directly drives capability improvement.

TL;DR

  • 奇点逃逸完成千万级种子轮融资,由星连资本与水木创投联合领投,奇绩创坛跟投
  • 创始人薛传奕为清华00后博士,研究方向覆盖强化学习与多智能体,曾在NeurIPS等顶会发表论文
  • 正在研发AI原生团队协作操作系统Nexus,解决Agent"协作断层"问题,让人、Agent、任务、知识和工具基于同一份组织状态持续协作
  • 提出"协作与自进化"双主线:协作产生真实反馈,自进化让Agent适应动态环境,两者相互依赖、相互强化
  • Nexus采用图结构作为底层组织方式,自进化机制包含真实反馈驱动、独立评测、治理采用三个环节

为什么值得看

这篇文章揭示了当前AI Agent发展的关键瓶颈:单个Agent能力再强,仍只是"单人助手",无法真正进入组织协作体系。奇点逃逸提出的"协作断层"概念切中痛点,其"AI原生团队协作操作系统"的解决方案为Agent规模化落地提供了新的架构思路。

技术解析

  • 协作断层问题:现有AI产品围绕会话组织信息,任务结束后Agent的理解、执行依据和失败经验停留在单次会话中,跨任务、跨成员、跨时间周期时团队需反复重建上下文,人被迫成为信息中转站。
  • Nexus架构设计:从组织状态而非单次对话出发,人、Agent、任务、知识和工具被表示为相互关联的对象,工作包含目标、负责人、依赖关系、权限、当前状态、执行证据和验收结果等结构化信息。
  • 图结构底层组织:Agent系统内部,目标、规划、专业能力、执行、记忆、工具和验证成为不同节点;组织层面,人员、Agent、任务和知识形成工作图,两层图结构连接使协作反馈可指向具体能力节点。
  • 自进化三环节:真实反馈驱动(人的修正、验收判断、失败记录提供因果证据)→ 独立评测筛选(比较效果、稳定性、成本和风险)→ 治理采用(决定采用、限制、拒绝或回滚),强调严格的证据和治理边界而非无限自主权。
  • 数据资产新范式:区别于模型参数,组织在持续使用中积累的状态、对象关系、评测基线和协作策略记录"工作为什么这样完成",形成可复用的因果证据链。

行业启示

  • Agent从工具到组织成员:AI进入组织的标志不是采购账号数量,而是AI工作能否进入组织的任务、知识和责任体系,这要求产品架构从会话中心转向组织状态中心。
  • 协作与学习融合趋势:传统协作软件与机器学习长期属于两套不同语言,Agent使执行结果同时成为业务产出和能力反馈,未来协作系统将成为智能持续学习的环境。
  • 自进化的治理边界:真正的自进化不是赋予Agent无限自主权,而是建立严格的证据和治理机制,确保改进可追溯、可验证、可撤回,这对企业级AI部署具有关键指导意义。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Funding 融资 LLM 大模型 Research 科学研究