EnRoute Growth Platform
EGP Dashboards
← CDAIO index CDAIO

Strategic vs Routine vs Gray Dashboard

Generated 2026-04-13T22:55:44 · Source: daily_task_classifier.py v1.0 · Snapshot: 2026-04-13

Top-Line KPIs

Strategic
118
59.0% of files · $21.24 Claude spend
Routine
6
3.0% of files · $1.08 Claude spend
Gray Zone
76
38.0% of files · $13.68 Claude spend
Total Claude spend (2026-04-13): $36.00 · cost model $0.18/file blended Opus 4.6
Local LLM persona: Vesta (backed by llama3.2:3b primary, qwen2.5:3b fallback · Phase 1 not yet live)

Gray Zone — 10 Sub-Categories

Marc's directive: break Gray down granularly, flag which are SOP-able (for routing to Vesta) vs need-human-triage (stay on Claude). If a tool is being executed, that's an SOP opportunity.

Sub-CategoryCountSpendRoutingSOP Note
1. Python multi-step glue scripts2$0.36SOP-ablePipeline orchestrators, subprocess chains — SOP them for Vesta execution
2. HTML/PDF renderers1$0.18SOP-ableDeterministic template filling — Vesta can run these after SOP
3. HTML content generators27$4.86SOP-ableBrand-compliant HTML from markdown — template-bound, ideal for Vesta
4. No-signal (low-confidence, needs human triage)40$7.20Stay ClaudeTriage first; reclassify into a concrete bucket before routing
5. Config + credential scripts0$0.00Stay ClaudeStrategic — credential handling, stay on Claude
6. Data analysis scripts0$0.00Stay ClaudeJudgment required — stay on Claude unless pattern-locked
7. Tool execution wrappers0$0.00SOP-ableAPI wrappers with stable schemas — SOP them, route to Vesta
8. Status aggregation0$0.00SOP-ableRead + count + summarize — straightforward Vesta work
9. Template filling (MD -> HTML -> PDF)0$0.00SOP-ablePattern-locked rendering — move to Vesta immediately
10. Other / unclassified6$1.08Stay ClaudeNeeds human review before any routing decision

Shift-to-Vesta Savings Projection

HorizonWhat ShiftsSpend → Vesta% of Claude Spend
Day 16 already-routine files$1.083.0%
Day 30Routine + SOP-able Gray (multi-step-glue, renderers, HTML gen, tool-exec, status-agg, template-fill)$6.4818.0%
Real upside is in Day-30 ramp. Day-1 captures only 6 already-classified routine files ($1.08). The meaningful savings come from SOP-ing the Gray sub-categories marked SOP-able (30 files, $5.40) and routing them to Vesta after SOPs are written + Vesta Phase 1 is live. Expected trajectory: $36.00/day → $29.52/day = 18.0% cost reduction.

Honest Notes

Next Actions

  1. Write SOPs for the 4 SOP-able Gray sub-categories that are non-zero today: HTML content generators (27 files, $4.86), Python multi-step glue (2 files, $0.36), HTML/PDF renderers (1 file, $0.18).
  2. Stand up Vesta Phase 1: Ollama + llama3.2:3b on EGP HQ hardware, expose via localhost MCP endpoint parallel to the Willemena MCP daemon.
  3. Build routing harness: Betty's task classifier checks the file → routes to Claude (Strategic) or Vesta (SOP-able Routine/Gray) at task dispatch time.
  4. Shadow-test 7 days: run both Claude and Vesta on SOP-able Gray tasks; compare output quality before fully cutting over.
  5. Cut over after shadow-test metrics hit 90%+ quality parity.