CctoctoFX
Yuxiao Huang
Software engineer working at the intersection of AI infrastructure and ML systems.
Grounded in systems thinking — no fluff, just signal.
Yuxiao Huang
Software engineer working at the intersection of AI infrastructure and ML systems.
Grounded in systems thinking — no fluff, just signal.
从 config.json 到参数量、FLOPs、KV Cache、推理显存的完整计算推导。覆盖 Full Attention / MSA / MLA / Mamba-2 / SWA / GDN 六种注意力架构。第一篇:矩阵乘法基础与参数分解。
以昇腾训练和推理支持场景为背景,综合 Pocock skills 的设计思想,提出一套三层知识架构的 Skill 加 Knowledge 体系设计草案,涉及诊断流程、知识分层、冷启动、紧急模式、团队协作和持续演化。
深入拆解 mattpocock/skills(16 万 star)的体系:skill 组织架构、main flow 工作流、Wayfinder 多 session 编排、CONTEXT.md 共享语言、四个 agent 失效模式,以及三个能直接用起来的工作流模板。
美团 LongCat-2.0 架构 QA,覆盖 1.6T 参数分解、Dual-Sublayer 设计、Shortcut MoE、LSA 稀疏注意力三件套、N-gram Embedding、6D 并行训练。
美团 LongCat-2.0 是总参 1.6T、激活 48B(3.0%)的超大 MoE,原生 1M 上下文。三大创新:Dual-Sublayer + Shortcut MoE(每逻辑层=2 Attention 子层 + 2 Dense MLP + 1 Shortcut MoE)、LongCat Sparse Attention(LSA = SI/CLI/HI 三件套)、N-gram Embedding(独立于 MoE 的稀疏维度,135B 参数)。本期完整拆解 1.6T 配置、38 逻辑层 × 76 物理子层、768E + 128 zero experts、FLOPs/KV Cache、MLA+LSA、训练与推理体系。
腾讯混元 Hy3-295B 架构 QA,覆盖 295B 参数分解、Sigmoid 路由 vs Softmax、QK-Norm 机制、MTP 辅助训练、FLOPs 与推理显存计算。