Resources & Learning

Curated collection of books, papers, tools, standards, and learning paths for multi-agent AI, cloud architecture, security, and production systems.

๐Ÿ“š Recommended Reading

Books

Ultimate Go
Comprehensive guide to idiomatic Go programming, design philosophy, and production patterns. (By Bill Kennedy / Ardan Labs)
Ardan Labs โ†’
Designing Data-Intensive Applications
Essential reference for distributed systems, databases, replication, consensus, and fault tolerance. (By Martin Kleppmann)
O'Reilly โ†’
The Phoenix Project
DevOps, lean manufacturing applied to software, and systems thinking in practice.
IT Revolution โ†’
Building Microservices
Service boundaries, deployment strategies, and distributed system trade-offs. (By Sam Newman)
Sam Newman โ†’

Papers & Specifications

Microsoft Agent Framework (MARA) Reference Architecture
Multi-agent orchestration patterns, tool governance, and production deployment on cloud.
Microsoft Learn โ†’
The Path to Medical Superintelligence (MAI-DxO)
Research paper on multi-agent AI for diagnostic reasoning in healthcare.
Microsoft Research โ†’
RBI FREE-AI Guidelines
Financial regulator's AI governance framework for Indian financial institutions.
Reserve Bank of India โ†’
OWASP AI Security Guide
Threat modeling, defense-in-depth, and security best practices for AI systems.
OWASP โ†’
Google Cloud Next 2022 Talk
Spanner migration strategies, performance tuning, and zero-downtime deployments.
Google Drive โ†’

๐Ÿ› ๏ธ Tools & Standards

Core Infrastructure

Ollama
Local LLM inference engine. Zero API cost development, MARA provider abstraction.
ollama.ai โ†’
Kubernetes
Container orchestration, multi-agent workload scaling, production reliability.
Kubernetes โ†’
Docker
Containerization standard for reproducible development and production environments.
Docker โ†’
PostgreSQL
ACID-compliant relational DB, RLS for HIPAA, JSON support, Postgres-specific extensions.
PostgreSQL โ†’

Governance & Policy

OPA / Conftest
Policy-as-code for agent governance, compliance checks, and Rego-based policy enforcement.
OPA โ†’
OPAL (Open Policy Administration Layer)
Real-time policy distribution and live policy CD for compliance and audit.
OPAL โ†’
OpenTelemetry
Vendor-neutral observability standards (tracing, metrics, logs) across multi-agent systems.
OpenTelemetry โ†’
Jaeger & Prometheus
Distributed tracing (Jaeger) and metrics collection (Prometheus) for observability.
Jaeger โ†’

Healthcare & Compliance Standards

FHIR R4 (Fast Healthcare Interoperability Resources)
RESTful healthcare data standard for EHR interoperability and medical AI systems.
HL7 FHIR โ†’
HL7 v2 Messaging
Legacy clinical messaging standard for hospital integrations and lab results.
HL7 โ†’
HIPAA (Health Insurance Portability & Accountability Act)
US privacy and security regulation for protected health information (PHI).
HHS HIPAA โ†’
21st Century Cures Act ยง3060
Clinical decision support regulation requiring human-in-the-loop AI design.
Congress.gov โ†’
PCI-DSS (Payment Card Industry)
Security standard for payment processing and financial transaction systems.
PCI Security Standards โ†’

Cloud Platforms & Services

Google Cloud Platform (GCP)
BigQuery, Cloud Spanner, Dataflow, Datastream, Cloud Run. Reference for large-scale system design.
Google Cloud โ†’
Microsoft Azure
AI Foundry, App Insights, Azure OpenAI, production agent deployment targets.
Microsoft Learn โ†’

๐ŸŽ“ Learning Paths

Multi-Agent AI on Microsoft MARA

From Google ADK to production MARA systems. 8-post series covering orchestration patterns, tool governance, provider abstraction, and deployment.

Read the series โ†’

Agentic AI Security in Production

Multi-agent governance, tool approval workflows, HITL enforcement, compliance audit trails, and DLP policy enforcement with OPA.

Explore security patterns โ†’

Cloud Database Architecture

BigQuery cost optimization (FinOps), Cloud Spanner migration patterns, CDC pipelines, and performance tuning for scale.

Read on BigQuery โ†’

Healthcare Systems Design

FHIR/HL7v2 integration, HIPAA compliance as code, diagnostic agent panels, and regulatory compliance (Cures Act ยง3060).

Read on healthcare โ†’

High-Throughput System Design

Kubernetes orchestration, event streaming (Kafka, Pub/Sub), fault tolerance, and production observability patterns.

Read on architecture โ†’

๐ŸŒ Communities & Organizations

Technical Communities

Cloud Native Computing Foundation (CNCF)
Kubernetes, OpenTelemetry, and cloud-native standards community.
CNCF โ†’
Go Community
Language design, standard library, and idiomatic Go practices.
golang.org โ†’
Python Data Science Community
NumPy, Pandas, scikit-learn, and ML evaluation ecosystem.
SciPy โ†’
Healthcare IT Community
HL7, HIMSS, medical informatics practitioners, and health data standards.
HL7 โ†’

Learning Platforms

Google Cloud Architecture Center
Reference architectures, best practices, and design patterns for large-scale systems.
GCP Architecture โ†’
Microsoft Learn
Azure documentation, agent frameworks, and cloud architecture guides.
Microsoft Learn โ†’