AI News selected for Professionals and Decision Makers
Model And Product Updates

Code execution with MCP: Building more efficient agents

01:00 · November 4, 2025 · Antropic Engineering Blog

Code execution with MCP: Building more efficient agents

Direct tool calls consume context for each definition and result. Agents scale better by writing code to call tools instead. Here's how it works with MCP.

Summary

The Model Context Protocol provides a standardized way for AI agents to connect to external tools and data sources, replacing the need for custom integrations per pairing. As adoption has grown since its November 2024 launch, agents now routinely access hundreds or thousands of tools across multiple MCP servers. This scale exposes two inefficiencies: every tool definition must be loaded into the context window at the outset, and every intermediate result returned by a tool must pass back through the model, driving up token counts and latency.

Code execution environments address these issues by exposing MCP servers as programmatic APIs rather than direct function calls. An agent can generate a filesystem view of available tools, list directories to discover relevant servers, and read only the specific definition files it needs for the current task. In one TypeScript implementation, this progressive disclosure reduced token usage from roughly 150,000 to 2,000 for a given workflow. The same environment lets the agent filter, aggregate, or transform large result sets locally before any data reaches the model.

Control flow also improves. Loops, conditionals, and error handling execute inside the code runtime instead of requiring repeated round-trips between the model and individual tool calls. Intermediate data can remain inside the execution environment, so only explicitly returned values enter the context window. For sensitive information, the client can automatically tokenize personally identifiable data before it reaches the model and restore the original values on subsequent tool calls.

These gains come with added operational requirements. Executing agent-written code demands sandboxing, resource limits, and monitoring that direct tool invocation does not. The article weighs the resulting reductions in token cost and latency against this infrastructure overhead, noting that the approach reuses established software-engineering patterns for context management and state persistence across sessions.

Why it matters

Highly actionable for Product Teams and Builders with concrete implementation patterns, code snippets, and measurable efficiency gains (e.g., 98.7% token reduction). Directly addresses model/product updates in agent tooling and context management.

More in this beat
agentic-workflowsai-agentscontext-managementllm-agentsmodel-context-protocolpii-redactiontool-use
AI Tool Discovery at Scale: All You Need is DNS

06:00 · July 22, 2026

AI Tool Discovery at Scale: All You Need is DNS

This research is highly relevant for Dutch AI infrastructure developers and researchers building multi-agent systems. Its decentralized governance model aligns well with European data sovereignty and transparent AI goals, offering a scalable alternative to centralized tool registries.

Relevance 85 · Audience 95

From Atomic Actions to Standard Operating Procedures: Iterative Tool Optimization for Self-Evolving LLM Agents

06:00 · July 9, 2026

From Atomic Actions to Standard Operating Procedures: Iterative Tool Optimization for Self-Evolving LLM Agents

This research is highly relevant for Dutch AI researchers and enterprise developers building autonomous agents, as it offers a novel method to reduce reasoning overhead and API costs while improving reliability. The transition from static tools to self-evolving SOPs aligns well with the Dutch market's focus on scalable, efficient AI automation for SMEs.

Relevance 85 · Audience 95

Build from anywhere with Cursor for iOS

02:00 · June 29, 2026

Build from anywhere with Cursor for iOS

This update fundamentally shifts how product teams and builders interact with AI coding assistants, enabling asynchronous, mobile-first agent management. Dutch AI practitioners and SMEs can leverage this to improve incident response times and maintain development momentum outside traditional working hours.

Relevance 75 · Audience 90

Windsurf 2.0: Introducing the Agent Command Center and Devin in Windsurf

14:00 · April 15, 2026

Windsurf 2.0: Introducing the Agent Command Center and Devin in Windsurf

This update is highly relevant for product teams and builders as it represents a major shift in AI-assisted software engineering, moving from single-agent pairing to multi-agent orchestration. Dutch tech teams can leverage these tools to significantly accelerate development cycles, though they must evaluate cloud agent data handling for EU compliance.

Relevance 85 · Audience 95

Equipping agents for the real world with Agent Skills

02:00 · October 16, 2025

Equipping agents for the real world with Agent Skills

Directly actionable for Product Teams and Builders: provides concrete implementation patterns, evaluation guidelines, and code patterns for building specialized agents. Addresses lifecycle, observability via progressive loading, and risks like malicious skills.

Relevance 78 · Audience 85

How to build great tools for AI agents: A field guide

02:00 · September 1, 2025

How to build great tools for AI agents: A field guide

This guide is highly relevant for ML Engineers as it tackles the production-level challenge of reliable LLM function calling. By providing actionable schema design patterns and prompt engineering best practices, it enables Dutch AI teams to build more robust, deterministic, and maintainable agentic workflows.

Relevance 85 · Audience 95

OpenClaw and Ollama in Agentic AI: Toward Fully Autonomous and Scalable AI Agent Systems

06:00 · August 3, 2026

OpenClaw and Ollama in Agentic AI: Toward Fully Autonomous and Scalable AI Agent Systems

The research is highly relevant for Dutch AI practitioners as it provides a reproducible, privacy-preserving framework using local inference that aligns with strict EU data sovereignty and governance standards. It offers actionable architectural blueprints for researchers building trustworthy, scalable autonomous agents.

Relevance 85 · Audience 95