SharePlanemodel evaluation artifact
SharePlane operating playbook

The Right Model Is the One Your Eval Can Defend

A repeatable model-selection loop for quality, latency, cost, routing, and operational fit.

Reviewed: 2026-07-06

Seed: Anthropic “Picking the Right Model” workshop

Evidence base: Anthropic seed + OpenAI evals + Google Gen AI evaluation + AWS Bedrock routing + provider caching docs + local/open serving docs

Posture: vendor seed, cross-provider check, SharePlane interpretation. Not provider proof.

The right model is the one your eval can defend. Not the newest model. Not the loudest launch. Not the cheapest token line. The right model is the one that performs against the work, fails in ways you understand, and can be justified when the decision matters.

Evaluation, not reputation Vendor workshop seed, not vendor proof No pricing table No provider-superiority claim
Executive scan

Model selection fails when teams choose by reputation.

It improves when they treat model choice as a repeatable evaluation loop: define the work, compare candidates, inspect traces, classify failures, record the decision, and rerun when conditions change.

Thesis

Brand is not evidence.

Model selection is not a brand preference. It is an evaluation discipline.

Loop

Run the comparison.

Define the work, run candidate models against representative samples, inspect failures, and record the decision.

Frontier

Judge the full outcome.

Quality, latency, reliability, review burden, context shape, and cost of successful outcome move together.

Boundary

Caveat the sources.

Anthropic is a useful vendor-workshop seed source, not neutral proof that Claude is generally best.

The wrong way to choose a model

Launch hype, benchmark worship, and sticker-price optimization do not carry production accountability.

The wrong model-selection process starts with a launch note, a leaderboard row, a token price, a default provider, a single demo, or the claim that one best model should serve every job.

A leaderboard can start a conversation. An eval can defend a decision.

A demo can impress. A benchmark can orient. Neither can carry production accountability alone.

Public benchmarks can start a conversation, but they rarely match the exact task, prompt shape, context quality, tool behavior, latency target, review burden, privacy posture, or failure consequence of the work in front of a team.

Evaluation loop

The eval is not bureaucracy. It is the steering wheel.

The operating move is simple: define the work, run the comparison, inspect the failures, record the decision, and rerun when the model, task, provider, cost structure, or risk changes.

1. Define use case 2. Select task samples 3. Define success criteria 4. Select candidates 5. Establish baseline 6. Run eval 7. Inspect traces 8. Classify failures 9. Record decision 10. Set re-test trigger
Decision axes

The cheapest model is the one that completes the work correctly at the lowest total operating cost.

That is not always the model with the smallest number in the pricing table. The useful decision compares quality, latency, cost of successful outcome, reliability, traceability, operational fit, privacy/locality, maintainability, failure consequence, and ease of verification.

Quality Latency Cost of successful outcome Frontier model Cheaper hosted model Local/open model Retries Prompt caching Human review Static context Failure consequence Operational fit
Failure classification

If you cannot name the failure class, you cannot defend the model decision.

A bad output does not automatically mean the model is wrong for the job. The failure may sit in the prompt, missing context, stale context, tool response, API call, infrastructure path, eval design, human review, or routing decision.

  • Model reasoning failure.
  • Prompt failure.
  • Missing context failure.
  • Stale context failure.
  • Tool failure.
  • API failure.
  • Infrastructure failure.
  • Eval design failure.
  • Human-review failure.
  • Routing failure.
Routing frontier

Use frontier models where ambiguity, synthesis, judgment, or high failure consequence dominate.

Route repeatable work to cheaper hosted or local/open execution only after the eval can defend the move.

Task enters Eval gate Frontier model Cheaper hosted model Local/open model Hybrid cascade Fallback route Human review route
Config frontier

Model choice is not isolated from the system around it.

Model choice is not isolated from the system around it. A strong context plane can change the model-selection frontier.

A strong context plane can change the model-selection frontier. Reasoning or effort settings, prompt caching, context hygiene, tool-output shape, static versus dynamic prompt zones, retry policy, output schema, grader choice, and trace capture can alter quality, latency, and cost.

The caveat is important: prompt caching, thinking or effort controls, routing behavior, context-window handling, and local/open serving mechanics are provider-specific or stack-specific. The artifact treats them as operating levers, not universal guarantees.

