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 Constitutional AI: Anthropic's Alignment Architecture Explained
Constitutional AI makes Claude harmless by having it critique and revise its own outputs against written principles, then uses AI-generated preference labels instead of humans.
Grouped Query Attention (GQA): How Modern LLMs Shrink KV Cache
GQA cuts KV cache 4-8x vs. multi-head attention with minimal quality loss. Architecture, memory math, MHA vs MQA vs GQA trade-offs, and which models (LLaMA 3, Mistral, Gemma) use it.
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.