The previous episode of our agentic series, where we offered a go-to vocabulary, has become our most popular premium subscription post. Nothing surprising βΒ terminology around AI agents is vague and often misleading. People use whatever terms they want, especially in the business world. βBuild me a bot!β β a business inquiry β might actually mean a multi-framework agent that connects different databases, provides communication, and performs analysis. While the vocabulary we created is great (though not perfect, of course), we received feedback: βShow some concrete examples to illustrate this.β Thank you, dear reader; you are absolutely right. We couldnβt provide examples along with the vocabulary due to the newsletterβs size restrictions, but we are doing it now.
However, we have to warn you β it will be brief, because to become aware of AI agents, one needs just to look around. We all have been using AI agents for many years now. We can barely imagine our lives without them.
But why do we talk so much more about AI agents now? Yup, blame β or rather thank β generative AI. LLMs enabled a giant leap towards more autonomy and perceived intelligence in AI agents. Now, with multimodal models improving exponentially, AI agents are rising to a new level.
Still, thatβs not the only thing that LLMs improved. LLMs have also revolutionized how we interact with AI. Beyond zero-shot prompting, LLMs enable agentic workflows, allowing AI to think*, research, revise, and improve iteratively. (*Please consider all antropomorphizing verbs to be inββ). This evolution transforms agents into more adaptable and capable entities.
The pinnacle of these workflows is multi-agent systems, where multiple agents collaborate, breaking down complex tasks into manageable subtasks. This structure enhances control, testing, and maintenance while enabling sophisticated, scalable workflows like parallel or sequential task execution. Although challenges arise, such as the stochastic behavior of LLM agents increasing error risks, multi-agent architectures are a natural evolution. They align with modular development patterns and provide reusable, adaptable solutions, paving the way for the next generation of autonomous systems.
In todayβs episode:
Brief overview of AI agents
Agents in real life (printable)
What is agentic workflow?
Key components of agentic workflows
Levels of autonomy
Broader applications
Examples of current and potential multi-agent systems
Conclusion: A tapestry of intelligence
Bonus: Resources
As a reminder, all AI agents fall under the broad category of autonomous agents, defined by their capacity to operate independently. They perceive their environment, make decisions, and take actions to achieve specific goals. These agents differ based on features such as learning capability, physical form, specialization, or task complexity. Intelligent agents learn and adapt, while rational agents aim for optimal outcomes given their knowledge. Task-oriented agents, bots, and simple agents focus on specific tasks, with varying levels of adaptability. Smart agents operate in dynamic environments, adjusting based on feedback. Embodied agents have a physical form/body, while digital agents operate solely in virtual spaces. AI assistants, copilots, and AI personas interact with humans, offering varying degrees of specialization and personalization. This categorization shows that autonomy and task complexity define an agentβs sophistication, not just its form.
It's important to remember that these categories are not mutually exclusive. Modern AI agents rarely fit neatly into a single box. The terms might overlap significantly, exhibiting characteristics from multiple categories, leading to hybrid forms with diverse capabilities.
Now, letβs take a few very routine things we use every day. They turned out to be agents:


