What Agentic AI Has Exposed
The hidden work enterprise apps leave users to do.
TL;DR
| Agentic AI Must Address the Cognitive Tax |
| Many organizations equate Agentic AI deployment with enabling a conversational interface on existing enterprise applications. This can improve access, but it often leaves the underlying work unchanged and has frequently fallen short of AI’s promise for adoption, productivity, and ROI. Existing enterprise applications are procedure-driven. Users must know how work is performed: which navigation paths to follow, which data to enter, which rules and validations apply, and how to coordinate handoffs across systems. That cognitive and procedural workload is enterprise software’s cognitive tax. Productive Agentic AI is outcome-driven. Users state the desired outcome. A governed digital workforce interprets the request, determines and coordinates the required work, operates the applications, and presents a reviewable result. Doing this reliably requires three coordinated capabilities: An MCP-based action layer that gives agents structured, governed access to enterprise applications and services.A governed, configurable Canvas that combines conversation with the structured visual components required for complex work.A Knowledge and Intelligence Layer, implemented through an orchestrator and specialist agents, that translates intent into valid decisions and workflows. The enterprise applications remain authoritative for their data, rules, and controls, and human users retain review and approval. Task-level assistants can improve individual activities, but greater business value emerges when governed agents orchestrate complete workflows. The value of Agentic AI comes from reducing the translation burden between intent and execution, not simply making existing applications conversational. |
1. The Cognitive Burden
What Problem Must Agentic AI Solve?
Many organizations have treated Agentic AI as an interface initiative: add a conversational experience to one or more existing enterprise applications so users can request information and initiate actions in natural language. This can improve access. It does not necessarily reduce the work users must perform to achieve a business outcome.
Enterprise applications are procedure-driven. They digitized transactions, standardized data, and embedded important controls, but they left users to determine how work must be performed: which records, fields, rules, navigation paths, validations, and handoffs are required. That interpretation, application knowledge, domain knowledge, coordination, and judgment constitute enterprise software’s cognitive tax.
Users rarely call this a cognitive tax. They ask for fewer clicks, simpler systems, faster workflows, and more intuitive experiences. The burden is greatest when workflows span applications such as CRM, ERP, CPQ, procurement, service, billing, inventory, or human resources. This article uses CRM and CPQ as illustrative examples because quoting makes the tax especially visible: users must combine customer, product, application, and process knowledge to produce a valid proposal.
Recent 2026 studies from IBM, Gartner, and Deloitte point to the same pattern: despite accelerating investment, many enterprise AI initiatives still struggle to deliver expected value, meet ROI goals, or move beyond incremental improvements.
Industry studies: IBM Institute for Business Value (2026); Gartner (2026); Deloitte (2026).
Echoing these studies, some of our customers report weak adoption of conversational bots and agents. We have found that text-only interfaces can improve access while making complex work harder: records, alternatives, dependencies, validations, and approvals still require structured lists, grids, forms, summaries, warnings, and review actions. Productive agentic work must therefore begin with intent, not navigation.
2. From Procedure to Outcome
Consider a customer who needs a business internet quote. The request may arrive through a brief, RFP, email, spreadsheet, form, transcript, or conversation. In any format, the desired outcome can be stated simply:
Create a quote for 1 Gbps business internet service at this customer’s address. Include a modem if the customer’s existing equipment is incompatible.
Procedure-driven enterprise applications. The user starts inside CRM or CPQ and translates the outcome into application-specific work: use application context to locate the customer and opportunity, resolve missing information, qualify the address, check serviceability, select the catalog and offer, configure and price the solution, obtain approvals, create the proposal, and update CRM.
Outcome-driven agentic AI. The user starts with the outcome and provides only the details needed to clarify it. A governed agentic layer determines the applications, data, services, specialists, controls, and sequence of actions required to fulfill the request.
The distinction extends beyond quoting. Procedure-driven applications require users to learn how work is performed. Outcome-driven agentic systems allow users to state what must be achieved. The underlying systems remain authoritative; what changes is who carries the cognitive and procedural workload. Doing that reliably requires more than a conversational interface.
3. Why Chat Alone Fails
A conversational interface may improve access to an application, but conversation alone does not solve the cognitive-tax problem. Three challenges must be addressed before an agentic enterprise experience can work reliably and productively.
3.1 Agents Need System Access
Agents need programmatic access to the operations normally performed across enterprise applications and services. In a CRM and CPQ workflow, these can include:
- Manage accounts, contacts, opportunities, and activities
- Create and update quotes and orders
- Search catalogs, configure products, calculate prices, and validate solutions
- Check serviceability, availability, inventory, credit, contracts, and approvals
- Update workflow status, documents, and next steps
Many established applications expose basic object APIs but not comprehensive or sufficiently performant access to complex actions, validations, or cross-application workflows. Without a reliable operating layer, AI can interpret a request but cannot complete it.
3.2 Complex Work Requires Visual Density
Conversation is effective for expressing intent, answering questions, and resolving ambiguity. It is less effective for reviewing and editing detailed results. Users may need to compare alternatives, inspect calculations, update values, resolve warnings, approve changes, or understand the state of work spanning several systems.
In the CRM and CPQ example, the user may need to review customer context, product options, serviceability results, quote line items, pricing alternatives, approval requirements, and validation messages. A chat bubble cannot provide the visual density or interaction model required for this work.
3.3 Agents Need Operational Knowledge
Agents must understand more than the user’s words. They need to know:
- How the relevant applications and services are structured, and which system is authoritative
- Which objects, data, services, agents, and tools are relevant
- Which actions, dependencies, and handoffs form a valid workflow
- Which domain rules, options, constraints, and policies apply
- When additional information or human confirmation is required
Individual applications contain their own definitions but rarely provide a shared semantic framework that translates business intent into coordinated actions across systems. Prompts alone cannot supply this missing operational knowledge.
3.4 The Value Is in the Workflow, Not the Task
Many enterprise AI pilots focus on isolated tasks such as summarizing an email, retrieving information, or drafting a response. These capabilities are useful, but they leave users responsible for connecting the tasks, making decisions, navigating applications, and completing the broader business process. Much of the cognitive tax remains.
Greater business value emerges when agents orchestrate a complete workflow: interpret the desired outcome, gather context, coordinate actions across applications, invoke services, validate results, and present the outcome for human review. This requires an orchestrated family of specialist agents with bounded responsibilities, tools, and controls, not a monolithic agent expected to perform every activity.
4. Reducing the Cognitive Tax
Reducing the cognitive tax requires three coordinated capabilities: structured access to enterprise actions, a governed visual workspace, and a Knowledge and Intelligence Layer that can translate intent into valid work. These capabilities are reusable across enterprise domains and functional areas wherever outcomes depend on multiple applications, data sources, rules, and controls.
4.1 An MCP-Based Enterprise Action Layer
The first solution addresses system access. We build Model Context Protocol, or MCP, servers whose tools expose enterprise actions with defined inputs, outputs, and operating constraints. The tools required vary by domain. They can enable agents to:
- Manage business records, relationships, activities, and context
- Create or update transactions, quotes, orders, requests, and cases
- Perform lookups, apply rules, calculate results, and validate outcomes
- Check availability, inventory, credit, contracts, approvals, and compliance conditions
- Update workflow status, documents, assignments, and next steps
MCP gives agents a consistent way to interact with different enterprise applications and services. An agent does not need to understand the proprietary implementation of every platform. It needs to understand the available tools, the information each tool requires, the results it returns, and the constraints governing its use.
MCP does not create capabilities that an application cannot expose. Where native APIs are unavailable or insufficiently performant, custom APIs, adapters, or orchestration services may be required behind the tools. Each application retains its object model and authoritative controls.
4.2 A Governed, Configurable Canvas
The second solution addresses the UX limits of chat. We have built a configurable Canvas that works alongside the conversational interface. It presents complex results through approved UI components such as:
- Business context, transaction, configuration, and workflow summaries
- Lists, grids, forms, cards, charts, and guided inputs
- Calculations, validation results, recommendations, and alternatives
- Warnings, exceptions, reviews, confirmations, and approvals
Based on the user’s request, the workflow state, and the agents’ outputs, AI determines which collection of components should be rendered. It also applies the data transformations required to combine results returned by different applications and services.
In the CRM and CPQ example, the Canvas can combine customer and opportunity context, compatible offers, configuration options, quote line items, serviceability results, approvals, and pricing differences. The user can review and modify the proposal without navigating every underlying application.
The Canvas is dynamic but governed. AI selects from an approved library of components and presentation schemas rather than generating an unrestricted interface. This supports consistency, usability, security, and adoption.
4.3 A Knowledge and Intelligence Layer
The third solution combines two complementary capabilities. The knowledge layer represents system, workflow, and domain context. The intelligence layer uses agents to interpret intent, make decisions, coordinate work, and apply role-specific guardrails.
Intent and Context Extraction
The first task is to convert unstructured business input into structured context that agents can act on. The intelligence layer identifies intent; extracts relevant entities, facts, preferences, constraints, dates, quantities, and dependencies; normalizes terminology; detects gaps or conflicts; and requests clarification when needed.
Organizations can implement these capabilities through large language models, sentence-transformer models, rules, markup-based schemas, semantic libraries, knowledge graphs, or combinations of these techniques. The architecture depends on the task being performed, not on a single technology.
System and Workflow Knowledge
The next task is to represent how each enterprise application and service operates. This includes its objects, fields, relationships, authoritative data, available actions and tools, required inputs, operating constraints, validation rules, dependencies, handoffs, and valid sequences of actions.
Knowledge graphs, semantic libraries, markup-based definitions, or combinations of these approaches can make that knowledge available to agents. The result tells agents where and how to perform work while preserving the rules and controls of the underlying systems.
Domain Knowledge: The Product and Offer Example
Enterprise workflows also require domain expertise. In the CRM and CPQ case, a Product and Offer Knowledge Graph connects customer requirements with catalogs, products, offers, options, attributes, serviceability conditions, compatibility rules, recommended values, and commercial policies. This knowledge tells the agents what to sell and how it should be configured.
The distinction applies broadly. Enterprise System Knowledge explains where and how work is performed. Domain Knowledge represents the expertise traditionally held by experienced employees and specialists.
A Governed Digital Workforce
The simplistic answer to every complex workflow is “build an agent.” But a monolithic “unicorn” agent expected to extract intent, identify knowledge needs, plan the work, invoke tools across systems, update data, resolve exceptions, and govern its own actions becomes brittle, difficult to test, and hard to maintain.
We instead organize capabilities as specialist agents focused on defined domains and responsibilities. One agent may interpret a customer brief, another may manage CRM context, another may identify products and offers, and others may handle serviceability, configuration, pricing, approvals, or proposal generation.
An orchestrator determines which specialists and tools are required for a particular objective, sequences their work, manages shared context and workflow state, evaluates results, and requests human input when needed. Together, the orchestrator and specialist agents operate as a governed digital workforce that mirrors the division of responsibilities in a human organization. This model requires supporting infrastructure: a registry of agents and tools, explicit roles and policies, shared context, workflow state, telemetry, and controls. That infrastructure makes agentic solutions more reusable, maintainable, observable, and governable than a monolithic agent.
5. The Architecture in Action
To show this architecture at work, consider the Brief-to-Proposal workflow for ad sales. A campaign brief may arrive as an email, spreadsheet, Word document, PDF, or another format. From that starting point, the workflow spans CRM, CPQ, Order Management, ad servers, and data lakes that capture campaign-delivery and response data.
The following figure summarizes the workflow. PacePal determines the work required and coordinates specialist agents for document extraction, account management, campaign planning, and performance optimization. Each agent performs a bounded role within the end-to-end workflow.