Copyable practitioner artifact

Lightweight model evaluation template

Use this record when the decision needs evidence rather than reputation.

# Lightweight Model Evaluation Record

## 1. Use case
Describe the work the model must perform.

## 2. Task class
Examples: summarization, extraction, classification, code generation, visual reasoning, planning, source synthesis, tool use, agentic workflow, customer response, regulated documentation.

## 3. Candidate models
- Model A:
- Model B:
- Model C:

## 4. Baseline model
Current default model or current human/process baseline.

## 5. Representative task samples
List 5 to 20 realistic samples. Include edge cases and failure-prone cases.

## 6. Success criteria
Define what good enough means.
- Correctness:
- Completeness:
- Format adherence:
- Source fidelity:
- Tone/style:
- Safety/compliance:
- Latency:
- Cost:
- Human review burden:

## 7. Evaluation method
- Human review:
- Rubric:
- Deterministic checks:
- LLM-as-judge:
- Gold answer comparison:
- Trace inspection:
- Validator/script:

## 8. Required evidence
- Outputs:
- Traces:
- Failure classes:
- Cost/token notes:
- Latency notes:
- Reviewer notes:

## 9. Failure classes
Mark each failure:
- Model reasoning failure
- Prompt failure
- Missing context failure
- Stale context failure
- Tool/API failure
- Infrastructure failure
- Eval design failure
- Human-review failure
- Routing failure

## 10. Decision axes
Score 1 to 5:
- Quality:
- Latency:
- Cost of successful outcome:
- Reliability:
- Traceability:
- Privacy/locality:
- Operational fit:
- Maintainability:
- Failure consequence:
- Ease of verification:

## 11. Decision
- Adopt:
- Reject:
- Keep as baseline:
- Use only for narrow route:
- Use behind human review:
- Retest later:

## 12. Rationale
Explain why the eval can defend the decision.

## 13. Caveats
What this eval does not prove.

## 14. Re-test trigger
Retest when:
- new model release
- provider pricing change
- prompt/context change
- tool/API change
- failure incident
- workload shift
- compliance requirement changes
Claim / evidence / caveat ledger

Every claim keeps its posture visible.

The ledger separates source support from SharePlane interpretation and caveat.

Model selection should be use-case-specific.

Source support: Anthropic workshop seed plus cross-provider eval documentation. SharePlane interpretation: compare models against the work. Caveat: public benchmarks can inform, not decide. Publication posture: strong.

Public benchmarks are directional, not sufficient.

Source support: workshop framing and evaluation docs. SharePlane interpretation: benchmark rows are not production accountability. Caveat: do not claim they are useless. Publication posture: strong.

Private evals are powerful when realistic.

Source support: eval documentation and task-specific testing posture. SharePlane interpretation: realistic task samples beat generic preference arguments. Caveat: a bad eval creates false confidence. Publication posture: strong.

Quality, latency, and cost must be evaluated together.

Source support: workshop quality/cost/latency tradeoff framing. SharePlane interpretation: add reliability, privacy, compliance, and maintainability where relevant. Caveat: workload details decide weighting. Publication posture: strong.

Cheapest per token is not always cheapest per successful outcome.

Source support: tokenomics, caching, retry, and review-burden sources. SharePlane interpretation: optimize total operating result. Caveat: careful wording, no universal absolutism. Publication posture: strong.

Failure classification matters.

Source support: trace inspection and evaluation practice. SharePlane interpretation: separate model failures from system failures. Caveat: classification requires trace evidence. Publication posture: strong.

Prompt caching can change cost/latency economics.

Source support: OpenAI and Anthropic prompt caching documentation. SharePlane interpretation: static prompt prefixes and cache mechanics are operating levers. Caveat: provider-specific mechanics vary. Publication posture: strong.

Routing can move repeatable work to cheaper/local models after proof.

Source support: AWS Bedrock prompt routing docs and SharePlane routing principle. SharePlane interpretation: cheap execution is earned by eval evidence. Caveat: must be backed by eval result and failure-risk posture. Publication posture: SharePlane-derived.

Local/open models are legitimate options.

