Semantic Routing Protocol: How AI Agents Are Starting to Talk to Each Other Directly (Not Through…

· Source: Towards AI - Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, quick

Summary

AI agents, while performing well in development, face significant cost and latency issues when deployed in production environments requiring integration with numerous SaaS systems like Salesforce or Slack. First-token latency can surge from 200ms to 4–6 seconds, and monthly API call costs can escalate from an expected \$1,500 to \$15,000. This problem stems from Large Language Models (LLMs) orchestrating tasks and frequently hallucinating or incorrectly selecting API endpoints. Gartner predicts that over 40% of agentic AI projects will be cancelled by the end of 2027 due to these escalating costs. The article introduces the Semantic Routing Protocol as a solution designed to address these challenges by enabling direct agent-to-agent communication, bypassing LLM orchestration for tool calls.

Key takeaway

For AI Engineers deploying agents with extensive SaaS integrations, you should re-evaluate your architecture to mitigate escalating operational costs and latency. Current LLM-centric orchestration for tool calls is proving unsustainable, with Gartner predicting significant project cancellations. Consider implementing direct agent-to-agent communication protocols, like Semantic Routing, to reduce API call expenses and improve first-token latency, ensuring your agentic AI projects remain viable and performant in production.

Key insights

AI agents in production suffer from high costs and latency due to LLM-orchestrated tool calls, which Semantic Routing Protocol aims to fix.

Principles

Method

The article introduces the Semantic Routing Protocol as a mechanism for AI agents to communicate directly, bypassing LLM orchestration for tool selection and execution, thereby reducing latency and API costs.

In practice

Topics

Best for: AI Architect, CTO, Director of AI/ML, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Towards AI - Medium.