Tools & Frameworks
5 concepts

Intermediate
Tools & Frameworks
Programmatic Tool Calling
Anthropic's replacement for JSON function calling — Claude executes code blocks to invoke multiple tools dynamically, eliminating round-trip overhead.

Intermediate
Tools & Frameworks
Semantic Chunking
Splitting documents into meaning-preserving segments based on topic boundaries rather than fixed character limits — improving RAG retrieval accuracy by 20-40%

Intermediate
Tools & Frameworks
Vector Database
A specialized database for storing and searching embedding vectors, enabling semantic similarity search

Advanced
Tools & Frameworks
Agent Browser Protocol (ABP)
Open-source custom Chromium that pauses the web between AI agent steps, achieving 90%+ reproducible automation success.

Beginner
Tools & Frameworks
Model Context Protocol (MCP)
Open standard for connecting AI to external tools — now embedded in browsers, CLIs, and websites via WebMCP.