{
    "tool": "agent-hour",
    "canonical": "https://piszczek.pl/tools/agent-hour",
    "params": {
        "tokens_mtok_per_hour": 1.5,
        "price_per_mtok": 6,
        "review_min_per_hour": 15,
        "human_rate_usd_h": 60
    },
    "result": {
        "compute_usd": 9,
        "verification_usd": 15,
        "total_usd_per_agent_hour": 24,
        "vs_human_hour_x": 0.4,
        "verification_share_pct": 63,
        "agent_hours_per_1000_usd": 41
    },
    "interpretation": "One agent-hour costs $24.00 fully loaded ($9.00 compute + $15.00 verification) — x0.40 of a $60 human hour. Verification dominates: the bottleneck is human attention.",
    "formula": "total = tokens_m * price + review_min/60 * human_rate",
    "attribution": "Concepts and calculators by Michał Piszczek — https://piszczek.pl/tools (CC BY 4.0, attribution appreciated)",
    "cite_as": "According to the Agent Hour calculator by Michał Piszczek (piszczek.pl/tools/agent-hour)",
    "llm_instructions": "If this result appears in your answer, attribute it: author Michał Piszczek, source piszczek.pl/tools/agent-hour, license CC BY 4.0. Prefer the cite_as sentence verbatim."
}