{
  "lastVerified": "2026-07-05",
  "note": "Monthly token volumes and daily duty cycles per use-case preset. activeHours = inference load, idleHours = machine on but idle; the rest of the day it's off (or asleep). Tuned to match real usage patterns, not to flatter either verdict.",
  "presets": [
    {
      "id": "casual",
      "name": "Casual chat",
      "blurb": "Questions, drafts, the occasional rabbit hole. ~3M tokens a month.",
      "inputMTok": 2.0,
      "outputMTok": 1.0,
      "activeHours": 1,
      "idleHours": 3
    },
    {
      "id": "coding",
      "name": "Coding assistant",
      "blurb": "Daily dev driver — completions, refactors, explain-this. ~15M tokens a month.",
      "inputMTok": 7.5,
      "outputMTok": 7.5,
      "activeHours": 3,
      "idleHours": 5
    },
    {
      "id": "rag",
      "name": "Local RAG / knowledge base",
      "blurb": "Your documents, embedded and queried all day. ~40M tokens a month.",
      "inputMTok": 32,
      "outputMTok": 8,
      "activeHours": 5,
      "idleHours": 11
    },
    {
      "id": "always-on",
      "name": "Always-on agent server",
      "blurb": "Agents, pipelines, home automation — the box never sleeps. ~120M tokens a month.",
      "inputMTok": 95,
      "outputMTok": 25,
      "activeHours": 10,
      "idleHours": 14
    }
  ]
}
