<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>逆向工程 &#8211; mylogs.cn</title>
	<atom:link href="https://mylogs.cn/tag/%E9%80%86%E5%90%91%E5%B7%A5%E7%A8%8B/feed/" rel="self" type="application/rss+xml" />
	<link>https://mylogs.cn</link>
	<description>发现、记录、分享</description>
	<lastBuildDate>Tue, 11 Aug 2026 07:01:49 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>不拆权重也能看清模型：用自我访谈逆向 DeepSeek</title>
		<link>https://mylogs.cn/reverse-engineer-deepseek-by-self-interview/</link>
		
		<dc:creator><![CDATA[steve, zhang]]></dc:creator>
		<pubDate>Tue, 11 Aug 2026 07:01:20 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[AI助手]]></category>
		<category><![CDATA[DeepSeek]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[大语言模型]]></category>
		<category><![CDATA[提示工程]]></category>
		<category><![CDATA[模型分析]]></category>
		<category><![CDATA[逆向工程]]></category>
		<guid isPermaLink="false">https://mylogs.cn/reverse-engineer-deepseek-by-self-interview/</guid>

					<description><![CDATA[要搞清楚一个大语言模型到底&#8221;知道&#8221;什么、是怎么被训练出来的，常规思路是翻论文、扒权重、 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">要搞清楚一个大语言模型到底&#8221;知道&#8221;什么、是怎么被训练出来的，常规思路是翻论文、扒权重、读配置文件。科技博主 manish.sh 在&#8221;Inside LLMs&#8221;系列里换了一种更轻巧的办法：直接跟模型对话，让它自己描述自己的结构与能力，再把回答和公开论文逐条比对。最新一期，他&#8221;访谈&#8221;的对象是 DeepSeek。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;6a7bf4d536784&quot;}" data-wp-interactive="core/image" data-wp-key="6a7bf4d536784" class="wp-block-image size-large aligncenter wp-lightbox-container"><img fetchpriority="high" decoding="async" width="1200" height="630" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://mylogs.cn/wp-content/uploads/2026/08/deepseek_header.webp" alt="不拆权重也能看清模型：用自我访谈逆向 DeepSeek" class="wp-image-4426" style="max-width:100%;height:auto;" srcset="https://mylogs.cn/wp-content/uploads/2026/08/deepseek_header.webp 1200w, https://mylogs.cn/wp-content/uploads/2026/08/deepseek_header-300x158.webp 300w, https://mylogs.cn/wp-content/uploads/2026/08/deepseek_header-1024x538.webp 1024w, https://mylogs.cn/wp-content/uploads/2026/08/deepseek_header-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button><figcaption class="wp-element-caption">图片来源：manish.sh</figcaption></figure>





<h2 class="wp-block-heading">把回答拆成观察、推断与猜测</h2>



<p class="wp-block-paragraph">在提问&#8221;你到底知道什么&#8221;时，DeepSeek 的回复方式出乎作者意料：它没有一股脑给结论，而是主动把内容分成&#8221;观察&#8221;&#8221;推断&#8221;和&#8221;猜测&#8221;三档。这种自我分层，让作者得以分辨哪些是模型确有依据的陈述，哪些只是基于训练分布的合理推测。</p>



<p class="wp-block-paragraph">DeepSeek 在对话中自报了若干关键身份信息：它是当前最新版本，知识截止于 2025 年 5 月，并未被标注为推理模型，并提到一次 2026 年 7 月 21 日的导出。它还主动列出了一组结构参数——256 个专家、6710 亿/370 亿的参数量，以及多头潜在注意力（MLA）、混合专家（MoE）、监督微调（SFT）、基于人类反馈的强化学习（RLHF）等技术创新。</p>



<h2 class="wp-block-heading">模型的认知边界在哪里</h2>



<p class="wp-block-paragraph">这篇&#8221;访谈&#8221;最有价值的部分，是厘清了模型的盲区。DeepSeek 明确承认：它看不到自己的权重、专家路由、注意力图，也看不到输出的逻辑值（logits）。换句话说，它对自己内部机制的解释，本质是&#8221;生成的文字&#8221;，而非对真实权重的直接观测。作者据此提醒读者：聊天输出不能当作证据。要核实架构数字，仍须回到 arXiv 上的论文；聊天窗口更适合用来建立对模型行为与提示词直觉的理解。</p>



<h2 class="wp-block-heading">一套可复用的探查方法</h2>



<p class="wp-block-paragraph">作者把整个流程做成固定模板：提问、模型短答、作者即时点评、结构图示、要点总结，再抛出一个钩子引导读者思考。同一套方法此前已用于 Qwen 3.8-Max-Preview 与 Kimi K2.6——先让模型自述记忆、工具、上下文与幻觉处理方式，再拿已发表研究交叉验证。</p>



<p class="wp-block-paragraph">对普通使用者而言，这种&#8221;自我访谈&#8221;思路也有启发：当模型说出&#8221;我是怎么想的&#8221;时，把它当作一位知识丰富但看不见自己大脑的受访者，而不是一份权威说明书。真正可信的数字，永远写在论文和权重里，而不是对话气泡中。</p>



<p class="has-small-font-size wp-block-paragraph">来源：manish.sh（&#8221;Inside LLMs&#8221;系列，作者 manish.sh）</p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>二手本锁死，AI 撬出 55 项隐藏设置</title>
		<link>https://mylogs.cn/%e4%ba%8c%e6%89%8b%e6%9c%ac%e9%94%81%e6%ad%bb%ef%bc%8cai-%e6%92%ac%e5%87%ba-55-%e9%a1%b9%e9%9a%90%e8%97%8f%e8%ae%be%e7%bd%ae/</link>
					<comments>https://mylogs.cn/%e4%ba%8c%e6%89%8b%e6%9c%ac%e9%94%81%e6%ad%bb%ef%bc%8cai-%e6%92%ac%e5%87%ba-55-%e9%a1%b9%e9%9a%90%e8%97%8f%e8%ae%be%e7%bd%ae/#respond</comments>
		
		<dc:creator><![CDATA[steve, zhang]]></dc:creator>
		<pubDate>Tue, 04 Aug 2026 01:19:55 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[AI工具]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Claude Code]]></category>
		<category><![CDATA[二手笔记本]]></category>
		<category><![CDATA[惠普]]></category>
		<category><![CDATA[逆向工程]]></category>
		<guid isPermaLink="false">https://mylogs.cn/%e4%ba%8c%e6%89%8b%e6%9c%ac%e9%94%81%e6%ad%bb%ef%bc%8cai-%e6%92%ac%e5%87%ba-55-%e9%a1%b9%e9%9a%90%e8%97%8f%e8%ae%be%e7%bd%ae/</guid>

					<description><![CDATA[你要是买过二手笔记本，多半听说过&#8221;固件锁&#8221;这个坑——机器便宜得离谱，拿到手才发现开机密 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">你要是买过二手笔记本，多半听说过&#8221;固件锁&#8221;这个坑——机器便宜得离谱，拿到手才发现开机密码进不去、底层设置全是灰的。（这里说的就是 BIOS，开机时最先运行的那层固件。）</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;6a7bf4d537237&quot;}" data-wp-interactive="core/image" data-wp-key="6a7bf4d537237" class="wp-block-image size-large aligncenter wp-lightbox-container"><img decoding="async" width="1200" height="675" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://mylogs.cn/wp-content/uploads/2026/08/b1a7c4e9d2f04c81a6e35f7c9d0b2e14_header.webp" alt="二手本锁死，AI 撬出 55 项隐藏设置" class="wp-image-3472" style="max-width:100%;height:auto;" srcset="https://mylogs.cn/wp-content/uploads/2026/08/b1a7c4e9d2f04c81a6e35f7c9d0b2e14_header.webp 1200w, https://mylogs.cn/wp-content/uploads/2026/08/b1a7c4e9d2f04c81a6e35f7c9d0b2e14_header-300x169.webp 300w, https://mylogs.cn/wp-content/uploads/2026/08/b1a7c4e9d2f04c81a6e35f7c9d0b2e14_header-1024x576.webp 1024w, https://mylogs.cn/wp-content/uploads/2026/08/b1a7c4e9d2f04c81a6e35f7c9d0b2e14_header-768x432.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button><figcaption class="wp-element-caption">图片来源：Tom&#8217;s Hardware</figcaption></figure>





<p class="wp-block-paragraph">一位网名 Reddit_2049 的用户最近分享了自己的破解过程：目标是一台惠普 15-dw1036ne，搭载第十代英特尔处理器，固件版本 F.68。他手里有 CH341A 编程器和反汇编工具，但只要固件被改动，机器就弹出&#8221;固件损坏&#8221;警告，路直接被堵死。</p>



<p class="wp-block-paragraph">于是他把备份下来的固件镜像丢给了 Claude Code，让它逐段分析。结果真成了。整个解锁要打三层补丁：先绕过签名校验，再释放 55 个隐藏的设置字段，最后把高级配置页调出来。他还在帖子末尾附了一段脚本，能一键完成备份、打补丁和解锁全过程。</p>



<p class="wp-block-paragraph">我的判断是，这件事的意义不在&#8221;又一个越狱教程&#8221;，而在门槛的位置变了。逐字节啃固件、定位校验函数，过去是少数逆向工程师的手艺；现在一个有耐心的爱好者配上会读汇编的模型，也能摸到同一层。被厂商锁死的旧设备少变成一批电子垃圾，是实打实的好处。</p>



<p class="wp-block-paragraph">但别照抄。作者自己也提醒，这段脚本换个主板批次都可能失效，刷坏了就是真砖。真想试，先把原厂固件完整备份两份，再考虑动手。</p>



<p class="wp-block-paragraph">你手上有被锁住、闲置吃灰的旧机器吗？</p>



<p class="wp-block-paragraph">来源：Tom&#8217;s Hardware（Mark Tyson）</p>

]]></content:encoded>
					
					<wfw:commentRss>https://mylogs.cn/%e4%ba%8c%e6%89%8b%e6%9c%ac%e9%94%81%e6%ad%bb%ef%bc%8cai-%e6%92%ac%e5%87%ba-55-%e9%a1%b9%e9%9a%90%e8%97%8f%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
