Inteligência Artificial

Building the enterprise environment for agentic AI

Publicado porRedacao AIDaily
5 min de leitura
Autor na fonte original: Keegan Sheedy, Lucas Melo

For the enterprise, the promise of agentic AI is much more than just a better chatbot. It is software agents that execute business tasks end-to-end across people, business workflows, data, and systems. The platform best-suited to run agents is built with proper CPU capacity, resilient data access, policy-aware tool use, observability, memory management, and the…

Compartilhar:

For the enterprise, the promise of agentic AI is much more than just a better chatbot. It is software agents that execute business tasks end-to-end across people, business workflows, data, and systems. The platform best-suited to run agents is built with proper CPU capacity, resilient data access, policy-aware tool use, observability, memory management, and the ability to predictably plan and scale agents. To better understand some of these dependencies, Intel performed thousands of agentic AI workload experiments. Our initial findings create and support five practical lessons for enterprise leaders: Agentic AI is a larger systems problem, not just one of inference. The majority of existing agentic AI harnesses are limited and do not measure overall system performance. Plan capacity is done using agents per virtual CPU (vCPU) density, not agent count. Monitor agent task latency, not just average CPU utilization. Default to scale-out for systems hosting agents. Reserve scale-up for workloads with heavier per-agent compute or architectural constraints. Beyond inference: Agents as workflow automation Agentic AI is more than LLM inference. Its enterprise value depends on the full system, task orchestration, data access, tool execution, latency management, governance, and scalable infrastructure. An agent is a goal-driven automated enterprise workflow process: It plans a multi-step task, calls tools, reads results, and retries when something fails. Enterprise agents are therefore not just an inference problem; they are a systems problem. Defining what good looks like Most agentic AI metrics focus on evaluating the LLM used. Platform teams also need to know how long the tasks take, how many agents a fleet can support, what users experience at the end of the execution process, and how costs change as more agents work simultaneously. A more useful enterprise view looks at six metrics: Task success rate Cost per task Time per task Task throughput Agent density (agents per vCPU) Latency Together, these answer the questions enterprise AI operators care about: Is the system performing as expected? How many agents can the system sustain? How should it scale to support more agents? Building on solid foundations To gain a deeper insight into agentic AI workload performance, Intel extended Terminal-Bench , an open source benchmarking harness for evaluating AI agents with profiling, telemetry, and replay capabilities. This made it possible to understand where the agents spent time beyond LLM inference. The benchmark extension used a deterministic record-replay of LLM responses to separate agent performance from LLM variability. LLM responses were recorded once and replayed identically across runs, reducing run-to-run variance and creating a more reliable basis for comparison. The Terminal-Bench task mix used was intentionally broad. It included compilation, testing, database operations, Boolean logic, interpretation, ray tracing, compression, linear algebra, video transcoding, and machine learning training. That wide variety made the findings more relevant to real enterprise environments. Agentic AI in three dimensions Deploying agentic AI should be approached in three phases: Plan in terms of agent density, not agent count : The first sizing rule is to normalize agent count by available compute. Agent density, measured as agents per vCPU, is the leading signal for 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 gives architects a portable way to compare capacity across instance sizes and processor generations. The right density also depends on the business goal. Interactive copilots and user-facing assistants should favor lower density because response time matters. Batch workloads such as IT workflows can often run at higher density. This gives teams a practical way to tune fleets around service-level objectives and total cost of ownership. Agentic AI requires a new form of observability: Average compute (CPU) utilization is a weak primary performance monitoring signal for agentic workloads. Agents often alternate between waiting for model responses and then doing short bursts of compute-intensive work. Because of that “bursty” pattern, average utilization can look acceptable even when those bursts are creating queues and slowing down the user experience. Task latency (P95) is a better leading metric. It shows when workflows are starting to wait, even before average task duration meaningfully degrades. A practical operating model is to alert on P95 latency first, then confirm the issue by looking at sustained task duration. Scale out by default: Scaling out adds more systems, increasing total agent capacity, while scaling up adds cores or memory to a single system for agents with heavier compute bursts. Our testing data showed that scale-out is usually the better default. That aligns with the fact that agents are typically semi-independent and have modest per-agent bursts, it improves overall performance, supports high availability, often lowers cost, and makes it easier to preserve the target agents-per-vCPU ratio as the platform grows. Scale up when agents require heavier parallel compute, shared state limits partitioning, memory locality matters, or licensing constraints apply. Consider business implications: Where will agentic AI create business value first? The organizations getting production-grade results are wrapping an automation layer around workflows that already have codified rules and measurable service levels: code creation, regression test farms, ticket triaging, market analysis, and security review. The ideal enterprise persona for agentic AI is therefore not the experimental user chasing novelty; it is the accountable leader who must improve cycle time and productivity, protect service quality, enforce policy, and scale adoption with cost in mind. Agentic AI’s value comes from helping businesses complete real work across teams, systems, data, and processes. For enterprises, the priority is not just better model performance; it is creating a reliable environment where AI agents can support business workflows, improve productivity, operate within governance requirements, and scale as adoption grows. In practice, success with agentic AI depends on the right foundation to deliver consistent outcomes, manage cost, maintain control, and move confidently from pilots to production. This content was produced by Intel. It was not written by MIT Technology Review’s editorial staff.

