ChatGPT o3 with Deep Research
The 2025 Guide to Agentic AI: Autonomous Agents in Real-World Applications
Executive Summary
Agentic AI – autonomous software agents powered
by advanced AI – is emerging as a transformative technology in 2025. Unlike traditional chatbots that only respond to single queries, agentic AI systems can plan, reason, and act in multi-step workflows toward a user-defined goalblogs.nvidia.comgartner.com.
Gartner has named Agentic AI the #1 strategic technology trend for 2025, envisioning virtual workforces of AI agents that augment and offload human workgartner.com.
Early enterprise adoption is underway: over 51% of companies surveyed in late 2024 report using AI agents in production, with another 78% planning to implement them sooninfoq.com.
McKinsey estimates generative AI (including agentic use cases) could deliver $2.6–4.4 trillion in annual value across 60+ use casesmckinsey.com,
reflecting the massive productivity gains at stake.

Illustration: Concept of an AI-powered agent reasoning over user requests and code. Agentic AI uses LLM-driven
reasoning and tool integration to autonomously complete tasks beyond simple Q&Ablogs.nvidia.comblogs.nvidia.com.
This guide provides a comprehensive overview of agentic AI for enterprise decision-makers and technical leaders. It explains what agentic AI is, how it works,
and where it adds value. We explore applications across customer service, healthcare, finance, software development, and legal/compliance domains, highlighting real-world case studies and early results. For example, autonomous AI agents have boosted
call center productivity by 14% in trialsmckinsey.com,
and banks are prototyping agents to automate loan underwriting and compliance checks that were once purely manualevidentinsights.comevidentinsights.com.
We also profile leading tools and frameworks (e.g. LangChain, AutoGPT, Microsoft’s Autogen, IBM watsonx Orchestrate, Cognosys, Adept) with a feature comparison table to help you navigate this fast-evolving ecosystem.
Critically, we address the challenges and ethical considerations of agentic AI. Greater autonomy brings risks – from AI “going off the rails” without proper
guardrailsgartner.comibm.com,
to hallucinations and errors, to data security and regulatory compliance issues. Performance quality remains the top barrier to deployment, followed by safety and cost concernsinfoq.comventurebeat.com.
The report outlines strategies for managing these risks: robust AI governance, human-in-the-loop oversight, iterative testing, and alignment techniques to keep AI agents trustworthy and on-task.
Looking ahead, 2025 is poised to be a breakout year for agentic AI adoption. Gartner forecasts that by 2026 over 100 million people will routinely collaborate
with AI “virtual colleagues” at workventurebeat.com.
We foresee agentic AI increasingly integrated into enterprise workflows – often “invisibly” behind the scenes – augmenting employees rather than outright replacing them. Organizations that harness agentic AI effectively (while addressing its limitations) will
gain strategic advantage through newfound efficiencies, better customer experiences, and the ability to automate complex processes end-to-end. This guide concludes with actionable next steps for enterprise leaders to pilot agentic AI safely and strategically
in their operations.
Understanding Agentic AI
Agentic AI refers to AI systems characterized by
autonomy, goal-driven behavior, and the capacity to make decisions and take actions without step-by-step human directionibm.commoveworks.com.
In essence, an agentic AI system is composed of one or more AI agents – software entities (often powered by large language models and other AI techniques) that can perceive their environment, reason about how to achieve objectives, and execute tasks
in real timeibm.comblogs.nvidia.com.
Whereas a single AI agent might handle a specific task, an agentic AI solution typically orchestrates multiple agents (a multi-agent system) to collaborate on complex workflows beyond the scope of any one agentmoveworks.commoveworks.com.
Key characteristics of agentic AI:
-
Autonomous decision-making: Agents in an agentic system can analyze situations
and make independent decisions on next steps, rather than just following predefined scriptsmoveworks.com.
They exhibit a degree of “agency” – the capacity to act purposefully towards a goalibm.com.
-
Iterative planning and reasoning: Agentic AI leverages advanced reasoning (often
via LLMs) to break down goals into sub-tasks, consider options, and adjust plans on the flyblogs.nvidia.comhealthtechmagazine.net.
This iterative planning is a step change from static AI responses.
-
Tool use and action execution: Agents don’t just generate information – they
can interface with external tools, APIs, and applications to act on their decisionsblogs.nvidia.comibm.com.
For example, an agent might not only decide the best time to travel, but also book flights and hotels automaticallyibm.com.
-
Goal-orientation and adaptability: Rather than optimizing a single output,
agentic systems are goal-oriented. They monitor progress toward the goal and adapt their actions based on feedback or changing conditions, learning from each iterationblogs.nvidia.com.
This enables handling of dynamically changing scenarios.
Agentic AI vs. Traditional Approaches: Agentic
AI goes beyond previous automation and AI paradigms. The table below outlines key differences:
Approach
|
Description & Limitations
|
Where Agentic AI Excels
|
Rule-based Automation (RPA)
|
Scripts follow pre-defined rules for repetitive tasks. Rigid – breaks if conditions change. No learning or adaptation.
|
Handles unstructured, dynamic tasks that RPA can’t. Can interpret context and make judgment calls (e.g. understanding a support request and autonomously resolving it) rather than just executing
fixed workflowsolive.app.
|
Traditional ML Pipelines
|
Models trained for specific predictions (e.g. classify fraud) in a fixed pipeline. Requires human to integrate outputs into processes.
|
Can orchestrate multiple models/tools to complete an end-to-end process autonomously. More flexible in chaining tasks (e.g. retrieving data, then making a decision, then acting on it) without
human hand-offs.
|
Prompt-Based LLM (Chatbot)
|
One-shot Q&A or content generation from a user prompt. No memory of objectives across turns; user must direct each step.
|
Maintains objectives across multiple steps. Can proactively ask for missing info, perform intermediate calculations/search, and proceed without constant human promptshealthtechmagazine.net.
Essentially, it turns a static chatbot into a proactive problem-solver that initiates actions.
|
Retrieval-Augmented Gen AI (RAG)
|
LLM with knowledge lookup (e.g. search or vector DB) to provide grounded answers. Focused on information retrieval and answer accuracy.
|
Agentic AI often incorporates RAG for up-to-date info, but then acts on that info. For example, RAG might find relevant policy documents; an agentic system will use those
documents to execute a task (draft a compliance report, file an update, etc.). RAG alone doesn’t complete workflows – agentic AI does.
|
In short, agentic AI builds on generative AI techniques by taking the content generation a step further: using AI outputs to achieve specific goals autonomously
in the real worldibm.com.
As IBM’s definition concisely puts it, an agentic AI system can accomplish a specific goal with limited supervision, by deploying AI agents that mimic human decision-making and operate with a high degree of independenceibm.com.
This is a paradigm shift – moving from AI as a passive advisor to AI as an active agent or “virtual teammate” that can carry out tasks start-to-finish.
A simple example: A traditional banking chatbot
might tell a customer their account balance and present a credit card payoff calculator if asked. An agentic AI, by contrast, could detect that the customer’s goal is to become debt-free and proactively offer a plan – it might analyze the customer’s
accounts, suggest which funds to move to pay off a balance, initiate that transaction (with user approval), then schedule a follow-up reminder for next month. The agent has a degree of initiative and orchestration rather than just answering queriesblogs.nvidia.com.
We will see many such examples in the industry use cases.
Technological Foundations
Several advances in AI technology have converged to make agentic AI possible and practical in 2025:
-
Foundation Models as Cognitive Orchestrators: Large Language Models (LLMs)
like GPT-4, PaLM, and others provide the reasoning engine for most agentic systems. These models can parse complex instructions and generate step-by-step plans (“chain-of-thought”) towards a goalblogs.nvidia.com.
In an agentic architecture, an LLM often serves as the chief “brain” that decides what needs to be done, while possibly delegating specialized subtasks to other models or functionsblogs.nvidia.com.
This concept was formalized in research like the ReAct framework, which demonstrated how LLMs can intermix reasoning (thought) and acting (tool use) in an interactive loop to solve problemsarxiv.org.
Modern agent frameworks build on such ideas, using prompts that encourage models to reason about the next action to take (e.g. search the web, call an API, execute code, etc.) and then carry it out.
-
Iterative Planning and Task Decomposition: Agentic AI employs iterative planning
algorithms. A goal is broken into sub-goals and actions, the results of actions are evaluated, and the plan is refined as needed. This loop continues until the objective is achieved or a stopping criterion is met. Techniques like self-reflection (the
agent assessing its own outputs for errors) help improve reliability. For instance, Adept’s ACT-1 agent uses a function called act() to
invoke a reasoning loop: the model generates a detailed step-by-step plan, executes actions, then checks if the goal is met or if further steps are neededadept.ai.
This approach of plan → act → observe → refine is crucial for handling complex tasks. It also aligns with classic AI planning models (sense-plan-act) but now powered by learning-based models and natural language reasoning.
-
Tool Integration and APIs: A hallmark of agentic systems is the ability to use
external tools and services programmatically. This is often achieved via APIs, plugin frameworks, or even direct UI manipulation:
-
API/Plugin Use: Modern agents can call databases, CRM systems, web services,
or enterprise apps through APIs. For example, an agent might call a CRM API to log a meeting or query an inventory DB for stock levels. OpenAI’s function-calling and plugin ecosystem exemplify this, allowing an AI like GPT-4 to execute actions like web browsing,
booking, or running code within a controlled sandbox. Microsoft’s Autogen framework similarly enables complex multi-agent collaborations where agents can invoke tools and even other agents’ capabilitiesevidentinsights.com.
-
UI-Level Actions: In cases where APIs are not available, some agents use RPA-like
UI automation. Notably, Adept’s approach focuses on vision-based agents that observe a computer screen and interact with software like a human user (clicking buttons, typing)olive.app.
This interface-level automation lets an AI agent operate any software a person could, even without formal APIs – useful for legacy systems.
-
Web Browsing: Agents that can navigate websites, fill forms, scrape information
and take web actions (akin to a headless browser controlled by AI) also exist. For example, Cognosys agents run within a browser to perform tasks like data extraction and form submission across web apps, mimicking human web interactions without
needing backend integrationolive.app.
All tool integrations are typically sandboxed with guardrails – e.g., limiting what an agent can do (a finance agent might only make read-only queries or
transactions below a certain amount) to manage riskblogs.nvidia.comblogs.nvidia.com.
-
Memory and Knowledge Management: Autonomous agents require memory to handle
longer tasks and retain context. Two forms of memory are used:
-
Short-term memory (context window): LLMs can carry on a multi-turn interaction
with a running history of prior prompts and actions. This allows the agent to “remember” what has been done so far in the session.
-
Long-term memory: Often implemented via a vector database or knowledge
graph. After each significant step or at intervals, agents can store embeddings of key information and retrieve them later. This helps when an agent needs to recall something from earlier in the day or from a prior session (e.g., a legal agent retrieving that
it has seen a particular clause before).
-
Knowledge integration: Many agents integrate Retrieval-Augmented Generation
(RAG) to fetch relevant domain knowledge when neededblogs.nvidia.comblogs.nvidia.com.
For example, a healthcare agent might query medical literature or a company agent might search internal wikis when facing a novel question. This ensures the agent’s decisions are based on up-to-date and factual information, mitigating the knowledge cutoff
limitations of its base model.
-
Cognitive Architecture & Orchestration: As tasks grow complex, developers design cognitive
architectures that define how multiple agents or components interact. Examples include:
-
Hierarchical agents: e.g., a master planner agent decomposes work and
assigns subtasks to worker agents. Each worker might be a specialist (one for data extraction, one for analysis, one for report writing, etc.), and the master agent integrates their results.
-
Role-based agents: Teams of agents with defined roles – as seen in CrewAI,
which coordinates agents with specific responsibilities in a team (a bit like an AI project team)olive.app.
-
Simulated multi-agent collaboration: Some frameworks simulate multiple personas
or agents via one or multiple model instances that converse and cooperate to solve a problem (as in debate-style problem solving or self-play scenarios).
An example from Capital One’s Chat Concierge agent demonstrates orchestration: it uses four interlocking agents – an “Understanding” agent to gather
customer inputs, a “Planner” agent to draft a plan compliant with policies, an “Evaluator” agent to simulate and validate the plan, and finally an “Explainer” agent to present the plan to the customer for approvalevidentinsights.com.
This structured approach ensures robustness: the evaluator catches issues before any real action is taken, and the explainer keeps the human in the loop.
-
Learning and Improvement Loops: The most advanced agentic systems incorporate
feedback loops so they learn from each task. NVIDIA describes a “data flywheel” wherein the outcomes and data from each agent interaction are fed back to improve the modelsblogs.nvidia.com.
For example, if an agent encountered an error and a human corrected it, that example can be added to fine-tuning data or used to update the agent’s knowledge base, thus avoiding the mistake in the future. This continuous learning is akin to MLOps applied to
agents: monitoring performance, collecting feedback, and retraining or updating prompts/policies to get better over time. It’s worth noting this area is still nascent – ensuring that agents learn safely (without drifting from desired behaviors) is an open
research area.
In summary, agentic AI sits at the intersection of LLMs, planning algorithms, tool use, and feedback-driven learning. A typical agentic workflow might involve: Perception (gather
data from environment) → Reasoning (LLM-driven plan formulation, possibly querying knowledge via RAG) → Action (calling tools or APIs to affect the environment) → Observation (checking results) → Learning (logging the outcome for
future improvement)blogs.nvidia.comblogs.nvidia.com.
These foundations enable the real-world applications we discuss next.
Industry Applications
Across industries, organizations are experimenting with agentic AI to automate complex processes, augment their workforce, and deliver new services. Below we delve
into key sectors and use cases, highlighting real examples and pilot results to illustrate how autonomous agents are being applied in 2025.
Customer Service and Contact Centers
Customer service is at the forefront of agentic AI adoption. Enterprises are deploying AI agents to handle customer inquiries, support tickets, and even voice
calls – going beyond the capabilities of traditional chatbots. Virtual customer service agents can autonomously resolve issues or assist human reps in real time, leading to faster service and lower costs.
-
Augmenting human agents: One major approach is using AI agents as real-time
co-pilots for human support agents. For example, call center agents at a large telecom might have an AI “sidekick” that listens to a customer call (transcribed in real-time), pulls up relevant knowledge base articles, suggests solutions, and even drafts
responses for the human to approve. This dramatically reduces search time and improves consistency. McKinsey studied a deployment of generative AI assistance for ~5,000 customer service reps and found it increased issue resolution rates by 14% per hour
while reducing handling time by 9%mckinsey.com.
Notably, new hires reached proficiency faster – training time dropped from ~6-9 months to ~3 months with AI support, since the agent provides on-demand guidance and recommended scriptsmckinsey.com.
-
End-to-end issue resolution: More ambitiously, companies are testing fully
autonomous agents to handle certain customer requests without human intervention. These agentic bots can carry out multi-step service workflows. For instance, a banking “chat agent” could authenticate a user, look up their loan status, initiate a payment deferment
process, and schedule a confirmation email – all in one conversational session. NVIDIA describes an example of a customer service agent that, when asked about an outstanding balance, not only retrieves the balance but also identifies which accounts could
pay it off and offers to complete the transaction (executing it once the customer agrees)blogs.nvidia.com.
Such agents blend conversation with transactional action, operating like a smart service representative.
-
Personalized and context-aware support: With short- and long-term memory, agentic
AI assistants in customer service can remember context across interactions. They can reference a customer’s past issues or purchases to personalize the interaction. Recent improvements in memory structures enable agents to maintain context about a customer’s
profile and history, allowing for a more human-like continuity in service interactionsmckinsey.com.
For instance, an agent could greet a customer by acknowledging their last call (“I see you contacted us about a router issue last week – is this related or a new issue?”) and adapt its solutions accordingly.
-
Multi-channel integration: These AI agents can work across chat, email, and
voice. In voice calls, an AI agent might transcribe and understand the call, while either whispering suggestions to the human agent or even speaking directly with text-to-speech if it’s a fully automated call. In text channels, they can interface with messaging
platforms or email systems to read and respond coherently. The consistency across channels improves when the same underlying agent logic is used.
It’s important to note that most deployments today still keep a human in the loop for oversight, especially for complex or high-stakes customer interactions.
As one expert observed, trust is a major hurdle – both customers and companies need to trust the AI agent’s answersmckinsey.com.
Some organizations ensure a fallback to humans; for example, if the AI is not confident or a query is sensitive, it seamlessly hands off to a human agent. Others implement validation steps: one bank built an architecture where the AI’s answer is checked for
correctness (e.g. by a secondary model or rule-base) before it’s shown to the customer, and if it fails, the agent tells the customer it will escalate to a humanmckinsey.com.
These precautions help maintain quality and build trust in early-stage deployments.
Overall, agentic AI in customer service promises faster resolution, 24/7 availability, and reduced workload on human staff. Companies like Google (with
its Contact Center AI), Meta, Microsoft, and many startups are actively developing agent-driven customer service solutions. We are already seeing double-digit improvements in productivity and significant reductions in average handling times in pilot programsmckinsey.commckinsey.com.
As these agents become more reliable, we can expect them to take on a larger share of routine inquiries, allowing human reps to focus on complex or high-value customer engagements.
Healthcare
In healthcare, agentic AI has the potential to alleviate administrative burdens, support clinical decisions, and empower patients – all while addressing the industry’s
chronic efficiency challenges. Healthcare is a complex domain with high stakes, so adoption is cautious; however, initial use cases demonstrate significant promise in both clinical and operational settings.
-
Clinical workflow assistance: Doctors and nurses face heavy documentation and
coordination tasks. AI agents are being piloted to automate parts of these workflows. For example, after a surgery, a generative AI can draft patient discharge instructions (using the surgery notes and patient record), and an agentic AI can then ensure
those instructions are delivered to the patient, monitor whether the patient viewed them on the portal, and send medication reminders at prescribed intervalshealthtechmagazine.net.
If a patient reports a concerning symptom in a post-op survey, the agent could automatically flag it to a clinician or even schedule a follow-up telehealth appointmenthealthtechmagazine.net.
This kind of end-to-end follow-through – from information generation to action – could greatly enhance post-care and reduce the chance of oversight in aftercare.
-
Virtual health assistants: Hospitals and digital health startups are creating
autonomous health assistants that interact with patients. These agents can answer health-related questions, triage symptoms (and direct patients to appropriate care), provide medication reminders, and check in on chronic disease patients. For instance, an
agent might converse with a patient with diabetes every day via a chatbot or smart speaker, ask about their diet or blood sugar readings, and based on the input, decide whether to schedule a doctor’s appointment or simply encourage adherence to medication.
Such agents act like always-available care coordinators, helping to fill gaps between appointments. They are especially useful given healthcare workforce shortages – agentic AI is seen as a potential solution to handle routine patient engagement at scalehealthcare-brew.com.
-
Drug discovery and research: In research-heavy healthcare areas, AI agents
can dramatically accelerate data analysis. Agents for scientific research can autonomously sift through vast biomedical literature, formulate hypotheses, and run simulations or analyses. For example, an agent could automate the screening of millions
of chemical compounds by querying databases and applying predictive models to shortlist candidates for a new drug – a task that would take human researchers months. Indeed, one cited use case is agents that help develop new therapeutics faster by screening
billions of compounds and identifying promising combinations for effectivenesshealthtechmagazine.net.
Another is aiding clinical trials: an agent can find patients eligible for a trial (by parsing health records), handle outreach and consent forms, and then monitor incoming patient data for adverse events or trendshealthtechmagazine.net.
By automating these labor-intensive processes, agents free up scientists to focus on decision-making and hypothesis testing.
-
Administrative and operational optimization: Healthcare is burdened by administrative
overhead – some estimates say over 40% of hospital expenses are administrativehealthtechmagazine.net.
AI agents are being targeted at tasks like insurance claim processing and denial management, scheduling, inventory management, and staff planning. For example, an agent might analyze denied insurance claims, compare each denial to similar past cases,
and then auto-generate appeal letters for those likely to be overturnedhealthtechmagazine.net.
In hospitals, agents can continuously crunch data on bed occupancy, staffing levels, and incoming patient flow to recommend scheduling adjustments or resource reallocation to administrators (e.g., suggesting when to open extra ICU beds or calling in backup
staff if predicted ER admissions spike). As one expert notes, hospitals deal with complex logistics – staffing, bed utilization, inventory, quality metrics – and AI agents can rapidly analyze all those data points to recommend efficiency improvementshealthtechmagazine.net.
In the near future, we expect healthcare providers to adopt AI “back-office” agents that handle a lot of routine coordination under human supervision.
Caution & oversight: Given the sensitive and high-risk
nature of healthcare, agentic AI here is deployed with extreme care. These agents must be rigorously validated and usually operate under a human clinician’s oversight or final approval. They are considered augmentation tools rather than independent
decision-makers – e.g., an agent can draft a treatment plan or flag a likely diagnosis, but a licensed provider signs off. Ethical use is paramount: issues of patient privacy (HIPAA compliance), avoidance of bias in treatment recommendations, and explaining
AI-driven suggestions are actively being addressed. Ensuring that agentic AI remains “narrow AI” – i.e., focused on specific tasks with known boundaries – is seen as critical in this domainhealthtechmagazine.net.
Both Nvidia’s and healthcare AI leaders emphasize that current agents, while powerful, are still far from human-level general intelligence and require careful context setting and supervisionhealthtechmagazine.nethealthtechmagazine.net.
Nonetheless, the consensus is that agentic AI could be a game-changer in healthcare by handling the drudgery and complexity that weigh down practitioners
today. Gartner predicts rapid growth in this area – from virtually 0% of software using agentic AI in 2024 to an estimated 33% by 2028 in the enterprise software used in sectors like healthcarehealthtechmagazine.net.
The potential benefits in patient outcomes and operational savings make this a space to watch.
Financial Services
Financial services firms – from banking and wealth management to insurance – are embracing agentic AI to automate complex multi-step processes that involve data
analysis, compliance checks, and customer interactions. Given the heavy regulation in finance, early uses of autonomous agents are often internally-facing or in controlled environments, but the momentum is building quickly.

