<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DeepSeek Harness on 苏然的博客</title>
		<link>https://bml.asia/tags/deepseek-harness/</link>
		<description>Recent content in DeepSeek Harness on 苏然的博客</description>
		<generator>Hugo</generator>
		<language>zh-CN</language>
		
		
		
		
			<lastBuildDate>Thu, 17 Sep 2026 04:19:55 +0800</lastBuildDate>
		
			<atom:link href="https://bml.asia/tags/deepseek-harness/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>DeepSeek Harness 架构解析：从核心锁死到全插件自由</title>
				<link>https://bml.asia/posts/deepseek-harness-cordis-architecture/</link>
				<pubDate>Sat, 29 Aug 2026 19:03:03 +0800</pubDate>
				<guid>https://bml.asia/posts/deepseek-harness-cordis-architecture/</guid>
				<description>OpenClaw、Hermes 这类开源 Agent 框架的 Harness 核心封闭不可改，开发者只能在外围微调；DeepSeek Harness 完全搭建在 Cordis 微内核之上，上层插件全部可自由修改、替换与重组，唯一不可动的只有底层内核本身。</description>
			</item>
			<item>
				<title>从马具到微内核：DeepSeek Harness 架构白话拆解</title>
				<link>https://bml.asia/posts/agent-harness-tongsu-jiedu/</link>
				<pubDate>Wed, 26 Aug 2026 21:28:57 +0800</pubDate>
				<guid>https://bml.asia/posts/agent-harness-tongsu-jiedu/</guid>
				<description>&lt;style&gt;&#xA;/* ---- 代码块：GitHub Dark 深色卡片 + 窗口圆点装饰 ---- */&#xA;.post pre {&#xA;  position: relative;&#xA;  background: #0d1117;&#xA;  border: 1px solid #30363d;&#xA;  border-radius: 10px;&#xA;  padding: 2.4rem 1.1rem 1.05rem;&#xA;  color: #e6edf3;&#xA;  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);&#xA;  line-height: 1.7;&#xA;}&#xA;/* 顶部窗口圆点（macOS 风格） */&#xA;.post pre::before {&#xA;  content: &#39;&#39;;&#xA;  position: absolute;&#xA;  top: 12px;&#xA;  left: 14px;&#xA;  width: 12px;&#xA;  height: 12px;&#xA;  border-radius: 50%;&#xA;  background: #ff5f56;&#xA;  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;&#xA;}&#xA;.post pre code {&#xA;  background: none;&#xA;  padding: 0;&#xA;  color: inherit;&#xA;  font-size: 0.88em;&#xA;}&#xA;/* ---- 代码块标题（放在代码块上方的小标签） ---- */&#xA;.code-cap {&#xA;  margin: 1.5rem 0 -0.3rem;&#xA;  font-size: 0.82em;&#xA;  font-weight: 600;&#xA;  color: var(--fg-dim);&#xA;  letter-spacing: 0.03em;&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;p&gt;　　这两年 AI 从&amp;quot;聊天&amp;quot;慢慢变成&amp;quot;干活&amp;quot;，帮你改代码、查资料、订机票。很多人以为是模型变聪明了，其实背后还有一套很少被提到的骨架。最近 DeepSeek 开源了一个叫 Harness 的东西，英文原意是&amp;quot;马具&amp;quot;——再好的马，不套上缰绳和挽具也拉不了车。AI 模型就是那匹有力气但没方向的马，Harness 就是那副马具。套上它，模型负责&amp;quot;聪明&amp;quot;，Harness 负责&amp;quot;靠谱&amp;quot;：一个让 AI 会想，一个让 AI 能把活干完。再进一步说，模型是引擎，Harness 是整车，车好不好开，看的从来不只是发动机。&lt;/p&gt;</description>
			</item>
			<item>
				<title>从插件开发看 DeepSeek Harness</title>
				<link>https://bml.asia/posts/deepseek-harness-plugins-kai-fa/</link>
				<pubDate>Wed, 26 Aug 2026 19:58:20 +0800</pubDate>
				<guid>https://bml.asia/posts/deepseek-harness-plugins-kai-fa/</guid>
				<description>&lt;p&gt;　　最近 DeepSeek Harness 开源，代码仓库上那个&amp;quot;Everything is a plugin&amp;quot;的口号被反复提起。很多人第一反应是把它跟各种 agent 的 skill 划等号——不都是给 AI 加点能力吗？可一旦真从开发者的角度去写一个插件，就会很快意识到，这俩根本不是一回事。skill 大多是在一个已经装好的 agent 上面再叠一层专门的提示词和工具约定，属于&amp;quot;给成品加配件&amp;quot;；而 DeepSeek Harness 的插件，是你手里那台机器本身的零件，模型、工具、沙箱、存储、安全策略、上下文管理，乃至驱动整个智能体转起来的那条 agent 循环，全都是插件。官方用了个很直白的公式：Agent = Model + Harness。翻译过来就是，你想要什么样的智能体，不是从别人预装好的配置里挑，而是你自己动手把它拼出来。&lt;/p&gt;</description>
			</item>
			<item>
				<title>折腾 Agent 大半年，配置文件我还是更信 JSON</title>
				<link>https://bml.asia/posts/agent-pei-zhi-json-yaml-dui-bi/</link>
				<pubDate>Sat, 22 Aug 2026 21:46:00 +0800</pubDate>
				<guid>https://bml.asia/posts/agent-pei-zhi-json-yaml-dui-bi/</guid>
				<description>&lt;p&gt;　　本来只想给本地 Agent 换个模型，结果又在配置文件上耗掉一晚上。&lt;/p&gt;&#xA;&lt;p&gt;　　这台机器上跑着三套 Agent 框架——OpenClaw、Hermes、DeepSeek Harness。大半年用下来，光&amp;quot;配置文件怎么写得舒服&amp;quot;这一个问题，就够写篇长文了。今天趁热，把这阵子的感想记下来。&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
