Skip to main content

Articles & Reads

Curated reads for AI Solution Architects β€” technical depth, architectural insight, and real-world applicability. Quality over quantity.


AI Agents & Agentic Architecture​

ArticleAuthor / SourceWhy Read It
Building effective agentsAnthropicThe canonical reference on agentic design patterns: augmented LLMs, routing, parallelization, orchestration
AgentsAnthropic DocsOfficial Agent SDK architecture β€” agentic loops, tool use, multi-agent coordination
Azure AI Foundry Agent Service OverviewMicrosoft LearnMicrosoft's hosted agent architecture, SDK, tools, and enterprise features
What are AI Agents?Microsoft LearnAzure-specific agent concepts: thread, run, tool call lifecycle
Multi-agent systems with Azure AI FoundryMicrosoft LearnConnected Agents pattern, agent-to-agent tool calls

Prompt Engineering​

ArticleAuthor / SourceWhy Read It
Prompt engineering overviewAnthropic DocsAnthropic's own prompt engineering guide β€” the source of truth for Claude
Prompt engineering techniquesMicrosoft LearnAzure OpenAI perspective: system prompts, few-shot, chain-of-thought
Introduction to Prompt EngineeringPromptingGuide.aiComprehensive community reference covering CoT, ReAct, PAL, Tree-of-Thoughts
Claude's extended thinkingAnthropicDeep dive into extended thinking / chain-of-thought reasoning

Responsible AI & Governance​

ArticleAuthor / SourceWhy Read It
Microsoft Responsible AI Standard v2MicrosoftThe 6-principle framework that governs all Microsoft AI products
EU AI Act β€” Full TextEUR-LexPrimary regulation β€” in force Aug 1 2024, high-risk compliance by Aug 2 2026
NIST AI Risk Management FrameworkNISTThe US framework for AI risk: Govern, Map, Measure, Manage
Azure AI Content Safety overviewMicrosoft LearnHarm categories, severity levels, filters β€” critical for production AI
Microsoft Purview AI HubMicrosoft LearnGovern AI usage, discover shadow AI, classify AI interactions
PyRIT β€” Python Risk Identification ToolkitMicrosoft / GitHubAutomated red teaming for AI systems β€” the tool behind Microsoft's own AI safety testing

Azure AI Architecture​

ArticleAuthor / SourceWhy Read It
Azure AI Foundry architectureMicrosoft LearnHub-project model, network isolation, managed identity, resource layout
Private networking in Azure AI FoundryMicrosoft LearnBYO VNet, private endpoints, DNS configuration for enterprise isolation
Azure AI Foundry β€” Basic vs StandardMicrosoft LearnWhen to use each mode β€” critical for enterprise data residency decisions
Foundry Hosted Agents: Micro-VM isolationMicrosoft LearnHow Foundry-hosted agents achieve compute isolation, BYO VNet, Entra Agent ID
AI workloads on Azure β€” Well-ArchitectedMicrosoft LearnAzure WAF guidance for AI: reliability, security, performance, cost

Security & Identity​

ArticleAuthor / SourceWhy Read It
Microsoft Entra Agent IDMicrosoft Tech CommunityPer-agent identity in Entra ID β€” the foundation of agent RBAC
Zero Trust for AI workloadsMicrosoft LearnApplying Zero Trust principles to AI systems: verify, least privilege, assume breach
Securing Azure AI FoundryMicrosoft LearnRBAC roles: AI Developer, AI Inference Deployment Operator, and custom roles

Agentic Reliability & Production Patterns​

Critical reading for architects building AI agents that must be correct, auditable, and reliable in enterprise and regulated environments.

ArticleAuthor / SourceWhy Read It
The LLM-as-Analyst Trap β€” Part 1Applied IngenuityThe canonical post on why LLMs fail as data analysts β€” 5 failure modes with code reproduction
The LLM-as-Analyst Trap β€” Part 2: The Verifiable OrchestratorApplied IngenuityThe fix: TRACE architecture (Tool-Routed Architecture for Controlled Execution) β€” the LLM as orchestrator, not analyst
You Can't Debug What You Can't See: AI Observability with OpenTelemetry & Azure AI FoundryITNEXT / CommunityHow to instrument AI agents with OpenTelemetry + Application Insights for production-grade debugging
How Tracing Works in Azure AI Foundry AgentsWill VelidaStep-by-step tracing setup for Foundry agents β€” spans, tool calls, retries, latency
AI Agent Observability β€” Evolving Standards and Best PracticesOpenTelemetryNew semantic conventions for multi-agent observability β€” cross-framework unified tracing
Best Hallucination Detection Tools (2026)BraintrustLandscape review: pre-release eval, production monitoring, runtime guardrails β€” with tool comparison
8 Best AI Agent Reliability Solutions 2026GalileoPlatform comparison: context drift, tool misuse, reasoning failure detection
Agent Evaluation Guide: Testing AI Agents 2026OpenlayerFull lifecycle agent evaluation β€” from smoke tests to regulatory compliance checking
Azure Well-Architected Framework β€” AI Reliability PrinciplesMicrosoft LearnAI-specific reliability: failure mode analysis, SLA matching across LLM/retrieval/data layers, bulkhead pattern
Azure Well-Architected β€” Responsible AI for AgentsMicrosoft LearnThree foundational aspects: data ingress/egress control, data integrity assurance, independent guardrails. Endorsed TRACE-style audit logging
Azure AI Foundry Agent Evaluators (9 built-in)Microsoft LearnTask Completion, Tool Call Accuracy, Tool Input Accuracy, Task Navigation Efficiency β€” production evaluation suite for agents
Building Effective AgentsAnthropicCanonical agentic design patterns β€” Evaluator-Optimizer, Parallelization/Voting, tool documentation as reliability surface

Industry & Research​

ArticleAuthor / SourceWhy Read It
Anthropic Model Card β€” Claude 3.5+AnthropicCapabilities, limitations, safety evaluations, and benchmark results
Scaling laws for neural language modelsKaplan et al.The foundational paper on how model capability scales with compute
Constitutional AIAnthropic ResearchHow Claude's values are trained β€” essential for understanding AI safety architecture
Llama 3 paperMeta AIState-of-the-art open-source LLM β€” architecture reference for comparison

Academic Papers β€” Agentic Systems​

Essential research papers every AI Solution Architect should know when designing reliable agentic systems.

PaperAuthorsKey Finding
Lost in the Middle (arXiv:2601.15300)Liu et al.Intelligence degradation: Models using only 40-50% of their context window show 45.5% drop in F1 score. Position of data in context window matters as much as content
Same Task, More Tokens (arXiv:2510.05381)VariousContext length paradox: Adding more context hurts performance even when retrieval is perfect β€” information overload is real in production agents
ReWOO (arXiv:2305.18323)Xu et al.Decoupled reasoning and observation β€” reduces token usage by separating planning from execution, but without determinism guarantees
CodeAct (arXiv:2402.01030)Wang et al.Agents that act by executing code β€” reduces action space complexity but introduces code execution security risks
AgentHallu (arXiv:2601.06818)VariousBenchmarking hallucination in multi-step agents β€” identifies exactly which reasoning steps cause divergence; even leading models fail significantly

Suggest an Article

Read something worth sharing? Open an issue with the link and a sentence on why it belongs here.