Skip to content

PACER Learning Map

PACER classifies every concept by how to learn it, then routes it to the right technique. Work the path in order — build understanding first (Conceptual → Analogous → Procedural), then drill facts to memory (Reference), and pin the numbers last (Evidence).

TypeGoalTechniqueSite mode
Conceptual Understand concept maps, elaboration, why/when map
Analogous Anchor anchor to prior knowledge; state the analogy analogy
Procedural Walk the steps flowcharts + spaced practice steps
Reference Drill flashcards + spaced repetition (SM-2) flashcards
Evidence Attach attach the stat to its concept; low drill evidence
Understood

Conceptual · Procedural · Analogous concepts you've marked understood.

Memorised

Reference facts matured (interval ≥ 21d) or not yet due in spaced repetition.

All 115 concepts by type

Conceptual51Analogous5Procedural21Reference36Evidence2

By domain

Conceptual17Analogous2Procedural4Reference5Evidence0

Conceptual 17

  • Tool execution types (client vs server) Map the client-vs-server boundary; drill that bash/text_editor/computer/memory are client-executed.
  • Subagent decision criteria Map when-to/when-not tradeoffs: parallelism/isolation/independence vs sequential/shared-state.
  • Adaptive thinking and effort Understand effort levels and when to use each; SRS-drill the effort enum and the budget_tokens 400 error.
  • Interleaved thinking Understand thinking-between-tool-calls; SRS-drill which models auto-enable vs need the beta header.
  • Extended thinking with tool use Anchor the rule: echo the unmodified signed thinking block with the tool_result; drill the any/tool incompatibility.
  • Task decomposition (chaining vs adaptive) Map the tradeoff: static prompt chaining vs dynamic adaptive decomposition; pick per predictability of the path.
  • State across context windows Understand durable-state tradeoffs; trace the framework-first-then-todo-iteration workflow.
  • Workflows vs Agents Map the tradeoff: predefined code paths vs self-directed agents; start simple, add complexity only when it pays off.
  • Augmented LLM Anchor the triad: LLM + retrieval + tools + memory as the building block of all patterns.
  • Routing Workflow Recognise classify -> specialized handler; use only for distinct, accurately-classifiable categories.
  • Parallelization Workflow Distinguish the two variants: sectioning (speed) vs voting (confidence); subtasks are pre-defined.
  • Autonomous Agents Anchor 'agent = LLM using tools in a loop'; drill the ACI/poka-yoke terms and when-to-use-agents rule.
  • Goal-oriented delegation Contrast goals+criteria vs procedural micromanagement; remember enum params guide behavior.
  • PreToolUse hook enforcement Anchor the signature rule: PreToolUse hook is the only reliable enforcement; drill exit-2 vs JSON deny mechanics.
  • Structured Intermediate Representations Trace the lossy-handoff fix: subagent outputs -> format conversion layer -> common claim/evidence/source/confidence schema.
  • The Production Architecture Blueprint Anchor to the three mottos: intelligence at the edges, strict typing in the middle, shared memory sustaining the lifecycle.
  • Zero-Tolerance Compliance Anchor the rule: hard limits enforced at the app-layer intercept, not prompts; remember the 3% failure stat.

Analogous 2

Procedural 4

  • Agentic loop Trace the while-loop: tool_use -> execute -> append tool_result -> resend; note only tool_use continues.
  • pause_turn handling Memorise the recovery step: resend the conversation unmodified (no tool_result to build).
  • Prompt Chaining Workflow Trace the fixed step sequence with optional gates; contrast with dynamic decomposition.
  • Orchestrator-Workers Workflow Trace orchestrator -> dynamic subtasks -> workers -> synthesis; key distinction is runtime-determined subtasks.

Reference 5

  • Stop reasons SRS-drill the exact stop_reason strings and what each one means for the loop.
  • Task and Agent tool SRS-drill the exact facts: Task->Agent rename v2.1.63, allowedTools, run_in_background default, built-in tool names.
  • AgentDefinition SRS-drill the field lists and precedence chains (programmatic > filesystem; env > invocation > frontmatter > main).
  • Workflow tool SRS-drill the exact facts: Workflow tool, TS Agent SDK v0.3.149+, scripts dozens-hundreds of agents.
  • Architect's Reference Matrix SRS-drill the 4x4 grid: constraint rows x domain columns -> the pattern in each cell (and the blanks).
Conceptual3Analogous0Procedural1Reference11Evidence0

Conceptual 3

  • Skills And Slash Commands Understand lazy-loading vs always-loaded CLAUDE.md (the why); drill SKILL.md frontmatter fields.
  • Checkpointing and Rewind Understand the scope limit (bash file changes are NOT tracked); drill the /rewind menu actions.
  • Output Styles Understand that styles swap the system prompt; drill the built-in style names and the /output-style removal.

Procedural 1

Reference 11

Conceptual6Analogous0Procedural6Reference4Evidence0

Conceptual 6

  • Prompt Clarity And Motivation Grasp why explaining the why improves outputs; reason it through, not memorize
  • Role Prompting Understand how a system-prompt persona shifts tone/expertise; reason not rote
  • XML Structuring Understand why tags reduce ambiguity, then note which tag names Claude expects
  • Long-Context Ordering Understand the query-last / docs-first ordering principle and why it helps
  • Opus Severity-Filter Trap Understand the failure mode conceptually so you recognize it in scenarios
  • Building Evals Understand what makes an eval valid, then practice authoring graded test cases

Procedural 6

Reference 4

Conceptual11Analogous1Procedural2Reference6Evidence0

Conceptual 11

Analogous 1

Procedural 2

Reference 6

Conceptual7Analogous2Procedural3Reference9Evidence0

Conceptual 7

Analogous 2

  • Context Rot Frame as a token 'budget' where accuracy decays as the window fills
  • Lost In The Middle Picture attention as a U-curve strong at start/end, weak in the middle

Procedural 3

Reference 9

Conceptual5Analogous0Procedural3Reference0Evidence1

Conceptual 5

Procedural 3

Evidence 1

Conceptual2Analogous0Procedural2Reference1Evidence1

Conceptual 2

Procedural 2

  • Compressing Long Sessions trace the split: narrate resolved turns, keep active issue verbatim; anchor on 48 turns
  • Graceful Tool Failure memorize the flag names isError/errorCategory/isRetryable and the return-in-result pattern

Reference 1

Evidence 1