ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

Simon WillisonArticle

datasette-mcp 0.2

The MCP ecosystem is quietly becoming the standard interface layer between agents and data sources. If you're building agents that need to query or manipulate structured data, datasette-mcp is worth understanding as a reference implementation. Willison's work is consistently solid, which means this tool is probably actually useful rather than aspirational.

Latent SpaceArticle

The Future of SaaS Is Apps That Agents Can Use

The real story is SaaS positioning itself for an agent-first consumption model rather than a human-first UI model. If Lovable's bet is right, the value in app-building startups shifts from generating interfaces to generating agent-callable capabilities, which changes what 'shipping a SaaS product' even means. Builders should watch whether MCP becomes the default distribution surface before betting a product roadmap on it.

Vercel BlogArticle

Introducing Agent Plugins 1.0.0

This is the interoperability layer the agent ecosystem needed before it fragments into incompatible plugin formats per vendor. Broad client support at launch (ChatGPT, Codex, Cursor, Copilot, Kiro, VS Code) suggests real coordination rather than one company trying to set a standard alone. If you're building MCP servers or Agent Skills, package them to this spec now rather than betting on a single client's format.

Anthropic EngineeringArticleClaude Watch

Code execution with MCP: Building more efficient agents

Combining MCP with code execution is a meaningful efficiency play, letting agents write and run code instead of chaining tool calls one at a time, which cuts latency and token cost. If you're running MCP-based agents at any scale, this pattern is worth adopting directly. It also signals where Anthropic sees MCP heading: less a protocol curiosity, more core infrastructure.

Anthropic EngineeringArticleClaude Watch

Desktop Extensions: One-click MCP server installation for Claude Desktop

This lowers the friction for non-technical users to extend Claude Desktop with MCP tools, which matters for adoption more than for capability. It's a packaging improvement, not a new capability, but packaging is often what determines whether MCP servers actually get used outside developer circles. Worth a quick look if you maintain an MCP server and want easier distribution to end users.