Systems | Development | Analytics | API | Testing

What is an MCP Registry? The Centralized Directory for AI Agents

A guide to learning how MCP registries help govern AI agent-to-tool connectivity AI agents are only as capable as the tools they can reach. When an agent needs to query a database, file a support ticket, or pull data from a CRM, it has to find the right tool, authenticate, and invoke it — all at runtime. The Model Context Protocol (MCP) standardizes how agents communicate with these tools. But MCP alone does not answer a fundamental question: how does the agent know which tools exist?

How to Prevent AI Hallucinations: 3 Hidden Threats When AI Analyzes Your Data

A VP of Marketing presents an AI-generated performance review on a Monday morning. The CAC numbers are clean. The trend lines are directional. The exec summary recommends a $200K budget reallocation from paid search to organic content. The CFO nods. The budget shift is approved before lunch. Two weeks later, an analyst spot-checks one figure against the source system. The number doesn’t exist anywhere in the connected data.

AI in Credit Underwriting: Improving Risk Assessment Accuracy

For years, credit underwriting was pretty straightforward. Lenders looked at a few fixed factors like credit scores and income, to decide who was worthy of a loan. If you didn’t fit the criteria, you were simply rejected. It worked, but only to a point. This approach left out many people who were actually creditworthy and often missed subtle shifts in market stability.

We built a Custom Transport for Vercel's AI SDK

Ably is a realtime messaging platform, it's a pub/sub product where you can publish messages to channels and clients subscribed to those channels will receive those messages in realtime. It turns out that the Ably realtime platform is really well suited to being the transport that sits between your AI models and the clients receiving the generated responses.
Sponsored Post

Run Local LLMs on Mac to Cut Claude Costs

Part of the motivation for this post is how cloud API economics are shifting: Anthropic is moving large enterprise customers toward per-token, usage-based billing (unbundled from flat seat fees), which makes "always call the API" a moving cost line for teams at scale. A hybrid or local layer is one way to keep spend bounded while you still use premium models where they matter.

Omni-channel AI: The next frontier for Data and Analytics

What marketing mastered years ago, product teams are only now beginning to understand. For decades, marketing has operated on a simple but powerful principle: don't make your customers come to you, go to them. Meet them on the channels they already use, speak in the language they already speak, and show up where they already spend their time. The result was omni-channel marketing, a discipline that transformed how brands engage with the world.

How to set up Billing for AI Agents with LangChain and Kong in 15 Minutes | Monetize AI Agents

Want to bill customers for the AI tokens they actually use? This video shows you how to set up a LangChain app that meters LLM token usage and streams it to Kong Konnect Metering & Billing as CloudEvents — turning every prompt and response into invoiced usage, automatically.

Monitoring, Audit Trails, and Compliance with ClearML

The previous posts in this series built the security model layer by layer: identity, configuration governance, service account automation, compute policies, and production model serving. This final post covers what holds all of it together: the monitoring and audit layer that records every action, every API call, and every resource event and makes the full picture visible to the people responsible for it. It accompanies our Enterprise AI Infrastructure Security YouTube series.