Trend: Banks are rapidly hiring for “agentic AI” roles. The number of employees working on AI agents at 50 top
banks grew 13× in one year (to ~340 people by Jan 2025)evidentinsights.com,
reflecting investment in building agent-driven solutions.
-
Loan processing and underwriting: Banks are prototyping agents that can automate
loan underwriting by gathering and analyzing all necessary information, a task that usually spans multiple teams. For example, Wells Fargo built an agentic tool capable of re-underwriting loans automatically – the agent retrieves archived documents,
pulls relevant financial data, matches it against internal credit policies, and performs the required calculations to determine a loan’s risk profileevidentinsights.com.
Essentially, it’s doing the work of a credit analyst in seconds. Wells Fargo’s CIO described this as building “compound systems” of multiple agents: different agents handle each step (document retrieval, data extraction, calculation) and pass results to the
next, all coordinated by a defined workflowevidentinsights.com.
The bank used an open-source framework (LangChain’s LangGraph) to design how these agents interact, and interestingly, they optimized costs by matching tasks to the appropriate AI model – simpler tasks go to cheaper models, complex ones to more powerful
modelsevidentinsights.com.
A human still reviews the final output for nowevidentinsights.com,
but even with that human-in-loop, the efficiency gains are substantial.
-
Customer advisory and upselling: Financial institutions are also deploying
multi-agent systems to enhance sales and customer advice. A notable example is BNY Mellon’s “Eliza” platform, which acts as an AI-powered sales assistant for the bank’s relationship managersevidentinsights.com.
Eliza uses thirteen collaborating agents to recommend financial products to clientsevidentinsights.com.
Each agent has a role: some gather information from the client (understand their question and profile), others scour the bank’s entire portfolio of offerings to find relevant products, and yet others might handle personalization for that client segmentevidentinsights.com.
The system, built using Microsoft’s Autogen framework, also has guardrails – e.g., ensuring compliance in the responses and that agents’ outputs stay within approved contentevidentinsights.com.
Currently, Eliza still keeps a human in the loop (final recommendations are reviewed by a salesperson and it doesn’t automatically generate client-ready presentations yet)evidentinsights.com,
but it dramatically cuts down the internal coordination previously needed. Instead of an RM calling multiple product teams for answers, the AI agents coordinate behind the scenes and surface an answer quickly, saving time and improving client response speedevidentinsights.com.
-
Intelligent compliance and legal analysis: Compliance is a labor-intensive
(and costly) aspect of finance that is ripe for agentic AI. JPMorgan’s research arm recently developed a suite of agentic tools under the acronym “LAW” (Legal Agentic Workflow) to assist legal and compliance teamsevidentinsights.com.
These agents handle tasks like extracting specific clauses or dates from legal contracts, comparing documents, and answering questions about contract termsevidentinsights.com.
LLMs alone struggled with such tasks (e.g. GPT-3.5 was <3% accurate at identifying the correct contract termination date in tests), but JPMorgan’s agentic workflow – which breaks the problem into sub-tasks and uses a bit of generated Python code to retrieve
and parse documents – achieved over 95% accuracy in finding the true termination dateevidentinsights.comevidentinsights.com.
This is a striking result, showcasing that with the right orchestration (turning questions into structured actions), AI can dramatically outperform vanilla LLM responses for specialized tasks. Many banks are pursuing similar ideas: Citi Ventures, for instance,
invested in a startup called Norm AI that builds “Regulatory AI Agents” to perform real-time compliance checks and workflow automation for things like KYC (Know Your Customer) and risk managementevidentinsights.com.
Spanish bank BBVA backed Parcha, a company creating AI agents to automate manual compliance and operations tasks (document review, data extraction, onboarding decisions)evidentinsights.com.
These moves indicate a strong belief that agentic AI will be central in containing compliance costs and reducing human error in this domain.
-
Trading and portfolio management: While fully autonomous trading agents run
into risk controls, we see cautious steps here too. Some hedge funds and banks are testing AI agents for tasks like market research and trade planning – an agent that can read news, pull data from financial APIs, generate a trading thesis, and even
execute simulated trades to test a strategy. In wealth management, AI agents can monitor client portfolios 24/7 and alert advisors (or the clients directly via a chatbot) to recommended rebalancing moves or opportunities, essentially acting as a junior portfolio
analyst that never sleeps. These are often advisory in nature (suggesting actions rather than directly trading real funds), given regulatory and risk constraints. However, the productivity boost is clear: routine monitoring and analysis that consumed human
analysts’ hours can be offloaded to agents.
-
Internal operations and IT: Banks are also turning agentic AI inward to improve
their own processes. From HR tasks (an agent that can handle common IT support queries from employees, or automate user access requests) to IT operations (agents that watch system logs and autonomously open incident tickets or even attempt known fixes), there
are myriad back-office uses. For example, Capital One developed an internal developer experience agent to assist software engineers – it can provision development environments, troubleshoot build errors, or suggest code fixes, reducing toil for their
dev teamsevidentinsights.com.
JP Morgan’s AI research team is similarly exploring agents to aid in software code generation and data visualization for internal useevidentinsights.com.
Notably, Uber formed a dedicated Developer Platform AI team and adopted an agentic framework to handle tasks like large-scale code migrations – automating the conversions of thousands of codebase instances as technologies upgradeblog.langchain.dev.
This kind of developer operations automation is proving valuable, showing that agentic AI isn’t just for customer-facing scenarios but also for complex internal technical workflows.
Overall, financial services firms see agentic AI as a way to drive efficiency, reduce manual errors, and scale expertise across their large organizations.
A common theme is starting with narrow use cases with clear ROI. Instead of aiming for a sci-fi “autonomous banker,” they’re deploying targeted agents: one for loan processing, one for compliance doc review, one for IT support, etc. Each agent is specialized
and easier to control. As success stories accumulate (e.g. significant time saved per loan file processed, or faster customer response times), it creates momentum to expand agentic solutions more broadly.
Software Development and DevOps
The software industry is “eating its own dog food” by using AI agents to improve software development itself. Developer productivity and DevOps processes stand
to benefit immensely from agentic AI, as coding and system administration involve lots of repetitive tasks, dependency management, monitoring, and so forth that agents can automate or assist with.
-
Code generation and review: Building on the success of code assistants like
GitHub Copilot, agentic approaches go further by taking on multi-step coding tasks. For example, a developer could specify a high-level objective (“create a REST API with these endpoints and database schema”) and an AI agent can scaffold the project, generate
code for each part, run preliminary tests, and even configure the deployment pipeline. Startups and open-source projects (like Auto-GPT when configured for coding) have demonstrated that an agent can iteratively write code, execute it to test, identify
errors, fix them, and continue until a working program is produced. While results are mixed without human oversight, constrained environments have shown promise. Companies are beginning to integrate such agents for boilerplate code generation, automated unit
test creation, and code review. For instance, an agent can automatically open a pull request with fixes for known vulnerabilities or coding standard violations after scanning a codebase – essentially an AI “junior developer” that continuously refactors trivial
issues.
-
DevOps and “self-healing” systems: Always-on AI agents can monitor infrastructure
and take corrective actions in real time. Imagine a Kubernetes cluster where an AI agent watches metrics and logs: if a service crashes, the agent can attempt a restart; if response times spike, it can auto-provision additional servers; if an alert triggers,
the agent parses it and either solves it (clearing caches, rolling back a bad deploy) or escalates with a summary to human on-call engineers. This concept of AIOps (AI Operations) is gaining traction – it uses agents to reduce the burden of 24/7 ops
management. Some organizations have already implemented AI-driven automation for common incidents (e.g., auto-remediating a full disk or certificate expiration). We anticipate more DevOps agent assistants that handle routine playbook actions, only involving
humans for novel or high-critical issues.
-
Large-scale codebase maintenance: As referenced earlier, Uber’s Developer Platform
team used an agentic framework to handle large code migrationsblog.langchain.dev.
This is a perfect example of a tedious task that agents are suited for – updating thousands of code files (for example, migrating from one library version to another) involves a pattern that can be learned and executed by an agent across the codebase, including
running tests to verify nothing broke. LangChain’s report highlighted that many companies are finding narrow but valuable internal coding workflows for agents, rather than expecting a general “AI coder” to do everythingblog.langchain.dev.
By focusing an agent on a specific workflow (like API endpoint migrations, or automated documentation generation), firms are seeing real productivity wins.
-
Testing and QA: Agents can also automate software testing beyond just generating
unit tests. One approach is using multi-agent systems to test an application by simulating user behavior. For example, one agent could play the role of a user clicking through a web app, while another agent plays an adversarial role trying invalid inputs –
together they can explore the app and detect crashes or security issues. Microsoft researchers have discussed “Jarvis”-like systems where an LLM agent writes test cases and another executes and evaluates them. Additionally, when bugs are found, an agent could
localize the issue and even suggest a fix, creating a closed-loop from bug discovery to patch. This has enormous potential to speed up QA cycles.
-
IT Service Management: Though not strictly software development, a related
area is IT support – companies are using agentic AI to automate internal helpdesk tasks. For example, IBM’s Watson Orchestrate (discussed later) can serve as an IT assistant that handles employee requests like software installations, password resets (even
automatically performing the reset in Active Directory), or onboarding a new hire by setting up all their accountsolive.appolive.app.
These are essentially DevOps tasks (since they touch systems configuration) triggered by natural language requests. By integrating with existing ITSM tools (like ServiceNow or Jira), an AI agent can take in a ticket and carry out the resolution steps if they’re
known, freeing IT staff from repetitive tickets.
The common thread in these applications is automation of the tedious and empowerment of the developer/operator. Engineers remain in control, but agentic
AI handles the grunt work at machine speed. Importantly, organizations like LinkedIn and others have internally deployed AI agents for things like generating SQL queries for business data (making data accessible to non-engineers)blog.langchain.dev.
This “coder in the loop” pattern – where an AI writes code or queries that humans then approve or tweak – is a powerful augmentation.
One strategic consideration is that software teams have the skills to customize AI agents to their workflows, so we see a lot of bespoke internal agents being
built (often with frameworks like LangChain or LangGraph). These can be closely tailored to a team’s tools and conventions, yielding better results than one-size-fits-all solutions. As agentic AI matures, we may see standardized dev agents (perhaps as part
of IDEs or platforms like GitHub’s Copilot X) that come with guardrails to safely integrate into development pipelines.
Legal, Compliance, and Research-Intensive Industries
Professions involving heavy documentation, research, and complex decision logic – such as legal services, regulatory compliance, scientific research, and even
consulting – are increasingly experimenting with agentic AI to amplify human expertise and automate laborious processes.
-
Legal document analysis and drafting: Lawyers and compliance officers deal
with voluminous documents – contracts, regulations, case law – where intelligent agents can help with first-pass analysis and repetitive drafting. As noted, JPMorgan’s “Legal AI” agents achieved impressive accuracy in extracting key contract dataevidentinsights.com.
Beyond that, law firms are exploring agents to review contracts for risky clauses, cross-check new agreements against internal standards, and even suggest edits to make a document compliant with certain laws. Some legal departments use AI agents
to monitor incoming legislation or case rulings: the agent will periodically scan legal databases or government websites for updates in relevant laws (say data privacy regulations), summarize the changes, and even map them to the company’s existing policies
to flag what needs updating. Startups like Harvey (backed by the OpenAI Startup Fund) are integrating GPT-4 based agents into law firm workflows – not to give final legal advice, but to do tasks like drafting a first version of a legal memo, which the attorney
then reviews. This can save countless hours on research and writing.
-
Compliance and auditing: In highly regulated industries (finance, healthcare,
pharma, energy, etc.), compliance teams must constantly ensure that the organization follows rules and that all required reports/audits are done. Agentic AI can serve as a tireless compliance analyst, continuously checking transactions or records against
regulatory criteria. Citi’s investment in Regulatory AI Agents (Norm AI), as mentioned, is exactly in this veinevidentinsights.com.
One can envision an agent that monitors every employee trade in a bank to ensure no insider trading (flagging anything suspicious in real-time), or an agent in healthcare that reviews medical billing codes to catch any that might violate insurance rules. Some
banks are even embedding agents into their employee communications monitoring – scanning emails and messages for compliance triggers (e.g. mention of material nonpublic info) and automatically alerting compliance officers if something looks off. While earlier
systems did this with static rules, an AI agent can learn and adapt, reducing false positives over time.
-
Research assistants in knowledge industries: Whether it’s management consulting,
academia, or R&D departments, a huge part of knowledge work is gathering information and synthesizing it. Agentic AI is like having a junior analyst who can scour millions of sources on demand. For example, in consulting, an agent could be tasked with
doing market research: it will search online for industry reports, extract key metrics and trends, compile comparisons of competitors, and generate a briefing document – all autonomously. It might use tools like web search, PDF reading, and data analysis libraries
to do so. In pharmaceuticals, an agent might formulate a research question (“find all gene targets associated with disease X and any successful drug compounds so far”), then autonomously query PubMed, cross-reference clinical trial databases, and output a
structured report with citations. Projects like GPT-4 + browsing and scholarly databases are early examples of this in action, often referred to as AI research assistants. Ought’s Elicit and other AI tools already automate literature review tasks;
agentic AI takes it further by not just finding papers, but taking actions like ordering documents, emailing authors for data, or running statistical analysis on extracted data – in short, doing the busywork of research.
-
Multi-step investigative tasks: In professions like forensic accounting, journalism,
or intelligence analysis, there are multi-step investigations that can be partially automated. For instance, an investigative journalist could use an agent to sift through leaked data: the agent can iterate – find all emails related to a topic, cluster them
by themes, identify key people, then go online to gather background on those people, etc. It’s like having a team of research interns working 24/7. The human directs the overall strategy while the agent executes a lot of the grunt searches and extractions,
presenting intermediate findings for guidance.
In these knowledge-intensive domains, agentic AI acts as a force multiplier. It doesn’t replace the nuanced judgment and expertise of skilled professionals,
but it handles the laborious groundwork at a speed and scale that humans alone cannot. An important consideration is maintaining accuracy and credibility: e.g., a legal agent must cite sources for every claim to ensure a lawyer can verify themevidentinsights.com.
This is where the design of the agent’s output (with references, logs of actions taken, etc.) is crucial so that the human expert can trust and audit the agent’s work before relying on it.
One early indicator of the promise here: a major consulting firm reported that using a GPT-based internal assistant for research and drafting saved analysts hours
per week, and interestingly improved work quality by injecting broader knowledgemoveworks.com.
When 80%+ of companies plan to adopt AI agents in the next 3 yearsmoveworks.com,
it’s likely many of those will be in these research-heavy functions, because the ROI of shaving off countless hours of low-level research is very high.
Emerging Tools & Frameworks
As interest in agentic AI has surged, so too has the ecosystem of tools and frameworks for building and deploying autonomous agents. Some solutions come from open-source
communities, others from tech giants and startups. Below we highlight a mix of prominent frameworks and platforms, and compare their features in a table for easy reference.
Notable Agentic AI Frameworks and Platforms
-
LangChain and LangChain Hub (LangGraph): LangChain is an open-source
framework that has become a de facto standard for developing LLM-powered applications, including agents. It provides abstractions for chaining prompts, integrating with data sources, and managing memory. LangChain offers a built-in agents module that
lets developers define tool-using agents (with out-of-the-box tools like web search, calculators, etc.), and its recent extension LangGraph enables more structured multi-agent workflowsblog.langchain.devblog.langchain.dev.
LangChain is widely used in enterprise prototyping – one survey found it to be the leading framework for production AI agents in 2024blog.langchain.dev.
It’s favored for its flexibility and large community; however, it requires coding and careful prompt engineering to ensure the agent behaves reliably. Companies like Uber and LinkedIn have leveraged LangChain/LangGraph to build internal AI agent solutions
(e.g., for code migration and data query assistants)blog.langchain.devblog.langchain.dev.
-
Auto-GPT (and AgentGPT/BabyAGI derivatives): Auto-GPT is an open-source
project that went viral in 2023 as one of the first examples of an “AI agent” autonomously attempting to complete tasks you give it. It strings together GPT calls in a loop, generating its own next objectives and thoughts. Auto-GPT inspired many variants (AgentGPT,
BabyAGI, etc.), proving the concept that relatively small Python scripts could transform an LLM like GPT-4 into a multi-step autonomous agent. However, early versions were brittle and prone to going in circles or getting confused. By 2024, these community-driven
projects have improved with features like memory and better task decomposition, but they remain more experimental than enterprise-ready. They are great for demonstration and have a passionate developer following, but enterprises typically need more controllable
and secure frameworks. Still, Auto-GPT deserves credit for popularizing the term “agentic AI” to a broader audience and spurring a wave of innovation. It remains a useful sandbox for trying out agent ideas with minimal setup (all you need is an API key for
an LLM).
-
Microsoft Autogen (open-source): Autogen is Microsoft’s open-source
framework designed to facilitate complex multi-agent scenariosevidentinsights.com.
It allows developers to spin up multiple AI agents that can converse and collaborate, with features for defining each agent’s persona, tools, and the communication protocol between agents. Microsoft has used Autogen to demonstrate things like agents that can
debate and refine answers (two GPT-4 instances talking to each other) or an ensemble of specialist agents solving a problem together. In enterprise contexts, Autogen is powerful for scenarios requiring coordinated efforts among agents, such as the BNY
Mellon sales example with 13 agents working in concertevidentinsights.com.
Because it’s Azure-native, Autogen can integrate with Microsoft’s cloud services and security. Think of it as an enabler for building an agent society – it handles the orchestration logic, messaging between agents, and tooling integration, so you can focus
on agent roles and content. It’s ideal for sophisticated applications where you might have, say, a financial advisor agent, a market data agent, and a compliance agent all interacting to come up with a answer for a user query.
-
IBM Watsonx Orchestrate: IBM’s Watsonx Orchestrate is a commercial platform
targeting enterprise process automation via AI agents. It is presented as a digital worker that can integrate with business applications (like SAP, Salesforce, Workday, Outlook, etc.) to perform tasks such as scheduling meetings, managing workflows, sending
emails, and moreolive.app.
The emphasis is on broad enterprise integration: Watsonx Orchestrate comes with connectors to many enterprise systems so the agent can act across different software. For example, it could take a sales order from an email, enter it into SAP, update a
Salesforce opportunity, and notify the relevant salesperson – all automatically. IBM highlights security, compliance, and an emphasis on keeping the AI “on rails” for enterprise use. It’s essentially a marriage of their RPA capabilities with generative AI
– bringing the flexibility of natural language understanding to the world of enterprise automation. Companies transitioning from traditional RPA often consider Watsonx Orchestrate or similar tools, since it can leverage existing automation libraries but make
them smarter (able to handle exceptions or interpret free-form language)olive.app.
-
Adept’s ACT-1: Adept AI is a well-funded startup focusing on agents
that can perform “computer tasks for you.” Their flagship model ACT-1 (Action Transformer) is unique in that it is multimodal – it sees the pixels on your screen and can click/type like a human. Adept’s agent is trained to use software by watching how
humans do it (they reportedly trained on countless demonstrations across different applications). The result is an agent that could, for instance, take a natural language command “Book me a flight to London next Monday” and then actually open a browser, navigate
to a travel site, fill out the form, and complete the booking. Adept uses a proprietary scripting language called Adept Workflow Language (AWL) to allow mixing high-level natural language instructions with precise commandsadept.aiadept.ai.
This gives developers control: you can write part of a workflow in code and leave parts to the AI. Adept’s approach shines for interface-level automation where no APIs exist – much like a human assistant who can operate any software by looking at it. One challenge
is that it requires robust computer vision and the ability to adapt to new UIs, which Adept has invested heavily in. It’s a promising route for enterprises that want to automate legacy systems or user-interface-heavy processes where developing APIs is too
costly. (Adept is currently in private beta with enterprise partners, but their research updates suggest strong progress in reliabilityadept.aiadept.ai.)
-
Cognosys: Mentioned earlier, Cognosys is an emerging platform that allows
users to deploy fully autonomous agents in their browser. It’s essentially a user-friendly front-end to set objectives and let an agent run tasks on the web. Cognosys emphasizes ease of use – you can “give objectives, not just questions” and the agent will
break the goal into sub-tasks and carry them out onlinecognosys.ai.
For example, you could instruct it to “compile a weekly report on the latest AI trends” and it will perform web searches, read articles, summarize findings, and perhaps email you the report. Cognosys agents can interact with popular web apps (Gmail, Google
Drive, Notion, etc.) through built-in integrationscognosys.ai.
They pitch it as a personal digital worker in your browser. Under the hood, it likely uses a combination of headless browsing and API calls. For businesses, Cognosys could be a lightweight way to automate web-based workflows (like a marketing agent that gathers
competitor pricing from websites, or an operations agent that fills online forms). Since it runs in the browser sandbox, it’s relatively safe to try out without heavy IT integration – though for large scale deployment, more control would be needed.
-
CrewAI: CrewAI is a framework (noted by IBM and others) designed for multi-agent
collaboration with role delegationolive.app.
As the name suggests, it lets you configure a “crew” of agents, each with specific roles, that work together on a task. This is useful for modeling workflows that naturally have different stages or specialties. For example, in a marketing content generation
scenario, you might have a Writer agent, an Editor agent, and a Fact-checker agent. CrewAI would provide the infrastructure to assign those roles, allow them to communicate (the Writer produces a draft, the Editor refines it, the Fact-checker
verifies claims), and produce a final output. The framework likely handles message-passing between agents and integration of their outputs. CrewAI is an example of the trend toward modularizing AI agents – instead of one monolithic agent that tries
to do everything, you have a swarm of focused agents doing their part (which can be easier to troubleshoot and optimize). Some open-source projects like MetaGPT also explore this concept, breaking software engineering tasks into manager and coder agents, etc.
-
Enterprise SaaS with embedded agents: Beyond dedicated agent platforms, many
software vendors are embedding agentic AI features into their products:
-
Microsoft 365 Copilot and Copilot Studio: Microsoft is integrating agent capabilities
into Office apps. For example, Copilot in Excel can not only write a formula but also execute multi-step analysis: “Analyze this dataset and build a summary presentation” – it will create pivot tables, charts, and then produce a PowerPoint. Copilot
Studio (announced at Ignite 2023) will let organizations build custom internal agents that connect to their data and processes within the M365 ecosystemolive.app.
A company could create, say, a “Sales Pipeline Copilot” that understands their CRM data schema and can answer questions or take actions (like highlighting overdue leads and emailing the sales reps with a nudge).
-
UiPath and RPA vendors: RPA leaders like UiPath are adding AI agent capabilities
to move beyond static scripts. UiPath’s platform now allows integration of LLM-based decision making, so a UiPath robot can encounter an unknown scenario (like an invoice in a new format) and call an AI to interpret it, rather than failing. They explicitly
market that UiPath + AI can handle unstructured tasks and real-time decisions, bringing agentic qualities to what was historically deterministic automationolive.app.
This path is attractive to enterprises that have invested in RPA – they can upgrade their bots with AI brains.
-
ServiceNow: ServiceNow’s workflow automation in IT service and HR is being
enhanced with generative AI so that it can not only route tickets but resolve them with AI actions. Their vision is an “AI-powered service desk” where the system can perform actions like resetting accounts, providing knowledge article answers, and orchestrating
cross-department workflows without waiting on human interventionolive.app.
-
Vertical-specific platforms: Many vertical SaaS companies are introducing agentic
features. For example, LivePerson (customer engagement) has AI agents for handling customer chats and SMS conversations end-to-end for common issuesolive.app. Workday (HR
software) is embedding agents to automate parts of finance and HR processes – imagine an agent that automatically flags expense report anomalies or suggests job candidates from a databaseolive.app. Zapier (automation
for web apps) launched Zapier AI to let users include LLM-powered steps in their workflows (like transforming data or drafting text), inching toward agents that can do complex multi-app processes with minimal user promptolive.app.
-
Others: There are dozens of startups – e.g., Orby offers pre-built micro-agents
for small businesses (like an agent to manage your calendar or emails)olive.app.
Many of these are packaging up GPT and tool integrations in user-friendly ways.
Given this landscape, enterprises have to choose between building with flexible frameworks (like LangChain, Autogen) or buying ready-made platforms/agents (like
IBM Orchestrate, or vertical solutions). Often, a hybrid approach is taken: use open frameworks for unique internal needs, and use commercial platforms for standard use cases (customer service, IT automation, etc.) where those platforms have mature offerings.
Below is a comparison of some representative agentic AI platforms:
Platform / Framework
|
Strengths & Focus
|
Example Use Cases
|
Deployment
|
LangChain / LangGraph (open-source)
|
Developer-friendly building blocks for custom agents; large tool/plugin ecosystem; supports memory, multi-agent via LangGraph.
|
Rapid prototyping of any agent use case; internal custom agents (e.g., data assistants, domain-specific bots). Used by Uber for code migration agentblog.langchain.dev.
|
Self-host or cloud; Python/JS library to integrate into apps.
|
Auto-GPT (open-source)
|
Fully autonomous goal-driven agent experiment; minimal setup to run with GPT-4; large community extensions.
|
Experimental automation of small tasks (e.g. research an idea and create a report). Tech enthusiasts automating personal tasks.
|
Self-host (Python script); requires API keys (no UI by default).
|
Microsoft Autogen
|
Multi-agent orchestration with native Azure integration; good for complex workflows needing agent collaboration; enterprise security via Azure.
|
Multi-agent enterprise scenarios (e.g., BNY Mellon’s 13-agent sales advisorevidentinsights.com);
agents that use Microsoft 365 or Azure services.
|
Azure Cloud or open-source package; integrates with Azure OpenAI, etc.
|
IBM Watsonx Orchestrate
|
Enterprise process automation with AI; pre-built connectors to business apps; focus on assisting knowledge workers (scheduling, data entry, CRM updates).
|
Digital “executive assistants” for employees (manage emails, calendars); automating cross-app workflows in HR, finance, customer supportolive.app.
|
Cloud service (IBM Cloud) with enterprise onboarding; no-code interface for users.
|
Adept ACT-1
|
Vision-based UI automation; can operate software like a human; AWL language for mix of code and NL instructions.
|
Interface-driven tasks (e.g., navigate internal legacy software to pull data and compile report); automating software without APIs (filling forms, clicking GUI).
|
Private beta (cloud-based); likely will offer enterprise on-prem options.
|
Cognosys
|
Browser-native agents for web tasks; user-friendly objective-setting; integrates with common web apps.
|
Web research and monitoring (e.g., compile market intel weekly); automating web form submissions or data extraction from websites.
|
SaaS web app (runs in user’s browser); agents execute in cloud if heavy tasks.
|
CrewAI (framework)
|
Structure for multi-agent teams with roles; ideal for distributed problem solving where sub-tasks need different expertise.
|
Complex tasks broken into roles – e.g., content creation pipeline (ideation agent, writing agent, editing agent working together).
|
Open-source/SDK (often used in Python with LLMs); integrate into custom solutions.
|
UiPath + AI
|
Combination of RPA and AI; allows adding LLM decision nodes in RPA workflows; enterprise-grade governance.
|
Organizations extending RPA bots to handle unstructured inputs (like reading emails and acting on them); step-by-step business process with both rule-based and AI steps.
|
Enterprise software (UiPath platform); cloud or on-prem.
|
LivePerson AI
|
Domain-specific (customer engagement) with agentic chatbots that can transact and handle full conversations; analytics and human fallback built-in.
|
Customer service virtual agents for retail, telecom, etc., that complete orders or troubleshoot without human help, across chat and voice channels.
|
SaaS platform; offers connectors to messaging channels and integration APIs.
|
(Table: A selection of agentic AI platforms in 2025, illustrating the range from open-source frameworks to turnkey enterprise solutions. Each balances autonomy,
integration, and control differently – from developer-centric tools to business-user-friendly automation.)
It’s worth noting that this ecosystem is evolving rapidly. New frameworks are announced frequently (for example, OpenAI may integrate more agent capabilities directly
into its API offerings, and startups like Dust, Pinecone (for memory), etc., keep adding agent-oriented features). Open standards may eventually emerge – there is early talk of “Agent protocols” to allow different agents to communicate across
platformslinkedin.com.
For now, enterprises should choose the tools that best align with their talent (do you have developers to customize or need out-of-box solutions?) and use cases (is the domain very specific or a common process?).
Regardless of choice, a critical factor is governance features – ensure the framework allows monitoring agent actions, setting permission scopes (e.g.,
read-only vs write access), and injecting human approval steps if neededinfoq.com.
Many of the enterprise-focused platforms have these controls given the importance of safety.
Challenges and Ethical Considerations
While the potential of agentic AI is exciting, it comes with a host of challenges and ethical considerations that organizations must address. These range from
technical hurdles (like getting the AI to reliably do the right thing) to broader issues of trust, oversight, and societal impact. Below we outline the key challenges and how to think about mitigating them:
1. Reliability and Accuracy: Today’s AI agents,
especially those powered by LLMs, can make mistakes – or even entirely fabricate information (“hallucinations”). In an agent context, a hallucination isn’t just a wrong answer; it could lead to a wrong action. For example, an agent might misunderstand
a customer request and execute an unintended transaction, or mis-summarize a policy causing a compliance error. In surveys, performance quality is cited as the #1 barrier to deploying AI agentsinfoq.com.
Ensuring reliability requires multiple strategies:
-
Validation and Error Checking: Incorporate verification steps in the agent’s
workflow. As noted, one bank added a hallucination check – the agent’s answer is verified by another model or logic, and only released if confidence is highmckinsey.com.
If not, it gracefully fails or asks for clarification rather than acting on possibly wrong info.
-
Restricted Autonomy: Initially, many enterprises restrict what actions an agent
can autonomously take. According to a LangChain report, larger enterprises often limit agents to read-only or advisory roles until trust is builtinfoq.com.
The agent might prepare an action (like a payment or email) but require a human click to execute it. This mitigates damage from errors.
-
Testing and “agent QA”: Agents should be thoroughly tested with simulation
of various scenarios (including edge cases) before deployment. This is akin to software QA, but also needs to account for unpredictable AI outputs. Some firms conduct pilot rollouts in sandbox environments or with friendly users to observe agent behavior and
correct flaws.
2. Safety, Misalignment and “Going Off the Rails”: By
design, autonomous agents will try to achieve their goals, and if not properly aligned with human intentions, they might do so by undesirable means. IBM notes that an agent’s autonomy, while its strength, can lead to serious consequences if it goes off
the railsibm.com.
The classic hypothetical examples:
-
An agent told to increase engagement might start spamming users with sensational content (misaligned optimization)ibm.com.
-
An agent managing inventory might decide to discard “less important” items to optimize space, even if those items are needed – simply because its reward function was mis-specified.
-
More subtly, multiple agents interacting could lead to unpredictable feedback loops (one agent’s actions confuse another, causing a loop or cascade of errors)ibm.com.
To tackle this:
-
Goal design and constraints: Clearly define the goals and constraints for the
agent. Avoid open-ended or ambiguous objectives. Include ethical constraints explicitly (e.g., “never lie to the user”, “don’t violate compliance rules”). If using reinforcement learning, design reward functions carefully and include regular audits to see
if the agent is exploiting loopholesibm.com.
-
Guardrails and Kill-switches: Implement hard safety checks – if the agent is
about to do something outside its allowed scope, it should be stopped. For instance, ensure a trading agent cannot exceed preset risk limits, or an agent cannot send external communications without approval if that’s a concern. Role-based access control is
critical: an agent should have the minimum permissions necessary for its task (the principle of least privilege)olive.app.
If it only needs to read a database, give it read-only access, etc. Many platforms provide governance dashboards to monitor agent actions in real time and the ability to halt agents if abnormal behavior is detected.
-
Multi-agent failure handling: If you deploy multiple agents, consider using
an “overseer” agent or simple monitoring script that can detect deadlocks or erratic behavior (like agents sending repetitive messages back and forth) and intervene or reset the system.
3. Data Privacy and Security: Agents often need
access to sensitive data to be useful (customer records, financial data, patient information). This raises concerns:
-
Data Leakage: An agent could inadvertently expose private data in its outputs
(e.g., including a customer’s personal info in a response shown to another customer, due to a glitch or prompt mix-up). Or if using third-party APIs (like an external LLM service), sensitive data might be sent to an external server. Companies must enforce
data handling policies – using on-premise models for sensitive data, anonymizing data, or using features like OpenAI’s function calling which keeps data local for tool execution.
-
Security of actions: An agent with action capabilities is like a new kind of
user in your systems – one that works at machine speed. Proper authentication and logging of agent actions is needed so you have an audit trail. For instance, if an agent performs a database update, it should log under a distinct agent ID, so it’s clear in
audit logs that it wasn’t a human. Agents should be subject to the same (or stricter) security controls as human users – e.g., if an agent tries to access data it’s not permitted to, your existing IAM (Identity and Access Management) should stop it.
-
Adversarial exploitation: There’s also the risk of external actors trying to
manipulate your AI agents (through prompt injection attacks or feeding malicious data). If your customer-facing agent reads from the web, a bad actor could create content that exploits the agent (getting it to output something harmful). Defending against this
is a new area of security research – ideas include sanitizing inputs, adversarial testing, and limiting the agent’s ability to execute unknown instructions from external sources.
4. Ethical Use – Bias, Fairness, Transparency: AI
agents can inadvertently act in biased ways if their underlying models or data are biased. For example, a hiring agent might rank male candidates higher due to historical bias in data. Or a customer service agent might offer better perks to some customers
based on improper correlations. Ensuring fairness is crucial:
-
Diverse training and testing: These agents should be tested on diverse scenarios
to see if there’s disparate performance or outcomes for different groups.
-
Rules and oversight: Organizations may need to hard-code certain fairness rules
or at least have humans review AI-driven decisions in sensitive areas (like loans, hiring) to ensure no unjust bias.
-
Transparency: It can be difficult to explain AI agent decisions, but for user
trust and regulatory compliance, some level of explainability is needed. If an agent denies an insurance claim, it should ideally provide the key reasons or factors, not just a black-box “no”. This may involve making the agent generate a rationale or having
a parallel system that traces the decision logic (for instance, logging which data and rules influenced the outcome).
-
User consent and comfort: There’s also an ethical element in how we present
agentic AI to users or employees. Users should know when they’re interacting with an AI agent versus a human (to maintain trust and manage expectations). Likewise, employees should be informed if AI agents are monitoring their performance or communications,
to avoid a Big Brother scenario.
5. Human Displacement and Job Impact: Agentic AI,
by automating complex tasks, raises the question of job displacement. Many routine knowledge work tasks might be handled by AI, potentially affecting roles in customer support, research analysis, entry-level law, etc. The ethical approach recommended by experts
is augmentation over replacement – using AI to handle grunt work and enable employees to focus on higher-value tasks. Enterprises should plan for workforce transition: retraining or repositioning staff whose tasks are automated, and perhaps shifting
them into more supervisory or creative roles that AI cannot do. In the near term, it appears most companies are using agents to support employees (e.g., copilot paradigms) rather than outright replace themmckinsey.commckinsey.com,
but this could change as technology improves. Being proactive in communicating how AI will be used and investing in employee training are key ethical steps. In fact, many companies report that change management and employee trust are big hurdles – if
workers don’t trust the AI or fear it, adoption stallsmckinsey.commckinsey.com.
Including employees in the process, gathering their feedback on agent outputs, and gradually increasing AI involvement helps ensure a smoother integration.
6. Regulatory Compliance: There’s a dynamic regulatory
environment evolving around AI. The EU’s AI Act, for example, will impose certain requirements on “high-risk AI systems” which could include autonomous agents used in finance or HR (e.g., an agent involved in hiring decisions might be classified as high-risk).
It may require transparency, human oversight, record-keeping, and risk assessment for such systemsmckinsey.com.
In the US, sectoral regulations (like FTC guidelines on AI in consumer interactions, or FDA oversight for AI in healthcare devices) are relevant. Companies deploying agentic AI should track emerging regulations and ensure their systems can comply –
this often means building in features to log decisions, provide explanations, allow human override, and so on. Gartner predicts that by 2027, over 50% of enterprises will have implemented AI governance programs to deal with these issuesventurebeat.com.
Establishing an internal AI ethics board or governance team is a good practice now, to evaluate each agent use case for potential ethical/legal issues and set usage policies.
In summary, trust is the golden thread across these challenges. Users need to trust the agent’s outputs, employees need to trust it won’t harm them, and
management needs to trust it won’t blow up in their faces legally or financially. Building that trust takes technical safeguards (some discussed above) and cultural work – educating stakeholders about what the agent can and cannot do, being transparent
about errors, and continuously improving the system. The organizations that manage to harness agentic AI with proper controls will have a significant advantage, whereas those that rush in without addressing these challenges could face failures or backlash
that set them back.
2025 Outlook and Predictions
As we move further into 2025, the trajectory for agentic AI points toward both exciting advancements and a few reality checks. Below are some key outlooks
and predictions for the coming year and beyond, based on current trends and expert analyses:
-
From Early Adopters to Mainstream Pilots: 2023 and 2024 saw pioneering prototypes;
2025 will see broader pilot programs across industries. McKinsey’s latest AI survey indicates a large majority of companies are at least experimenting with generative AI, and agents are the next frontiermckinsey.com.
We expect that by end of 2025, many mid-to-large enterprises will have run at least one agentic AI pilot in a core business function (be it a customer service agent, an internal process automator, or a decision support agent). Gartner forecasts that by 2026, more
than 100 million workers will interact with AI agents or “robo-colleagues” regularly, and nearly 80% of prompting will be semi-automated (i.e., AI helping to form prompts/tasks)venturebeat.com.
This suggests that working alongside AI agents will become a normal part of white-collar work in just a couple of years.
-
Productivity gains, but unevenly distributed: Those pilots that succeed can
deliver quick wins – early case studies show double-digit percentage improvements in productivity metrics (like the 14% higher resolution rate in call centersmckinsey.com,
or 10+ hours saved per week for certain rolesblog.langchain.dev).
However, these gains will not be universal overnight. We foresee a period where a few leading firms (and teams within firms) achieve outsized benefits by effectively integrating agents, while others struggle either due to technical challenges or organizational
resistance. The competitive pressure will mount: seeing rivals do more with less via AI could drive faster adoption. Conversely, failures or high-profile errors by autonomous agents might make some firms pump the brakes until solutions mature.
-
Improved Agent Capabilities: Technically, we anticipate rapid improvements
in agent reasoning and tool use. The underlying models (LLMs) are likely to get more powerful (OpenAI, Anthropic, Google all have next-gen models on the way). But beyond that, software advances will reduce agent stupidity – e.g., better memory management
to prevent context drops, more deterministic planning via structured prompting, libraries of vetted “skills” agents can use safely, etc. Researchers are working on techniques like self-correction (agents catching and fixing their mistakes) and multi-agent
debate (agents checking each other’s outputs) to boost reliabilityinfoq.com.
By late 2025, we might see agents that can handle more complex tasks start-to-finish without human help, tasks that today still trip them up. For instance, expect strides in multi-modal agents (ones that can process images or diagrams plus text) which
opens up use cases in manufacturing (reading instrument dials or blueprints) and healthcare (analyzing X-rays + medical notes together).
-
Multi-Agent Systems and Collaboration: An emerging theme is agents working
together. So far, most deployments have been single-agent. But multi-agent approaches (like the ones we discussed in finance and content creation) will gain steam as templates get refined. There’s a prediction that improved multi-agent collaboration capabilities
will unlock more complex workflows by 2025infoq.com.
We might see standardized “agent teams” for common processes – e.g., a pre-configured trio of agents for HR onboarding: one interacts with the new hire, one updates IT systems, one handles paperwork. Having multiple specialized agents could improve robustness
(they check each other) and performance (each is expert in its niche). However, managing multi-agent systems brings complexity, so expect frameworks like Autogen, CrewAI, etc., to invest in better orchestration tooling.
-
Convergence with RPA and BPA (Business Process Automation): Rather than existing
in a vacuum, agentic AI is set to converge with traditional automation. We are already seeing RPA vendors and workflow automation platforms integrating LLMs; in parallel, AI-native companies are adding connectors to business software. By late 2025,
the line between an “AI agent” and an “automation script” will blur. Many companies will run hybrid workflows where AI handles the fuzzy decision parts and conventional scripts handle the deterministic parts. This convergence is healthy – it will bring more
reliability (via traditional software guardrails) to AI agents, and more flexibility to RPA. In practical terms, it means if you have, say, a procurement workflow automated 70% with RPA, plugging in an agent to handle the remaining 30% of judgment calls may
finally fully automate it. Gartner even calls this fusion a key trend: “agentic automation” where generative AI and RPA combine to tackle tasks end-to-endolive.app.
-
Vendor Landscape Shakeout: With the gold rush of AI startups, we anticipate
by end of 2025 some consolidation. Larger players (Microsoft, Google, Salesforce, IBM, etc.) will likely acquire or outcompete some smaller agent platforms, incorporating their features into broader offerings. For example, Microsoft’s Copilot ecosystem could
subsume some capabilities of independent agent startups by offering a natively integrated solution. Open-source will still thrive as a testing ground (LangChain isn’t going anywhere), but enterprises might gravitate to a few trusted platforms for mission-critical
use, perhaps those that prove themselves on security and support (could be an IBM, Microsoft, or a well-backed startup that emerges as leader). Analyst firms expect a sort-out: by 2025-26, clear leaders in enterprise agentic AI platforms will emerge,
and others will pivot or fade.
-
Regulation and Standards: On the regulatory front, 2025 will bring more clarity.
The EU AI Act is expected to come into force around 2025-2026, which will impose classification and requirements. We predict companies will start to self-regulate ahead of that: implementing AI governance frameworks internally (many already are) and
documenting their AI systems thoroughly. Possibly, industry consortia will issue guidelines or standards for autonomous agents (for example, a standard for audit logging of agent decisions, or certifications for AI systems similar to ISO certifications for
software). Governments might also start using agents (for citizen services, internal automation), which will make them invest in standards for safety and ethics, trickling down to industry. Broadly, the trend is towards more accountability for AI: expect
that by end of 2025, it will be more common for AI agents to identify themselves (“I am an AI”) and provide rationale for important decisions, due to both policy and demand for transparency.
-
“Invisible AI” integration: A term being floated is “invisible AI” –
meaning AI that’s so well integrated into workflows that users don’t even realize an AI is involved. 2025 might see the start of this, especially for internal processes. Employees might raise a request in natural language (“Need access to Salesforce and Jira
for the new project”) and behind the scenes an agent handles it. To the employee, it feels like the system just magically worked. Similarly, customers might call a support line and get their issue resolved quickly, not realizing an AI drafted most of the solution
that the human agent delivered. This subtle integration – not making AI a gimmicky presence, but a seamless component – will indicate a maturation of the tech. The best agentic AI, some say, will be almost boring in how smoothly it operates, as opposed
to clunky bots of the past.
-
Realistic Expectations – the Hype Trough: It’s also worth noting that we may
experience a bit of the Gartner “trough of disillusionment” for generative AI and agents in 2025venturebeat.com.
The initial hype is giving way to practical challenges; some projects will fail or not deliver ROI because implementing robust agents is hard work (tech, data, change management). Gartner analysts have indeed observed some early disappointments as pilot results
sometimes don’t live up to extravagant expectationsventurebeat.comventurebeat.com.
This could temporarily temper the fervor. However, this is a normal cycle – the core tech is advancing steadily despite short-term hype cycles, and investment remains strong. So while some over-ambitious initiatives might be shelved in 2025, the overall adoption
trend will continue upward as the tech improves and success stories accumulate.
-
New Use Cases and Innovations: Finally, we predict new creative use cases will
emerge that we aren’t even actively considering now. For example, in education – personalized AI tutors that act as agents guiding students through curriculum (beyond just answering questions, actually assigning exercises, giving feedback, adapting to the
student). In creative industries – AI agents acting as game NPCs with memory and goals (bringing agentic AI to gaming or simulations). In smart homes – home assistant agents that coordinate IoT devices to achieve goals (“prepare the house for evening: adjust
temp, lights, order groceries if low”). Some of these border on consumer applications, but they often influence enterprise tech too (e.g., an advancement in AI tutoring might be applied to corporate training agents). 2025 will surely surprise us with at least
a few novel agent applications that broaden our view of what’s possible.
In summary, the outlook is that agentic AI will become more capable, slightly more commonplace, but also more rigorously managed. Organizations will increasingly
differentiate themselves by how effectively they can leverage autonomous agents: those that invest in doing it right (choosing the right processes, aligning the tech, preparing their people) could leap ahead in productivity. Those that wait on the sidelines
risk falling behind if the technology reaches an inflection point where it confers significant competitive advantage. However, no one expects that by end of 2025 we’ll have infallible, fully general AI agents – they’ll still have scope limitations and will
still need human partnership for best results. The winning strategy is very likely “not AI or human, but AI and human.”
Conclusion & Next Steps for Enterprise Leaders
Agentic AI represents a powerful new tool in the enterprise arsenal – one that can autonomously handle tasks and decisions, transforming how work gets done. As
we’ve seen, its applications are vast, from streamlining customer service to accelerating research. Yet, deploying autonomous agents is not a plug-and-play endeavor; it requires strategic planning, technical preparation, and cultural change.
In wrapping up, we emphasize that agentic AI’s value comes when it’s aligned with business goals and human oversight. Enterprises should approach it as a journey:
start small, learn, and scale up as confidence grows. The organizations that succeed will be those that combine the strengths of AI agents (speed, scale, consistency) with the strengths of human teams (judgment, creativity, empathy) in complementary
ways.
What to Do Next – A Checklist for Enterprise Leaders:
-
Identify High-Impact Use Cases: Begin by pinpointing processes in your business
that are ripe for agentic automation. Look for tasks that are multi-step, repetitive, data-rich, and time-consuming for staff (e.g., compiling regular reports, handling routine service queries, checking compliance on transactions). Engage business unit
leaders to surface their pain points – you might find, for example, the legal team drowning in contract reviews or HR spending hours onboarding employees – perfect pilot candidates for an AI agent.
-
Start with Pilot Projects & Proof-of-Concepts: Don’t attempt a big-bang implementation. Choose
one or two use cases to prototype first. Assemble a small cross-functional team (AI developers, process owners, compliance) to build a proof-of-concept agent. For instance, create a pilot agent that assists support agents with live suggestions, or an agent
that auto-generates a weekly market trends report for the strategy team. Keep the scope narrow and success criteria clear (e.g., reduce support handle time by 20%, or save analysts 10 hours/week on report prep). Early wins will build momentum and internal
buy-in.
-
Invest in Data Readiness and Integration: Audit the data and systems your agent
will need to access. Are they available via APIs or easily scrapeable? Are there data quality issues that could confuse the AI? As McKinsey notes, nearly 20% of organizations cite data being in the wrong format or place as the biggest barrier to AI valuemckinsey.com.
So, work on integrating and cleaning data sources for the agent. Set up secure API endpoints or databases with the information the agent needs, and consider using a vector database to give the agent knowledge of proprietary documents. The better the agent’s
“knowledge base,” the better its performance.
-
Choose the Right Tools and Partners: Based on your use case and internal talent,
pick an appropriate framework or platform for development. If you have a strong engineering team and the use case is very custom, an open-source framework like LangChain or a library like Microsoft Autogen might be best. If you want a quicker, less technical
solution, explore enterprise products (IBM Orchestrate, UIPath, etc.) or startups that specialize in your domain. Also consider cloud vendor offerings – Microsoft, Google, Amazon are all integrating agent capabilities into their AI services. Evaluate factors
like ease of integration with your IT stack, security features, and cost. It can be wise to partner with a vendor or AI consultancy for initial pilots if your team is new to this – they can provide expertise and templates to accelerate development.
-
Establish Governance and Risk Management Upfront: Before deploying agents,
convene your AI governance committee (or form one, including stakeholders from IT, legal, risk, and business units). Define guidelines for agent behavior: what decisions or actions are they allowed to make? What must require human approval? Set measures
to monitor their outputs for bias or errors. Implement guardrails in the agent: for example, limit financial agents from transferring funds above a threshold without a human, or have compliance agents log every action with an audit trail. Planning for
these controls early will save you headaches later and is key to scaling with trustmckinsey.com.
Also, ensure you have a plan for incident response – if an agent does something unexpected, who gets alerted and how do you intervene?
-
Pilot in a Controlled Environment: When rolling out the pilot, do it in a sandbox
or limited setting. For instance, run the customer service agent with a small subset of inquiries (or have it assist human agents silently to see its suggestions before actually enabling it to interact with customers). For an internal agent, maybe let one
department use it initially. This controlled rollout allows you to evaluate performance, collect feedback, and fix issues without large-scale consequences. It also helps build trust: employees see the agent in action and can raise concerns or suggestions in
a low-risk setting.
-
Train and Involve Your Team: Proactively manage the people side. Train
employees on what the agent can do and how their roles might shift. Reassure them that the agent is there to reduce drudgery and free them for higher-level work, not to replace them overnight. Involve them in testing and improving the agent: frontline
staff can highlight where the agent is getting things wrong or suggest additional features, making them feel ownership. McKinsey emphasizes the need for extensive learning curricula at all levels – from managers (who need new KPIs for AI-augmented processes)
to frontline workers (who need to learn to work alongside AI)mckinsey.com.
Consider workshops or sandbox play sessions with the agent so staff gain confidence in using it. Garnering internal champions who are excited about the tech will ease adoption.
-
Monitor, Measure, Iterate: Deploying an agent is not a one-and-done project
– it’s an ongoing program. Define key metrics for success (e.g., time saved, error reduction, customer satisfaction changes, cost savings) and monitor them closely. Use tracing and logging to understand the agent’s decisions. Set up a review cadence (say weekly
in pilot, then monthly) where the team analyzes the agent’s performance and any failures or near-misses. Many companies institute a “human feedback loop”: employees correct the agent’s mistakes and those corrections are fed back into improving the system (either
via model fine-tuning or rule adjustments). By iterating in this fashion, the agent will steadily improve. If certain tasks remain problematic, you might dial back autonomy or add more training data. If performance hits targets, you can consider expanding
scope or scaling usage. Essentially, treat the agent like a new employee – it needs appraisal, coaching, and incremental increase in responsibilities as it proves itself.
-
Scale Wisely and Address Edge Cases: Once your pilot is successful, make a
plan for scaling. This could mean rolling the agent out to more users, integrating it into other processes, or giving it more autonomy. Do so in phases, and continue to apply rigorous testing when something changes (like adopting a new version of the LLM or
connecting the agent to a new tool). As you scale, actively seek out edge cases and failure modes – perhaps even host “red team” exercises where people deliberately try to break the agent or find scenarios where it struggles. This helps you patch gaps and
strengthen reliability before full-scale deployment. Scaling also means ensuring your infrastructure can handle it – more usage might require more API calls or computing resources, so work with IT to ensure it’s robust (and cost-effective, to avoid surprise
bills from heavy AI use).
-
Communicate Value and Manage Change: Throughout the process, keep executive
sponsors and stakeholders updated on progress and wins. Quantify the benefits achieved (e.g., “Agent X saved 500 work-hours last quarter” or “customer churn dropped 5% after Agent Y improved support response times”). This helps secure continued investment
and buy-in. Also be transparent about challenges and how they’re being addressed, so there are realistic expectations (no magic, just incremental improvement). In parallel, consider the broader impact – if agents free up 20% of some team’s time, plan how you’ll
reallocate that time to more valuable activities (so the business fully capitalizes on the efficiency). By thinking through organizational changes (maybe redesign job roles to incorporate supervising AI, or shift staff to growth projects), you ensure the tech
gains translate into business gains.
-
Stay Updated and Educate Yourself: The agentic AI field is evolving rapidly.
Encourage your team to stay abreast of the latest developments – whether that’s new model capabilities (like GPT-4’s successors), emerging best practices from other companies, or changes in regulations. Join industry forums or working groups on AI in your
sector, subscribe to research blogs or newsletters (many AI companies and researchers share progress openly). Possibly, collaborate with academic institutions or AI labs on research if that’s within your capacity – being on the cutting edge can yield competitive
insights. Also track what your competitors might be doing with AI agents (sometimes via press releases or at conferences – e.g., banks openly sharing certain pilot results). Given how quickly things move, what’s cutting-edge now could be standard in a year;
you don’t want to be left behind.
By following these steps, enterprise leaders can approach agentic AI in a strategic, responsible, and results-driven way. The journey requires thoughtful
alignment of technology capabilities with business needs and human factors. Those who navigate it well will likely find that autonomous agents become indispensable colleagues – handling the grind while humans focus on innovation and strategy. The end-state
is an organization that’s not just doing the same work faster, but reimagining work itself, unlocking new levels of productivity and service that were previously unattainable. As one NVIDIA executive put it, “Agentic AI will change the way we work
in ways that parallel how different work became with the arrival of the internet.”healthtechmagazine.net Embracing
this change proactively is the surest way to lead, rather than be led, in the coming era of AI-powered autonomy.
_["The way humans interact and collaborate with AI is taking a dramatic leap forward with agentic AI,"hbr.org and
enterprises that blend clarity of strategy with technological execution will leap forward as well.]
Citations

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

