# BeatAI > 最近 30 天发布 · 完整列表见 ### 2026-08-20 - [“上下文工程:悄然取代 prompt 工程的学科”](https://beatai.org/ai-insights/context-engineering-the-discipline-that-quietly-replaced-prompt-engineering?mode=read) prompt 工程旨在找到合适的词语。上下文工程则旨在决定模型究竟能看到什么——这是 Agentic AI 中最关键的技能。这是一份深入全面的指南。 - [Agent 的经济学:token 计费、缓存和路由](https://beatai.org/ai-insights/the-economics-of-agents-token-accounting-caching-and-routing?mode=read) 你的 agent 没有性能问题,而是有单位经济效益问题——解决之道在于工程设计,而非增加预算。 - [飞行记录仪:AI agent 追踪与可观测性端到端指南](https://beatai.org/ai-insights/the-flight-recorder-an-end-to-end-guide-to-tracing-and-observability-for-ai-agents?mode=read) 你无法修复看不见的问题。如何为 LLM 应用和 agent 添加插桩、追踪和评估,并真正加以改进——从第一个 span 到生产级质量循环。 - [框架即产品:智能体 AI 框架端到端指南](https://beatai.org/ai-insights/the-harness-is-the-product-an-end-to-end-guide-to-harnessing-in-agentic-ai?mode=read) 这是一个困扰了我很久的难题,也是几乎所有开始使用人工智能进行开发的人都会遇到的难题。 ### 2026-08-06 - [混合专家(MoE)LLM](https://beatai.org/ai-insights/mixture-of-experts-moe-llms?mode=read) 从零开始理解 DeepSeek、Grok 和 Mixtral 等模型…… - [Agentic Harness 的可观测性](https://beatai.org/ai-insights/observability-for-the-agentic-ai-harness?mode=read) OpenTelemetry 日志记录、Evals 与 FinOps(适用于 AI agent) - [自训练人工智能的兴起:当算法向算法学习](https://beatai.org/ai-insights/the-rise-of-self-training-ai-when-algorithms-learn-from-algorithms?mode=read) 深入探究重塑现代人工智能的递归训练循环——以及那些无人足够重视的安全漏洞、对抗风险和四眼控制失效 - [什么是编排者?为什么软件需要编排者?](https://beatai.org/ai-insights/whats-an-orchestrator-and-why-does-software-need-one?mode=read) 一个新的职位名称,属于那些靠指挥系统、agent 和结果来交付系统的专家 ### 2026-07-29 - [Anthropic 指出,Agentic Analytics 不仅仅是 text-to-SQL](https://beatai.org/ai-insights/anthropic-is-telling-you-that-agentic-analytics-is-not-just-text-to-sql?mode=read) Anthropic 的 Agentic Analytics 套件使用 Claude 实现了 95% 的准确率,他们在最新文章中分享了其实现方法。值得信赖的分析关键在于语义层、技能、评估和数据工程。 - [我在 MacBook 上从零开始构建了一个 GPT——第 1-5 天:从二元语法到可运行的自注意力头](https://beatai.org/ai-insights/i-built-a-gpt-from-scratch-on-a-macbook-days-1-5-from-a-bigram-to-a-working-self-attention-head?mode=read) 本文将从第一性原理出发,一步步用 PyTorch 手动构建 Transformer 的核心机制——包含真实代码、真实训练数据,以及每个选择背后的实际逻辑。不使用 nn.Transformer,没有捷径,只有好奇心和大量的 print() 语句。 - [为什么机器学习能在百万维度中发现秩序](https://beatai.org/ai-insights/why-machine-learning-finds-order-in-a-million-dimensions?mode=read) 流形假设解释了为什么图像、语音和其他现实世界的数据不会随机填充巨大的空间,而是聚集在隐藏的低维形状附近。