Quick recall mode

Keywords first, details second.

Use this mode when you want memory triggers only: title, summary, tags, and bullet anchors without long answers getting in the way.

Clear

Results update as you type. Press / to jump straight into search.

Quick recall

374 cards

Artificial Intelligence Medium Theory

RAG basics

RAG retrieves relevant external context and supplies it to the model at generation time.

  • Retrieval before generation
  • Improves freshness and grounding
  • Quality depends on chunking and retrieval
Artificial Intelligence Medium Theory

Single-agent vs multi-agent design

Single-agent systems are simpler to control, while multi-agent systems split work across specialized roles at the cost of more orchestration overhead.

  • Single agent is easier to debug
  • Multi-agent can separate concerns
  • More agents do not automatically mean better quality
Artificial Intelligence Medium Theory

What are AI evals?

Evals are repeatable tests that measure whether a model or prompt setup performs well on the behaviors you care about.

  • Use task-specific test cases
  • Track regressions over time
  • Human review may still be needed
Artificial Intelligence Medium Theory

What is context engineering?

Context engineering is the practice of selecting and shaping the right instructions, retrieved knowledge, tool outputs, and memory before a model call.

  • Bigger context is not always better
  • Relevance matters more than volume
  • Ordering and formatting affect results