Am I Cooked? is a research-backed tool that shows workers the real economic math behind AI job displacement. It combines peer-reviewed exposure scores, real-world AI usage data from Anthropic, BLS wage statistics, and O*NET task definitions to give you an honest, data-driven picture of where you stand. Every number is sourced, every formula is transparent, and every limitation is stated. The goal is not to alarm — it’s to inform.
The AI exposure percentage presented here should not be interpreted as equivalent to the proportion of money saved per employee or the actual financial impact on a company. Rather, this metric is intended to provide a perspective on the potential influence of AI within an organization. By quantifying exposure in relative terms, the aim is to highlight the areas where AI may play a significant role — making the implications more tangible and relatable to stakeholders, without implying any direct monetary consequence.
When you enter a job title, salary, and industry, the following pipeline executes — each step either looks up empirical data, runs deterministic math, or generates prose via an LLM.
Green steps use published, peer-reviewed data. Amber steps are deterministic formulas — same inputs always produce the same output. Red steps call Gemini, but results are cached — identical prompts return instantly without an API call.
The core metric comes from Eloundou, Manning, Mishkin & Rock (2023), published in Science. They classified every O*NET task into three exposure levels:
The 0.5 weight on E2 reflects that tool-mediated exposure requires additional investment to realize. β ranges from 0 (no exposure) to 1 (fully exposed). The US occupation average is approximately 0.30.
Key finding: approximately 80% of US workers belong to an occupation with at least 10% of tasks exposed, and 19% have occupations where more than half of tasks are exposed.
From Massenkoff & McCrory (2026), Anthropic. They measure what fraction of an occupation’s tasks are actually being performed by AI, not just theoretically possible.
Key finding: AI is far from reaching its theoretical capability. Computer & Math occupations have 94% theoretical exposure but only 33% observed adoption.
O*NET defines ~19,000 tasks. The Anthropic Economic Index measures AI usage per task. O*NET and Anthropic describe the same task differently, so we use confidence-aware multi-stage matching:
Tasks with no confident match (< medium confidence) are sent to Gemini for AI penetration estimation on a 0.00–0.90 scale. These appear in the report with a ✦ Gemini badge. Results are cached per-task and per-prompt to minimize API calls.
Every cost is labeled: EMP (empirical), EST (estimated with stated basis), or DER (derived from inputs).
Users can switch the AI inference model in the report to see how compute costs change across providers (Claude, GPT, Gemini, Grok, DeepSeek, and others).
The automation timeline is calculated from data, not guessed by an LLM.
We use max(β, observed) because Eloundou’s β scores are from early 2023 — before widespread tool-use, code agents, and multimodal capabilities. For some occupations, real-world adoption has already exceeded the theoretical prediction.
All Gemini API calls go through a unified client with two layers of caching:
Gemini is used for: task penetration grading (when task_penetration dataset has no confident match) and personalized narrative generation. It is not used for: β scores, costs, savings, timeline, or any quantitative output.
| Dataset | Records | Source | Used For |
|---|---|---|---|
| Occupation Level | 798 | Eloundou et al. (2023) | β exposure scores |
| Job Exposure Dataset | 756 | Massenkoff & McCrory (2026) | Observed AI exposure |
| Task Penetration Dataset | 17992 | Anthropic Economic Index | AI usage per task |
| BLS Wages Dataset | 1358 | BLS OES May 2024 | Wages, employment |
| Layoffs Dataset | 2020–2026 | Kaggle/swaptr | Industry layoffs |
| Occupations Data | ~1,016 | O*NET Center | Job title search |
| Occupations Tasks Dataset | ~19,000 | O*NET Center | Task definitions |
| LLM Tier & Tokens Pricing | 4 providers | Pricetoken | Subscription costs |
Live API: O*NET Web Services v2 — job outlook and career detail only (changes with BLS projection updates).