信源:X 硬核干货雷达 · 覆盖 12 账号
采集窗口:2026-07-27 ~ 2026-08-02 | 笔记时间:2026-08-02 11:40 UTC+8
干货候选
-
主题:Kimi K3 架构详解——LatentMoE/NoPE/KDA/AttnRes 逐层拆解 | 来源:@rasbt | 链接:https://sebastianraschka.com/blog/2026/kimi-k3-architecture-notes.html | 仓库:无 | 论文:https://huggingface.co/papers/2607.20…(Kimi K3 官方技术报告) | 硬核点:2.8T 规模下 LatentMoE 压缩线性层、NoPE 全局去 RoPE、AttnRes 跨层注意力残差——首个 NoPE frontier 模型;实现细节与 prior Kimi Linear/Nemotron 3 Ultra 对比,scaling 选型必读
-
主题:smevals——Prime Radiant 小型 eval suite 框架(MIT,Python) | 来源:@simonw | 链接:https://primeradiant.com/blog/2026/smevals | 仓库:prime-radiant-inc/smevals | 论文:无 | 硬核点:模型/harness/prompt 小型评测框架;eval/task/checker 三层抽象;
uvx smevals docs即可运行;对比 EleutherAI harness/LightEval 的差异化设计 -
主题:MCP 2.0 无状态协议实战——mcp-explorer+datasette-mcp 开源 | 来源:@simonw | 链接:https://simonwillison.net/2026/Jul/31/stateless-mcp | 仓库:simonw/mcp-explorer, simonw/datasette-mcp | 论文:无 | 硬核点:MCP 2.0 spec(2026-07-28)去掉 initialize/initialized 握手、session-id;Streamable HTTP 无状态成为 canonical;
server/discoverRPC、header 路由、cacheable list results;两个开源 demo 均有实战价值 -
主题:ReviewBench——LangChain 代码审查 agent 评测流程揭秘 | 来源:@hwchase17 | 链接:https://www.langchain.com/blog/deep-agents-v0-7 | 仓库:langchain-ai/deepagents(eval 相关代码) | 论文:无 | 硬核点:trace 转 eval task 的 skill 提取流程;harbor 评测标准;65% base input token 下降但性能持平;代码审查 agent eval 实践
-
主题:LFM2.5-Encoder 双编码器——230M/350M 多语言高速编码模型 | 来源:@maximelabonne | 链接:https://huggingface.co/liquidai/LFM2.5-Encoder-230M | 仓库:无 | 论文:无 | 硬核点:bidirectional encoder;CPU 8K tokens 30s 内 forward(ModernBERT 对比 1.5min+);long-context 多语言;无 decode 循环;多标签分类 zero-shot
其余线索
- 主题:世界模型地图架构——Tripo AI Project Eden(帧生成→显式地图) | 来源:@svpino | 链接:https://x.com/svpino/status/2069846836270211514 | 仓库:无 | 论文:无 | 价值:地图持久化+多智能体共现概念有价值,但缺代码/论文链接,属产品解读
- 主题:Agent Loop 架构分类——forward pressure / judgment pressure 循环分离 | 来源:@jerryjliu0 | 链接:https://x.com/jerryjliu0/status/2082668368486900053 | 仓库:无 | 论文:无 | 价值:LlamaIndex 视角的 loop 工程实践,概念框架有价值但缺深度展开
- 主题:蒸馏模型等价于蒸馏 harness——swyx 洞察 | 来源:@swyx | 链接:https://x.com/swyx/status/2083310510729216039 | 仓库:无 | 论文:无 | 价值:if you can distil models, you can distil agent harnesses——方向正确但无展开
- 主题:LLM 接入机器人——4x SOTA zero-shot | 来源:@tri_dao | 链接:https://x.com/tri_dao/status/2082175796710658210 | 仓库:无 | 论文:无 | 价值:RT-X / LIBERO 机器人场景 LLM 规划层 + 低层策略组合,但转帖为主无自研内容