Source support: Hugging Face Transformers and vLLM documentation. SharePlane interpretation: include local/open serving in the decision matrix. Caveat: not automatically cheaper, safer, faster, or better. Publication posture: strong.

New model launches should trigger comparison, not automatic adoption.

Source support: repeatable evaluation posture. SharePlane interpretation: releases trigger reruns against baseline. Caveat: operating discipline, not universal law from one source. Publication posture: SharePlane-derived.

Practitioner checklist

Before switching models, ask the operational questions.

Evaluation setup

  • Did we define the use case?
  • Did we test real task samples?
  • Did we compare against baseline?
  • Did we inspect failures?
  • Did we separate failure classes?

Decision evidence

  • Did we measure latency?
  • Did we estimate cost of successful outcome?
  • Did we consider privacy/locality?
  • Did we record decision and caveats?
  • Did we define re-test triggers?
Source dossier

The source spine supports the artifact without turning it into a vendor recap.

Source entries are used for role and caveat posture. They are not treated as neutral proof that one provider is best.

Vendor workshop seed

Source: Anthropic “Picking the Right Model” workshop

Reviewed: 2026-07-06

Role: Seed source for use-case-specific model comparison.

Supports: Evaluation loops, trace inspection, model behavior comparison, and quality/cost/latency tradeoffs.

Caveat: Useful vendor source, not neutral proof that Claude is generally best.

Public link: Public session page.

Cross-provider eval docs

Source: OpenAI evals documentation and Google Gen AI evaluation documentation

Role: Cross-provider documentation for structured evaluation practice.

Supports: Task-specific model-output tests, structured eval runs, objective and data-driven assessment, rubrics, custom functions, model migration, and public-leaderboard caveats.

Caveat: Each provider is authoritative about its own framing, not universal model superiority.

Public links: OpenAI evals. Google Gen AI evaluation.

Routing docs

Source: AWS Bedrock intelligent prompt routing documentation

Role: Routing reference for model-selection economics and workload fit.

Supports: Dynamic routing between models to balance predicted response quality and cost.

Caveat: Routing requires limitations, review posture, workload-specific proof, and failure handling.

Public link: AWS Bedrock intelligent prompt routing.

Caching docs

Source: OpenAI prompt caching and Anthropic prompt caching documentation

Role: Provider-specific cost and latency optimization references.

Supports: Static prompt-prefix design, cache behavior, TTL, cache-control placement, and provider-specific mechanics.

Caveat: Prompt caching does not work the same everywhere. Treat mechanics as provider-specific, not universal.

Public links: OpenAI prompt caching. Anthropic prompt caching.

Local/open serving docs

Source: Hugging Face Transformers and vLLM documentation

Role: Local/open model generation and serving reference.

Supports: Local/open model inclusion, generation configuration, serving tradeoffs, throughput, caching, quantization, and deployment considerations.

Caveat: Local/open models are legitimate options but are not automatically cheaper, safer, faster, or better.

Public links: Hugging Face Transformers. vLLM documentation.

Seven concepts / fourteen copyable prompts

The visual prompt suite is preserved as practitioner material.

Each prompt is standalone, includes visible text constraints, and blocks generic AI dashboard, leaderboard, provider-logo, checkerboard, and metadata-label drift.

Prompt 1: Model-selection cockpit
Mainline light prompt
Create a 16:9 premium enterprise teaching infographic on a pure white or warm off-white background.

Purpose:
Balanced explainer for technical leaders, architects, AI platform teams, and governance reviewers who need to understand why model selection must be defended by evaluation evidence, not reputation, hype, or public leaderboard rank.

Core thesis:
The right model is the one your eval can defend. Model selection is not a brand preference. It is an evidence loop that tests real work, inspects failures, compares constraints, and records a defensible decision.

Conflict:
Teams often choose models by launch hype, benchmark reputation, default provider choice, or token sticker price. Those signals can orient, but they cannot carry production accountability alone.

Mechanism:
Use a governed model-selection cockpit: define the use case, select task samples, set success criteria, compare candidate models, inspect traces, classify failures, and record the decision.

Visual metaphor:
A central evidence console receives governed inputs from task samples, trace inspection, failure classes, and decision records before approving a model choice.

Required visible text:
- The Right Model Is the One Your Eval Can Defend
- Defensible model decision
- Use case
- Task samples
- Success criteria
- Candidate models
- Trace inspection
- Failure classes
- Decision record
- Vendor seed
- Cross-provider docs
- SharePlane principle
- A leaderboard can start the conversation. An eval defends the decision.

Style:
Pure white or warm off-white background, red #EB1700 headline or rule accents, black body text, neutral gray structure, premium enterprise editorial teaching tone. Use precise spacing, thin gray dividers, red control-path accents, and strong information hierarchy. No dark-card dominance.

Density:
Moderate text density. The mechanism must be visible, the evidence path must be understandable, and the source boundary must be explicit without becoming cluttered.

Footer:
Source-derived. Review required. Vendor seed, not vendor proof. No provider superiority claimed.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not render a leaderboard as the central metaphor. Do not use checkerboard, noisy, tiled, cyberpunk, neon, colorful gradient, SaaS dashboard, decorative AI fog, robot mascot, or glossy 3D styling. Do not promote source claims into verified facts.
Dark expressive prompt
Create a 16:9 premium enterprise teaching infographic in a dark graphite operating-console style.

Purpose:
Show model selection as a serious evidence-control system where task fit, traces, failures, cost, latency, and operational constraints converge before a model decision is accepted.

Core thesis:
A model decision is defensible only when the eval can show why it passed, where it failed, what tradeoffs were accepted, and when the decision must be retested.

Conflict:
A model can look impressive in a demo and still fail under real task samples, weak context, tool errors, latency constraints, routing mistakes, or hidden review burden.

Mechanism:
Route evidence into a central decision console: use case, task samples, success criteria, candidate models, trace inspection, failure classes, and decision record. Keep the source posture visible: vendor seed plus cross-provider docs plus SharePlane interpretation.

Visual metaphor:
A dark evidence cockpit with a central illuminated decision core and surrounding instrument panels feeding it through controlled red and gray signal paths.

Required visible text:
- The Right Model Is the One Your Eval Can Defend
- Defensible model decision
- Use case
- Task samples
- Success criteria
- Candidate models
- Trace inspection
- Failure classes
- Decision record
- Vendor seed
- Cross-provider docs
- SharePlane principle
- A leaderboard can start the conversation. An eval defends the decision.

Style:
Dark graphite or near-black background, white and light-gray typography, red #EB1700 control accents, restrained gray panel structure, premium operating-console tone. Serious, technical, and controlled. No neon chaos.

Density:
Moderate text density. The evidence flow and governance posture must be readable at infographic scale.

Footer:
Source-derived. Review required. Vendor seed, not vendor proof. No provider superiority claimed.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not use cyberpunk, neon, colorful gradients, sci-fi clutter, robots, AI faces, fake dashboards, fake terminal spam, or generic SaaS visuals. Do not imply any provider is best.
Prompt 2: Evaluation loop runway
Mainline light prompt
Create a 16:9 premium enterprise teaching infographic on a pure white or warm off-white background.

Purpose:
Mechanism explainer for product, engineering, AI evaluation, and platform governance teams that need a repeatable model-selection process.

Core thesis:
Model selection is an evaluation loop. The decision should move from use case to task samples, success criteria, candidate comparison, trace inspection, failure classification, decision record, and re-test trigger.

Conflict:
Teams treat model choice as a one-time selection. That breaks when new models launch, workloads shift, prompts change, tools change, costs change, or failures appear in production.

Mechanism:
Run the loop: define use case, select task samples, set success criteria, run candidates, inspect traces, classify failures, record decision, and set re-test trigger.

Visual metaphor:
A governed loop runway where a model decision must pass through each evidence gate before it can land as an accepted operating choice.

Required visible text:
- Model Selection Is an Evaluation Loop
- Define use case
- Select task samples
- Set success criteria
- Run candidates
- Inspect traces
- Classify failures
- Record decision
- Set re-test trigger
- Evidence over reputation
- New model release? Rerun the eval. Do not worship the launch note.

Style:
Pure white or warm off-white background, red #EB1700 section accents and arrows, black body text, neutral gray structure, premium enterprise editorial teaching tone. Use a clean loop or runway with thin gray dividers and red control-path arrows.

Density:
Moderate text. The full loop must be visible and understandable in one pass.

Footer:
Source-derived. Review required. Evaluation loop must be adapted to the actual workload.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not make public benchmarks look useless. Do not use a leaderboard, fake dashboard, AI fog, robots, neon, cyberpunk, or colorful gradients.
Dark expressive prompt
Create a 16:9 premium enterprise teaching infographic in a dark graphite evaluation-console style.

Purpose:
Show model selection as a repeatable operating loop rather than a one-time brand decision.

Core thesis:
The right model is selected by a loop: define the work, test candidate models, inspect failures, record the decision, and rerun when conditions change.

Conflict:
A single demo, public benchmark, or launch note cannot prove model fit for a specific operating environment.

Mechanism:
Eight controlled gates form the loop: define use case, select task samples, set success criteria, run candidates, inspect traces, classify failures, record decision, and set re-test trigger.

Visual metaphor:
A dark technical runway with red-lit evidence gates and a return path from re-test trigger back to use-case definition.

Required visible text:
- Model Selection Is an Evaluation Loop
- Define use case
- Select task samples
- Set success criteria
- Run candidates
- Inspect traces
- Classify failures
- Record decision
- Set re-test trigger
- Evidence over reputation
- New model release? Rerun the eval. Do not worship the launch note.

Style:
Dark graphite or near-black background, white and light-gray typography, red #EB1700 control arrows, subtle gray route lines, premium operator-console tone. Controlled and readable, not cinematic noise.

Density:
Moderate text density. The reader should understand the repeatable loop without needing external context.

Footer:
Source-derived. Review required. Evaluation loop must be adapted to the actual workload.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not use neon, cyberpunk, robots, fake dashboards, terminal spam, colorful gradients, or provider-branded styling.
Prompt 3: Failure-classification table
Mainline light prompt
Create a 16:9 premium enterprise teaching infographic on a pure white or warm off-white background.

Purpose:
Analytical explainer for teams reviewing failed AI outputs and deciding whether the failure belongs to the model or another part of the system.

Core thesis:
Do not blame the model until you classify the failure. A poor result may come from the model, prompt, context, tool, API, infrastructure, eval design, or human review layer.

Conflict:
Teams often treat every bad answer as a model failure. That hides prompt defects, stale context, missing files, tool breakage, API issues, weak eval design, and bad review processes.

Mechanism:
Use a failure-classification table. Name the failure signal, identify the likely cause, and choose the next inspection step before changing models.

Visual metaphor:
A governed diagnostic table that separates fault domains before a model decision is accepted or rejected.

Required visible text:
- Do Not Blame the Model Until You Classify the Failure
- Failure signal
- Likely cause
- Next inspection
- Model reasoning
- Prompt design
- Missing context
- Stale context
- Tool/API
- Infrastructure
- Eval design
- Human review
- If you cannot name the failure class, you cannot defend the model decision.

Style:
Pure white or warm off-white background, black typography, red #EB1700 headers or left-rule accents, neutral gray table lines, premium enterprise field-manual tone. Sparse line icons only, in black, gray, or red.

Density:
Moderate text density. The table should be readable, with enough structure to teach the failure taxonomy.

Footer:
Source-derived. Review required. Failure class must be inspected before model replacement.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not add fake logs, stack traces, secrets, tiny unreadable text, robots, dashboards, AI fog, neon, or colorful gradients.
Dark expressive prompt
Create a 16:9 premium enterprise teaching infographic in a dark diagnostic-console style.

Purpose:
Help engineering and AI evaluation teams distinguish model failure from prompt, context, tool, API, infrastructure, eval, and human-review failures.

Core thesis:
A model decision cannot be defended if the failure class is unknown.

Conflict:
Aggregate scores and final answers can hide where a system actually failed. Without classification, teams may replace a model when the real issue is context, tooling, prompt design, infrastructure, or evaluation design.

Mechanism:
Use a dark trace-ledger matrix with rows for failure classes and columns for failure signal, likely cause, and next inspection.

Visual metaphor:
A diagnostic fault-domain matrix where red control markers identify the system layer that needs inspection.

