<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>技术剖析 on Text Matrix</title><link>https://txtmix.com/categories/%E6%8A%80%E6%9C%AF%E5%89%96%E6%9E%90/</link><description>Recent content in 技术剖析 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/categories/%E6%8A%80%E6%9C%AF%E5%89%96%E6%9E%90/index.xml" rel="self" type="application/rss+xml"/><item><title>Ornith-1.0 深度解读：自改进开源 agentic coding 模型，4 个尺寸 + Self-Improving Framework 突破</title><link>https://txtmix.com/posts/tech/ornith-1-self-improving-agentic-coding-model-deep-dive/</link><pubDate>Tue, 30 Jun 2026 16:24:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ornith-1-self-improving-agentic-coding-model-deep-dive/</guid><description>&lt;h2 id="译序这份-readme-不只是模型发布说明">译序：这份 README 不只是模型发布说明&lt;/h2>
&lt;p>Ornith-1.0 是 deepreinforce-ai 团队在 2026 年发布的开源 agentic coding 模型系列。README 表面上看起来像&amp;quot;模型发布说明&amp;quot;，但读进去会发现它有三个不寻常的地方：&lt;/p></description></item><item><title>Micro-Agent：在 Model API 内部用协作打 frontier model——vLLM Semantic Router 拆解</title><link>https://txtmix.com/posts/tech/vllm-micro-agent-frontier-models-2026/</link><pubDate>Tue, 30 Jun 2026 15:58:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/vllm-micro-agent-frontier-models-2026/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完这篇文章你应该能回答：&lt;/p>
&lt;ul>
&lt;li>&lt;strong>vLLM Semantic Router 的 micro-agent 设计想解决什么&lt;/strong>：为什么 frontier model 之间的差距在从权重迁移到 router 层&lt;/li>
&lt;li>&lt;strong>5 种 Looper 的工作原理与边界&lt;/strong>：Confidence / Ratings / ReMoM / Fusion / Workflows 各自适合什么任务、不适合什么任务&lt;/li>
&lt;li>&lt;strong>Auto Recipe 怎么用一个 model name 暴露多种协作&lt;/strong>：信号提取 + task-shape 投影 + 路由决策&lt;/li>
&lt;li>&lt;strong>记分牌怎么读&lt;/strong>：VSR Closed vs VSR Hybrid 在 3 个 benchmark 上的数字能推出什么、不能推出什么&lt;/li>
&lt;li>&lt;strong>什么时候不要上 micro-agent&lt;/strong>：延迟、成本、工具需求、长链规划的边界&lt;/li>
&lt;li>&lt;strong>怎么把它用到自己的推理服务里&lt;/strong>：第一步该看什么、第二步该做什么&lt;/li>
&lt;/ul>
&lt;h2 id="适合谁读">适合谁读&lt;/h2>
&lt;ul>
&lt;li>自己做推理服务、需要决定多模型协作策略的 infra / 平台工程师&lt;/li>
&lt;li>在评估 &amp;ldquo;Fugu / Semantic Router / LangGraph / CrewAI&amp;rdquo; 这类方案的架构师&lt;/li>
&lt;li>对 AI serving stack 演化方向感兴趣的 LLM 系统研究者&lt;/li>
&lt;li>想理解 &amp;ldquo;协作&amp;rdquo; vs &amp;ldquo;更大的模型&amp;rdquo; 这条新轴线的应用层工程师&lt;/li>
&lt;/ul>
&lt;h2 id="一为什么-vllm-这次没追新模型">一、为什么 vLLM 这次没追新模型&lt;/h2>
&lt;p>所有人都在等下一个 frontier model。&lt;/p></description></item><item><title>智谱 GLM Coding 抢购助手深度拆解：一千行油猴脚本里的并发工程学</title><link>https://txtmix.com/posts/tech/glm-rush-buying-assistant-concurrency-engineering-deep-dive/</link><pubDate>Tue, 30 Jun 2026 10:45:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/glm-rush-buying-assistant-concurrency-engineering-deep-dive/</guid><description>&lt;h2 id="一抢购工程学为什么难">一、抢购工程学为什么难&lt;/h2>
&lt;p>抢购脚本听起来很&amp;quot;灰产&amp;quot;，但当你真的动手去写，会发现这件事的工程难度被严重低估了。&lt;/p>
&lt;p>第一层难度是&lt;strong>时间窗口的稀缺性&lt;/strong>。智谱 GLM Coding Plan 每天 10:00:00 整点放出当日额度，5 秒内大概率售罄——也就是说，从你按下&amp;quot;开始&amp;quot;按钮到你应该收到支付链接，&lt;strong>整个系统的端到端延迟必须控制在秒级以内&lt;/strong>。一个常见误区是&amp;quot;反正并发够高就行&amp;quot;，但现实是：HTTP/1.1 同域连接池默认只有 6 路并发（Chrome 实际值），并发数从 5 提升到 10 之后真正起作用的是前 6 路，后面的都在排队。&lt;strong>盲目堆并发数只会让连接池排队更长，反而拖慢平均响应时间&lt;/strong>。&lt;/p></description></item></channel></rss>