LLM Fundamentals
Prompt Engineering
RAG
Vector Database
RAG vs Fine-Tuning vs Long context
RAG Question
Fine-Tuning
Quantization
Safety & Guardrails
Agentic System
What to drop in every multi-agent answer
A condensed checklist:
- Justify multi-agent over single — specialization, isolation, parallelism, model tiering
- Name the pattern — supervisor-worker, ReAct, hierarchical delegation
- State management approach — typed schema, checkpointing, what's shared vs private
- Cost story — model routing, context pruning, caching
- Failure modes — loops, compounding error, hung agents — with mitigations
- Observability — distributed tracing, per-agent attribution
- Eval strategy — end-to-end success + per-agent + trajectory