Appendix C: Further Reading & References

Foundational articles

TitleAuthorTopic
”AI fatigue is real and nobody talks about it”Siddhant KhareDeveloper burnout from AI tools
”AI Doesn’t Reduce Work - It Intensifies It”HBR / UC Berkeley HaasResearch on AI and workload
”Context Engineering: The Infrastructure Challenge in Production LLM Systems”Siddhant KhareWhy RAG is insufficient
”Securing Agentic AI: Authorization Patterns for Autonomous Systems”Siddhant KhareAgent security threat model
”Effective Context Engineering for AI Agents”AnthropicContext engineering best practices
”Context Engineering for Agents”LangChainContext engineering patterns
”Logging Sucks”Boris TaneWide events and canonical log lines for observability
”Skills: The Open Agent Skills Ecosystem”Vercel LabsReusable procedural knowledge for AI agents

Research papers

PaperAuthorsYearKey Finding
”Zanzibar: Google’s Consistent, Global Authorization System”Pang et al.2019ReBAC at global scale
”Lost in the Middle”Liu et al.2023LLMs struggle with information in the middle of long contexts
”AI Doesn’t Reduce Work - It Intensifies It”Ranganathan & Ye2026AI creates cognitive overload despite perceived productivity
”ReAct: Synergizing Reasoning and Acting in Language Models”Yao et al.2023Foundation for agent reasoning patterns
”MCPMark: Benchmarking LLMs on Real-World MCP Tasks”NUS TRAIL / LobeHub2026Real-world tool use is much harder than synthetic benchmarks
”CASTER: Context-Aware Strategy for Task Efficient Routing”ETH Zurich2026Dual-signal routing reduces costs by up to 72.4%
“Agentic AI Risk-Management Standards Profile”UC Berkeley CLTC2026First formal framework for agentic AI risk management
”Toolformer: Language Models Can Teach Themselves to Use Tools”Schick et al.2023Foundation for tool-using language models
”Chain-of-Thought Prompting Elicits Reasoning in Large Language Models”Wei et al.2022Explicit reasoning improves model performance
”Constitutional AI: Harmlessness from AI Feedback”Bai et al.2022Self-improvement through AI feedback (related to backpressure)

Standards & specifications

StandardOrganizationURL
Model Context Protocol (MCP)AAIF / Anthropicmodelcontextprotocol.io
Agent2Agent Protocol (A2A)Googlegithub.com/google/A2A
AGENTS.mdAAIF / OpenAIgithub.com/agentsmd/agents.md
OpenTelemetryCNCFopentelemetry.io
OpenFGACNCFopenfga.dev

Books

TitleAuthorYearFocus
”Building LLM Apps”Valentino Gagliardi2025Practical LLM application development
”AI Engineering”Chip Huyen2025Production AI systems
”Designing Data-Intensive Applications”Martin Kleppmann2017Distributed systems fundamentals (still relevant)

Podcasts & talks

TitleHost/SpeakerTopic
Latent SpaceSwyx & AlessioAI engineering deep dives
Software Engineering DailyVariousEngineering practices

Online communities

CommunityPlatformFocus
r/LocalLLaMARedditOpen-source models, self-hosting, benchmarks
AI EngineeringDiscordAgent infrastructure, MCP, tooling
LangChain CommunityDiscordLangChain/LangGraph framework usage
Anthropic Developer ForumForumClaude API, MCP, agent patterns
OpenAI Developer ForumForumGPT API, function calling, structured outputs
Hacker NewsWebIndustry news, technical discussions, launches

If you’re new to agentic engineering, read the chapters in this order for the fastest path to production:

  • Chapter 1 (Landscape) - understand what agents are and why they matter
  • Chapter 4 (Context Windows) - understand the fundamental constraint
  • Chapter 13 (AGENTS.md) - set up your first codebase context file
  • Chapter 23 (Your First Agent) - deploy your first agent
  • Chapter 32 (Backpressure) - set up automated feedback
  • Chapter 24 (Security Checklist) - secure your deployment
  • Chapter 25 (Measuring Impact) - measure whether it’s working

This seven-chapter path takes you from zero to a production agent deployment with security and measurement. The remaining chapters provide depth on specific topics as you need them.

If you’re an engineering leader evaluating agent adoption, read these chapters first:

  • Chapter 2 (Capability Jump) - understand the current state of the art
  • Chapter 20 (AI Fatigue) - understand the organizational risks
  • Chapter 21 (Conductor Model) - understand the new engineering paradigm
  • Chapter 33 (Adoption Playbook) - get a week-by-week implementation plan
  • Chapter 25 (Measuring Impact) - understand how to measure ROI