August 14, Calgary, Canada
Agentic AI Workshop 2026: The Builders' Workshop
The Builders' Workshop — One Day, Two Tracks, Hands-On
Parallel Tracks
About the Workshop
The Agentic AI Workshop 2026 is an intensive, one-day event designed for practitioners who build, deploy, and scale AI agent systems. This workshop prioritizes hands-on learning — at least 60% of the program is dedicated to active coding, building, and experimentation.
Featuring two parallel tracks — Agent Architecture & Frameworks and Enterprise Orchestration & Production — the workshop bridges the gap between cutting-edge research and production-ready implementation. Whether you are prototyping your first autonomous agent or scaling multi-agent systems across enterprise infrastructure, this workshop provides the interdisciplinary ecosystem to accelerate your work.
We are now accepting proposals for hands-on labs, technical tutorials, and short talks. We seek practitioners, researchers, and engineers who can share real-world experience building agentic systems with frameworks such as LangGraph, CrewAI, AutoGen, and the emerging MCP and A2A protocols.
Topics of Interest
We welcome proposals related to the following topics
Foundations for Software Engineers
These sessions target software engineers who are new to AI. They assume programming skills (Python, APIs, software architecture) but no knowledge of LLMs, prompts, or agents. The goal is to establish core mental models and vocabulary, and build the first agentic solution.
From Software Engineer to AI Engineer: The Conceptual Bridge
Maps familiar software engineering concepts (APIs, state machines, event loops) to their AI agent equivalents. No math, no ML theory — just a mental model translation for developers.
LLMs as APIs: Your First Intelligent Function Call
Build a working application that calls an LLM API, handles structured outputs, implements retry logic, and manages token budgets. Treats the LLM as a powerful API endpoint.
Prompt Engineering for Developers: Beyond Chat
Systematic prompt engineering using software engineering principles: version control for prompts, testing strategies, output parsing, and structured generation with Pydantic models.
What Makes an Agent "Agentic"? Autonomy, Tools, and Loops
Defines the spectrum from simple LLM calls to fully autonomous agents. Introduces the ReAct pattern, tool use, and planning — the three pillars that distinguish agents from chatbots.
Building Your First AI Agent in 90 Minutes
From zero to a working agent: participants build a research assistant that can search the web, summarize documents, and answer questions using LangChain and OpenAI. No ML knowledge required.
The Tool-Use Revolution: Giving LLMs Hands and Eyes
Implement function calling and tool use from scratch. Build custom tools (database queries, API calls, file operations) and wire them into an agent loop. Covers OpenAI, Anthropic, and open-source patterns.
Architecture and Frameworks
These sessions target engineers who have experimented with LLM APIs and perhaps built a simple chatbot or RAG system, but have not yet built production-grade agents. They are ready to learn frameworks and architectural patterns.
LangGraph from Zero to Hero: Stateful Agent Workflows
Build a multi-step agent using LangGraph’s graph-based architecture. Covers nodes, edges, conditional routing, state management, and human-in-the-loop checkpoints.
CrewAI: Orchestrating Teams of Specialized Agents
Design and deploy a crew of role-based agents that collaborate on a complex task (e.g., market research report). Covers agent roles, task delegation, and inter-agent communication.
RAG-Powered Agents: Beyond Simple Retrieval
Evolve basic RAG into agentic RAG: self-correcting retrieval, query decomposition, multi-hop reasoning, and adaptive chunking strategies. Hands-on with LlamaIndex and LangChain.
Model Context Protocol (MCP): The USB-C of AI Integration
Implement MCP servers and clients from scratch. Connect your agent to databases, file systems, and APIs using the standardized protocol. Covers the specification, security model, and real-world patterns.
Memory Systems for Agents: Short-Term, Long-Term, and Episodic
Architectural patterns for agent memory: conversation buffers, vector-based long-term memory, entity memory, and episodic recall. When to use each and how they compose.
AutoGen and Semantic Kernel: The Microsoft Ecosystem for Agents
Build multi-agent conversations using AutoGen’s conversation patterns. Integrate with Azure services via Semantic Kernel. Covers group chat, nested agents, and code execution sandboxes.
Agent Design Patterns: Router, Planner, Executor, Critic
A pattern language for agent architectures. Covers the Router pattern, Plan-and-Execute, Self-Reflection, and Critic agents. When to use each and how to combine them.
Structured Outputs and Reliable Parsing: Making Agents Predictable
Techniques for ensuring agents produce machine-readable outputs: JSON mode, Pydantic validation, constrained generation, and graceful fallback strategies.
Production Engineering and Scale
These sessions target engineers who have built working agents and are now facing the challenges of reliability, evaluation, cost, and deployment at scale. They understand frameworks and are ready for production engineering.
Agent Evaluation: Metrics, Benchmarks, and Continuous Testing
Build an evaluation pipeline for your agents: task success rate, tool-use accuracy, latency budgets, and regression testing. Covers RAGAS, DeepEval, and custom evaluation harnesses.
Guardrails and Safety: Preventing Agent Failures at Scale
Implement input/output guardrails, content filtering, PII detection, and hallucination prevention. Build a safety layer using NeMo Guardrails and custom validators.
Observability and AgentOps: Tracing Agent Behavior in Production
Instrument your agents with LangSmith, Arize Phoenix, or OpenTelemetry. Build dashboards for token usage, latency, error rates, and decision traces. Debug production failures from traces.
Multi-Agent Orchestration: Coordination Without Chaos
Patterns for coordinating multiple agents: supervisor architectures, hierarchical delegation, shared blackboards, and consensus mechanisms. Covers failure handling and deadlock prevention.
Cost Engineering for Agents: From $100/day to $5/day
Practical strategies for reducing agent costs: model routing, caching, prompt compression, batching, and hybrid local/cloud architectures. Real case studies with before/after metrics.
Human-in-the-Loop: Designing Agent Systems People Can Trust
Implement approval workflows, confidence thresholds, escalation paths, and interactive correction loops. Build agents that know when to ask for help.
Agent-to-Agent (A2A) Protocol: Building Interoperable Agent Networks
Implement Google’s A2A protocol for agent interoperability. Build agents that discover, negotiate with, and delegate to other agents across organizational boundaries.
Deploying Agents as Microservices: Containers, Queues, and Scaling
Package agents as production services: Docker containerization, message queue integration, horizontal scaling, health checks, and graceful degradation patterns.
State Management at Scale: Checkpointing, Recovery, and Long-Running Agents
Architectural patterns for agents that run for hours or days: durable execution, checkpoint/resume, idempotency, and handling LLM provider outages mid-task.
Enterprise and Advanced Topics
These sessions target senior engineers and architects working in enterprise environments or specialized domains. They address advanced topics including security and compliance, model fine-tuning, self-improving systems, multi-modal capabilities, and regulated industry deployments.
Enterprise Agent Architecture: Security, Compliance, and Governance
Design agent systems that meet enterprise requirements: role-based access control, audit logging, data residency, SOC 2 compliance, and secure tool execution sandboxes.
Fine-Tuning Agents: When Prompting Isn't Enough
Train specialized agent models using reinforcement learning from human feedback (RLHF) and direct preference optimization (DPO). Covers data collection, training pipelines, and evaluation.
Building Self-Improving Agents: Reflection, Self-Critique, and Meta-Learning
Architectures for agents that improve over time: self-reflection loops, experience replay, automated prompt optimization, and meta-cognitive strategies.
Multi-Modal Agents: Vision, Voice, and Code in One System
Build agents that process images, generate code, and interact via voice. Covers GPT-4o vision, Whisper integration, code interpreter sandboxes, and multi-modal tool chains.
Domain-Specific Agents: Lessons from Finance, Healthcare, and Legal
Case studies of deploying agents in regulated industries. Covers domain adaptation, compliance requirements, validation frameworks, and the unique challenges of high-stakes automation.
Domain-Specific Agents: Lessons from Finance, Healthcare, and Legal
Case studies of deploying agents in regulated industries. Covers domain adaptation, compliance requirements, validation frameworks, and the unique challenges of high-stakes automation.