Anthropic Engineering 参考文章映射
说明:本文件用于记录本书引用和解析的 Anthropic Engineering 文章。后续写作时应补充发布时间、官方链接、核心观点、相关章节、延伸阅读。
官方入口
- Anthropic Engineering: https://www.anthropic.com/engineering
核心文章
| 序号 | 文章 | 发布时间 | 官方链接 | 主题 | 对应章节 |
|---|---|---|---|---|---|
| 1 | Building Effective Agents | 2024-12-19 | https://www.anthropic.com/engineering/building-effective-agents | Agent 基础思想、Workflow vs Agent、Tool Use | 第 1、2 章 |
| 2 | Claude Code: Best practices for agentic coding | 2025-04-18 | https://www.anthropic.com/engineering/claude-code-best-practices | Agentic Coding、代码理解、修改、验证循环 | 第 3、12 章 |
| 3 | Effective Context Engineering for AI Agents | 2025-09-29 | https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents | Context Engineering、Context Selection、Compression、Isolation | 第 4、5、6、7、8、15、16 章 |
| 4 | Writing Effective Tools for Agents — with agents | 2025-09-11 | https://www.anthropic.com/engineering/writing-tools-for-agents | Tool Design、Tool Boundary、Tool Return | 第 9、10 章 |
| 5 | Equipping agents for the real world with Agent Skills | 2025-10-16 | https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills | Skill、Instruction、Knowledge、Resources、Code | 第 11、12、15 章 |
| 6 | Effective Harnesses for Long-running Agents | 2025-11-26 | https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents | Harness、Loop、Verification、Retry、Recovery | 第 13、14、20 章 |
| 7 | Harness Design for Long-running Application Development | 2026-03-24 | https://www.anthropic.com/engineering/harness-design-long-running-apps | Long-running Agent、状态、Checkpoint、恢复 | 第 14 章 |
| 8 | How we built our multi-agent research system | 2025-06-13 | https://www.anthropic.com/engineering/multi-agent-research-system | Planner、Research Agent、Reviewer、Synthesizer | 第 18、19 章 |
| 9 | Code execution with MCP: Building more efficient agents | 2025-11-04 | https://www.anthropic.com/engineering/code-execution-with-mcp | MCP、Sandbox、Code Execution、Context Provider | 第 17 章 |
| 10 | Introducing advanced tool use on the Claude Developer Platform | 2025-11-24 | https://www.anthropic.com/engineering/advanced-tool-use | Parallel Tool、Batch Tool、Tool Retry、Tool Planning | 第 10 章 |
| 11 | Scaling Managed Agents: Decoupling the brain from the hands | 2026-04-08 | https://www.anthropic.com/engineering/managed-agents | Managed Agents、Brain、Hands、Workers、Scheduler、State | 第 20、21 章 |
后续补充字段
每篇文章建议补充:
标题:
官方链接:
发布时间:
核心问题:
核心观点:
重要图示:
对应章节:
Java 落地启发:
与其他框架对比:
延伸阅读: