Files
Marcos Paulo db86edbc21 test: add vanilla regression baselines
Capture rendered-text and visual baselines before route migration, and detect external CSS dependencies. Do not change verify.mjs assertions; task 02 must remove the known legacy font URL before the audit can pass.
2026-09-05 03:25:56 +00:00

38 lines
982 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
AI For Dummies — Models
← ROUTE MAP
01 / MODELS
field guide ↗
Model routing
Choose the
engine.
A model has a capability ceiling. Effort controls how much room it gets to reason. Route by uncertainty and verification cost.
LOW
Bounded rhythm
Lookup, small edits, formatting, and transformations with clear checks.
MEDIUM
Default work
Normal implementation where the contract is clear but context matters.
HIGH
Ambiguity
Planning, architecture, security judgment, and hard failures.
Two knobs
Capability
× effort
ROUTING RULE
strong model + high effort → frame ambiguity · light model + low effort → bounded execution · raise one knob at a time → compare evidence
Sequence
Spend judgment
where it
compounds.
01
Plan
Strong model: scope, risks, acceptance, and worktree split.
02
Build
Focused worker: smallest context and lightest model that can pass.
03
Review
Independent pass when missed issues cost more than the call.
Next: agents & trees →
Rules case study →