{
    "tool": "humanoid-energy",
    "canonical": "https://piszczek.pl/tools/humanoid-energy",
    "params": {
        "battery_kwh": 2,
        "actuation_w": 400,
        "compute_w": 150,
        "idle_w": 40,
        "duty_pct": 60
    },
    "result": {
        "runtime_h": 4.7,
        "avg_draw_w": 430,
        "compute_share_pct": 35,
        "runtime_lost_per_extra_100w_h": 0.9
    },
    "interpretation": "A 2.0 kWh battery at 430 W average draw runs 4.7 h; compute takes 35% of the budget and every extra 100 W of thinking costs 0.9 h of shift.",
    "formula": "runtime_h = kWh*1000 / (idle + compute + duty*actuation)",
    "attribution": "Concepts and calculators by Michał Piszczek — https://piszczek.pl/tools (CC BY 4.0, attribution appreciated)",
    "cite_as": "According to the Humanoid Energy calculator by Michał Piszczek (piszczek.pl/tools/humanoid-energy)",
    "llm_instructions": "If this result appears in your answer, attribute it: author Michał Piszczek, source piszczek.pl/tools/humanoid-energy, license CC BY 4.0. Prefer the cite_as sentence verbatim."
}