DeepSeek's Open-Source Agent Harness Passed 233,000 Stars as Its Own API Got Pricier
Software / analysis
DeepSeek's Open-Source Agent Harness Passed 233,000 Stars as Its Own API Got Pricier
DeepSeek Harness went from 27,500 GitHub stars on launch day to more than 233,000 five weeks later, even as DeepSeek raised peak-hour prices on the models built to run inside it.

DeepSeek open-sourced an agent framework called DeepSeek Harness on Aug. 13, 2026, alongside its V4-Pro model, and the repository has gained more than 200,000 GitHub stars since, reaching 233,200 stars and 28,000 forks as of Sept. 22, according to the GitHub page. VentureBeat put the launch-day count at approximately 27,500 stars and 2,000 forks in an Aug. 13 report, which means the project has grown by roughly a factor of eight in five weeks.
The growth is real by the only metric available, but it arrived days after DeepSeek made its own hosted API meaningfully more expensive to run the same models the harness is built around, which is the part of the story the star count alone does not tell.
What DeepSeek actually shipped
DeepSeek Harness, released under the MIT license as version 0.1 and labeled a developer preview, is built on what DeepSeek calls an "everything is a plugin" architecture: models, tools, skills, sessions, sandboxes, filesystems, loops, orchestration and the user interface are each implemented as swappable plugins running on a kernel called Cordis, according to DeepSeek's own project page. DeepSeek warns explicitly that the preview will carry compatibility-breaking changes.
VentureBeat's Aug. 13 comparison against Claude Code found Harness still lacking several things Anthropic's tool already has: a mature built-in permission and sandbox system, interfaces beyond a local web UI and a headless command mode, DeepSeek-hosted background agents, and native GitHub pull-request workflow integration. What Harness offers instead is closer to raw extensibility than a finished product.
The price increase that shipped three days later
On Aug. 16 at 16:00 UTC, three days after Harness launched, DeepSeek's peak-hour API pricing jumped across both models the harness targets, VentureBeat reported. V4-Flash rose from $0.14 to $0.44 per million input tokens and from $0.28 to $1.32 per million output tokens. V4-Pro rose from $0.435 to $1.32 per million input tokens and from $0.87 to $3.96 per million output tokens. Off-peak pricing rose too, though by less, and cached-token pricing rose the most of all.
| Model | Old peak price (per M tokens) | New peak price (per M tokens) |
|---|---|---|
| V4-Flash | $0.14 in / $0.28 out | $0.44 in / $1.32 out |
| V4-Pro | $0.435 in / $0.87 out | $1.32 in / $3.96 out |
Running an open-source agent loop against DeepSeek's own API therefore costs two to four times more at peak hours than it did the week Harness shipped. The incentive that leaves standing is to point Harness at self-hosted, open-weight versions of DeepSeek's models instead of DeepSeek's own endpoint, which is a plausible reason an open-source harness gains stars while a paid API gets pricier in the same week: the two moves serve different audiences inside the same announcement.
- Aug. 13 (launch day)28K stars
- Sept. 22233K stars
Source: VentureBeat, Aug. 13, 2026, and GitHub, accessed Sept. 22, 2026
A plugin ecosystem is already forming
The clearest evidence Harness is being built on, rather than just starred, is a third-party plugin directory called DSH Plugin Hub, which indexed 9,650 plugins, 9,340 of them marked verified, as of Sept. 22, with its most recent addition dated Sept. 17, according to the hub's own site. That count comes from an independent directory rather than from DeepSeek, and neither DeepSeek nor the hub has published installation or usage numbers behind it, so it measures how many plugins exist, not how many anyone runs.
One concrete example is dsh-univer-office, a plugin published by DreamNum Co. that brings spreadsheets, documents, slides, canvases and relational tables into a single runtime for Harness agents to edit, with isolated worktrees so a person can review an agent's draft before merging it. The plugin, built on the separately maintained, Apache-2.0-licensed Univer office engine, was created Aug. 15, two days after Harness itself shipped, and had reached 221 stars and 19 forks on GitHub as of Sept. 22, with its most recent update pushed Sept. 1.
What would change this read
Star counts measure attention, not deployment, and Harness carries DeepSeek's own warning that its interfaces will keep breaking. The honest comparison is not Harness against Claude Code as finished products, which VentureBeat's own feature table shows is lopsided in Claude Code's favor, but Harness against what an open-weight, self-hostable agent stack costs to run when the vendor's hosted alternative gets pricier the same week. Google went a different direction with its AX orchestrator this month, tightening a closed architecture around Redis Streams rather than opening a plugin surface, which makes DeepSeek's bet the more exposed one of the two. It also runs opposite to the incentive Linear described in its own Sept. 21 engineering post, where the bottleneck on AI-assisted work was a human reviewer queue rather than a missing plugin surface; a bigger plugin count does not shorten that queue.
What would falsify the read that this is really about steering users toward self-hosting is a DeepSeek-published figure showing hosted-API usage of V4-Pro through Harness holding steady since Aug. 16 rather than declining. Neither DeepSeek nor VentureBeat has published one.
Sources
- DeepSeek Harness launches as open source rival to Claude Code, alongside V4-Pro on API with higher prices, VentureBeat
- deepseek-ai/deepseek-harness, GitHub
- DeepSeek Harness developer preview: Everything is a plugin, DeepSeek
- DSH Plugin Hub, DSH Plugin Hub
- dsh-univer-office plugin listing, DSHarness.org
Sources
More in Software
- 01Qualcomm Ships a Snapdragon X2 Linux Preview, Certifies Ubuntu for 2027The Sept. 23 developer preview pairs a custom kernel with Debian 13 for kernel developers only, and Qualcomm says first-generation Snapdragon X Elite laptops get no official support commitment at all.
- 02A New Postgres Safety Checker Meets Its Limits on Hacker NewsSafe-Not-Safe, built by a former Cloudflare Postgres lead who supported 170-plus product teams, grades a migration in the browser, but a rival maintainer showed within hours why static rules alone can't see what a live database will actually do.
- 03Microsoft Copilot Adds Autopilot as Just 7% of Seats PayThe Sept. 25 relaunch bills coding and autonomous agents by usage on top of the existing $30-a-month license, while Microsoft's own announcement never names the rival already leading enterprise AI use.
- 04Independent Testing Cuts Floci's 24-Millisecond Claim to 3 SecondsFloci's own docs claim a 24-millisecond startup against LocalStack's 3.3 seconds, but an April benchmark measured Floci itself at roughly 3 seconds, as the free AWS emulator passes 25,000 GitHub stars five months after LocalStack's free tier ended.