Tag

#AI Agent

10 posts

Agent Skills: Packaging Senior Engineering Discipline Into AI Coding Agents
6 min read
Agent Skills: Packaging Senior Engineering Discipline Into AI Coding Agents

AI coding agents default to the shortest path: skipping specs, tests, security review, and other practices that make software reliable. Addy Osmani's Agent Skills packages production engineering workflows, quality gates, and best practices into 24 structured skills that agents can consistently follow from idea to launch.

Post AI
6 min read
What Is MCP: A Stable Way for Agents to Connect Tools and Context

MCP, short for Model Context Protocol, is an open protocol for connecting AI applications to external systems. It is not about making the model itself smarter. It standardizes how agents access tools, data sources, prompt templates, and business systems.

Post AI
7 min read
Claude Sonnet 5: A More Agentic Sonnet Model

Claude Sonnet 5 is Anthropic's next-generation Sonnet model, with stronger reasoning, tool use, coding, and long-horizon task execution. It narrows the gap with Opus 4.8 in agentic scenarios while covering more everyday development and knowledge-work tasks at a lower price.

Post AI
5 min read
Helping Claude Use MCP Well: Six Prompting Tips and One Core Principle

Connecting Claude to MCP does not mean it already understands your project. It must call tools first to obtain context. This article explains six prompting techniques for working efficiently with MCP-enabled Claude: establish context, name tools, narrow scope, chain tool calls, use templates, and describe goals.

Post AI