<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Vishal Agrawal</title>
    <description>The latest articles on Forem by Vishal Agrawal (@vishal_agrawal_680a3e5c14).</description>
    <link>https://forem.com/vishal_agrawal_680a3e5c14</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3367245%2F9fc02321-bc7a-4b55-bd69-8afa3ee49763.jpg</url>
      <title>Forem: Vishal Agrawal</title>
      <link>https://forem.com/vishal_agrawal_680a3e5c14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/vishal_agrawal_680a3e5c14"/>
    <language>en</language>
    <item>
      <title>The Single Most Critical Factor for Enterprise AI? It’s Not the Model</title>
      <dc:creator>Vishal Agrawal</dc:creator>
      <pubDate>Wed, 20 Aug 2025 07:40:03 +0000</pubDate>
      <link>https://forem.com/vishal_agrawal_680a3e5c14/the-single-most-critical-factor-for-enterprise-ai-its-not-the-model-1o78</link>
      <guid>https://forem.com/vishal_agrawal_680a3e5c14/the-single-most-critical-factor-for-enterprise-ai-its-not-the-model-1o78</guid>
      <description>&lt;p&gt;A conversation with CIO News about why observability—the ability to explain the "why"—is the true key to unlocking trust and driving the next wave of AI adoption.&lt;/p&gt;

&lt;p&gt;What is the biggest barrier to deploying truly autonomous AI systems at enterprise scale? Is it the processing power? The cost? The scarcity of talent?&lt;/p&gt;

&lt;p&gt;In my experience, it’s none of those. The greatest challenge—and the most critical factor for success—is trust. And the only way to build trust is through observability.&lt;/p&gt;

&lt;p&gt;This ability to answer the "why" is the foundation upon which everything else is built. It’s how you satisfy regulators, how you build confidence with clients, and how you empower leaders to make informed decisions. Without it, even the most powerful AI agent remains a black box—too risky to deploy in high-stakes, deterministic workflows.&lt;/p&gt;

&lt;p&gt;In the full interview, we also explore the move from simple bots to governed agents and the hidden complexities of system integration, but it all comes back to this central theme.&lt;/p&gt;

&lt;p&gt;Trust is the ultimate currency in the age of AI, and observability is how we earn it.&lt;/p&gt;

&lt;p&gt;Read the rest of our conversation here:&lt;br&gt;
&lt;a href="https://www.cionews.com/post/enterprise-ai-agents-governance-vishal-agrawal-sp-global" rel="noopener noreferrer"&gt;S&amp;amp;P Global's AI Lead On The Three Pillars for AI Success: Agents, Integration and Trust&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiethics</category>
      <category>leadership</category>
    </item>
    <item>
      <title>UTCP: The DNS of the Agentic World</title>
      <dc:creator>Vishal Agrawal</dc:creator>
      <pubDate>Fri, 18 Jul 2025 12:34:10 +0000</pubDate>
      <link>https://forem.com/vishal_agrawal_680a3e5c14/utcp-the-dns-of-the-agentic-world-92m</link>
      <guid>https://forem.com/vishal_agrawal_680a3e5c14/utcp-the-dns-of-the-agentic-world-92m</guid>
      <description>&lt;p&gt;The rise of AI agents is reshaping how businesses operate, automating complex workflows and unlocking unprecedented efficiency. But as organizations race to integrate these intelligent agents with their existing systems, a critical question emerges: how do we enable AI agents to seamlessly discover and interact with the vast ecosystem of tools we’ve spent decades building?&lt;/p&gt;

&lt;p&gt;Enter the Universal Tool Calling Protocol (&lt;a href="https://www.utcp.io/" rel="noopener noreferrer"&gt;UTCP&lt;/a&gt;). It’s poised to become the “DNS of the agentic world” — a universal, scalable, and efficient standard for connecting AI agents directly to enterprise systems.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1u9zkdjvfl9vki0nfiz6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1u9zkdjvfl9vki0nfiz6.png" alt="UTCP vs. MCP: AI Integration Pathways" width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pitfall of the Middleman: Understanding the “Wrapper Tax”
&lt;/h2&gt;

