Urgent.News

What's breaking now, across thousands of outlets.

AI

I tested DeepSeek Harness for a week. I left with a shipped plugin and $0 in API costs

I tested DeepSeek Harness for a week. I left with a shipped plugin and $0 in API costs I came to DeepSeek Harness as a reviewer and left as one of its plugin authors, which is a fair measure of how the week went. The hook is on the repo's first line: "Everything is a plugin." Not the usual marketing meaning — not a config file with a couple of third-party hooks. In DSH the agent hosts its own web…

I tested DeepSeek Harness for a week and left with a shipped plugin and $0 in API costs. Initially, I came to DeepSeek Harness as a reviewer and left as one of its plugin authors. The main feature of the harness is that everything is a plugin, including the settings screen where you pick and configure models. This means that even optional subagents like Codex and Claude Code ship as plugins that can be added or dropped.

All of these plugins are loaded through manifests over a real extension API, which is something I've never experienced with other extensible tools before. During my testing, I encountered a gap in the Harness settings - I wanted to know the cost per million tokens for each model and if a cheaper alternative was available. To address this, I created a plugin called dsh-model-pricing that provides per-1M-token input/output/cache prices for 7,178 priced models across 213 providers.

The plugin also includes a cheapest badge to indicate the lowest-cost option for each model, with any discrepancies flagged as ⚠. The plugin's settings page is integrated into the Harness itself, which is a significant aspect of the testing process. The Harness architecture serves as the product, while the agent performs both the reviewing and building tasks effectively, even when using a free model like Qwen3.8-Flash.

The entire project was built on a free model, and the plugin itself ships with records from a free API promotion, resulting in a total LLM spend of $0 for the project.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

More from Thursday 10 September →