
I do know there’s lots taking place within the agentic AI area. You will hear about brokers that use instruments, brokers with reminiscence, brokers that plan, brokers that collaborate with different brokers, and brokers that discover environments on their very own. It may get complicated, and in the event you begin with lengthy survey papers, you will in all probability find yourself much more confused. In my view, a a lot better solution to study is to learn a couple of essential papers that every clarify one key thought behind fashionable AI brokers.
This text is a part of our 5 Enjoyable sequence. In a earlier article, we checked out 5 Enjoyable Papers That Clarify LLMs Clearly. This time, we’re shifting one step additional, from fashions that generate textual content to AI brokers that may motive, use instruments, keep in mind, and collaborate. So, let’s get began.
# 1. ReAct: Synergizing Reasoning and Appearing in Language Fashions
Authors: Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao
This is without doubt one of the finest papers to start out with if you wish to perceive agentic AI. The primary thought is that an agent shouldn’t solely assume, and it shouldn’t solely act — it ought to do each collectively. ReAct introduces a prompting framework the place the mannequin alternates between reasoning steps and actions. The reasoning helps the mannequin plan, observe progress, and recuperate from errors, whereas the actions enable it to work together with exterior environments resembling search APIs, data bases, or decision-making duties. This paper is essential as a result of many fashionable AI brokers comply with this identical primary loop: assume, act, observe, replace, and proceed. If you wish to perceive the muse of huge language mannequin (LLM) brokers, that is the paper to learn first.
# 2. Toolformer: Language Fashions Can Train Themselves to Use Instruments
Authors: Timo Schick, Jane Dwivedi-Yu, Roberto Dessì, Roberta Raileanu, Maria Lomeli, Luke Zettlemoyer, Nicola Cancedda, Thomas Scialom
Device use is without doubt one of the most essential components of agentic AI. A language mannequin could also be good at writing and reasoning, however it might nonetheless wrestle with arithmetic, factual lookup, translation, or present info. Toolformer explores how a language mannequin can study to make use of exterior APIs in a self-supervised manner. The mannequin learns when to name a device, which device to name, what arguments to go, and how one can use the returned lead to its closing reply. The paper contains instruments resembling a calculator, search engine, translation system, calendar, and question-answering system. This paper is essential as a result of it strikes us from “LLMs as textual content mills” towards “LLMs as programs that may determine when exterior assist is beneficial.”
# 3. Generative Brokers: Interactive Simulacra of Human Habits
Authors: Joon Sung Park, Joseph C. O’Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, Michael S. Bernstein
This is without doubt one of the most enjoyable agent papers to learn as a result of it looks like watching a small AI society come alive. The paper introduces generative brokers that simulate plausible human conduct in an interactive atmosphere impressed by The Sims. These brokers get up, make plans, keep in mind previous experiences, mirror on them, speak to different brokers, and coordinate future actions. The important thing structure combines reminiscence, reflection, and planning. This paper is essential as a result of it reveals that agentic conduct isn’t solely about fixing one activity. Additionally it is about continuity: what the agent remembers, the way it updates its beliefs, and the way previous occasions affect future selections. If you wish to perceive why reminiscence and reflection matter in agent design, this paper is a superb place to start out.
# 4. Voyager: An Open-Ended Embodied Agent with Massive Language Fashions
Authors: Guanzhi Wang, Yuqi Xie, Yunfan Jiang, Ajay Mandlekar, Chaowei Xiao, Yuke Zhu, Linxi Jim Fan, Anima Anandkumar
Voyager is an attention-grabbing paper as a result of it takes agentic AI into an embodied atmosphere — on this case, Minecraft. As an alternative of fixing a hard and fast activity and stopping, it continues to discover the world round it, uncover new issues, and develop its library of reusable abilities. The structure has three essential parts: (1) an computerized curriculum for exploration, (2) a ability library for storing executable behaviors, and (3) an iterative prompting mechanism that makes use of atmosphere suggestions and execution errors to enhance. This paper reveals what a long-running agent wants and the way it can constantly enhance by suggestions by interacting with its atmosphere.
# 5. AutoGen: Enabling Subsequent-Gen LLM Purposes by way of Multi-Agent Dialog
Authors: Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, Ahmed Awadallah, Ryen W. White, Doug Burger, Chi Wang
Many real-world duties are too massive for a single agent to deal with cleanly. AutoGen introduces a framework the place a number of brokers can converse with one another to unravel duties. These brokers can characterize completely different roles, use instruments, embrace people within the loop, execute code, and coordinate by dialog. The paper reveals functions throughout coding, arithmetic, query answering, operations analysis, decision-making, and extra. This paper is essential as a result of it explains one of many greatest shifts in agentic AI: shifting from a single assistant to a system of specialised brokers that collaborate. If ReAct explains the essential agent loop, AutoGen explains how that loop can develop into a group.
# Wrapping Up
Collectively, these 5 papers provide you with a robust basis for understanding agentic AI:
- ReAct explains the reason-and-act loop.
- Toolformer explains how fashions can study to make use of instruments.
- Generative Brokers explains reminiscence, reflection, and plausible conduct.
- Voyager explains lifelong studying and reusable abilities in an atmosphere.
- AutoGen explains collaboration between a number of brokers.
Do not attempt to keep in mind the implementation particulars in your first learn. Simply concentrate on the principle thought — as a result of when you perceive these 5 papers, most agentic AI programs will develop into a lot simpler to know. They’re often constructed by combining the identical items: reasoning, motion, instruments, reminiscence, suggestions, planning, and collaboration.
Kanwal Mehreen is a machine studying engineer and a technical author with a profound ardour for knowledge science and the intersection of AI with drugs. She co-authored the e book “Maximizing Productiveness with ChatGPT”. As a Google Era Scholar 2022 for APAC, she champions range and educational excellence. She’s additionally acknowledged as a Teradata Variety in Tech Scholar, Mitacs Globalink Analysis Scholar, and Harvard WeCode Scholar. Kanwal is an ardent advocate for change, having based FEMCodes to empower ladies in STEM fields.

