Skip to main content

6 posts tagged with "AI"

Articles on applied AI in software engineering and product development. Practical patterns, trade-offs, and real-world integrations. Includes automation, agent workflows, and production concerns.

View All Tags
MCP Apps: Interactive UIs for AI Clients - A practical guide

MCP Apps: Interactive UIs for AI Clients - A practical guide

With MCP Apps you can add interactive UIs directly into AI clients like Claude and ChatGPT. In this post, I show how to build the Python backend for tools and data, and a React frontend for the interactive UI.

11 Min. Lesezeit
MCP Resources: Adding Climate Data to Your Weather Server

MCP Resources: Adding Climate Data to Your Weather Server

Extend MCP servers with Resources for read-only data. Add 30-year climate normals to the weather server, understand Resource Templates, and combine Tools + Resources for powerful AI workflows.

12 Min. Lesezeit
Agent Skills vs MCP: Two Standards, Two Security Models

Agent Skills vs MCP: Two Standards, Two Security Models

A technical analysis comparing Anthropic's Agent Skills specification and Model Context Protocol - two different approaches to extending AI agents, with fundamentally different security implications for credential management and code execution.

13 Min. Lesezeit
Building Your First Agent Skill: A Practical Guide

Building Your First Agent Skill: A Practical Guide

A hands-on tutorial for creating and using Agent Skills with Claude. Learn how to build a custom weather forecast skill from scratch, complete with Python scripts and API integration.

11 Min. Lesezeit
Publish Once or Fragment Forever? About the State of MCP Registries

Publish Once or Fragment Forever? About the State of MCP Registries

From modelcontextprotocol.io's Registry Preview and Generic Registry API to GitHub, Docker, Azure, Smithery, Raycast, MCP.so, PulseMCP, and FluidMCP—what MCP registries actually do and how to choose.

7 Min. Lesezeit
Building Your First MCP Server: A Weather Forecast Integration

Building Your First MCP Server: A Weather Forecast Integration

A hands-on tutorial for creating production-ready MCP servers with Python. Learn how to build a weather forecast server from scratch, test it locally, containerize it with Docker, and understand the architectural differences from Agent Skills.

12 Min. Lesezeit