AI Agents: Revolutionizing Business Beyond Chatbots

Le brief IA que les pros lisent chaque soir
Les 7 actus IA du jour, décryptées en 5 min. Gratuit.
Inclus dès l'inscription : notre sélection des meilleurs guides & comparatifs IA.
Choisis ton rythme
Gratuit · Pas de spam · Désabonnement en 1 clic
Agentic AI: A Promise Beyond Chatbots
In the business world, agentic AI represents much more than a mere enhancement of traditional chatbots. These agent software programs are designed to autonomously execute complex business tasks by integrating people, workflows, data, and systems. For these agents to function effectively, it is essential to have a platform with sufficient CPU capacity, robust data access, compliant tool usage, as well as good observability and memory management. Additionally, the ability to plan and scale these agents predictably is crucial.
To better understand these requirements, Intel has conducted thousands of in-depth experiments on workloads related to agentic AI. The initial findings from this research have led to five key insights for business leaders:
- Agentic AI must be approached as a systems problem, not just an inference problem.
- Most existing agentic AI systems are often limited and do not measure the overall performance of the system.
- Capacity planning should be based on the density of agents per virtual CPU (vCPU), rather than the total number of agents.
- It is crucial to monitor the latency of agent tasks, beyond average CPU usage.
- Horizontal scalability should be prioritized for systems hosting agents, while vertical scalability is reserved for heavier workloads.
Agentic AI: Automating Workflows
Agentic AI goes far beyond the inference of large language models (LLMs). Its true value for businesses lies in its ability to orchestrate complex tasks, access data, execute tools, manage latency, adhere to governance, and rely on scalable infrastructure. An agent is essentially an automated process that plans a multi-step task, uses tools, interprets results, and retries in case of failure. Thus, enterprise agents are not merely about inference; they are a systems challenge.
Defining Success in Agentic AI
Most current metrics for agentic AI focus on evaluating the language models used. However, platform teams must also consider other aspects: task duration, the number of agents a fleet can support, the end-user experience, and cost evolution as the number of agents increases.
For businesses, a more relevant overview includes six essential metrics:
- Task success rate
- Agent density (number of agents per vCPU)
These elements help answer crucial questions for enterprise AI operators: Is the system functioning as expected? How many agents can it support? How should it evolve to accommodate more?
Solid Foundations for Agentic AI
To deepen the understanding of agentic AI workload performance, Intel has expanded Terminal-Bench, an open-source benchmarking framework. This framework allows for the evaluation of AI agents with profiling, telemetry, and replay capabilities. This extension has identified where agents spend time outside of language model inference.
The benchmark extension used a deterministic replay of LLM responses to dissociate agent performance from model variability. Model responses were recorded once and replayed identically during executions, thereby reducing variance and creating a more reliable comparison base.
The mix of tasks used in Terminal-Bench was deliberately broad, including compilation, testing, database operations, boolean logic, interpretation, ray tracing, compression, linear algebra, video transcoding, and machine learning training. This diversity made the results more relevant for real enterprise environments.
Three Dimensions for Agentic AI
The deployment of agentic AI should be considered in three phases:
-
Planning in terms of agent density: The first rule of sizing is to normalize the number of agents against the available computing capacity. Agent density, measured in agents per vCPU, is the primary indicator of saturation. For example, 10 agents on an 8 vCPU system and 20 agents on a 16 vCPU system behave similarly if the density is the same. This provides architects with a portable way to compare capacity across different instance sizes and processor generations.
-
Optimal density also depends on the business objective. Interactive copilots and user-oriented assistants should favor a lower density due to the importance of response time. Batch workloads, such as IT workflows, can often operate at a higher density. This allows teams to adjust fleets based on service level objectives and total cost of ownership.
-
A new form of observability for agentic AI: Average CPU usage is a primary performance indicator that is unreliable for agentic workloads. Agents often alternate between waiting for model responses and periods of intensive computation. Due to this "spiky" pattern, average usage may seem acceptable even when these spikes create queues and slow down the user experience. Task latency (P95) is a better advanced metric. It shows when workflows begin to wait, even before the average task duration significantly degrades. A practical operational model involves first alerting on P95 latency, then confirming the issue by examining sustained task duration.
-
Default scalability: Horizontal scalability involves adding more systems, thereby increasing the total capacity of agents, while vertical scalability adds cores or memory to a single system for agents with heavier computational peaks.
Test data has shown that horizontal scalability is generally the best default choice. This aligns with the fact that agents are typically semi-independent and have modest peaks per agent, which enhances overall performance, supports high availability, often reduces costs, and facilitates the preservation of the agent-to-vCPU ratio as the platform grows.
-
Vertical scalability: This is necessary when agents require heavier parallel computation, when shared state limits partitioning, when memory locality is important, or when licensing constraints apply.
-
Business implications of agentic AI: Where will agentic AI create business value first? Organizations that achieve production-quality results wrap an automation layer around workflows that already have codified rules and measurable service levels: code creation, regression test farms, ticket triage, market analysis, and security review.
The ideal persona for agentic AI in business is therefore not the experimental user seeking novelty; it is the responsible leader who must improve cycle time and productivity, protect service quality, enforce policies, and expand adoption while considering costs.
The value of agentic AI lies in its ability to help businesses accomplish real work across teams, systems, data, and processes. For companies, the priority is not just to improve model performance; it is to create a reliable environment where AI agents can support business workflows, enhance productivity, operate within governance requirements, and scale as adoption grows.
In practice, success with agentic AI depends on the right foundations to deliver consistent results, manage costs, maintain control, and confidently transition from pilots to production.
Brief IA — L'actualité IA en français
L'essentiel de l'actualité de l'intelligence artificielle, décrypté et expliqué chaque jour.