🛰️ Daily AI Frontier
‹ back to 2026-08-17

深度拆解 DeepSeek Harness 架构:AGI 的自进化,终于有了「后悔药」

雷峰网 (AI科技评论) LLM Agents 2026-08-17
Representative image for 深度拆解 DeepSeek Harness 架构:AGI 的自进化,终于有了「后悔药」

TL;DR - DeepSeek released Harness v0.1, a coding-agent runtime whose core components—including its agent loop, model adapters, tools, and session logs—are all replaceable plugins. Its Cordis framework aims to make agent-driven runtime modifications reversible and dependency-safe, enabling experimentation without permanently corrupting system state.

  • Cordis records inverse operations for runtime effects, allowing plugin changes and their side effects to be rolled back on removal.
  • Reactive dependency handling activates or deactivates components as required services appear, disappear, or are replaced.
  • The architecture targets self-evolving agents that can inspect and modify their own runtime while converging to a clean, equivalent final state.
  • Key risks include higher multi-step API costs and potentially quadratic growth in integration complexity as plugin counts and interactions increase.

view merged work →