Pontos-chave

  • AI agentic representa uma oportunidade para aumentar a eficiência operacional das empresas brasileiras.
  • A adoção de uma abordagem sistêmica é crucial para o sucesso da implementação de AI agentic.
  • Métricas como latência e taxa de sucesso das tarefas devem ser monitoradas para garantir desempenho otimizado.

Análise editorial

A promessa do AI agentic para o setor empresarial é um marco significativo, especialmente no contexto brasileiro, onde a digitalização e a automação estão em ascensão. A capacidade de automatizar processos de negócios de forma holística, integrando pessoas, dados e sistemas, representa uma oportunidade para as empresas brasileiras aumentarem sua eficiência operacional e competitividade. No entanto, a implementação bem-sucedida dessa tecnologia requer uma infraestrutura robusta e uma compreensão clara das métricas que realmente importam para o desempenho do sistema.

As lições extraídas das experiências da Intel ressaltam a importância de uma abordagem sistêmica para a AI agentic. Isso implica que as empresas devem ir além da simples adoção de modelos de linguagem para considerar como esses agentes se comportam dentro de um ecossistema mais amplo. No Brasil, onde muitas empresas ainda estão em estágios iniciais de adoção de IA, essa perspectiva pode ser um divisor de águas, permitindo que as organizações não apenas implementem soluções de IA, mas também as escalem de maneira eficaz.

Além disso, a necessidade de monitorar métricas como latência e taxa de sucesso das tarefas é crucial para garantir que os sistemas de AI agentic operem de forma otimizada. As empresas brasileiras devem estar atentas a essas métricas para evitar armadilhas comuns que podem resultar em investimentos mal direcionados. O foco em uma infraestrutura escalável e na gestão de custos também é vital, especialmente em um mercado onde a eficiência financeira é uma prioridade constante.

Por fim, o desenvolvimento de ferramentas como o Terminal-Bench indica um movimento em direção à padronização e à melhoria contínua na avaliação do desempenho de agentes de IA. Isso pode incentivar um ecossistema mais colaborativo e inovador no Brasil, onde empresas de tecnologia podem compartilhar insights e melhores práticas, promovendo um avanço coletivo na adoção de AI agentic.

O que esta cobertura entrega

  • Atribuicao clara de fonte com link para a publicacao original.
  • Enquadramento editorial sobre relevancia, impacto e proximos desdobramentos.
  • Revisao de legibilidade, contexto e duplicacao antes da publicacao.

Sobre este artigo

Este artigo foi curado e publicado pelo AIDaily como parte da nossa cobertura editorial sobre desenvolvimentos em inteligência artificial. O conteúdo é baseado na fonte original citada abaixo, enriquecido com contexto e análise editorial. Ferramentas automatizadas podem auxiliar tradução e estruturação inicial, mas a decisão de publicar, a revisão factual e o enquadramento de contexto seguem responsabilidade editorial.

Saiba mais sobre nosso processo editorial