<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[【一个Agent两个大语言模型，一个学徒工，一个老师傅】]]></title><description><![CDATA[<p dir="auto">诸位，用Agent都是只用一个大语言模型么？</p>
<p dir="auto">我一直用pi coding agent 配合Deepseek V4。但是Deepseek还是挺弱的。我就给他写了个Skill让他有任何困惑就通过OpenCLI去问ChatGPT或者Gemini。两个大语言模型一聊天，很多技术难点就突破了。</p>
<p dir="auto">现在Deepseek又涨价了。我更趋向于用pydantic-ai写一组新的Agent。本地的弱模型配合网页上的顾问大模型。除了电费，网费一分钱都不花。</p>
<p dir="auto">但是本地模型上下文太短了。一直想不明白怎么搞。</p>
<p dir="auto">我先端上一碟醋，大会儿帮我包盘饺子吧！</p>
]]></description><link>https://lcz.me/topic/1433</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 17:53:16 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1433.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Aug 2026 06:54:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Fri, 04 Sep 2026 01:56:50 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yu-chen-chang" aria-label="Profile: Yu-Chen-Chang">@<bdi>Yu-Chen-Chang</bdi></a> <a href="/post/15768">说</a>:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E5%BC%A0%E5%85%89%E7%92%9E" aria-label="Profile: 张光璞">@<bdi>张光璞</bdi></a> 我目前只有使用Hermes agent，用途是自動化收集資料和分析內容，將結果保存在Google Drive上，可以在我需要資料的時候從Gmail發到我的公司郵箱。使用的就是多模型。附圖是我讓Hermes列出目前所有porfiles的內容。其實工作細分了以後，也可以發現哪些模型會更適合特定的任務。</p>
</blockquote>
<p dir="auto"><img src="https://upload.lcz.me/uploads/5d7a55d4-f721-4d90-a275-f312bef415ef.jpeg" alt="e634a4f3-b7b5-4971-b7de-f5e0d56acd8d-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=2fb7360d8c6" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" />   我要抄作业</p>
]]></description><link>https://lcz.me/post/15769</link><guid isPermaLink="true">https://lcz.me/post/15769</guid><dc:creator><![CDATA[张光璞]]></dc:creator><pubDate>Fri, 04 Sep 2026 01:56:50 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Fri, 04 Sep 2026 01:46:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E5%BC%A0%E5%85%89%E7%92%9E" aria-label="Profile: 张光璞">@<bdi>张光璞</bdi></a> 我目前只有使用Hermes agent，用途是自動化收集資料和分析內容，將結果保存在Google Drive上，可以在我需要資料的時候從Gmail發到我的公司郵箱。使用的就是多模型。附圖是我讓Hermes列出目前所有porfiles的內容。其實工作細分了以後，也可以發現哪些模型會更適合特定的任務。</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/5d7a55d4-f721-4d90-a275-f312bef415ef.jpeg" alt="e634a4f3-b7b5-4971-b7de-f5e0d56acd8d-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/15768</link><guid isPermaLink="true">https://lcz.me/post/15768</guid><dc:creator><![CDATA[Yu-Chen Chang]]></dc:creator><pubDate>Fri, 04 Sep 2026 01:46:53 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Thu, 03 Sep 2026 13:05:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jerry-lee661" aria-label="Profile: Jerry-Lee661">@<bdi>Jerry-Lee661</bdi></a> 方向认同：契约+验收清单，本质就是把本串 13-20 楼许托比说的「机械式闸门」工程化落地——放行条件从 prompt 层挪到代码层。我早前在本串 PID:15092 也提过类似分工：本地模型当路由/干活层，结论压缩成 schema 回传，别把长上下文喂给弱模型。</p>
<p dir="auto">一个可能对 llama-guild 有用的点：验收清单每一条尽量做成可脚本化检查（退出码/测试输出/schema 校验这类 CI 式 gate），而不是让 LLM 自己判断过没过——纯 LLM 判断的「验收」会退化成他同串说的「用几次就开始绕规范」，闸门必须能自动判定才有强制性，这也是 13-20 楼讨论里最值钱的一条。</p>
<p dir="auto">还没实际跑你的 v0.1.0，实现细节先不瞎评。DSH 适配好了建议来论坛发个实测帖——这边同时跑 dsh/opencode/本地 27B 的人不少，最容易收到第一批真实反馈和 issue。</p>
]]></description><link>https://lcz.me/post/15681</link><guid isPermaLink="true">https://lcz.me/post/15681</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Thu, 03 Sep 2026 13:05:21 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Thu, 03 Sep 2026 12:11:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: george-suen">@<bdi>george-suen</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/xiaote" aria-label="Profile: Xiaote">@<bdi>Xiaote</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/%E8%A8%B1%E6%89%98%E6%AF%94" aria-label="Profile: 許托比">@<bdi>許托比</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/%E5%BC%A0%E5%85%89%E7%92%9E" aria-label="Profile: 张光璞">@<bdi>张光璞</bdi></a></p>
<p dir="auto">我最近也在想类似的东西，全部工作都让Deepseek做在涨价后有点吃不消了。自己写了一个契约驱动的多模型编码工作流 llama-guild，基本就是 #13-20 和 <a class="plugin-mentions-user plugin-mentions-a" href="/user/yu-chen-chang" aria-label="Profile: Yu-Chen-Chang">@<bdi>Yu-Chen-Chang</bdi></a> 说的那种清单和工具验收。</p>
<p dir="auto">其实想走subagent机制来外包，但不是所有cli都支持，暂时是用skills + agents + MCP实现。</p>
<p dir="auto">仓库在这里 <a href="https://github.com/Jerry-Lee661/llama-guild" rel="nofollow ugc">https://github.com/Jerry-Lee661/llama-guild</a><br />
后端支持 llama.cpp / LM Studio / Ollama，打包适配 ZCode / Claude Code / Codex / VS Code / DSH。刚发了 v0.1.0 preview，Pi和Omp后续也会加上。欢迎来踩坑、提 issue。</p>
]]></description><link>https://lcz.me/post/15672</link><guid isPermaLink="true">https://lcz.me/post/15672</guid><dc:creator><![CDATA[Jerry-Lee661]]></dc:creator><pubDate>Thu, 03 Sep 2026 12:11:13 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Tue, 01 Sep 2026 05:54:30 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> <a href="/post/15088">说</a>:</p>
<p dir="auto">诸位，用Agent都是只用一个大语言模型么？</p>
<p dir="auto">我一直用pi coding agent 配合Deepseek V4。但是Deepseek还是挺弱的。我就给他写了个Skill让他有任何困惑就通过OpenCLI去问ChatGPT或者Gemini。两个大语言模型一聊天，很多技术难点就突破了。</p>
<p dir="auto">现在Deepseek又涨价了。我更趋向于用pydantic-ai写一组新的Agent。本地的弱模型配合网页上的顾问大模型。除了电费，网费一分钱都不花。</p>
<p dir="auto">但是本地模型上下文太短了。一直想不明白怎么搞。</p>
<p dir="auto">我先端上一碟醋，大会儿帮我包盘饺子吧！</p>
</blockquote>
<p dir="auto">有一个双7900 XTX 跑两个模型的方案，就是这个思路 ，敏捷影应用小模型，重型思考就用另一张卡的模型。</p>
]]></description><link>https://lcz.me/post/15293</link><guid isPermaLink="true">https://lcz.me/post/15293</guid><dc:creator><![CDATA[张光璞]]></dc:creator><pubDate>Tue, 01 Sep 2026 05:54:30 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Tue, 01 Sep 2026 04:22:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> 说到底 都是口袋深度问题 。。。 不是 AGENT 的问题</p>
]]></description><link>https://lcz.me/post/15276</link><guid isPermaLink="true">https://lcz.me/post/15276</guid><dc:creator><![CDATA[Botio Kuo]]></dc:creator><pubDate>Tue, 01 Sep 2026 04:22:02 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Tue, 01 Sep 2026 00:40:21 GMT]]></title><description><![CDATA[<p dir="auto">George-Suen 以前Deepseek是白菜價的時候，可以放任放任Deepseek自己不斷地試錯，畢竟白菜價要什麼自行車？但是當尖峰時刻Cache hit大漲價以後（尖峰五倍），這台自行車就必須是我要的山地車還是競速車。所以，如果可以利用比較規矩的模型來指揮Deepseek V4 flash做事，事實上可以省不少錢。</p>
]]></description><link>https://lcz.me/post/15230</link><guid isPermaLink="true">https://lcz.me/post/15230</guid><dc:creator><![CDATA[Yu-Chen Chang]]></dc:creator><pubDate>Tue, 01 Sep 2026 00:40:21 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Tue, 01 Sep 2026 00:32:44 GMT]]></title><description><![CDATA[<p dir="auto">Gemini 这个老师傅还能服役？<br />
它的老年痴呆有救了？</p>
]]></description><link>https://lcz.me/post/15224</link><guid isPermaLink="true">https://lcz.me/post/15224</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Tue, 01 Sep 2026 00:32:44 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Tue, 01 Sep 2026 00:04:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/botio-kuo" aria-label="Profile: Botio-Kuo">@<bdi>Botio-Kuo</bdi></a> 用本地大模型上下文是超级稀缺的资源。</p>
]]></description><link>https://lcz.me/post/15219</link><guid isPermaLink="true">https://lcz.me/post/15219</guid><dc:creator><![CDATA[George Suen]]></dc:creator><pubDate>Tue, 01 Sep 2026 00:04:02 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 23:00:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E8%A8%B1%E6%89%98%E6%AF%94" aria-label="Profile: 許托比">@<bdi>許托比</bdi></a></p>
<p dir="auto">我信你说的话。</p>
<p dir="auto">但是咱俩用Agent的场景完全不同。我做的东西全凭自己的兴趣，都带有探索性。我做的上一个项目，一开始也是用AI计划，最后发现那条路完全走不通，一直改一直改。好在最后结果我很满意。而且我也不太在乎AI犯错，反正都是我在尝试的事情。</p>
]]></description><link>https://lcz.me/post/15214</link><guid isPermaLink="true">https://lcz.me/post/15214</guid><dc:creator><![CDATA[George Suen]]></dc:creator><pubDate>Mon, 31 Aug 2026 23:00:11 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 12:21:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> 喔 。。。 那你要用 BUZZ 可以多个 AGENT 共用一段上下文。。。<br />
<img src="https://upload.lcz.me/uploads/834a5bfa-e098-4740-9ea8-47d4534ae472.jpeg" alt="cc5ba074-f65f-4402-9866-ce0059c21de6-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">或是你就用 firstmate 等 派工SKILL 就行， 说实在的 很多方式都能达到目的<br />
你也可以自己写一个 SKILL ， 清楚表明要分派哪些内容给什么 subagent 並且 他只能看哪些内容 边界定义好</p>
]]></description><link>https://lcz.me/post/15159</link><guid isPermaLink="true">https://lcz.me/post/15159</guid><dc:creator><![CDATA[Botio Kuo]]></dc:creator><pubDate>Mon, 31 Aug 2026 12:21:46 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 11:59:05 GMT]]></title><description><![CDATA[<p dir="auto">哥兒們 玩ai永遠記住一個原則  非機械式的規範不可能限制ai ，prompt 下的再好，agent.md或skill寫得再強制 ，ai就是能夠繞過去 ，血的教訓。然後其實地端模型請教前沿模型的做法有點繞路，地端模型是拿來幹活，他不需要在過程中請教，他需要的是一開始有明確的規劃和事後有嚴格審查，所以你的老師傅的位置不應該在徒弟旁邊手把手，而是一開始說清楚叫他幹嘛然後他做完後嚴格的審核他</p>
]]></description><link>https://lcz.me/post/15153</link><guid isPermaLink="true">https://lcz.me/post/15153</guid><dc:creator><![CDATA[許托比]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 11:41:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/botio-kuo" aria-label="Profile: Botio-Kuo">@<bdi>Botio-Kuo</bdi></a> 我想的是把信息分给多个agent维护，再有一个agent维护信息的目录。工作agent只维护当前问题的上下文。需要了解历史问题的时候去问他们。</p>
]]></description><link>https://lcz.me/post/15151</link><guid isPermaLink="true">https://lcz.me/post/15151</guid><dc:creator><![CDATA[George Suen]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:41:35 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 11:40:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> 这样得情况AGNETS.md优化得好能提高成功率。</p>
]]></description><link>https://lcz.me/post/15149</link><guid isPermaLink="true">https://lcz.me/post/15149</guid><dc:creator><![CDATA[neo]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:40:15 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 11:35:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neo" aria-label="Profile: neo">@<bdi>neo</bdi></a> 甚合我意</p>
]]></description><link>https://lcz.me/post/15147</link><guid isPermaLink="true">https://lcz.me/post/15147</guid><dc:creator><![CDATA[George Suen]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:35:39 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 11:34:06 GMT]]></title><description><![CDATA[<p dir="auto">我觉得本地模型最大的短板是知识面不够，大局观不够。<br />
所以只让agent在项目设计和遇到难题时才去与线上模型讨论，这样应该能省些上下文，并且要限制轮数。<br />
还有个方案就是线上模型的回答不要直接喂给agent，因为线上模型经常长篇大论，中间可以加一个小模型总结摘要以后再喂给agent。<br />
这两个也可以综合起来用。</p>
]]></description><link>https://lcz.me/post/15146</link><guid isPermaLink="true">https://lcz.me/post/15146</guid><dc:creator><![CDATA[neo]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:34:06 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 11:32:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> 开源专案 archon 可能可以帮到你<br />
你想要的比较像是一个 WORKFLOW</p>
<p dir="auto">上下文不行 其实 是因为 pi 本身 compact 没有很强 你要试试看 pi-blackhole 插件</p>
<p dir="auto"><a href="http://xn--omp-du5fz4pd6z.sh" rel="nofollow ugc">或是用omp.sh</a> 可以解决上下文问题。。。</p>
]]></description><link>https://lcz.me/post/15145</link><guid isPermaLink="true">https://lcz.me/post/15145</guid><dc:creator><![CDATA[Botio Kuo]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:32:43 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 11:12:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E8%A8%B1%E6%89%98%E6%AF%94" aria-label="Profile: 許托比">@<bdi>許托比</bdi></a> 我说的是 这种东西，它本来就在工作流图里。<a href="https://reference.langchain.com/python/langgraph/graph/state/StateGraph/add_conditional_edges" rel="nofollow ugc">https://reference.langchain.com/python/langgraph/graph/state/StateGraph/add_conditional_edges</a></p>
<p dir="auto"><img src="https://cdn.prod.website-files.com/65c81e88c254bb0f97633a71/69cbaf7403935dbc92df45ea_Screenshot-2024-07-31-at-8.00.36-PM-1.png" alt="langgraph" class=" img-fluid img-markdown" /><br />
你举得资安的例子，我完全没概念，从未接触过。</p>
]]></description><link>https://lcz.me/post/15144</link><guid isPermaLink="true">https://lcz.me/post/15144</guid><dc:creator><![CDATA[George Suen]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:12:27 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 10:50:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> 你這樣不太行  必須先定義什麼是必要的時候 這樣閘門才有意義且可以自動  例如資安問題必須通過前沿模型檢核並附上證據  ai在通過閘門的時候沒幹這事就會被擋下來 然後乖乖去做 不需要按是或否</p>
]]></description><link>https://lcz.me/post/15143</link><guid isPermaLink="true">https://lcz.me/post/15143</guid><dc:creator><![CDATA[許托比]]></dc:creator><pubDate>Mon, 31 Aug 2026 10:50:23 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 10:46:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E8%A8%B1%E6%89%98%E6%AF%94" aria-label="Profile: 許托比">@<bdi>許托比</bdi></a> 那个就是在必要的时候问大模型，“你认为.....请简单的回答 是 或者 不是”。</p>
]]></description><link>https://lcz.me/post/15142</link><guid isPermaLink="true">https://lcz.me/post/15142</guid><dc:creator><![CDATA[George Suen]]></dc:creator><pubDate>Mon, 31 Aug 2026 10:46:47 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 10:41:48 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> <a href="/post/15140">说</a>:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E8%A8%B1%E6%89%98%E6%AF%94" aria-label="Profile: 許托比">@<bdi>許托比</bdi></a> 你说的机械式闸门 是langgraph里那种 是非回答么？ 哪个其实跟动作前提醒挺像的。</p>
</blockquote>
<p dir="auto">類似  基本上就是強制條件 沒通過條件不給commit ai就會照條件走了</p>
]]></description><link>https://lcz.me/post/15141</link><guid isPermaLink="true">https://lcz.me/post/15141</guid><dc:creator><![CDATA[許托比]]></dc:creator><pubDate>Mon, 31 Aug 2026 10:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 10:38:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E8%A8%B1%E6%89%98%E6%AF%94" aria-label="Profile: 許托比">@<bdi>許托比</bdi></a> 你说的机械式闸门 是langgraph里那种 是非回答么？ 哪个其实跟动作前提醒挺像的。</p>
]]></description><link>https://lcz.me/post/15140</link><guid isPermaLink="true">https://lcz.me/post/15140</guid><dc:creator><![CDATA[George Suen]]></dc:creator><pubDate>Mon, 31 Aug 2026 10:38:29 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 10:38:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/george-suen" aria-label="Profile: George-Suen">@<bdi>George-Suen</bdi></a> 其實經過測試  skill跟agent.md都不是好做法 刪減工作內容也不是 最後發現答案就是機械式閘門</p>
]]></description><link>https://lcz.me/post/15139</link><guid isPermaLink="true">https://lcz.me/post/15139</guid><dc:creator><![CDATA[許托比]]></dc:creator><pubDate>Mon, 31 Aug 2026 10:38:38 GMT</pubDate></item><item><title><![CDATA[Reply to 【一个Agent两个大语言模型，一个学徒工，一个老师傅】 on Mon, 31 Aug 2026 10:34:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yu-chen-chang" aria-label="Profile: Yu-Chen-Chang">@<bdi>Yu-Chen-Chang</bdi></a> 我跟你的用法比較類似 planner跟Auditor都用前沿模型  其他隨便 地端模型也可以</p>
]]></description><link>https://lcz.me/post/15138</link><guid isPermaLink="true">https://lcz.me/post/15138</guid><dc:creator><![CDATA[許托比]]></dc:creator><pubDate>Mon, 31 Aug 2026 10:34:41 GMT</pubDate></item></channel></rss>