黄潇 Shaw Huang
干了三年工业现场技术服务,2026 年起 all-in AI Agent。 把现场攒下的经验,做成能跑的系统。
Three years of industrial field service, all-in on AI agents since 2026. I take what I learned on site and build systems that work.
关于我About
我是做远程 IO 模块技术服务的,三年多。售前选型、售中调试、售后诊断 都干,攒了 600 多份工单,阀岛通讯、现场总线这类问题处理得最多。 用 AI 比这早。2025 年 2 月 DeepSeek 刚上线我就开始用网页版了, 算最早一批用户。那会儿它服务器老是繁忙,问的人太多。
I'm a technical service engineer for remote I/O modules, three years and counting. Pre-sales selection, on-site commissioning, after-sales diagnostics: I've done the lot, 600+ work orders, a lot of them valve-terminal communication and fieldbus problems. I got into AI earlier than that. I started using DeepSeek's web version in February 2025, right after launch, as one of its first users. The servers were busy half the time back then, too many people asking.
一开始只是把它当个更高效的搜索:查资料、学知识、排查现场问题, 也问生活杂事。用着用着就深了:帮我写日报周报,把我口述的一段话 整理成周报、月报、年报,陪我整理现场报告和案例,连案例分享 PPT 的 模板都是跟它一起定的。频率也是慢慢上来的,从有事才用,到一周好几次, 再到现在基本每天都在用。2025 年我只用 DeepSeek,够用;今年才加了 ChatGPT 这些,一个模型的视角不太够。
但有件事我那时就想明白了:不敢让它碰真工单。它没有我的上下文: 不了解客户现场、客户背景,也没见过我们公司以前处理过的案例; 我喂给它的信息还隔着好几手,我要跟客户确认,客户有时候还要跟现场 确认,每过一手就丢一手。所以 2026 年 5 月我从「问它」转向「让它干活」、 开始折腾 Agent 之后,做的最重要的一件事就是把 600 多份历史工单 整理成知识库,先把上下文补上。后来顺手写了一批开源工具:自进化引擎、 Agent 审计协议、缓存代理、上下文优化器、安全门禁,都在 GitHub 上。 这些工具的共同点就一个:AI 干的每一步,我得能查它是怎么干的。
At first it was just a better search engine to me: looking things up, learning new topics, troubleshooting field issues, plus everyday stuff. It crept deeper into my work over time: drafting daily and weekly reports, turning my spoken notes into weekly, monthly, and yearly reports, organizing field reports and case studies with me, even setting the template for our case-sharing PPT together. My usage ramped the same way, from "when I needed it" to several times a week to pretty much every day. DeepSeek alone was enough through 2025; I added ChatGPT and others this year, because one model's perspective wasn't enough.
But one thing was already clear to me back then: I didn't dare let it touch a real work order. It didn't have my context. It didn't know the customer's site, the customer's background, or the cases my company had handled before. And what I fed it had passed through too many hands: I confirmed with the customer, the customer sometimes confirmed with the site, and something got lost at every hop. So when I moved from asking questions to letting it do the work in May 2026, the most important thing I built was a knowledge base out of 600+ old work orders, to fix the context problem first. Along the way I released a string of open-source tools: a self-evolving engine, an audit protocol for agents, a cache proxy, a context optimizer, a security gate. They have one thing in common: I want to be able to check how the AI did every step.
平时琢磨最多的是 prompt、context、harness 这三块工程问题。 现在的原则也简单:能用 Agent 自动化跑的事,我不打算自己动手。 有 AI Agent 方向的活儿或者想法,欢迎来聊。
Most of my thinking goes to prompt, context, and harness engineering. My rule now is simple: if an agent can run it automatically, I'm not doing it by hand. If you're building something with AI agents, I'm happy to talk.
开源项目Open Source
点击卡片展开详情Click a card for details
threeyan-evolution-engine
自研概念自进化引擎,50 个版本迭代后的窄工业开源核心
A self-evolving concept engine: the narrow-industrial open core after 50 versions
Python · CI ✓
这是从一个在云端跑了 12 万代的通用引擎里提炼出来的窄工业版本:概念进化、知识图谱、隔离沙盒、确定性 Canary。Python 3.10-3.12 CI 全绿。
Distilled from a general engine that ran 120k generations in the cloud: concept evolution, KG-driven, sandboxed, deterministic canary. CI green on Python 3.10-3.12.
GitHub →
agent-protocol
给 Agent 协作加上确定性审计硬门:角色分离、证据引用、人工授权
A deterministic audit gate for agent collaboration: roles, evidence, human sign-off
Python · CI ✓
审计硬门检查角色分离、证据引用、人工授权与停止条件。经四轮恶意输入反证修复,15/15 测试、wheel 干净安装,Python 3.10-3.12 CI 全绿。
The audit gate checks role separation, evidence citations, human authorization, and stop conditions. Hardened through four rounds of malicious-input falsification. 15/15 tests, clean wheel install, green CI on Python 3.10-3.12.
GitHub →
cache-aware-agent
DeepSeek 前缀缓存代理,纯标准库零依赖
A DeepSeek prefix-cache proxy, zero-dependency pure stdlib
99.82% hit · −89.8% cost
三条铁律吃满 DeepSeek 前缀缓存:三段式上下文、字节稳定前缀、历史仅追加。预热后命中率 99.82%、成本降 89.8%;工控机和树莓派也能跑。
Three rules that max out DeepSeek prefix caching: three-part context, byte-stable prefixes, append-only history. 99.82% hit rate warm, −89.8% cost. Runs even on a Raspberry Pi.
GitHub →
contextlean
AI Agent 上下文优化器:测量、修剪、验证、回滚
A context optimizer for AI agents: measure, prune, verify, roll back
−59.1% rules
给 Agent 上下文「减脂」:审计→快照→沙箱 A/B→盲审→应用→验证→回滚,证据驱动,绝不把「更短」当「更好」。首案全局规则体积 −59.1%。
Evidence-driven dieting for agent context: audit → snapshot → sandboxed A/B → blind review → apply → verify → roll back. It never assumes shorter is better. First case: −59.1% global rules.
GitHub →
vaulix
Claude Code 安全门禁,104 条规则,fail-closed,覆盖 OWASP
A fail-closed security gate for Claude Code: 104 rules covering OWASP
104 rules
104 条规则覆盖 OWASP:4 级分级、路径黑名单、SSRF 防护,危险操作一律 fail-closed。经 Red Team 认证。
104 rules covering OWASP: four severity tiers, path blacklists, SSRF protection. Anything dangerous fails closed. Red-team certified.
GitHub →
case-seed
把工业案例变成可审查假设与合成回归的确定性管线
A deterministic pipeline turning industrial cases into reviewable hypotheses
75 tests ✓
SHA-256 密封证据→人类审查→6 条合成回归,危险建议 fail-closed;75 测试全过。进化引擎 V50 的第一个领域适配器。
SHA-256-sealed evidence → human review → six synthetic regressions; dangerous advice fails closed. 75 tests green. The first domain adapter of the V50 engine.
GitHub →时间线Timeline
-
2023.05
入职远程 IO 模块技术服务至今:售前、售中、售后全链路Remote-I/O technical service engineer, still there: pre-sales, commissioning, after-sales
-
2025.02
开始用 DeepSeek 网页版,算最早一批用户:从查资料学知识,到写周报、整理现场报告Became an early DeepSeek web user: from search and learning to reports and field-case writeups
-
2026.05
从「问它」转向「让它干活」,all-in AgentFrom asking to doing: went all-in on agents
-
2026.06
自研进化引擎上云长跑;多 Agent 系统成型Self-built evolution engine began its cloud run; multi-agent system took shape
-
2026.07
开源 6 个项目;600 多份历史工单整理成知识库;本站上线Open-sourced six projects; turned 600+ old work orders into a knowledge base; this site went live