Building AI Agents into your Product
Wednesday Sep 23
|
6:00PM to 8:30PM
This hands-on workshop introduces the core ideas behind Large Language Models and AI agents, then quickly moves from theory into working code.
We'll explore how agentic systems work in practice, including prompt engineering, observability, token management, tool calling, typed inputs and outputs, external state, reasoning loops, termination, structured responses, and tracing. Along the way, we'll look at practical patterns for embedding AI agents into real product workflows and applications.
The workshop is designed to be roughly 80% hands-on and 20% theory, with two parallel implementation tracks:
Python + PydanticAI
TypeScript + Vercel AI SDK
Students can choose the stack they're most comfortable with while learning the same underlying agentic concepts and architecture.
By the end of the workshop, students should have a clearer understanding of where LLMs and agents can meaningfully improve product workflows, how to implement those capabilities using sound software engineering practices, and a strong foundation for exploring more advanced topics such as RAG, memory, multi-agent systems, MCP, evaluation, and production-grade agent architectures.