Skip to main content

What is agentic AI?

Learn what makes an AI system agentic, how models, tools, memory, orchestration, identity, and evaluation fit together, and where serverless patterns help on AWS.

What is agentic AI?

Agentic AI describes systems in which an AI agent can interpret a goal, choose a sequence of actions, use approved tools, observe the results, and continue until it reaches a stopping condition. The model may help decide what to do next, but the surrounding software still defines identity, tools, data access, limits, evaluation, and human control.

How this topic fits

AI systems

Combine managed foundation models and agents with bounded tools, durable workflows, evaluation, identity, observability, and human control.

What makes an AI system agentic

A chatbot can generate a response without changing another system. An agent has an action loop: it receives a goal and context, reasons about the next step, invokes a tool, observes the result, and decides whether to continue, ask for help, or stop.

Agency is not one feature switch. It is the interaction between a model, instructions, available tools, state, orchestration, and control policies. The more freedom the system has to select actions, the more important its permission boundaries and evaluation become.

The requested outcome, constraints, business rules, and information available for the current task.

The model chooses among explicitly defined capabilities such as search, data retrieval, calculations, APIs, or workflows.

Tool results feed the next decision while limits, approvals, evaluation, and stop conditions constrain the loop.

The architecture around the model

Production agentic systems need more than a prompt and a model endpoint. They need authenticated entry points, scoped tool interfaces, durable task state, short- and long-term memory decisions, workflow coordination, data retrieval, audit records, evaluation datasets, and operational telemetry.

Keep deterministic operations deterministic. Authentication, authorization, money movement, destructive actions, compliance checks, and irreversible changes should use explicit software controls. The model can propose or route work without becoming the only enforcement layer.

Where serverless patterns help

Agent workloads are often event-driven and uneven. A user message, document upload, scheduled review, or business event can start a workflow. Functions can perform bounded tool operations, queues can buffer work, event buses can route state changes, and workflows can coordinate deterministic steps and approvals.

On AWS, Amazon Bedrock can provide model and agent capabilities while Lambda, EventBridge, SQS, Step Functions, API Gateway, and managed data services form the surrounding application. Choose services from the control and failure requirements of the use case, not because the system contains AI.

Controls for production agentic AI

Give every tool a narrow contract and identity. Validate arguments before execution, separate read and write tools, require approval for high-impact actions, limit iterations and spend, and record the model, prompt, tool call, result, and final outcome needed for review.

Evaluate task success, unsafe behavior, unnecessary actions, grounding, latency, and cost with representative datasets. Add fallback paths for model or tool failure and make it possible for a person to inspect, interrupt, retry, or complete the work without reconstructing hidden state.

Use the least-privileged identity and the smallest tool surface needed for the task.

Test the full workflow, including tool selection and side effects, instead of evaluating text quality alone.

Define when the system must ask, stop, escalate, or hand control to an operator.

Go deeper with AWS

Read the primary AWS documentation behind the service definitions and architecture guidance in this guide.

Explore serverless products

Questions about this topic

Browse all serverless concepts

Explore compute, APIs, events, workflows, data, security, reliability, operations, delivery, and AI from one connected AWS serverless learning path.

What is serverless?

Learn what serverless computing means, how it works on AWS, what the cloud provider manages, and which trade-offs still belong to your team.

Read the guide

What is AWS Lambda?

Understand how AWS Lambda runs code, how functions are invoked, where permissions and state live, and when Lambda is a good compute choice.

Read the guide

What is serverless architecture?

Learn how managed compute, APIs, events, queues, workflows, data, identity, and observability fit together in a serverless architecture on AWS.

Read the guide

AWS serverless security

A practical guide to identity, least privilege, event validation, secrets, data protection, dependencies, and incident visibility in AWS serverless systems.

Read the guide

What is agentic AI?

Learn what makes an AI system agentic, how models, tools, memory, orchestration, identity, and evaluation fit together, and where serverless patterns help on AWS.

Read the guide

What is cloud computing?

Understand how on-demand infrastructure and managed services change the way teams provision, scale, pay for, and operate software systems.

Read the guide

What is event-driven architecture?

Learn how producers, routers, and consumers communicate through events, and how to design schemas, delivery, retries, and ownership deliberately.

Read the guide

What is a serverless API?

Understand the request path, authentication, routing, compute, data, throttling, observability, and failure controls behind a serverless API on AWS.

Read the guide

What are serverless workflows?

Learn when explicit workflow state improves retries, branching, parallel work, human approval, visibility, and recovery in distributed applications.

Read the guide

What is Amazon API Gateway?

Learn how API Gateway creates, publishes, secures, monitors, and operates HTTP, REST, and WebSocket APIs for AWS and external backends.

Read the guide

What is Amazon EventBridge?

Understand EventBridge event buses, rules, pipes, schemas, targets, schedules, permissions, delivery, and recovery in event-driven AWS systems.

Read the guide

Make the next serverless decision explicit.

Explore focused products for repeatable work, or bring the architecture decision that needs context and experienced review.