πŸ€– Agent Runtime

Give a brain a
body to work with

The DeepSeek Harness (DSH) is the toolbox + safety gear that turns an AI from a talker into a doer β€” same brain, now with hands, fences, and a plan.

😢 Just a Chatbot
(a brain, no body)

πŸ’¬ β€œI could…” 🧠 πŸ”§
πŸ—£οΈ only talks πŸ™… can't act 🚫 no files
VS

🦾 An Agent with a Harness
(brain + body)

🧠 πŸ“„ ⌨️ πŸ›‘οΈ
πŸ”§ uses tools πŸ“ reads & writes 🧭 plans work
πŸ’‘
The harness is what makes β€œAI that talks” become β€œAI that works.” The model is still the brain β€” the harness adds hands (tools), a fence (sandbox), and a seatbelt (approval rules).

Three things the harness straps on

🧰

1 Β· A Tool Belt

Hands for the brain: run shell commands, read & write files, search the web, browse pages. The model calls a tool instead of just describing one.

πŸ›‘οΈ

2 Β· Safety Rails

A fenced workspace and permission modes. If an action steps outside the fence, it is denied by default β€” the harness fails closed, never open.

🧭

3 Β· An Orchestrator

Keeps long work on track: goals that continue across rounds, background jobs, helper subagents, workflows, and reusable skills.

Control room β€” watch the harness work

πŸŽ›οΈ DeepSeek Harness Β· Step Viewer
sandbox: workspace-write Β· approval: ask
1 Β· Pick a task
2 Β· Choose the sandbox mode
Scratchpad
πŸ‘‹Pick a task and hit β€œRun it” to watch the harness step through the job.

From talking box to working teammate

🌱 Origin

Brains without hands

Early LLMs were brilliant oracles that could only return words. Harnesses were built to connect those words to real actions β€” reading files, running code β€” so β€œhere's what to do” became β€œhere, I did it.”

πŸš€ Modern

One runtime, many powers

DSH bundles tools, a sandboxed workspace, goals, background jobs, subagents, workflows, and skills into a single runtime β€” so one model can drive a whole engineering session instead of one answer.

πŸ”­ Frontier

From answer to teammate

Harnesses keep growing: autonomous goal loops that resume work, multi-agent fan-out, and skills that teach the agent new abilities β€” moving toward an AI that ships, not just suggests.