Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
AutoGen is Microsoft Research's multi-agent chat framework with three core actors, UserProxyAgent, AssistantAgent, GroupChatManager, and a turn-selection policy instead of a graph.
Picture a small meeting where one person takes notes, several specialists answer questions, and a moderator decides who speaks next. The note-taker also has hands and can run errands the group asks for. The specialists only talk. The moderator listens to the conversation and picks the next speaker based on what just got said. The meeting keeps going until somebody says we are done. AutoGen sets up exactly this kind of meeting, except the participants are language-model bots and the errands are things like running a snippet of code or fetching a file.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
4 minutes: the three agent types, the GroupChat manager, the v0.4 layered architecture, and the LangGraph contrast.
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Treating AutoGen as a graph framework like LangGraph and being surprised when the next speaker is chosen by a policy at runtime instead of an explicit edge.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.