• bitcoinBitcoin(BTC)$63,596.001.10%
  • ethereumEthereum(ETH)$1,905.151.40%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$604.80-0.30%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.000.20%
  • solanaSolana(SOL)$75.720.60%
  • tronTRON(TRX)$0.3323330.40%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.000.00%
  • HyperliquidHyperliquid(HYPE)$59.794.10%
  • dogecoinDogecoin(DOGE)$0.0702920.90%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.0134155.80%
  • leo-tokenLEO Token(LEO)$9.432.20%
  • zcashZcash(ZEC)$512.945.30%
  • moneroMonero(XMR)$417.582.50%
  • chainlinkChainlink(LINK)$9.501.00%
  • cardanoCardano(ADA)$0.174790-1.40%
  • whitebitWhiteBIT Coin(WBT)$55.040.90%
  • stellarStellar(XLM)$0.1581140.70%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$205.080.30%
  • USD1USD1(USD1)$1.000.00%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • CantonCanton(CC)$0.094956-0.90%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.33-0.40%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • litecoinLitecoin(LTC)$44.16-0.50%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • hedera-hashgraphHedera(HBAR)$0.0662561.80%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • suiSui(SUI)$0.680.30%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • avalanche-2Avalanche(AVAX)$6.340.10%
  • tether-goldTether Gold(XAUT)$4,379.520.40%
  • shiba-inuShiba Inu(SHIB)$0.000004-0.60%
  • crypto-com-chainCronos(CRO)$0.047507-0.30%
  • okbOKB(OKB)$103.54-0.30%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.10%
  • nearNEAR Protocol(NEAR)$1.641.60%
  • uniswapUniswap(UNI)$3.310.70%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0605983.40%
  • pax-goldPAX Gold(PAXG)$4,396.920.40%
  • BittensorBittensor(TAO)$197.050.00%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • OndoOndo(ONDO)$0.3386593.50%
  • AsterAster(ASTER)$0.60-0.40%
  • HTX DAOHTX DAO(HTX)$0.0000020.20%
  • usddUSDD(USDD)$1.000.00%
  • MemeCoreMemeCore(M)$1.130.10%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent Harness Where Everything is a Plugin

August 17, 2026
in AI & Technology
Reading Time: 22 mins read
A A
DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent Harness Where Everything is a Plugin
ShareShareShareShareShare

DeepSeek released DeepSeek Harness v0.1 in developer preview and published the full source code under the MIT license. The project ships as dsh at deepseek-ai/deepseek-harness. A harness is the layer between a model and the environment it acts in — the tools, files, sandboxes, and control loop that let an agent keep working. DeepSeek frames it as Agent = Model + Harness. Most harnesses hard-code that layer: the agent loop, the tool registry, and the session store are fixed, and extension happens only at whatever hooks the authors exposed. Harness takes the opposite position, stated in the first lines of its README: everything is a plugin. Models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI all sit behind Cordis plugin boundaries, and any of them can be selected, swapped, or extended in configuration without changing Harness source code. That makes this a kit for assembling agent runtimes rather than a fixed coding assistant, and it is why the release matters more than the model announcement it shipped alongside.

Is it deployable?

Yes, but as developer infrastructure, not as a production agent product. v0.1 is a developer preview.

YOU MAY ALSO LIKE

OpenAI Reportedly Disbanded Its Preparedness Team As Part Of A ‘Streamlining’ Process

Another Woman Joins Lawsuit Accusing Grok Of Generating CSAM

  • Company level: AI-native startups and platform or developer-experience teams inside mid-to-large enterprises that already run internal tooling. Regulated enterprises can pilot it locally because it is MIT-licensed and self-hosted.
  • Industries: Software and devtools, financial services and insurance (auditable agent runs), healthcare and pharma R&D, cloud and semiconductor vendors publishing reference agent stacks, and academic or industrial research labs benchmarking models.
  • Applications: Internal coding agents over private repositories, model evaluation inside a controlled two-tool environment, agent observability and run replay, custom sandbox and approval policies, and packaging house tooling as reusable plugins.

