OCG LabOCG BenchFable 5 Unavailable
Live
EVENT ยท E

Fable 5 is unavailable. What now?

Not a model review โ€” a decision graph for routing your tasks after a capability disruption.

Event-drivenEvidence-boundTask substitutionCognitive routing
Event typemodel_unavailable
Scopecoding / document / decision tasks
Statusactive
Updated2026-06-14

TL;DR

Small or local coding tasks:use Opus 4.8

Large repo migration:decompose into bounded sub-tasks

Security-sensitive work:add deterministic and human validation

Cost-sensitive batch work:route routine chunks to Sonnet 4.6

Decision Card

Single-file bug fixOpus 4.8 or Sonnet 4.6
Multi-file refactorOpus 4.8 + test harness
Autonomous large migrationsplit / queue / validate
Security reviewmulti-model + human gate
High-volume routine transformationsSonnet 4.6
Terminal-heavy debuggingGPT-5.5 if CLI integration matters

Cognitive Event Graph

E changes the availability of r@D. The graph maps lost, degraded, fallback, substitute, decompose, and validate relations into C'.

EFable 5 unavailable
lost@E,Drepair + locate weakenedrepair + locate
degraded@E,Dlong-horizon coherence reducedgeneralize + track_state
fallback@Drestricted domains route downroute + scope
substitute@taskmap task to available modelselect + route
decompose@tasksplit when no direct substitute existsbound + queue
validate@tasktests / tools / human gatesvalidate + gate
C'new execution plan
Relation schema:c โ†’ r@D,E โ†’ C'lostdegradedfallbacksubstitutedecomposevalidateboundupdate

Evidence Ledger

Every recommendation should be evidence-bound. Benchmarks support capability claims; claims update task routes; task routes produce actions.

Benchmarks

  • SWE-Bench Pro
  • FrontierCode / long-horizon coding benchmarks
  • Terminal-Bench 2.1
  • OSWorld / agentic computer-use benchmarks
  • Domain-specific evals
View benchmarks

Claims

  • Fable 5 unavailable changes task routing
  • Large repo migration loses direct autonomous repair route
  • Single-file debugging remains covered by available models
  • Security-sensitive workflows require validation gates
  • Fallback behavior means selected model may not always be executing model
View claims

Actions

  • Use Opus 4.8 for high-precision reasoning
  • Use Sonnet 4.6 for routine batch tasks
  • Use GPT-5.5 where terminal/CLI integration matters
  • Split large tasks into bounded chunks
  • Add deterministic validators and human review gates
View actions

Task Impact Matrix

7 routes
TaskLost / affected rCurrent routeBoundaryValidation requirement
Single-file bug fixlocate + repairOpus 4.8 / Sonnet 4.6low impactunit testscovered
Multi-file refactorlocate + repairOpus 4.8 + test harnessboundedintegration testsbounded
Large repo migrationrepair + locate + generalizeno direct substitutehigh impactdecompose + human gateno direct route
Security code reviewvalidatemulti-model + human gatehigh riskmanual security reviewhuman gate
Long PDF extractionlocate + anchorOpus 4.8mediumcitation verificationbounded
Customer support triageselectSonnet 4.6lowsampling auditcovered
Financial extractionreconcile + validateOpus 4.8medium/highsource reconciliationhuman gate