Agentic AI
From single agents to coordinated systems.
A hands-on tour of agentic AI frameworks

[AI2LAB]


From single agents to coordinated systems.
Press the arrow to walk the timeline.
2024
2024

The patterns you just saw, now in code. We build with all three today.
From Graph to Crew · a hands-on tour of each comes next.

Two philosophies of control: a graph you draw, and a crew you assemble.

Every city a node, every road an edge — a fixed network, so the same route behaved the same way every time.
LangGraph
No single driver. Many rowers, each one role, kept in time by a drummer — the process. Together, the result.

LangGraphfine-grained
CrewAIhigher-level
One World Cup task, two architectures, live in a Colab notebook.

Italy vs Brazil. Build a match scouting report twice: once as a Crew, once as a Graph.
Input: two teams, for example Italy vs Brazil. Output: a scouting report.


Same goal, two architectures — feeling the contrast is the whole lesson.
Caption: the graph makes the loop explicit. The crew hides it inside the process.
Thank you — now go build one.