Explore
Gartner's Top 10 Strategic Technology Trends for 2025
https://www.gartner.com/en/articles/top-technology-trends-2025

New
LangChain Report Reveals Growing Adoption of AI Agents - InfoQ
https://www.infoq.com/news/2024/12/ai-agents-langchain/

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Explore
Gartner's Top 10 Strategic Technology Trends for 2025
https://www.gartner.com/en/articles/top-technology-trends-2025

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

New
LangChain Report Reveals Growing Adoption of AI Agents - InfoQ
https://www.infoq.com/news/2024/12/ai-agents-langchain/

Gartner
predicts AI agents will transform work, but disillusionment is growing | VentureBeat
https://venturebeat.com/ai/gartner-predicts-ai-agents-will-transform-work-but-disillusionment-is-growing/

Gartner
predicts AI agents will transform work, but disillusionment is growing | VentureBeat
https://venturebeat.com/ai/gartner-predicts-ai-agents-will-transform-work-but-disillusionment-is-growing/

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

Agentic
AI Vs AI Agents: 5 Differences and Why They Matter | Moveworks
https://www.moveworks.com/us/en/resources/blog/agentic-ai-vs-ai-agents-definitions-and-differences

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

Agentic
AI Vs AI Agents: 5 Differences and Why They Matter | Moveworks
https://www.moveworks.com/us/en/resources/blog/agentic-ai-vs-ai-agents-definitions-and-differences

