/
© 2026 RiffOn. All rights reserved.
  1. AI & I
  2. MCP Servers: Teaching AI to Use the Internet Like Humans
MCP Servers: Teaching AI to Use the Internet Like Humans

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I · Oct 1, 2025

Stainless CEO Alex Rattray explains why current AI-internet protocols (MCPs) are failing and how code-executing 'cyborg' AIs are the future.

Designing LLM-Friendly APIs Is a New Ergonomics Challenge, Not Just an Engineering One

Making an API usable for an LLM is a novel design challenge, analogous to creating an ergonomic SDK for a human developer. It's not just about technical implementation; it requires a deep understanding of how the model "thinks," which is a difficult new research area.

MCP Servers: Teaching AI to Use the Internet Like Humans thumbnail

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I·5 months ago

MCPs Lack a Critical Feedback Loop, Making It Hard to Know if Tools Are Useful

A major unsolved problem for MCP server providers is the lack of a feedback mechanism. When an AI agent uses a tool, the provider often doesn't know if the outcome was successful for the end-user. This "black box" makes iterating and improving the tools nearly impossible.

MCP Servers: Teaching AI to Use the Internet Like Humans thumbnail

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I·5 months ago

Dynamic MCPs Use a "Browse-and-Execute" Model to Manage Large APIs

To avoid overwhelming an LLM's context with hundreds of tools, a dynamic MCP approach offers just three: one to list available API endpoints, one to get details on a specific endpoint, and one to execute it. This scales well but increases latency and complexity due to the multiple turns required for a single action.

MCP Servers: Teaching AI to Use the Internet Like Humans thumbnail

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I·5 months ago

In AI, Products with "YOLO" Developer Adoption Outpace Cautious Enterprise Rivals

The history of AI tools shows that products launching with fewer restrictions to empower individual developers (e.g., Stable Diffusion) tend to capture mindshare and adoption faster than cautious, locked-down competitors (e.g., DALL-E). Early-stage velocity trumps enterprise-grade caution.

MCP Servers: Teaching AI to Use the Internet Like Humans thumbnail

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I·5 months ago

Build a Corporate "Second Brain" by Having an AI Curate a Git Knowledge Repo

Use an AI assistant like Claude Code to create a persistent corporate memory. Instruct it to save valuable artifacts like customer quotes, analyses, and complex SQL queries into a dedicated Git repository. This makes critical, unstructured information easily searchable and reusable for future AI-driven tasks.

MCP Servers: Teaching AI to Use the Internet Like Humans thumbnail

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I·5 months ago

A Single Code Execution Tool Is More Scalable Than a Large Set of MCP Tools

Instead of giving an LLM hundreds of specific tools, a more scalable "cyborg" approach is to provide one tool: a sandboxed code execution environment. The LLM writes code against a company's SDK, which is more context-efficient, faster, and more flexible than multiple API round-trips.

MCP Servers: Teaching AI to Use the Internet Like Humans thumbnail

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I·5 months ago

Today's LLMs Can't Handle Full APIs, Forcing Hand-Crafted MCP Tools

Exposing a full API via the Model Context Protocol (MCP) overwhelms an LLM's context window and reasoning. This forces developers to abandon exposing their entire service and instead manually craft a few highly specific tools, limiting the AI's capabilities and defeating the "do anything" vision of agents.

MCP Servers: Teaching AI to Use the Internet Like Humans thumbnail

MCP Servers: Teaching AI to Use the Internet Like Humans

AI & I·5 months ago