An MCP server is a program that provides context to an AI application through the Model Context Protocol. It exposes tools, data and prompt templates over a standard interface, so any client that speaks the protocol can use it without custom integration work on either side. MCP server: What You’ll Learn This guide defines what… Continue reading
Posts Tagged → tool use
Agentic AI Design Patterns Explained
Agentic AI Design Patterns is the nine hour fifty five minute paid course by Andrew Ng on DeepLearning.AI. It teaches the four core design patterns behind every production agent system, Reflection, Tool Use, Planning, and Multi Agent, in raw Python without hiding details in a framework. The course launched October 7, 2025 and is the… Continue reading
Claude API Course: Powerful Anthropic Notebooks
Claude API Course is Anthropic’s official code first curriculum at github.com/anthropics/courses, with twenty two thousand stars as of mid 2026. Five Jupyter notebook sub courses covering the Claude API fundamentals, prompt engineering interactive tutorial, real world prompting, prompt evaluations, and tool use. Free, CC BY NC 4.0 license, no certificate. Python only. Default model is… Continue reading