Agentic LLMs in Practice
- Naman Goyal
NoteNote
- nworkshopb1
- Module 1 — Function calling, end to end. A function-calling agent loop on SQLite + a mock weather API, with strict Pydantic-validated tool arguments.
- Module 2 — Reference architectures. A router-worker state machine with Pydantic contracts at every node, compared head-to-head with a free-form ReAct loop.
- Module 3 — Surviving production. A retry-storm demo on a deliberately flaky upstream, with a playground cell where you tune the retry policy yourself and watch the bars move.
- Module 4 — Observability. An OpenTelemetry-style traced agent run, rendered as a Gantt chart you generate from your own spans.
- pydantic - a data validation and settings management library for Python, based on type annotations. It provides a way to define data models with type hints and validates the data against those models, making it easier to work with structured data in Python applications.
- sqlite - a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
- MCP - a standard for connecting language models to external data sources and tools, enabling them to access and manipulate information beyond their training data. MCP defines a protocol for communication between language models and external services, allowing for more dynamic and interactive applications.
- A2A - a framework for building agentic applications that can interact with each other and with external services using the Model Context Protocol (MCP). A2A provides tools and libraries for creating, managing, and orchestrating agentic applications in a scalable and efficient way.
- LangGraph
- Plan-and-Execute pattern (LangChain blog)
- Tenacity
- Function-calling guide (OpenAI)
- ReAct (Yao et al., 2022)
- OpenTelemetry
Reflection
Citation
BibTeX citation:
@online{bochman2026,
author = {Bochman, Oren},
title = {Agentic {LLMs} in {Practice}},
date = {2026-04-28},
url = {https://orenbochman.github.io/posts/2026/04-30-ODSC-AI-2026-Day-3/talk14.html},
langid = {en}
}
For attribution, please cite this work as:
Bochman, Oren. 2026. “Agentic LLMs in Practice.” April 28.
https://orenbochman.github.io/posts/2026/04-30-ODSC-AI-2026-Day-3/talk14.html.