AI Tools Kit
AI Tools Kit provides free developer tools for working with AI language models. Built by developers, for developers.
Learn more about us →Related Articles
Inside Model Context Protocol: How MCP Servers Actually Work
MCP connects AI models to tools via JSON-RPC 2.0 across stdio and HTTP transports. This deep-dive covers the host-client-server split, capability negotiation, the tool call state machine, and why the protocol was designed this way.
Inside Claude Opus 4.7 Adaptive Thinking: How Effort Levels Actually Work
Adaptive thinking replaced manual budget_tokens in Claude Opus 4.7. Here's the architecture: how the five effort levels (low/medium/high/xhigh/max) map to internal token allocation, how task_budget interacts with effort, the thinking display state machine, and the design decisions behind each behavior.