I do know there’s lots taking place within the agentic AI area. You will hear about brokers that use instruments, brokers with reminiscence, brokers that plan, brokers that collaborate with different brokers, and brokers that discover environments on their very own. It may get complicated, and in the event you begin with lengthy survey papers, you will in all probability find yourself much more confused. In my view, a a lot better solution to study is to learn a couple of essential papers that every clarify one key thought behind fashionable AI brokers.
This text is a part of our 5 Enjoyable sequence. In a earlier article, we checked out 5 Enjoyable Papers That Clarify LLMs Clearly. This time, we’re shifting one step additional, from fashions that generate textual content to AI brokers that may motive, use instruments, keep in mind, and collaborate. So, let’s get began.
# 1. ReAct: Synergizing Reasoning and Appearing in Language Fashions
Authors: Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao
This is without doubt one of the finest papers to start out with if you wish to perceive agentic AI. The primary thought is that an agent shouldn’t solely assume, and it shouldn’t solely act — it ought to do each collectively. ReAct introduces a prompting framework the place the mannequin alternates between reasoning steps and actions. The reasoning helps the mannequin plan, observe progress, and recuperate from errors, whereas the actions enable it to work together with exterior environments resembling search APIs, data bases, or decision-making duties. This paper is essential as a result of many fashionable AI brokers comply with this identical primary loop: assume, act, observe, replace, and proceed. If you wish to perceive the muse of huge language mannequin (LLM) brokers, that is the paper to learn first.
# 2. Toolformer: Language Fashions Can Train Themselves to Use Instruments
Authors: Timo Schick, Jane Dwivedi-Yu, Roberto Dessì, Roberta Raileanu, Maria Lomeli, Luke Zettlemoyer, Nicola Cancedda, Thomas Scialom
Device use is without doubt one of the most essential components of agentic AI. A language mannequin could also be good at writing and reasoning, however it might nonetheless wrestle with arithmetic, factual lookup, translation, or present info. Toolformer explores how a language mannequin can study to make use of exterior APIs in a self-supervised manner. The mannequin learns when to name a device, which device to name, what arguments to go, and how one can use the returned lead to its closing reply. The paper contains instruments resembling a calculator, search engine, translation system, calendar, and question-answering system. This paper is essential as a result of it strikes us from “LLMs as textual content mills” towards “LLMs as programs that may determine when exterior assist is beneficial.”
# 3. Generative Brokers: Interactive Simulacra of Human Habits
Authors: Joon Sung Park, Joseph C. O’Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, Michael S. Bernstein
This is without doubt one of the most enjoyable agent papers to learn as a result of it looks like watching a small AI society come alive. The paper introduces generative brokers that simulate plausible human conduct in an interactive atmosphere impressed by The Sims. These brokers get up, make plans, keep in mind previous experiences, mirror on them, speak to different brokers, and coordinate future actions. The important thing structure combines reminiscence, reflection, and planning. This paper is essential as a result of it reveals that agentic conduct isn’t solely about fixing one activity. Additionally it is about continuity: what the agent remembers, the way it updates its beliefs, and the way previous occasions affect future selections. If you wish to perceive why reminiscence and reflection matter in agent design, this paper is a superb place to start out.
# 4. Voyager: An Open-Ended Embodied Agent with Massive Language Fashions
Authors: Guanzhi Wang, Yuqi Xie, Yunfan Jiang, Ajay Mandlekar, Chaowei Xiao, Yuke Zhu, Linxi Jim Fan, Anima Anandkumar
Voyager is an attention-grabbing paper as a result of it takes agentic AI into an embodied atmosphere — on this case, Minecraft. As an alternative of fixing a hard and fast activity and stopping, it continues to discover the world round it, uncover new issues, and develop its library of reusable abilities. The structure has three essential parts: (1) an computerized curriculum for exploration, (2) a ability library for storing executable behaviors, and (3) an iterative prompting mechanism that makes use of atmosphere suggestions and execution errors to enhance. This paper reveals what a long-running agent wants and the way it can constantly enhance by suggestions by interacting with its atmosphere.
# 5. AutoGen: Enabling Subsequent-Gen LLM Purposes by way of Multi-Agent Dialog
Authors: Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, Ahmed Awadallah, Ryen W. White, Doug Burger, Chi Wang
Many real-world duties are too massive for a single agent to deal with cleanly. AutoGen introduces a framework the place a number of brokers can converse with one another to unravel duties. These brokers can characterize completely different roles, use instruments, embrace people within the loop, execute code, and coordinate by dialog. The paper reveals functions throughout coding, arithmetic, query answering, operations analysis, decision-making, and extra. This paper is essential as a result of it explains one of many greatest shifts in agentic AI: shifting from a single assistant to a system of specialised brokers that collaborate. If ReAct explains the essential agent loop, AutoGen explains how that loop can develop into a group.
# Wrapping Up
Collectively, these 5 papers provide you with a robust basis for understanding agentic AI:
- ReAct explains the reason-and-act loop.
- Toolformer explains how fashions can study to make use of instruments.
- Generative Brokers explains reminiscence, reflection, and plausible conduct.
- Voyager explains lifelong studying and reusable abilities in an atmosphere.
- AutoGen explains collaboration between a number of brokers.
Do not attempt to keep in mind the implementation particulars in your first learn. Simply concentrate on the principle thought — as a result of when you perceive these 5 papers, most agentic AI programs will develop into a lot simpler to know. They’re often constructed by combining the identical items: reasoning, motion, instruments, reminiscence, suggestions, planning, and collaboration.
Kanwal Mehreen is a machine studying engineer and a technical author with a profound ardour for knowledge science and the intersection of AI with drugs. She co-authored the e book “Maximizing Productiveness with ChatGPT”. As a Google Era Scholar 2022 for APAC, she champions range and educational excellence. She’s additionally acknowledged as a Teradata Variety in Tech Scholar, Mitacs Globalink Analysis Scholar, and Harvard WeCode Scholar. Kanwal is an ardent advocate for change, having based FEMCodes to empower ladies in STEM fields.