Required visible text:
- Do Not Blame the Model Until You Classify the Failure
- Failure signal
- Likely cause
- Next inspection
- Model reasoning
- Prompt design
- Missing context
- Stale context
- Tool/API
- Infrastructure
- Eval design
- Human review
- If you cannot name the failure class, you cannot defend the model decision.

Style:
Dark graphite or near-black background, white and gray typography, red #EB1700 diagnostic accents, thin gray grid lines, premium enterprise incident-review tone.

Density:
Moderate text density. The matrix should remain readable and controlled.

Footer:
Source-derived. Review required. Failure class must be inspected before model replacement.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not add fake logs, fake stack traces, secrets, alarms, cyberpunk glow, robots, fake dashboards, or unreadable microtext.
Prompt 4: Cost-quality-latency frontier
Mainline light prompt
Create a 16:9 premium enterprise teaching infographic on a pure white or warm off-white background.

Purpose:
Mechanism explainer for teams comparing model economics beyond token sticker price.

Core thesis:
The cheapest model is the successful one. Model economics must include quality, latency, retries, caching, human review, failure consequence, and total cost of successful outcome.

Conflict:
Token price can look cheap while retries, cleanup, poor output quality, latency, failed tool use, or heavy human review make the operating cost higher.

Mechanism:
Compare model routes across quality, latency, and cost of successful outcome. Include frontier model, cheaper hosted model, and local/open model as decision zones, not winners.

Visual metaphor:
A three-axis frontier map where model routes occupy different tradeoff zones and only become acceptable when the eval can defend them.

Required visible text:
- The Cheapest Model Is the Successful One
- Quality
- Latency
- Cost of successful outcome
- Frontier model
- Cheaper hosted model
- Local/open model
- Retries
- Prompt caching
- Human review
- Static context
- Failure consequence
- Do not optimize token price while paying for retries, cleanup, and failure.

Style:
Pure white or warm off-white background, black typography, red #EB1700 axis or control accents, neutral gray geometry, premium enterprise strategy-map tone. No dark-card dominance.

Density:
Moderate text. The frontier and tradeoffs must be clear without turning into a pricing table.

Footer:
Source-derived. Review required. No evergreen pricing claims.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not render actual price numbers, fake rankings, stock charts, leaderboards, SaaS dashboards, AI fog, robots, neon, or colorful gradients.
Dark expressive prompt
Create a 16:9 premium enterprise teaching infographic in a dark strategic-frontier style.

Purpose:
Show that model economics depend on total operating outcome, not just listed token price.

Core thesis:
A cheaper model is only cheaper if it completes the work correctly with acceptable latency, retry rate, review burden, and failure risk.

Conflict:
Teams can accidentally optimize the visible price line while paying hidden costs through retries, human cleanup, latency, context bloat, failed outputs, and production risk.

Mechanism:
Map frontier, cheaper hosted, and local/open model routes across quality, latency, and cost of successful outcome. Show prompt caching, retries, human review, static context, and failure consequence as operating factors.

Visual metaphor:
A dark frontier control map where route zones are evaluated by total outcome, not by sticker price.

Required visible text:
- The Cheapest Model Is the Successful One
- Quality
- Latency
- Cost of successful outcome
- Frontier model
- Cheaper hosted model
- Local/open model
- Retries
- Prompt caching
- Human review
- Static context
- Failure consequence
- Do not optimize token price while paying for retries, cleanup, and failure.

Style:
Dark graphite or near-black background, white and gray typography, red #EB1700 frontier accents, thin gray geometry, premium technical strategy tone.

Density:
Moderate text density. Make the hidden-cost mechanism visible.

Footer:
Source-derived. Review required. No evergreen pricing claims.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not include pricing tables, dollar signs, fake model names, dashboards, robots, neon, colorful gradients, or leaderboard aesthetics.
Prompt 5: Trace inspection panel
Mainline light prompt
Create a 16:9 premium enterprise teaching infographic on a pure white or warm off-white background.

Purpose:
Explain why model evaluation must inspect prompts, context, tool results, outputs, and reviewer notes instead of trusting only the final answer or aggregate score.

Core thesis:
Inspect the trace, not just the final answer. Traces show where failure happened.

Conflict:
Final answers and aggregate scores can hide whether the problem came from the model, the prompt, missing context, stale context, a tool response, API behavior, or reviewer assumptions.

