/
© 2026 RiffOn. All rights reserved.

Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

  1. AI & I
  2. Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million
Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I · May 20, 2026

Stainless CEO Alex Rattray on the limits of Model Context Protocol (MCP) and his vision for a 'cyborg' AI that writes and executes code.

The Future of AI 'Tool Building' Will Become Pure Prompt Engineering

Once a universal code execution environment becomes the standard 'super tool' for AI agents, creating new capabilities will no longer require custom code. Instead, 'building a tool' will mean writing a detailed prompt that instructs the LLM on how to sequence actions using an already-exposed, comprehensive API SDK.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago

Effective AI Model Protocols (MCPs) Require Few Tools with Hyper-Specific Descriptions

To overcome LLM limitations, successful Model Context Protocol (MCP) design involves severe constraints: keep the number of tools low, use precise yet concise names and descriptions, minimize input parameters, and return only essential data. This handcrafted approach is necessary for models to perform reliably.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago

Typed SDKs in Code Execution Tools Prevent LLM API Hallucinations

Don't let LLMs make raw HTTP calls. Instead, provide a code execution tool with a statically typed SDK. This environment can run a type-checker, instantly catching errors when the model hallucinates a non-existent endpoint or parameter, then provide helpful, in-context documentation to correct its mistake.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago

Secure AI Agents at the API Layer with OAuth, Not by Limiting MCP Tools

Trying to secure AI agents by restricting which tools are exposed in the Model Context Protocol (MCP) is the wrong approach. Security should be implemented at the API layer itself using robust, granular permissions like OAuth scopes. Treat the AI agent as any other third-party application accessing your API.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago

Use a Private Git Repo as a Curated Long-Term Memory for Your AI Assistant

To give an AI assistant persistent knowledge, create a dedicated Git repo. Prompt the AI (e.g., Claude Code) to save important artifacts like customer quotes or useful SQL queries into this repo as markdown files. This creates a curated, searchable 'cache' that bypasses the need to re-query external systems.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago

AI's 'Model Context Protocol' Fails When Exposing Full APIs Due to Context Limits

The vision for Model Context Protocol (MCP) is to let AIs perform complex, multi-app tasks. However, translating a full API like Stripe's into MCP tools overwhelms current models' context windows, making them confused and ineffective. This forces developers to handcraft a small subset of tools.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago

Stainless's 'Dynamic Mode' MCP Scales Large APIs Using Just Three Meta-Tools

To bypass context window limits with large APIs, Stainless uses a 'dynamic mode' for its MCP servers. It provides only three tools: `list endpoints`, `get endpoint details`, and `execute endpoint`. This scales infinitely but adds latency, as the model needs three separate turns to perform a single action.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago

Stainless CEO Predicts Agentic AI's Future is Code Execution, Not Tool Calling

The next step for agentic AI is a 'cyborg' model. Instead of juggling numerous pre-defined tools, the LLM will have one primary tool: a code execution environment. It will write code against a company's SDK to perform tasks, which is more flexible, faster, and context-efficient than traditional tool calling.

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million thumbnail

Inside Stainless: The Developer Tools Startup Anthropic Just Bought for $300 Million

AI & I·7 hours ago