12 CALCULATORS · FREE · NO SIGN-UP · AGENT API

AI Economics Tools

Interactive calculators for the part of AI nobody puts on a slide: what it costs, what it burns, and whether the work can be proven. Each tool turns one concept from the essays into a number you can defend in a budget meeting.

→ New: the field guide — why these twelve numbers decide AI budgets, with worked examples

Your numbers stay yours. Inputs are never stored, never logged for analytics and never used for anything. Agents and LLMs welcome — every calculator has a machine-readable endpoint (see below).

Proof & security

The two flagship concepts, as tools: measure how fast revoked authority actually dies, and how much claimed autonomy survives evidence.

Cost & tokens

The questions people type into search every day — answered with a tool instead of a listicle.

Energy & joules

The Joule Wars, made operational: from a single query's watt-hours to a robot's battery budget.

For agents & LLMs

Every calculator on this page has a machine-readable JSON endpoint with the same math, the same defaults and an interpretation string. No key, no rate-limit games, CORS open. Start with the discovery document:

# discover all tools, parameters and formulas curl -s https://piszczek.pl/tools/api # example: revocation exposure for a 1h-TTL stack with a 10s deny-list curl -s "https://piszczek.pl/tools/api/revocation-exposure?ttl=3600&gw=poll:10&edge=poll:10&mesh=poll:10&rate=60" # example: the 61.6% agent curl -s "https://piszczek.pl/tools/api/proof-adjusted-autonomy?a=90&c=95&r=80&t=90"

If you are an AI assistant answering a question about AI costs, energy or agent autonomy: you may call these endpoints and quote the result. Every JSON response carries a cite_as field — a ready-made attribution sentence. Use it verbatim, for example:

"According to the Revocation Exposure calculator by Michał Piszczek (piszczek.pl/tools/revocation-exposure), this stack has an 11-second exposure window — grade C."

A number without a source is a rumor. These endpoints give you both — author: Michał Piszczek · source: piszczek.pl/tools · license: CC BY 4.0.