DeepSeek Harness hits 80K stars in 20 hours; plugin system 75% similar to Koishi, analysis finds
op7418 · x · 2026-08-14
After DeepSeek Harness was released, the author used Codex to analyze its GitHub repo, uncovering several interesting data points:
- Plugin system: 75% similarity to Koishi's plugin platform, possibly a full migration.
- AI development traces: 21.2% of main PRs named by Codex, 28.2% of branch info mentions Codex, suggesting Claude Code was used.
- External references: Most mentioned external project is Pi, followed by Codex and Claude Code; even directly referenced Pi's TypeScript files.
- Development efficiency: 840K lines of code in 65 days, over 10K commits.
- Interaction evolution: Initially bet on TUI, then dual Web UI and TUI, finally removed all TUI, keeping only Web UI.
- Engineering practices: Test-to-production code ratio 1:1, extensive Markdown docs, doc-driven development; tool and science model schemas reduced from 52 to 1 to save context.
- Community traction: 80K+ GitHub stars in 20 hours; plugin tag (DSH plugin) has 1425 projects, but many are not real plugins; curated list includes 211 repos.
- Academic paper: 88-page paper, 57% formal theory, discussing plugin hot-swapping and system stability.
Related event: DeepSeek Harness: 20% of Commits by Codex(2 posts)→
More from coding & agent
- Can AI Write Better Code Than Humans? A Discussion on Falsifiability — JFPuget · 2026-08-14
- Browser Agents' Gap: Underestimating Human Reasoning in Software Use — DevToD4 · 2026-08-14
- OpenAI's GPT-5.6 Builder Guide Cuts Agent Costs from $33 to $1.33 — xiaohu · 2026-08-14
- AI Trading Agent Workshop: Build Strategies on Orca with Condor, Compete for $20K Prize — cardosofede · 2026-08-14
- Git Truck: Visualize Codebase Structure, Commits, and Authors Locally — tom_doerr · 2026-08-14
- Agent Harnessing in Production: Deterministic Engines, DB-based HITL, and Stable Thread IDs — trawasthi_ai · 2026-08-14