The Cordis kernel

Harness runs on Cordis, a meta-framework whose design is set out in A Programming Paradigm for Spatiotemporal Composability. The kernel handles plugin mounting, unmounting, and dependencies. Capabilities live in the plugins, not in a privileged core.

Plugins cover models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI. Cordis services and events let them work together. Developers select, swap, or extend any capability in configuration, without changing Harness source code.

Four runtime modes

Standard is the full coding agent: file editing, shell, file and web search, skills, planning, goals, subagents, and workflows. Code mode exposes those tools through a Code Mode SDK, so the model can combine multi-step operations in one TypeScript program. Minimal keeps two tools, a persistent bash and str_replace_editor, for benchmarking models in a bare environment. Creator mode adds runtime inspection, in-memory plugin experiments, and preset-authoring guidance.

Every run is traceable

Everything the model sees is written to an append-only session log. That includes system prompts, reasoning, tool calls and results, subagent scheduling, and every context injection. The Trajectory view inspects those records by source. Resume, fork, search, and replay all operate on the same event stream. Most agent frameworks log tool calls; recording every context injection is the sharper claim here.

Model routing is also a plugin

In Settings → Models, a DeepSeek API key takes effect on the next request without restarting the server. The installed catalog adds providers such as Anthropic and OpenAI by API key. Bedrock, Vertex, Azure, and Codex need native credentials instead: AWS credentials and a region, an ADC project, an api-version, and OAuth respectively. Custom providers accept any OpenAI-compatible base URL and protocol. Keys are write-only and stored in $DSH_HOME/.credentials.yaml; settings retain only a credential reference.

Running it

npx @deepseek-ai/dsh web starts the Web UI, served at http://127.0.0.1:3080 by default. From a checkout: git clone, pnpm install, pnpm run build, then pnpm dsh web. A Python SDK ships as deepseek-harness-sdk and needs Python 3.10 or newer, on Linux x64, Linux arm64, or macOS 14+ on arm64. Its bundled runtime requires no system Node.js.


Key Takeaways

  • MIT-licensed, ships as dsh, and is a developer preview.
  • The Cordis kernel makes models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and UI swappable plugins.
  • Four modes — Standard, Code, Minimal, Creator — each load a different default plugin set.
  • An append-only session log captures every context injection; resume, fork, search, and replay share one event stream.
  • Provider-agnostic by design: DeepSeek, Anthropic, OpenAI, Bedrock, Vertex, Azure, Codex, and OpenAI-compatible endpoints.

Check out the DeepSeek Harness product page, GitHub repository, Developer docs, DeepSeek announcement on X and Cordis. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

Credit: Source link

ShareTweetSendSharePin

Related Posts

OpenAI Reportedly Disbanded Its Preparedness Team As Part Of A ‘Streamlining’ Process
AI & Technology

OpenAI Reportedly Disbanded Its Preparedness Team As Part Of A ‘Streamlining’ Process

August 17, 2026
Another Woman Joins Lawsuit Accusing Grok Of Generating CSAM
AI & Technology

Another Woman Joins Lawsuit Accusing Grok Of Generating CSAM

August 17, 2026
Anthropic Outage Disrupts Claude Services, Fix Deployed After Login Failures – Unite.AI
AI & Technology

Anthropic Outage Disrupts Claude Services, Fix Deployed After Login Failures – Unite.AI

August 16, 2026
Turn On These Settings To Protect Your Android Phone From Theft
AI & Technology

Turn On These Settings To Protect Your Android Phone From Theft

August 16, 2026

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
When AI Is Right and the Process Is Wrong – Unite.AI

When AI Is Right and the Process Is Wrong – Unite.AI

August 14, 2026
Video shows airplane shaking on tarmac amid Venezuela earthquake

Video shows airplane shaking on tarmac amid Venezuela earthquake

August 12, 2026
Trump signs order on childhood vaccine recommendations, citing autism – cbsnews.com

Trump signs order on childhood vaccine recommendations, citing autism – cbsnews.com

August 11, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!