ENFR
8news

Tech • IA • Crypto

TodayTopicsVideosCryptoArchivesFavorites

Build AI agents using Claude in Microsoft Foundry

9/10
AnthropicClaudeMay 20, 2026 at 12:09 PM34:12
Audio player
0:00 / 0:00

TL;DR

Microsoft demonstrated how developers can build production-ready AI agents using Claude models within Microsoft Foundry, emphasizing tooling, integration, and enterprise deployment.

KEY POINTS

Shift to Agentic AI Systems

The AI industry is moving beyond single-turn chat interactions toward agent-based systems capable of planning, reasoning, and taking multi-step actions. These systems must handle long-context reasoning, maintain reliability, and integrate securely with enterprise environments. This evolution introduces new technical demands, including observability, governance, and tool connectivity.

Microsoft Foundry as a Unified Platform

Microsoft Foundry is positioned as a centralized platform for building and scaling AI applications. It integrates with tools like Visual Studio Code, GitHub, and Copilot Studio, and offers capabilities including model hosting, agent orchestration, and machine learning services such as fine-tuning. The platform supports over 1,400 connectors, enabling agents to interact with real-world systems like SAP and ServiceNow.

Claude Models for Advanced Reasoning

Claude models, including Claude Sonnet 4.6 and Opus 4.7, are highlighted for their strong reasoning and long-context capabilities. These traits make them particularly suited for agent workflows, where maintaining context and executing multi-step logic is critical.

From Prototype to Production

Foundry emphasizes a faster path from development to deployment. Built-in features such as evaluation tools, monitoring, and observability allow developers to move beyond prototypes into enterprise-grade applications. Security integrations with Microsoft Defender, Purview, and Entra ID further support production readiness.

Hands-On Agent Development Workflow

The demonstration walked through deploying a Claude model, testing it in a playground environment, and integrating it into a local development setup using Python and the Microsoft Agent Framework. Developers configure environment variables such as API keys and endpoints, then instantiate agents capable of handling user interactions.

Model Context Protocol Integration

A key component was the use of Model Context Protocol (MCP), an open standard that allows agents to connect to external systems via a single endpoint. MCP enables access to tools, reusable prompts, and structured data, simplifying how agents retrieve and act on external information.

Real-World Simulation: Cupcake Store Agent

A practical example involved building an AI agent for a fictional bakery, Sparkles, designed to handle customer orders. By connecting to an MCP server, the agent could retrieve live data such as available flavors and process orders dynamically. The system demonstrated how agents can manage workflows like customer registration and order fulfillment.

Tool Use and Dynamic Responses

The agent leveraged MCP-provided tools to answer queries and execute actions, such as listing available cupcake flavors or generating customer IDs. This showcased how agents move beyond static responses to performing real operations based on external data.

Reusable Prompts and Agent Personalization

Developers incorporated reusable prompts and predefined instructions from MCP to shape the agent’s personality and behavior. This included setting a consistent greeting style and guiding user interactions, illustrating how prompt modularity can streamline development.

Enterprise-Grade Features Built In

Foundry-based agents include built-in security, compliance, and governance features. These capabilities address a major barrier in enterprise AI adoption, where reliability and data protection are critical requirements.

CONCLUSION

The integration of Claude models with Microsoft Foundry reflects a broader shift toward scalable, tool-enabled AI agents that can operate reliably in real-world enterprise environments.

Full transcript

More from Anthropic