Mechanism:
Follow the trace path: prompt, context, tool result, model output, reviewer note. Then classify the failure as prompt issue, context gap, tool failure, or another fault domain.

Visual metaphor:
A clean trace-inspection panel where each step connects to a failure-classification decision card.

Required visible text:
- Inspect the Trace, Not Just the Final Answer
- Prompt
- Context
- Tool result
- Model output
- Reviewer note
- Failure class identified
- Prompt issue
- Context gap
- Tool failure
- Aggregate scores hide the failure. Traces show where it happened.

Style:
Pure white or warm off-white background, black typography, red #EB1700 connector accents, neutral gray panels, premium enterprise review-workflow tone.

Density:
Moderate text density. The trace path must be readable and the inspection mechanism must be visible.

Footer:
Source-derived. Review required. Trace inspection is evidence, not automatic proof.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not render real logs, fake secrets, dense code, fake stack traces, dashboards, robots, AI fog, neon, or colorful gradients.
Dark expressive prompt
Create a 16:9 premium enterprise teaching infographic in a dark trace-ledger style.

Purpose:
Show AI evaluation teams why trace inspection is necessary before changing prompts, tools, routing, or models.

Core thesis:
A failed output is not enough evidence. The trace shows whether the failure came from prompt, context, tool result, model output, or review assumptions.

Conflict:
Without trace inspection, teams may replace models when the real defect is missing context, weak prompting, broken tool output, stale files, or a bad eval.

Mechanism:
Display a trace sequence from prompt to reviewer note, then connect it to a diagnostic decision card labeled failure class identified.

Visual metaphor:
A dark operator-console trace ledger where red connectors reveal the route from evidence to failure classification.

Required visible text:
- Inspect the Trace, Not Just the Final Answer
- Prompt
- Context
- Tool result
- Model output
- Reviewer note
- Failure class identified
- Prompt issue
- Context gap
- Tool failure
- Aggregate scores hide the failure. Traces show where it happened.

Style:
Dark graphite or near-black background, white and gray typography, red #EB1700 trace connectors, subdued gray panels, premium evaluation-console tone.

Density:
Moderate text density. The trace sequence and failure decision must be understandable in one pass.

Footer:
Source-derived. Review required. Trace inspection is evidence, not automatic proof.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not render fake logs, fake secrets, stack traces, robots, dashboards, cyberpunk UI, neon, or colorful gradients.
Prompt 6: Frontier vs cheap/local routing map
Mainline light prompt
Create a 16:9 premium enterprise teaching infographic on a pure white or warm off-white background.

Purpose:
Teach AI platform and automation teams when it is safe to route work from frontier models to cheaper hosted models or local/open models.

Core thesis:
Route only what the eval can defend. Cheap execution is earned by evidence.

Conflict:
Teams want lower cost and faster execution, but unsafe routing can hide quality loss, ambiguity, verification gaps, privacy assumptions, and high-consequence failure modes.

Mechanism:
A task enters the routing map. An eval gate decides whether work stays on the frontier route, moves to cheaper hosted execution, moves to local/open execution, or falls back to frontier/human review.

Visual metaphor:
A governed routing map with an eval gate before cheaper/local execution routes and a visible fallback path.

Required visible text:
- Route Only What the Eval Can Defend
- Task enters
- Eval gate
- Frontier model
- Cheaper hosted model
- Local/open model
- Repeatable
- Low ambiguity
- Easy to verify
- Low failure consequence
- Frontier or human review
- Cheap execution is earned by evidence.

Style:
Pure white or warm off-white background, black typography, red #EB1700 gate and route accents, neutral gray structure, premium enterprise routing-map tone.

Density:
Moderate text density. Routing logic must be clear, with the eval gate visually dominant.

Footer:
Source-derived. Review required. Routing must be workload-specific.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not imply local/open models are automatically cheaper, safer, faster, or better. Do not render dashboards, robots, cloud logos, network spaghetti, AI fog, neon, or colorful gradients.
Dark expressive prompt
Create a 16:9 premium enterprise teaching infographic in a dark routing-control style.

Purpose:
Show model routing as a governed decision between frontier, cheaper hosted, local/open, and human review paths.

