DeepSeek did two things on August 13 that look unrelated if you read them as launch notes.
It released DeepSeek Harness, an open-source agent harness where “everything is a plugin.” It also announced new V4 API pricing, with peak and off-peak rates starting August 17 Beijing time.
The price move will get most of the attention. That makes sense. But I think the harness is the more useful signal.
Agent work is not one prompt and one answer anymore. It is tool calls, file reads, retries, validation passes, approval gates, and sometimes a second model checking the first one. Once that is true, the real operating unit is not the model. It is the loop around the model.
That changes how I think about cost.
Cheap tokens help. But a cheap agent that retries blindly can cost more than an expensive agent with a good stop condition. A long context window can hide state bugs until the run is too large to inspect. A benchmark win can disappear the moment the model has to use your actual tools with your actual permissions.
DeepSeek’s peak pricing makes this concrete. If some runs can wait until off-peak hours, a harness can queue them. If a task touches risky files, a harness can ask for approval. If a weak model can draft and a stronger model can review, the harness can split the job.
That is boring plumbing. It is also where agent systems become usable.
I wrote up the full take here, including why the same idea showed up in a new paper on strong-to-weak scaffolding.
Top comments (1)
I just read your new paper.
Your career is very excellent.
I agree your idea. I'd like to connect with you.
After looking, I'd love to have good conversation with you.
If possible, let's chat or call on Interpals.
I will wait.