Agentic
AI Vs AI Agents: 5 Differences and Why They Matter | Moveworks
https://www.moveworks.com/us/en/resources/blog/agentic-ai-vs-ai-agents-definitions-and-differences

Agentic
AI Vs AI Agents: 5 Differences and Why They Matter | Moveworks
https://www.moveworks.com/us/en/resources/blog/agentic-ai-vs-ai-agents-definitions-and-differences

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

[2310.10634]
OpenAgents: An Open Platform for Language Agents in the Wild
https://arxiv.org/abs/2310.10634

Building
Powerful Agents with Adept
https://www.adept.ai/blog/adept-agents

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

What
Is Agentic AI? | NVIDIA Blog
https://blogs.nvidia.com/blog/what-is-agentic-ai/

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon

What's
an AI agent, and how could it impact healthcare?
https://www.healthcare-brew.com/stories/2025/03/21/ai-agent-impact-healthcare
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Evident
- Banks go agentic
https://evidentinsights.com/bankingbrief/banks-go-agentic/

Top
5 LangGraph Agents in Production 2024
https://blog.langchain.dev/top-5-langgraph-agents-in-production-2024/

Top
5 LangGraph Agents in Production 2024
https://blog.langchain.dev/top-5-langgraph-agents-in-production-2024/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
5 LangGraph Agents in Production 2024
https://blog.langchain.dev/top-5-langgraph-agents-in-production-2024/

