📚 LLM-as-a-Judge: a Complete Guide on Using LLMs for Evaluations.  Get your copy
Community

7 agentic AI examples and use cases

Last updated:
November 7, 2025
Published:
October 30, 2025

Agentic AI marks a shift from simpler prompt-response systems to active autonomous collaborators. These systems can reason over multiple steps, plan actions, call external tools or APIs, and adapt based on feedback. They can handle complex, multi-step tasks with minimal human input.

Top companies across various industries are already deploying agentic AI for real impact. Financial institutions use AI agents to automate transaction analysis and compliance checks, e-commerce companies employ them for dynamic recommendations, and engineering teams rely on multi-agent systems for code review and test generation. In this blog, we will explore seven agentic AI examples and use cases in the real world. 

🚛 Delivery Hero’s data analyst

Delivery Hero built QueryAnswerBird (QAB), an AI-powered data analyst assistant, to enable employees to query, visualize, and discover business data without code. The solution consists of two components:

  • The Text-to-SQL feature is designed to speed data access. It combines an LLM with retrieval-augmented generation (RAG) to access the company’s internal metadata, documentation, and SQL schemas. Key features include natural-language to SQL conversion, query syntax validation, and table/column usage guides. 
  • The Data Discovery feature helps users explore data to derive business insights. It utilizes a vector store to manage data from the company’s Data Discovery Platform and the Log Checker, which manages user and event data from apps and websites at the log level. The feature includes information acquisition functions that help improve employees’ data literacy by explaining queries and tables and providing guidance on utilizing log data.

Here’s how it works: a user asks a question in Slack, QAB retrieves relevant internal data definitions and examples via vector search, crafts a compliant SQL query tailored to business logic, validates it, and returns the result.

Architecture of QueryAnswerBird (QAB)
Architecture of QueryAnswerBird (QAB). Credit: Introducing the AI Data Analyst “QueryAnswerBird” – Part 1. Utilization of RAG and Text-to-SQL

🛍 eBay’s agentic platform for RecSys

Mercury is eBay’s internal agentic AI platform. It powers LLM-driven recommendation experiences on the marketplace and lets teams efficiently build and scale autonomous, goal-oriented AI workflows:

  • The platform integrates RAG to combine LLM’s outputs with real-time, domain-specific data, ensuring recommendations stay accurate and current. 
  • The Listing Matching Engine bridges the gap between LLM text outputs and eBay’s two-billion-item inventory by converting textual suggestions into relevant live listings. 

Additionally, the platform includes internal models to detect and prevent prompt injection attempts by malicious actors.

Different agent structures in Mercury
Different agent structures in Mercury. Credit: Mercury: Agentic AI Platform for LLM Powered Recommendation Experiences at eBay

🚘 Uber’s enhanced Agentic RAG

Uber uses enhanced Agentic RAG (EAg-RAG) to improve the answer quality of its on-call copilot, Genie. To ensure near-human answer precision of the copilot, Uber adds AI agents at multiple stages: 

  • Query Optimizer reformulates or breaks down ambiguous queries.
  • Source Identifier narrows down the document set. 
  • Post-Processor Agent deduplicates and orders the retrieved context. 

As a result, the share of acceptable answers increased by 27%, and incorrect advice was reduced by 60% compared to traditional RAG architecture.

End-to-end workflow of EAg-RAG architecture for Uber’s on-call copilot
End-to-end workflow of EAg-RAG architecture for Uber’s on-call copilot. Credit: Enhanced Agentic-RAG: What If Chatbots Could Deliver Near-Human Precision?

🎙 Salesforce’s AI agent for event management 

Salesforce built the Ask Astro agent, which is integrated into the Salesforce Events mobile app. The event agent enables attendees to ask natural-language questions, get session recommendations, and manage their personal schedules. 

​​Ask Astro ingests structured event data, like session schedules, and unstructured FAQs, indexed using a hybrid search architecture to improve accuracy. For example, when a user asks, “Which sessions is Marc Benioff doing on Tuesday?” the agent identifies the topic, retrieves sessions, filters by time and speaker, and returns grounded answers.

Data flow for the Ask Astro agent
Data flow for the Ask Astro agent. Credit: How We Built the First Dreamforce Event Agent in 5 Days with Agentforce

💻 Google’s coding agent

Google developed Jules, a massively parallel asynchronous AI coding agent. It assists developers by autonomously performing common coding tasks – for example, it can fix bugs, write tests, and update dependencies. Jules runs tasks in the background: it creates a plan, executes it, runs tests, and reports back with completed pull requests. 

It can run multiple variations of tasks in parallel (e.g., testing different frameworks) and allows developers to review or merge the best outcomes. 

Example use case for Jules
Example use case for Jules. Credit: Jules documentation

💼 LinkedIn’s agentic Hiring Assistant

LinkedIn’s Hiring Assistant is an AI agent designed to automate and support recruiters' hiring workflows. It helps with tasks such as drafting outreach messages, generating screening questions, and sourcing candidates by leveraging LinkedIn’s extensive recruitment data ecosystem.

It is a modular multi-agent system where one “supervisory agent” orchestrates a set of sub-agents, each handling a discrete function (e.g., drafting job description, sourcing candidates, messaging, ranking). The orchestrator coordinates the workflow by decomposing recruiter requests into tasks, invoking the appropriate sub-agent, aggregating their outputs, and presenting the results to the recruiter. 

Hiring Assistant is modeled as separate agent instances, each tied to its own recruiter.

High-level cognitive architecture of Hiring Assistant
High-level cognitive architecture of Hiring Assistant. Credit: Building the agentic future of recruiting: how we engineered LinkedIn’s Hiring Assistant

💬 Booking’s agent for messaging

Booking’s AI agent is designed to streamline communication between accommodation partners and guests by automatically suggesting responses to guest inquiries. It handles incoming messages, such as questions about check-in times, parking, or special requests. 

In response to an incoming message, the system can either:

  • Return a predefined partner-template answer,
  • Generate a free-text custom response when no template fits, or 
  • Opt to not respond automatically if the system lacks sufficient context or the message is restricted. 

The system employs a tool-calling architecture that embeds guest messages, retrieves relevant templates via vector search, pulls contextual data such as reservation and property information, and then reasons using an LLM to determine the best action. The agent runs as a scalable microservice and supports multilingual scenarios.

Booking’s AI agent design overview
Booking’s AI agent design overview. Credit: Building a GenAI Agent for Partner-Guest Messaging

Evaluate AI agents with Evidently

The examples covered here show that agentic AI no longer exists only as demos, but as production deployments delivering measurable business value.

If you are building complex systems like AI agents, you need evaluations to make sure they work as expected – both during development and in production. That’s why we built Evidently. Our open-source library, with over 30 million downloads, makes it easy to test and evaluate LLM-powered applications, including AI agents.

We also provide Evidently Cloud, a no-code workspace for teams to collaborate on AI quality, testing, and monitoring, and run complex evaluation workflows. You can generate synthetic data, create evaluation scenarios, run adversarial tests, and track performance – all in one place.

Ready to test your AI agent? Sign up for free or schedule a demo to see Evidently Cloud in action. We're here to help you build with confidence!

Agentic AI testing and evaluation with Evidently AI

You might also like

🏗 Free course "LLM evaluations for AI builders" with 10 code tutorials. Sign up

Start testing your AI systems today

Book a personalized 1:1 demo with our team or sign up for a free account.
Icon
No credit card required
By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.