&lt;p&gt;An early approach to AI integration, the Model Context Protocol (MCP), relies on a middleman architecture. This protocol requires developers to build and maintain dedicated “MCP Servers” that act as translators between an agent’s request and a tool’s native API. This creates a “Wrapper Tax” with four key costs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Development Overhead: Developers are burdened with building and maintaining these intermediary servers, including constant updates whenever a native API changes.&lt;/li&gt;
&lt;li&gt;Infrastructure Costs: Each MCP server demands its own compute resources, monitoring, and logging, adding to operational expenses.&lt;/li&gt;
&lt;li&gt;Performance Latency: The extra network hop (Agent → MCP Server → API) introduces delays and creates performance bottlenecks.&lt;/li&gt;
&lt;li&gt;Expanded Attack Surface: Every middleman server is a new potential point of failure and a target for security threats, increasing vulnerability.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For an enterprise with hundreds or thousands of services, this tax compounds into a significant drain on resources, undermining the very efficiency that AI promises to deliver.&lt;/p&gt;

&lt;h2&gt;
  
  
  UTCP: Direct, Efficient, and Scalable Discovery
&lt;/h2&gt;

&lt;p&gt;The Universal Tool Calling Protocol (UTCP) takes a radically different approach. It functions as a universal discovery layer — a standardized “manual” that tools use to describe themselves. UTCP provides a catalog where agents can look up a tool’s essential information.&lt;/p&gt;

&lt;p&gt;The process is simple and direct:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Discovery: An AI agent queries the UTCP catalog to find a tool’s native endpoint (e.g., api.mycompany.com/v2/inventory), required protocol (e.g., REST), and authentication method (e.g., OAuth2).&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Direct Execution: Armed with this information, the agent interacts directly with the tool’s API.&lt;br&gt;
This DNS-like approach delivers transformative benefits:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Zero Wrapper Tax: By eliminating middleman servers, UTCP cuts development, infrastructure, and maintenance costs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maximized ROI: UTCP leverages existing investments in scalable and secure APIs, allowing agents to tap directly into decades of hardened enterprise infrastructure.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Instant Legacy Compatibility: From modern gRPC services to 15-year-old SOAP endpoints, any tool can be made agent-accessible by creating a simple UTCP entry — no modernization required.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enhanced Performance &amp;amp; Security: Direct communication minimizes latency and relies on existing, security-hardened endpoints, avoiding the creation of new vulnerabilities.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  When to Use MCP Stratigically
&lt;/h2&gt;

&lt;p&gt;The MCP server approach can be beneficial in specific, targeted scenarios:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Abstracting Complexity: For a small number of highly complex or inconsistent legacy systems, a dedicated server can abstract the chaos and present a clean, standardized interface to the agent.&lt;/li&gt;
&lt;li&gt;Rapid Third-Party Integration: When integrating an external service where you cannot modify the underlying architecture, a middleman can serve as a quick adapter to make it agent-compatible.&lt;/li&gt;
&lt;li&gt;Centralized Control: A server can be used to enforce centralized logic like rate limiting, specialized logging, or custom business rules that you don’t want to build into every agent.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Path Forward: A Hybrid Approach
&lt;/h2&gt;

&lt;p&gt;The future of enterprise AI lies in a smart, frictionless framework that connects agents to tools. The overhead of the “Wrapper Tax” makes MCP unsuitable as a universal solution. Instead, enterprises may adopt UTCP as the primary discovery layer for all tools and strategically using MCP-style servers where they provide clear value.&lt;/p&gt;

&lt;p&gt;By doing this, organizations can maximize ROI, streamline operations, and build a future-proof architecture where AI agents navigate the enterprise with ease and efficiency.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agentaichallenge</category>
    </item>
  </channel>
</rss>