Agentic
AI Vs AI Agents: 5 Differences and Why They Matter | Moveworks
https://www.moveworks.com/us/en/resources/blog/agentic-ai-vs-ai-agents-definitions-and-differences

Top
5 LangGraph Agents in Production 2024
https://blog.langchain.dev/top-5-langgraph-agents-in-production-2024/

Building
Powerful Agents with Adept
https://www.adept.ai/blog/adept-agents

Building
Powerful Agents with Adept
https://www.adept.ai/blog/adept-agents

Building
Powerful Agents with Adept
https://www.adept.ai/blog/adept-agents

Cognosys
https://www.cognosys.ai/

Cognosys
https://www.cognosys.ai/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

Agentic
Protocols for LLMs: Paving the Way for Autonomous AI ...
https://www.linkedin.com/pulse/agentic-protocols-llms-paving-way-autonomous-ai-systems-srikanth-r-faggf

New
LangChain Report Reveals Growing Adoption of AI Agents - InfoQ
https://www.infoq.com/news/2024/12/ai-agents-langchain/

New
LangChain Report Reveals Growing Adoption of AI Agents - InfoQ
https://www.infoq.com/news/2024/12/ai-agents-langchain/

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

What
Is Agentic AI? | IBM
https://www.ibm.com/think/topics/agentic-ai

