Agentic AI
A Primer in LangGraph
LangGraph makes it easy to wire simple, reliable LLM workflows as graphs, and in this post we will build a tiny two‑node graph that turns a topic into a joke and then formats it as a mini conversation ready to display or send.
By the end, you will have a minimal Python project with a typed JokeState …
Using Agentic AI to Get the Most from LLMs
Agentic AI represents a generational leap forward in how artificial intelligence systems operate, moving beyond single, monolithic models to autonomous, goal-oriented agents.
If you missed it, my previous article on how LLMs work under the hood lays the foundation for how large language models …