Core thesis:
Routing is safe only when the eval proves the work is repeatable, low ambiguity, easy to verify, and low enough consequence for the route.

Conflict:
Uncontrolled routing can reduce cost while increasing hidden failure risk, especially when tasks are ambiguous, hard to verify, privacy-sensitive, or high consequence.

Mechanism:
A task enters. The eval gate evaluates repeatability, ambiguity, verification ease, and failure consequence. The route goes to frontier model, cheaper hosted model, local/open model, or frontier/human review fallback.

Visual metaphor:
A dark tactical routing map with a red governance gate and clearly separated route paths.

Required visible text:
- Route Only What the Eval Can Defend
- Task enters
- Eval gate
- Frontier model
- Cheaper hosted model
- Local/open model
- Repeatable
- Low ambiguity
- Easy to verify
- Low failure consequence
- Frontier or human review
- Cheap execution is earned by evidence.

Style:
Dark graphite or near-black background, white and gray typography, red #EB1700 routing accents, thin gray path lines, premium operator-map tone.

Density:
Moderate text density. The governance gate must be visually impossible to miss.

Footer:
Source-derived. Review required. Routing must be workload-specific.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not imply local/open models are automatically cheaper, safer, faster, or better. Do not use neon, cyberpunk, fake dashboards, robots, provider logos, dollar signs, or network spaghetti.
Prompt 7: Capstone
Mainline light prompt
Create a 16:9 premium enterprise teaching infographic on a pure white or warm off-white background.

Purpose:
Capstone explainer for technical leaders and evaluators who need the artifact’s principle in one visual: reputation can suggest a model, but evidence must decide.

Core thesis:
The right model is the one your eval can defend.

Conflict:
Launch hype, leaderboard rank, token sticker price, and default provider choice can bias model selection before real work is tested.

Mechanism:
Weak signals are filtered through an eval record. Strong evidence anchors, including real task samples, trace inspection, failure classes, and decision record, outweigh reputation signals.

Visual metaphor:
An evidence ledger in the center balances weak reputation signals against strong evaluation evidence.

Required visible text:
- The Right Model Is the One Your Eval Can Defend
- Eval record
- Launch hype
- Leaderboard rank
- Token sticker price
- Default choice
- Real task samples
- Trace inspection
- Failure classes
- Decision record
- Reputation suggests. Evidence decides.

Style:
Pure white or warm off-white background, black typography, red #EB1700 headline and evidence accents, neutral gray structure, premium enterprise editorial teaching tone.

Density:
Moderate text density. The contrast between weak signals and strong evidence must be obvious.

Footer:
Source-derived. Review required. Evidence decides.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not render provider logos, model names, pricing tables, robots, fake dashboards, colorful gradients, or a leaderboard as the authority.
Dark expressive prompt
Create a 16:9 premium enterprise teaching infographic in a dark editorial control-room style.

Purpose:
Deliver the artifact’s central operating principle as a decisive visual: model choice must be defended by eval evidence, not reputation signals.

Core thesis:
The right model is the one your eval can defend.

Conflict:
Impressive launches, leaderboard rank, token price, and default-provider inertia can make weak evidence look like a decision.

Mechanism:
An eval record separates weak signals from strong evidence. Real task samples, trace inspection, failure classes, and decision record become the authority.

Visual metaphor:
A dark evidence ledger where dim weak signals are outweighed by bright evaluation evidence anchors.

Required visible text:
- The Right Model Is the One Your Eval Can Defend
- Eval record
- Launch hype
- Leaderboard rank
- Token sticker price
- Default choice
- Real task samples
- Trace inspection
- Failure classes
- Decision record
- Reputation suggests. Evidence decides.

Style:
Dark graphite or near-black background, white and gray typography, red #EB1700 evidence accents, controlled gray panel structure, premium dark editorial tone.

Density:
Moderate text density. Evidence hierarchy must be visually clear.

Footer:
Source-derived. Review required. Evidence decides.

Prohibited:
Do not invent model capabilities, benchmark scores, prices, official claims, provider logos, citations, validation status, or external facts. Do not render provider logos, model names, pricing tables, fake dashboards, robots, cyberpunk glow, neon, colorful gradients, or leaderboard authority.