Figure 1. A governed orchestrator coordinates specialist agents and enterprise actions to transform a campaign brief into a proposal for human review.
The agent-orchestrated Brief-to-Proposal workflow operates as follows:
- Interpret and orchestrate the request. PacePal, the orchestrator agent, receives the campaign brief, identifies the desired outcome, establishes shared context, and determines which specialist agents, systems, and actions are required. The Knowledge and Intelligence Layer converts the user’s language into structured intent and a governed workflow.
- Extract and normalize the requirements. PacePal routes the brief to DocPal, the specialist agent for unstructured documents. DocPal converts supported email, Excel, Word, PDF, and other inputs into normalized Markdown; extracts customer, campaign, timing, budget, targeting, and placement requirements; and identifies gaps that require clarification.
- Establish the CRM context. AccountPal, the specialist agent for account and contact management, checks for the required account and contacts and creates them when necessary. PitchPal creates or updates the opportunity. The MCP-based action layer executes these transactions while CRM remains authoritative for customer and opportunity data.
- Develop the proposal strategy. PitchPal, the media-planning specialist agent, recommends placements, estimates the budget and flight dates, and determines targeting. The Knowledge and Intelligence Layer applies campaign, audience, inventory, policy, pricing, and workflow knowledge to guide these decisions.
- Connect the delivery ecosystem. ConnectPal, the integration specialist agent, provides governed connectivity to participating ad servers and other delivery platforms. This integration gateway enables the workflow to exchange the information required for placement, delivery, and campaign execution without requiring each agent to understand every proprietary interface.
- Optimize and assemble the proposal. PerfPal, the campaign-performance optimization specialist agent, uses available pricing, campaign-delivery, performance, and response data to optimize the proposed mix. PitchPal combines the placements, targeting, budget, dates, performance assumptions, and pricing into a media plan and proposal. CPQ and the supporting systems preserve their validation rules and commercial controls.
- Present, approve, and activate. PacePal presents the optimized proposal through the governed Canvas. The user can review alternatives, inspect assumptions and pricing, modify inputs, resolve warnings, and approve the proposal. After approval, order management coordinates execution, ad servers deliver the campaign, and delivery and response data return to the data lake for continued optimization.
This path shows why the components in Section 4 must operate together. PacePal orchestrates the work while specialist agents contribute defined capabilities. The Knowledge and Intelligence Layer interprets the brief and supplies operational and domain context. The MCP action layer performs governed transactions across CRM, CPQ, order management, and supporting services. ConnectPal extends that access to the ad-server ecosystem. The Canvas presents the combined result for human review. Remove any one of these elements, and part of the cognitive burden shifts back to the user.
Each enterprise system remains authoritative for its assigned responsibilities. CRM governs customer and opportunity context. CPQ governs configuration, pricing, and commercial rules. Order management governs approved execution instructions. Ad servers govern campaign delivery, and data lakes retain delivery and response data. The agents coordinate the work without bypassing these controls. The human user remains responsible for reviewing, refining, and approving the final proposal.
6. What Enterprise Users Gain
Traditional workflows require users to learn multiple applications and translate business requirements into system-specific actions and handoffs. An agentic layer reverses that relationship. Users work in familiar business language while agents handle much of the underlying research, navigation, coordination, and workflow.
When implemented effectively, this approach can:
- Reduce dependence on memorized application-specific and cross-application processes
- Shorten time to proficiency and lower recurring training and change-management effort
- Improve adoption by reducing complexity and completion time
- Improve consistency while reducing data, handoff, policy, calculation, and transaction errors
- Respond faster to business requests while preserving existing applications, rules, and controls
The objective is not to remove every screen or eliminate every user decision. It is to use conversation where it simplifies intent capture and a governed workspace where users need to review, compare, edit, and approve complex information.
7. The Future of Enterprise Software Is Agentic
Enterprise applications contain valuable data, policies, workflows, business rules, calculations, and controls. The next opportunity is to make those capabilities accessible as a coordinated whole without requiring every user to master the underlying systems.
At CRMantra, our work with CRM, CPQ, and supporting systems has provided a practical environment in which to build and apply this architecture. The pattern is not limited to those applications.
Agentic AI should not be a chat bubble over a single application. It should be a governed layer of shared knowledge, standardized tools, specialist agents, and an adaptive workspace that turns business intent into a valid, reviewable outcome. That is how agentic AI can address enterprise software’s cognitive tax rather than simply reproduce it through a new interface.
