Simple reflex agents
React directly to what they sense using if-then rules, with no memory of past states. Fast and predictable — a thermostat or a spam filter.
Rule-basedA guide, updated by hand
An AI agent is an autonomous software system that perceives its environment, reasons about a goal, and takes action to reach it — without waiting for a human at every step.
An agent is more than a chatbot. It sets sub-goals, uses tools, remembers context, and takes multi-step action.
Takes in the environment — text, images, sensor readings, API responses, or a person's instruction.
A language model or decision engine interprets the input, breaks the goal into sub-tasks, and picks the next action.
Does the work — browsing, writing code, calling APIs, sending email, driving other software.
Holds short-term context and long-term knowledge so decisions stay coherent across many steps.
A continuous perceive–plan–act loop, with tools and memory carrying the work forward.
A goal arrives from a person or an event in the environment.
Breaks the goal into sub-tasks and chooses which tools to use.
Calls APIs, writes code, browses the web, changes files.
Reads back the result and checks it against the goal.
Returns the result, or loops again if the work is not done.
A simulated multi-agent network passing messages between specialised roles.
From simple reactive systems to self-learning networks, each suited to a different kind of task.
React directly to what they sense using if-then rules, with no memory of past states. Fast and predictable — a thermostat or a spam filter.
Rule-basedKeep an internal model of the world so they can act in environments they cannot fully see. Common in robotics and navigation.
State-awareReason about which actions lead to a desired outcome and plan a sequence of steps. Found in game-playing AI and route planners.
PlanningChoose the action that maximises a utility function, balancing objectives that compete. Behind recommendation engines and trading systems.
OptimisingImprove from experience through reinforcement or supervised learning, adapting to new environments without being reprogrammed.
AdaptiveNetworks of agents that collaborate or compete on problems too large for one. Used in supply-chain AI and autonomous vehicle fleets.
CollaborativeFrom your morning alarm to enterprise automation, agents are already part of daily life.
Siri, Google Assistant and Alexa understand spoken commands, manage calendars, control smart-home devices and answer questions without manual input.
Netflix, Spotify and YouTube run agent-style systems that learn your preferences and curate a personalised feed on their own.
Price trackers, product suggestions and checkout assistants that remember what you like and watch for a better deal.
Route planners that re-route in real time, and self-driving systems that perceive the road and decide in milliseconds.
Smart compose, spam detection and priority inboxes learn from your behaviour to surface what actually matters.
Wearables and health apps that track vitals, flag anomalies, prompt you to move, and escalate alerts when something looks wrong.
Agents handle first-line support, route tickets, resolve common questions and escalate the hard cases, cutting response times to seconds.
Query databases, build dashboards, surface anomalies and write the summary — a whole analytics workflow, automated.
Tools like GitHub Copilot and Cursor work as pair programmers, writing, reviewing and debugging code from a developer's intent.
Extract, classify and summarise contracts, invoices and reports — back-office work at a scale people cannot match.
Multi-agent systems that coordinate inventory, logistics and suppliers, adapting in real time when something breaks.
Monitor networks continuously, detect threats, isolate breaches and start countermeasures faster than any human team.
How leading organisations put agents to work outside the lab.
Web automation · OpenAI
A computer-use agent that browses, fills forms, books travel and finishes online tasks on its own — general-purpose web agency at consumer scale.
Healthcare · Google DeepMind
AlphaFold predicts protein structures and speeds up drug discovery. Med-Gemini works as a clinical reasoning agent on complex medical questions.
Enterprise · Palantir
Runs agents across defence and commercial operations — orchestrating data pipelines, generating reports and supporting decisions at machine speed.
Automotive · Tesla
A real-time sensor stack that perceives the road, plans a route and controls the car, learning from edge cases collected across the fleet.
Developer tools · GitHub
Reads an issue, plans the implementation, writes code across files, runs the tests and opens a pull request — end to end.
Logistics · Amazon
Hundreds of thousands of robots in fulfilment centres act as coordinated agents, picking, sorting and routing packages through one orchestration layer.
From rule-based scripts to large reasoning models, in seven steps.
Alan Turing proposes a benchmark for machine intelligence, laying the conceptual ground for agents.
Joseph Weizenbaum builds the first conversational agent at MIT — pattern matching that foreshadowed today's assistants.
IBM's goal-based chess agent beats Garry Kasparov, showing AI could outperform people in a constrained domain.
Watson wins Jeopardy! and Apple ships Siri, putting agents into everyday consumer devices at scale.
DeepMind's reinforcement-learning agent beats the world Go champion, demonstrating superhuman strategic play.
Large language models become the reasoning engine for a new generation of agents.
Claude, GPT and Gemini power autonomous systems that browse, code, plan and collaborate inside real workflows.
Figures behind the fastest-growing category in software. Check the source before citing.
0%
of enterprises deploying AI agents Gartner estimate
$0T
projected AI market size by 2030 Goldman Sachs
0K+
Amazon robots in operation Amazon
0M+
ChatGPT weekly active users OpenAI, 2025
0%
of developers using AI coding tools GitHub survey, 2025
Highlights from the frontier of agent research and deployment.
Developers can orchestrate fleets of specialised agents that collaborate on long-horizon tasks, from software engineering to research.
Read moreMed-Gemini performs at specialist level on clinical reasoning tasks, a milestone for AI-assisted diagnosis.
Read moreMicrosoft reports enterprise adoption of autonomous agents has doubled year on year, covering HR, finance and legal workflows.
Read moreBusinesses must now disclose when an autonomous agent handles a customer interaction, with accountability requirements for high-risk uses.
Read moreThe annual index reports a sharp rise in the share of cognitive tasks handled by autonomous agents across surveyed enterprises.
Read moreBuilding, deploying and monitoring multi-agent systems is consolidating around a smaller set of well-supported libraries.
Read moreThe agentic era is here. Explore the frameworks, tutorials and tools behind these systems.