DeepSeek Harness developer preview(deepseek.com)
731 points by bjin 8 days ago | 306 comments
tl;dr: DeepSeek has released a developer preview of DeepSeek Harness, a plugin-based framework for building AI agents where capabilities (models, tools, sandboxes, storage, UI, etc.) are modular plugins managed by a Cordis kernel. Developers can swap or extend any component via configuration without modifying source code, and can try it via `npx @deepseek-ai/dsh web` or clone the repo from GitHub.
HN Discussion:
  • Author introduces the project and invites feedback on the early preview
  • Traceable append-only session log is a killer feature versus US models
  • ~Cordis-based hot-reload plugin system is technically interesting but incremental
  • Plugin-based architectures inevitably lead to fragmentation and maintenance nightmares
  • README is too sparse to understand what the project actually is