dsh-deliberation
Run the following command in DeepSeek Harness:
dsh plugin install fly1989/dsh-deliberation
Paste the following prompt into your AI chat to install this plugin:
Install in DeepSeek Harness by running dsh plugin install fly1989/dsh-deliberation; source is available at https://github.com/fly1989/dsh-deliberation.
About this plugin
In multi-step reasoning tasks, a Primary model typically advances along a single trajectory with no controlled second perspective to catch course errors in time. dsh-deliberation adds bounded deliberation to DeepSeek Harness: when the Primary opts in, it calls a single deliberate tool that spawns up to three concurrent children—each taking a distinct role of independent-alternative, trajectory-audit, or reasoning-masked re-read—and returns compact, structured decision-support packets containing evidence, uncertainty flags, and suggested next checks. Children only propose; they never vote, select a winner, or replace the Primary's final judgment.
A second, fully opt-in path provides automatic masked review at Turn boundaries. Once enabled in the profile, Harness forks the current tool-bearing Turn, strips the recorded reasoning chain, and lets a child blind-read only the observable actions and results to surface errors the Primary may have missed. Publishing modes range from updates-only through all to observe-only, so teams can collect shadow-evaluation data before opening the loop.
The plugin suits developers running multi-step inference on DeepSeek Harness who want a controlled audit layer without altering the Primary workflow. The project is an experimental preview: runtime and failure boundaries are tested, but paired benchmark data has not yet established a correctness or cost benefit, so starting with manual deliberate calls before enabling automatic review is the recommended path.
Use Cases
- Primary calls deliberate mid-Chain to get structured evidence and uncertainty flags from concurrent children
- Automatic masked review at Turn boundaries strips reasoning and blind-reads observable actions to surface missed errors
- Collect shadow-evaluation data in observe-only mode before committing to automatic review
Best For
- Developers running multi-step inference workflows on DeepSeek Harness
- Engineers adding controlled audit layers to the Primary without altering its workflow
- Researchers needing configurable child roles: alternative, trajectory audit, masked review
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.