Sources¶
Below is the main set of primary sources used by the current version of the book. Last editorial source review: July 24, 2026.
How to read this list
It is useful to separate these sources not only by topic, but also by the strength of support they provide:
Normative frame: NIST, OWASP, CISA, and related documents that define stable governance contours;Platform practice: OpenAI, Anthropic, LangGraph, Google Cloud, Microsoft, and similar material showing how teams assemble those contours in production;HCI, HITL, and human oversight: sources that show where automation fails and how to keep a human in the loop;Research frontier: newer papers on memory, observability, verifier design, and multi-agent reliability.
If you need the strongest base for Parts I, V, and VIII, start with the normative frame and the HCI/HITL layer. If you need current engineering practice, read the platform docs and recent research, but always pay attention to publication dates.
Canonical source routes
Use the sources as a fast route for the three canonical cases. Support triage starts with OWASP, OpenAI agent guides, HITL sources, policy/approval material, trace grading, and incident cases. Internal knowledge assistant starts with LangGraph memory, OpenAI Agent memory, retrieval/eval sources, provenance-oriented governance, and the memory research frontier. Incident coordination starts with NIST/AI RMF, Google/Microsoft governance, observability sources, multi-agent reliability research, incident review, and rollout/control-plane material.
Normative Frameworks and Governance Contours¶
Agent-specific security¶
- OWASP, AI Agent Security Cheat Sheet
- OWASP GenAI Security Project, OWASP Top 10 for Agentic Applications for 2026
- OWASP, MCP Security Cheat Sheet
- OWASP, MCP Tool Poisoning
- OWASP, MCP Top 10
- OWASP, Agentic Skills Top 10
- OWASP, LLM Prompt Injection Prevention Cheat Sheet
- OWASP, RAG Security Cheat Sheet
Governance and baseline controls¶
- NIST, AI RMF 1.0
- NIST, AI RMF: Generative AI Profile
- NIST, SP 800-53 Rev. 5: Security and Privacy Controls for Information Systems and Organizations
- NIST, SP 800-218A: Secure Software Development Practices for Generative AI and Dual-Use Foundation Models
- NIST, Adversarial Machine Learning: A Taxonomy and Terminology of Attacks and Mitigations
- CISA, Artificial Intelligence
Agent Architecture and Platform Patterns¶
- Dmitry Vikulin, Architecture of Reliable AI Agents
- Anthropic, Building Effective AI Agents
- Anthropic, Harness design for long-running application development
- Anthropic, Effective harnesses for long-running agents
- Anthropic, Demystifying evals for AI agents
- Anthropic, Scaling Managed Agents: Decoupling the brain from the hands
- Anthropic, How we contain Claude across products
- Anthropic, How we built our multi-agent research system
- Anthropic, An update on recent Claude Code quality reports
- Snowflake Documentation, Cortex Analyst
- Databricks Documentation, Genie Spaces
- Microsoft Learn, Copilot for Power BI overview
- OpenAI, A practical guide to building agents (PDF)
- OpenAI, Agents SDK
- OpenAI Agents SDK, Sandbox Agents, Sandbox Concepts, Sandbox clients, and Agent memory
- OpenAI, Agent Builder
- OpenAI, Safety in building agents
- OpenAI, Running Codex safely at OpenAI
- OpenAI, How agents are transforming work
- OpenAI, Codex-maxxing for long-running work
- OpenAI, Building self-improving tax agents with Codex
- OpenAI, From model to agent: Equipping the Responses API with a computer environment
- Model Context Protocol, Security Best Practices
- Model Context Protocol, Authorization specification
- Agent2Agent Protocol, A2A specification
- LangGraph, Overview
- LangGraph, Durable execution
- LangGraph, Persistence
- LangGraph, Memory overview
- LangChain, Multi-agent
- LangChain, The Runtime Behind Production Deep Agents
- LangChain, Choosing the Right Multi-Agent Architecture
- Google Cloud, Achieve agentic productivity with Vertex AI Agent Builder
- Google Cloud, More ways to build, scale, and govern AI agents with Vertex AI Agent Builder
- Google Cloud, 20 questions for the Agentic Enterprise
- Google Cloud, Vertex AI Agent Builder overview
- Google Cloud Architecture Center, Multi-agent AI system in Google Cloud
- Google Cloud, Build agents even faster with Gemini Enterprise Agent Platform’s fully-managed, remote MCP server
- Google, Introducing Agent Executor: a new runtime for AI agents
- Google, google/ax: Agent Executor
- Google Cloud, Beyond Static Prompts: Building Scale-Proof, Polymorphic Multi-Agent Systems with Google's ADK
- Microsoft Azure Architecture Center, AI Agent Orchestration Patterns
- Cloudflare, Build Agents on Cloudflare
- Cloudflare Agents SDK, Store and sync state and Schedule tasks
- Cloudflare Agents SDK, Human-in-the-loop patterns and WebSockets
- Cloudflare Agents SDK, Using Agents with Workflows, Run Workflows, Durable execution, and Durable execution with fibers
- Cloudflare Agents SDK, Long-running agents
- Cloudflare, Rules of Durable Objects
- Cloudflare Changelog, Agents SDK improves browser automation, code execution, and recovery
- Cloudflare Changelog, Outbound connections keep Durable Objects alive
- Cloudflare Changelog, Agents SDK adds background sub-agents and a unified turn entry point
- Cloudflare Changelog, Agents SDK improves browser automation, code execution, and recovery
- Cloudflare Blog, Project Think: building the next generation of AI agents on Cloudflare
- Cloudflare Blog, Agents that remember: introducing Agent Memory
- Cloudflare Changelog, Temporary Accounts: From agent deployments to claimed accounts
- Cloudflare Blog, Introducing Dynamic Workflows: durable execution that follows the user, not the other way around
- Cloudflare Blog, How we built saga rollbacks for Cloudflare Workflows
- Cloudflare Blog, Build your own vulnerability harness
- Cloudflare Blog, Bringing more agent harnesses and frameworks to Cloudflare, starting with Flue
- Cloudflare, Build and deploy Remote Model Context Protocol (MCP) servers to Cloudflare
- Cloudflare, Scaling MCP adoption: reference architecture for safer enterprise MCP
- Cloudflare, Connect your AI agents to MCP servers with Cloudflare Access
- Cloudflare, Code Mode: give agents an entire API in 1,000 tokens
- Cloudflare Blog, Your site, your rules: new AI traffic options for all customers
- Cloudflare Blog, Announcing the Monetization Gateway
- GitHub Docs, GitHub Copilot cloud agent
- GitHub Docs, Using Copilot cloud agent on GitHub and Configuring settings for GitHub Copilot cloud agent
- GitHub Changelog, Browser tools for GitHub Copilot in VS Code are generally available
- GitHub Changelog, Agent finder for GitHub Copilot now available
- GitHub Changelog, GitHub Copilot in Visual Studio Code, June 2026 releases
- GitHub Blog, Under the hood: Security architecture of GitHub Agentic Workflows
- GitHub Agentic Workflows, Security Architecture
- GitHub Blog, How we built an internal data analytics agent
- GitHub Blog, Evaluating performance and efficiency of the GitHub Copilot agentic harness across models and tasks
- GitHub Changelog, Security validation for third-party coding agents
- GitHub Changelog, Agentic autofix for code scanning alerts in public preview
- GitHub Changelog, Secret scanning with GitHub MCP Server is now generally available
Observability, Evals, and Verifier Design¶
- OpenAI, Agent evals
- OpenAI, Separating signal from noise in coding evaluations
- OpenAI, Deprecations
- OpenAI, Predicting model behavior before release by simulating deployment
- OpenAI, How we monitor internal coding agents for misalignment
- OpenAI, Trace grading
- OpenAI, Background mode
- OpenAI, Using tools
- OpenAI, Structured model outputs
- OpenAI, Introducing AgentKit
- OpenAI, Secure MCP Tunnel
- OpenAI, Making private MCP servers reachable without making them public
- GitHub Changelog, Schedule and automate tasks with Copilot cloud agent
- GitHub Changelog, Copilot code review: AGENTS.md support and UI improvements
- GitHub Changelog, GitHub Copilot app support for BYOK
- GitHub Blog, Better tools made Copilot code review worse. Here's how we actually improved it
- Cloudflare Changelog, Spend limits are now available for AI Gateway
- Cloudflare Docs, AI Gateway spend limits
- Cloudflare Docs, AI Gateway: Coding Agents
- LangChain, State of Agent Engineering
- Microsoft Learn, Observability for Generative AI and agentic AI systems
- Microsoft Azure AI Foundry Blog, AI Observability Starter Kit for Microsoft Foundry agents
- Microsoft Azure AI Foundry Blog, Monitoring & Observability in Microsoft Foundry, Part 2: Configuration and Operations
- Microsoft Azure Blog, From insight to action: The next phase of agentic cloud operations
- Google Cloud, Observability and monitoring
- Google Cloud, Evaluate your agents
- Google Cloud, Continuous evaluation with online monitors
- Google Cloud Blog, Evaluate agent performance
- AWS, AgentOps: Operationalize agentic AI at scale with Amazon Bedrock AgentCore
- AWS, It’s safe to close your laptop now: Hosting coding agents on Amazon Bedrock AgentCore
- AWS, Debugging production agents with Amazon Bedrock AgentCore Observability
- AWS, Evaluate AI agents systematically with Agent-EvalKit
- AWS, ToolSimulator: scalable tool testing for AI agents
- AWS, MCP tool design: practical approaches and tradeoffs
- AWS Prescriptive Guidance, Design tools for AI agents
- AWS, Secure AI agents with Policy and Lambda interceptors in Amazon Bedrock AgentCore gateway
- AWS, How Smartsheet built a remote MCP server on AWS
- AWS, Introducing stateful MCP client capabilities on Amazon Bedrock AgentCore Runtime
- AWS, Extending MCP support for Amazon Bedrock AgentCore Gateway
- Model Context Protocol, Specification 2026-07-28
- Model Context Protocol Blog, The 2026-07-28 MCP Specification Release Candidate
- AWS Open Source Blog, Governing AI Assets at Scale with MCP Gateway and Registry
- arXiv, The Art of Building Verifiers for Computer Use Agents
- GitHub, microsoft/fara
HCI, HITL, and Human Oversight¶
- Microsoft Research, Guidelines for Human-AI Interaction
- LangChain Deep Agents, Human-in-the-loop
- LangGraph, Interrupts
- OpenReview, The Illusion of Consensus in Human-Centered Interactive AI
- Microsoft Learn, Agentic AI adoption maturity model
Governance, Security, and Operational Assurance¶
- Google Cloud, How Google secures AI Agents
- Google Cloud, Recommended AI Controls framework
- Google Cloud, Introducing Agent Sandbox
- Google DeepMind, Securing the future of AI agents
- AWS Security Blog, Secure AI agent access patterns to AWS resources using Model Context Protocol
- Google Research, Security Assurance in the Age of Generative AI
- Google Research, Securing the AI Software Supply Chain
- Google Research, An Introduction to Google’s Approach for Secure AI Agents
- Google Research, Identifying and Mitigating the Security Risks of Generative AI
- Anthropic, Claude Code Security
- Anthropic, Responsible Scaling Policy
- Anthropic, Frontier Safety Roadmap
- Anthropic, Redeploying Fable 5
- Anthropic, Agentic Misalignment
- Anthropic, Strengthening Red Teams
- Anthropic, Introducing Bloom
- Anthropic, Findings from a Pilot Anthropic-OpenAI Alignment Evaluation Exercise
- MLCommons, AILuminate v1.0 Release
- Microsoft Learn, Secure autonomous agentic AI systems
- Microsoft Learn, Reduce autonomous agentic AI risk
- Microsoft Learn, Complete production infrastructure inventory
- Microsoft Learn, Agent Registry convergence with Microsoft Agent 365
- Microsoft Foundry Blog, Build agents you can trust across any framework with open evals and a control standard
- Microsoft Research, Systematic debugging for AI agents: introducing the AgentRx framework
- Microsoft Research, AgentRx: Diagnosing AI Agent Failures from Execution Trajectories
- GitHub, microsoft/AgentRx
Incidents and Cases¶
- American Bar Association, BC Tribunal Confirms Companies Remain Liable for Information Provided by AI Chatbot
- Microsoft Security Blog, When prompts become shells: RCE vulnerabilities in AI agent frameworks
- Microsoft Security Blog, AutoJack: How a single page can RCE the host running your AI agent
- Microsoft Security Blog, Securing AI agents: When AI tools move from reading to acting
- Microsoft Research, Red-teaming a network of agents: Understanding what breaks when AI agents interact at scale
- OpenAI, OpenAI and Hugging Face partner to address security incident during model evaluation
- Hugging Face, Security incident disclosure — July 2026
- arXiv, ExploitGym: Can AI Agents Turn Security Vulnerabilities into Real Attacks?
Research Frontier: Memory, Observability, and Multi-Agent Reliability¶
- OpenReview, EVOLVE-MEM: A Self-Adaptive Hierarchical Memory Architecture for Next-Generation Agentic AI Systems
- OpenReview, MemGen: Weaving Generative Latent Memory for Self-Evolving Agents
- OpenReview, AgentTrace: A Structured Logging Framework for Agent System Observability
- OpenReview, AgentTrace: Causal Graph Tracing for Root Cause Analysis in Deployed Multi-Agent Systems
- OpenReview, Evaluation of Multi-Turn Consistency in LLM Agents: Survival Analysis and Failure-Rationale Taxonomy
- OpenReview, AMA-Bench: Evaluating Long-Horizon Memory for Agentic Applications
- OpenReview, Aegis: Automated Error Generation and Attribution for Multi-Agent Systems
- OpenReview, PALADIN: Self-Correcting Language Model Agents to Cure Tool-Failure Cases
- OpenReview, Why Do Multiagent Systems Fail?
- arXiv, Symphony: A Decentralized Multi-Agent Framework for Scalable Collective Intelligence
- arXiv, SYMPHONY: Synergistic Multi-agent Planning with Heterogeneous Language Model Assembly
Publishing, Build, and the Book Platform Layer¶
- MkDocs, Official documentation
- Material for MkDocs, Official documentation
- uv, Working on projects
- ty, Official documentation
- Starlight, Official documentation
Rust and the Infrastructure Layer of Agent Runtimes¶
- AWS, AWS SDK for Rust is generally available
- AWS Docs, Code examples for Amazon Bedrock Runtime using AWS SDK for Rust
- docs.rs, aws-sdk-bedrockagentruntime
- Microsoft Learn, Azure SDK for Rust
- Rig, Official documentation
- docs.rs, rig-core
- GitHub, 0xPlaygrounds/rig
How To Use This List¶
If you extend the book further, this order is convenient:
- Risk and control framing: NIST, OWASP, CISA.
- Architectural patterns and runtime discipline: Anthropic, OpenAI, LangGraph, Google Cloud, Microsoft.
- Observability, evals, and verifier layers: OpenAI, Microsoft, arXiv, GitHub.
- HCI, HITL, and cases: Microsoft Research, OpenReview, ABA.
- Research frontier: memory, consistency, observability, and multi-agent failure modes.
For reading the book itself, one more split is useful:
Stable core: normative frameworks, architecture, policy, execution, and observability;Fast-moving layer: eval tooling, verifier design, inventory governance, frontier research, and newer cases.