Agent 工程
View all →关于"怎么把 agent 真正做出来用"的高质量长文,而不是营销稿。
Building Effective Agents
Anthropic 关于 agent 工程实务的代表性长文。把"agent"拆成 prompt chain、routing、parallelization、 orchestrator、evaluator 五种基础结构,并明确建议先用最简单的 workflow,能不上 agent 就不上。 Agent 工程入门必读。
Claude Code Best Practices
Anthropic 官方写的 Claude Code 使用最佳实践。覆盖 CLAUDE.md 配置、custom slash command、 subagent 拆分、思考模式触发词等具体手法,是把 Claude Code 用在真实研究与工程项目里的官方 参考手册。
How we built our multi-agent research system
Anthropic 工程团队复盘多 agent research 系统的搭建过程。重点讲 orchestrator/worker 协作模式、 并行搜索的调度策略、子任务结果的上下文压缩,以及评估与失败模式分析。想做 deep research 类 系统的人值得对照阅读。
研究索引页
View all →持续更新的研究文章首页,订阅源——而不是单篇文章。
Anthropic Research
Anthropic 官方研究索引页,汇集 Alignment、Interpretability、Societal Impacts、Economic Research 四条主线的论文与报告。追踪安全对齐与模型机理研究的入口。
Anthropic News
Anthropic 的产品发布与工程博客统一入口。Claude 新模型、Claude Code、API 能力更新、工程实践 长文都在这里发布,配合 research 页一起看可以拼出完整动态。
Google DeepMind Blog
Google DeepMind 官方博客,持续发布 Gemini 系列、AlphaFold、AGI 评估、强化学习等方向的研究 进展。追踪 DeepMind 一线工作的主要渠道。
OpenAI Research
OpenAI 的研究索引页,覆盖 GPT 系列模型、对齐、推理、agent 等方向的论文与技术报告。了解 OpenAI 公开研究脉络的起点。
Antigravity by Google
Google 推出的智能体 IDE 平台,与 Gemini 3 同期发布,定位为 agent-native 的编码环境。把 agent 做成开发流程里的一等公民,对比 Claude Code、Cursor 等同类产品时值得放在一起看。
Google Antigravity News
Google Labs 的官方主页,Antigravity 等实验性产品的公告与更新会集中在这里发布。想跟踪 Google 在 agent IDE 与早期产品方向上的动作可以从这里入。
LLM / 上下文工程
View all →prompting、context engineering、eval 与 fine-tuning 的实战长文。
Prompt Engineering Guide
DAIR.AI 维护的 prompt engineering 综合参考站,系统梳理 zero-shot、few-shot、Chain-of-Thought、 ReAct、self-consistency 等技术的原理与示例,并附论文索引。入门 prompt 设计与查阅具体技巧 时常用。
Anthropic Prompt Engineering Course
Anthropic 官方在 GitHub 上开放的课程仓库,包含 Prompt Engineering、Tool Use、Real-world Prompting 三门交互式课程,配套 Jupyter notebook 和示例。系统学习 Claude 提示工程的官方一手材料。
A Visual Guide to Mixture of Experts
Maarten Grootendorst 写的 Mixture of Experts 图解长文,用一步步的插画讲清 router、expert、稀疏激活 与负载均衡的工作机制。想直观理解 Mixtral、DeepSeek-MoE 之类架构时是很好的入门读物。