| status | active | |
|---|---|---|
| lead | Oded Har-Tal | |
| people |
|
|
| created | 2026-03-10 |
A Jupyter notebook that walks through the two fundamental patterns for extending AI coding assistants — skills (context injection) and sub-agents (context isolation) — with live API calls, conversation traces, and inline visualizations.
cp .env.example .env # add your ANTHROPIC_API_KEY
uv sync
uv run jupyter notebook notebook.ipynbThe notebook ships with pre-recorded outputs. Re-run cells to reproduce with your own API key.
The project is fully self-contained. The src/ directory contains a bundled sample codebase (from the MCP benchmark project) that the notebook's agent loops explore during experiments. No external dependencies beyond an Anthropic API key are needed.