Letβs admit, chatbots are still most of the time frustrating and dumb, but thinking about a smart toilet as your AI assistant is fun. Using the vocabulary we provided you with, you will be able now to distinguish what is what.
Now, to some more advanced stuff.
What is agentic workflow?
Agentic workflows are gaining traction as a more effective way to leverage AI by enabling systems to operate in structured, iterative processes, surpassing the limitations of traditional, single-prompt AI methods. These workflows are designed to manage complex tasks by breaking them into smaller, manageable components, allowing AI agents to interact dynamically, learn from their actions, and adjust strategies based on real-time feedback.
Andrew Ng has been one of the most prominent voices in promoting and explaining this concept. One striking example from Andrew Ng's research shows that even GPT-3.5, when used in an agentic framework, outperformed zero-shot GPT-4 by 10-40% on certain tasks. This illustrates the power of the agentic approach: even older models gain a competitive edge when structured iteratively with proper planning and tool usage.
Key components of agentic workflows
Task Decomposition: Central to agentic workflows is the division of complex tasks into smaller subtasks. This modular approach allows for specialized agents to manage distinct aspects of a problem, enhancing efficiency and accuracy in executionβ.
Iterative Learning: AI agents within these workflows donβt settle for a single output; they refine their actions through iterative cycles, learning from previous steps and improving their outputs. This iterative refinement is especially prominent in applications like code generation, where multiple agents generate, review, and test code until an optimal solution is reachedβ.
Tool Integration and External Resources: Modern agentic workflows incorporate various external tools, allowing AI agents to perform diverse actions such as data gathering, real-time analysis, or even automated task execution beyond their native capabilities. This enhances their versatility and ability to adapt to evolving task requirementsβ.
Multi-Agent Collaboration: In advanced workflows, multiple agents collaborate, each focusing on specific roles or subtasks. For example, in supply chain management, one agent may predict demand while another optimizes inventory and logistics. This collaborative dynamic enhances operational efficiency and allows for parallel processing, increasing overall system effectivenessβ.
Levels of autonomy
Agentic workflows offer different autonomy levels, ranging from basic rule-based automation to fully autonomous systems capable of managing highly complex, real-time scenarios. This scalability allows organizations to choose the level of autonomy that best fits their operational needs and risk toleranceβ.
Broader applications
These workflows are used across industries, including logistics, eCommerce, and smart manufacturing. In coding, multiple AI agents work in tandem to write, review, and test code. In robotics, autonomous systems like drones follow agentic workflows to navigate environments, plan routes, and adjust based on sensory feedbackβ.
Multi-Agent System Examples: Current and Future
By integrating these components, agentic workflows enable AI systems to become more adaptive, autonomous, and capable of solving increasingly sophisticated problems, highlighting the evolution from simple automated processes to truly intelligent systems capable of collaborative problem-solving.
A few such advanced agentic systems, we mentioned last time. Letβs explore this triumvirate of terms that sound like they've been plucked from a sci-fi novel but are indeed rooted in our present and near-future reality: Multi-Framework Agents β Multi-tool Polyglots of AI; Self-Replicating Agents β The Digital Rabbits; Polymorphic Agents β The Shapeshifters. There is a lot of terms overlap that will help us grasp the interlinked essence of AI agents, how to talk about them, and how to build them.
Multi-Framework Agents: Real Examples (AutoGen)
These versatile agents operate across various platforms and formats, adapting seamlessly to different environments. They excel at integrating diverse data sources and operating across multiple technological ecosystems.
AutoGen by Microsoft (present)
Multi-framework agents, like AutoGen, are designed to work across different platforms and environments, adapting their functionality and often collaborating with other agents to solve complex problems. AutoGen's multi-agent approach ensures more reliable and comprehensive responses compared to single-agent systems. For instance, in automated questionnaire answering, AutoGen employs specialized agents for answering questions, checking answers, verifying links, and managing the overall process.
Travel booking agent (future)
Imagine a futuristic travel booking agent that takes the concept of multi-framework agents to new heights. This AI system would:
Integrate with global transportation networks, accommodations, and entertainment venues;
Access real-time weather data and local event schedules;
Analyze your health data to suggest suitable activities and dining options;
Coordinate with your smart home to prepare for your absence;
Sync with your work calendar to optimize travel dates.
This advanced agent would create a seamless, personalized travel experience by harmonizing data from numerous sources and interacting with various systems.
Self-Replicating AI Agents: How They Work
Self-Replicating Agents possess the remarkable ability to create copies of themselves autonomously, a feature crucial for scalability and system resilience.
Kubernetes Autoscaler and AWS EC2 Instances (present)
In the realm of cloud computing, Kubernetes Autoscaler and Amazon Web Services (AWS) EC2 instances demonstrate the power of self-replication. These systems:
Monitor resource utilization and demand;
Automatically create or remove instances to maintain optimal performance;
Ensure applications remain responsive and available during traffic spikes.
Futuristic Nanobot Swarms (future)
Looking beyond software, imagine a future where self-replicating nanobots revolutionize medicine:
A swarm of nanobots is injected into a patient's bloodstream;
They identify areas of disease or damage;
The nanobots replicate themselves using available materials in the body
The growing swarm works collaboratively to repair tissues or combat pathogens;
Once the task is complete, the nanobots break down and are safely expelled from the body.
This futuristic application of self-replicating agents could transform healthcare, offering targeted, adaptive treatments at the cellular level.
Polymorphic AI Agents: Adaptive Systems in Practice
Polymorphic agents adapt their behaviors based on context. Built using polymorphism principles from object-oriented programming (OOP), they share a common interface but specialize dynamically, promoting flexibility and scalability. This allows them to extend functionalities without changing core code, ideal for complex systems needing adaptability. Examples include agents for research, data collection, and fact-checking, all customizing methods while sharing a base class.
Adaptive Manufacturing Robot (almost present)
In smart factories, polymorphic robots demonstrate impressive flexibility. These robots can:
Analyze products on the assembly line using computer vision;
Select appropriate tools and adjust movements for specific products;
Reconfigure end effectors and modify programming for new product variants;
Switch between tasks like welding, painting, and quality inspection based on real-time production needs.
Urban Management AI (future)
Envision a city-wide AI system that adapts its functionality to manage various urban challenges:
During rush hour, it optimizes traffic flow by adjusting signal timings and suggesting alternate routes;
In case of a natural disaster, it switches to emergency response mode, coordinating evacuation and rescue efforts;
On a typical day, it manages energy distribution, waste collection, and public transportation schedules;
During major events, it enhances security measures and adjusts city services to accommodate increased visitor numbers.
This polymorphic urban AI would seamlessly shift its focus and capabilities to address the ever-changing needs of a modern city, showcasing the potential of adaptive AI systems in complex, dynamic environments.
Why Agentic Workflows Are the Next Step in AI
The advent of generative AI has supercharged everything. LLMs have pushed the boundaries of what we thought possible in natural language processing and generation, becoming the foundation upon which more specialized and capable agents are built.
Moreover, the rise of multimodal models marks another leap forward. By integrating understanding across text, images, audio, and video, these models bring us closer to AI agents that interact with the world in ways that mirror human perception and communication more closely.
While the terminology may sometimes seem as complex as the technology it describes, the underlying trend is clear: we're moving towards AI agents and workflows that are more versatile, adaptive, and integrated into our daily lives than ever before. Itβs crucial to understand, however, that both simple and advanced terms donβt exist in isolation. They are part of a rich tapestry that includes more familiar concepts like AI assistants, copilots, and embodied agents. The field of artificial intelligence is less a strict hierarchy and more a Venn diagram with significant overlaps. But if someone asks you to build a bot, most likely he doesnβt know what he is talking about ;)
How did you like it?
Thank you for reading! Share this article with three friends and get a 1-month subscription free!Β π€







