Home / Companies / Kong / Blog / August 2026

August 2026 Summaries

6 posts from Kong

Filter
Month: Year:
Post Summaries Back to Blog
Kong AI Gateway is presented as connectivity infrastructure for production multi-agent systems, positioned between agents and the external tools, APIs, databases, models, and other agents they use for context retrieval and state-changing actions. It addresses operational issues such as unreliable upstream services, limited visibility into agent decisions, model-based access control, and slow repeated retrievals through centralized policies including retries, timeouts, circuit breakers, rate limiting, semantic caching, authentication, authorization, and structured observability. The platform also supports LLM-agnostic routing with provider fallback, load balancing, and cost controls. Examples describe financial-services and developer-tools teams using these capabilities to reduce retrieval latency, avoid workflow failures, create audit trails, and enforce permissions independently of model behavior, including prompt-injection risks.
Aug 19, 2026 761 words in the original blog post.
Multi-agent systems are best understood as distributed context systems in which agents retrieve information and mutate shared state, creating a dependency graph that defines the architecture. Production reliability depends on managing dependencies among agents, external APIs, databases, and memory stores, since stale outputs, unavailable services, partial updates, and repeated work can cause cascading failures or inconsistent decisions. Effective designs require persistent memory, detailed observability of agent context and actions, authentication and authorization for agent-to-agent and tool calls, rate limits, retries, timeouts, circuit breakers, and scrutiny of data crossing trust boundaries. The central recommendation is to apply established distributed-systems practices for fault tolerance, state management, security, and monitoring to AI-driven workflows, treating context retrieval and mutation as the core interface contracts between system components.
Aug 13, 2026 726 words in the original blog post.
Intelligent LLM routing can reduce costs and improve latency by selecting models according to task complexity and quality requirements, but placing routing logic directly in production request paths creates security, reliability, and governance challenges. Kong proposes separating model selection from traffic management by pairing NVIDIA’s open-source NeMo Switchyard, which provides configurable model-selection algorithms, with Kong AI Gateway, which retains responsibility for routing, credentials, guardrails, PII masking, rate limits, auditing, caching, failover, and multi-environment deployment. In this architecture, Kong sends request information to Switchyard for a model-target decision, applies organizational policies, and routes the request, while configurable fallbacks preserve availability if the decision service is unavailable and session persistence can reduce repeated evaluations in multi-turn conversations. The approach is intended to let ML teams tune selection policies independently while platform teams maintain a centralized security and governance boundary for model calls as well as related APIs, MCP servers, and event streams. In a preliminary OpenThoughts-TBLite benchmark, raising a Switchyard routing-confidence threshold reduced escalation to a frontier model from 85% to 17% and lowered cost per completed task by 43.7% without reducing completion rates, though further evaluation is planned.
Aug 11, 2026 1,383 words in the original blog post.
Kong reports that enterprise AI traffic through its AI Gateway has increased sevenfold in nine months, with organizations using AI growing nearly 30-fold year over year and increasingly deploying production workloads across multiple models and providers. Its July 2026 data shows Anthropic Claude and OpenAI GPT accounting for most attributed request volume, though provider rankings differ by requests, input tokens, and output tokens, reflecting varied uses of Azure, Bedrock, direct APIs, and model-specific strengths across industries. Most organizations use multiple models, with 62% running at least two and 20% running six or more, which Kong argues complicates cost tracking, monitoring, security, and policy enforcement. Despite this growth, the company says fewer than 1% of customers have AI-specific governance controls, while most requests go to third-party proprietary APIs that may handle sensitive prompts and context. The text compares the situation to early cloud adoption, advocates for AI gateways as traffic-layer control points for visibility and governance, and warns that rapidly growing agent-driven API activity could further increase the need for scoped authorization, observability, token budgeting, routing, and security controls.
Aug 06, 2026 1,563 words in the original blog post.
Multi-agent AI systems depend on context, the information available to each agent when it makes decisions, and effective workflows are built around two core operations: retrieving context from other agents, tools, databases, APIs, or memory, and mutating context by changing records, approving requests, or completing actions. Specialized agents can supply domain knowledge, while external systems ground decisions in current data and internal memory preserves prior interactions. Chaining agents requires standardized handoffs, such as structured JSON, database updates, or summaries, so that one agent’s output reliably becomes another’s input. The main challenges in scaling these systems are often infrastructure-related rather than model-related, including secure access controls, reliable state updates, observability, and schema consistency; the material presents Kong’s connectivity platform as infrastructure intended to support these needs.
Aug 06, 2026 1,116 words in the original blog post.
Kong Partner Summit 2026, set to precede the API + AI Summit in Los Angeles, is a major event where global partners will explore transitioning from AI experimentation to enterprise-scale, production-ready AI. This summit focuses on transforming strategies into executable plans, with opportunities for partners to gain insights into Kong's product roadmap, align on joint market strategies, and enhance their capabilities in AI connectivity and governance. The event is designed for executives and leaders in AI transformation, offering sessions on AI modernization, API security, and cloud-native architectures. Attendees will have the opportunity to strengthen partnerships, collaborate on complex challenges, and build executive relationships. The summit will also host the Kong Partner Awards, celebrating partners' achievements in technical excellence, customer impact, and business growth, culminating in a reception with entertainment and networking opportunities.
Aug 03, 2026 924 words in the original blog post.