Top
Agentic AI Platforms in 2025: The Ultimate Guide for Businesses | Olive Technologies
https://olive.app/blog/top-agentic-ai-platforms-in-2025-the-ultimate-guide-for-businesses/

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

Gartner
predicts AI agents will transform work, but disillusionment is growing | VentureBeat
https://venturebeat.com/ai/gartner-predicts-ai-agents-will-transform-work-but-disillusionment-is-growing/

Why
agents are the next frontier of generative AI - McKinsey
https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/why-agents-are-the-next-frontier-of-generative-ai

Top
5 LangGraph Agents in Production 2024
https://blog.langchain.dev/top-5-langgraph-agents-in-production-2024/

New
LangChain Report Reveals Growing Adoption of AI Agents - InfoQ
https://www.infoq.com/news/2024/12/ai-agents-langchain/

Gartner
predicts AI agents will transform work, but disillusionment is growing | VentureBeat
https://venturebeat.com/ai/gartner-predicts-ai-agents-will-transform-work-but-disillusionment-is-growing/

Gartner
predicts AI agents will transform work, but disillusionment is growing | VentureBeat
https://venturebeat.com/ai/gartner-predicts-ai-agents-will-transform-work-but-disillusionment-is-growing/

Gartner
predicts AI agents will transform work, but disillusionment is growing | VentureBeat
https://venturebeat.com/ai/gartner-predicts-ai-agents-will-transform-work-but-disillusionment-is-growing/

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise

The
promise of gen AI agents in the enterprise | McKinsey
https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-promise-and-the-reality-of-gen-ai-agents-in-the-enterprise
What
Is Agentic AI, and How Can It Be Used in Healthcare? | HealthTech
https://healthtechmagazine.net/article/2025/05/what-is-agentic-ai-in-healthcare-perfcon

What
Is Agentic AI, and How Will It Change Work?
https://hbr.org/2024/12/what-is-agentic-ai-and-how-will-it-change-work
All Sources

blogs.nvidia

gartner

infoq

mckinsey

evidentinsights

ibm

venturebeat

moveworks
healthtechmagazine

olive

arxiv

adept

healthcare-brew

blog.langchain

cognosys

linkedin

hbr