Methodology
How we score AI exposure
Every career on Auspex carries an AI-exposure band. It is a model of how automatable a job’s tasks are — built from public O*NET data, not an opinion typed into a spreadsheet and not a number from a language model. This page states exactly how it’s computed, so you can argue with it.
The short version
- Take each occupation’s 41 Generalized Work Activities from O*NET, with their Importance and Level ratings.
- Weight each activity by how exposed that kind of work is to today’s AI (the coefficients below).
- Dampen the score for jobs that need a body in a place — physical presence is structural protection.
- Rank every career and split them into five bands by fixed quota, so the score always carries information.
1. Sources — all public, all cited
- O*NET Generalized Work Activities (Importance + Level) and Work Context — the U.S. Department of Labor’s occupational database.
- The approach follows the published literature on AI task exposure — Felten, Raj & Seamans (AI Occupational Exposure); Brynjolfsson, Mitchell & Rock (Suitability for Machine Learning); Eloundou et al. (“GPTs are GPTs”). We are re-implementing a known method, not inventing one.
2. The score
For each occupation we compute a raw task-exposure score as an importance- and level-weighted average of its work activities’ coefficients:
raw = Σ( coefficient × Importance × Level ) ÷ Σ( Importance × Level )
An activity like Documenting/Recording Information carries a high coefficient; Assisting and Caring for Others carries a low one. A job made mostly of the former scores high; one made mostly of the latter scores low.
3. Physical damping
A job that needs a body in a place is structurally protected regardless of its information content — this is what separates a barista from an analyst. From O*NET Work Context we build a physical-presence index (standing, handling objects, face-to-face work, hazards, protective gear) and pull the raw score down by up to 55% for the most physical roles:
exposure = raw × ( 1 − 0.55 × physical-presence )
Context signals used: Spend Time Standing, Spend Time Walking and Running, Spend Time Using Your Hands to Handle, Control, or Feel Objects, Tools, or Controls, Spend Time Making Repetitive Motions, Spend Time Bending or Twisting the Body, Spend Time Climbing Ladders, Scaffolds, or Poles, and more.
4. A forced distribution
The old score put every career in “Moderate” — a field whose value never changes tells you nothing. So we percentile-rank all careers on the damped score and split them by hard quota. No band can hold more than 40% of careers; a build that violates this fails automatically.
| Band | Percentile | Share of careers |
|---|---|---|
| Minimal | 0–10 | 10% |
| Low | 10–30 | 20% |
| Moderate | 30–70 | 40% |
| High | 70–90 | 20% |
| Severe | 90–100 | 10% |
5. The coefficients — the only judgment call
This is the one place a human opinion enters the score, so it’s public and arguable. Each of O*NET’s 41 work activities gets a coefficient from 0 (untouched by AI) to 1 (fully exposed), with a one-line rationale. Disagree with one? That’s the point — they’re meant to be debated.
6. What this is NOT — the limitations
- Exposure is not job loss. A high band means a role’s tasks are automatable — not that the job disappears. History suggests exposed tasks are as often augmented as replaced.
- This is a model, not a prediction. It measures task structure today, using ratings that update on O*NET’s schedule. It cannot see your specific employer, your seniority, or how a given company adopts AI.
- High exposure can be good. If AI does the automatable parts, the human can do more of the valuable parts. Exposure tells you where change is coming, not whether it helps or hurts you.
- Coefficients are debatable. They are our best reading of the literature, not settled fact. They are all listed above precisely so you can push back.
The model and coefficients live in the open in our codebase; the pipeline re-runs from the raw O*NET database on a single command. Questions? supportauspex@gmail.com. Explore careers →