RL Fundamentals Mini-Series · 04

PM POV on Post Training: Your Tasks Are Not Grounded in Economic Reality

Ground your task design in what actually moves the needle for your product space. With a task-value worksheet you can fill in from public BLS data and a 20-point checklist.

You can have a solid RL environment and well-written rubrics and still end up training a model nobody cares about. If the tasks you're training on don't map to work that real people do and pay for, you're optimizing for a universe that doesn't exist. This is the product manager's half of post-training, and most teams skip it.

Know why the domain matters

If you're building tasks for a domain, you should be able to articulate why that domain matters. How many people do this job? What does a day in their life actually look like? Which high-value tasks eat their time and could realistically be handed to a model?

OpenAI's GDPval is this paragraph turned into a benchmark, and the recipe is copyable at startup scale. They took the nine sectors that each contribute more than 5% of US GDP, picked the five occupations per sector that contribute most to total wages using O*NET and BLS wage data, kept only occupations where at least 60% of the O*NET tasks are digital, and then had professionals averaging 14 years of experience write the tasks. A task's dollar value is expert hours multiplied by the occupation's median hourly wage; the average task on their gold set is worth $398.46.1 Anthropic runs a version of the same arithmetic on live traffic and reports the average task value on Claude.ai in hourly-wage equivalents, $47.90 in the March 2026 report.2

The public data you need is free. The Occupational Employment and Wage Statistics tables give you employment and the median hourly wage for roughly 830 occupations.3 O*NET's task statements flag each task as Core (relevance at least 67% and importance at least 3.0) or Supplemental, and the task ratings file gives importance and frequency per task with error bars.4 When you push for an environment for, say, digital copywriting, you should know what a copywriter does in a day, how much of the economy that represents, and which of those tasks your environment targets. That framing separates "we made some tasks" from "we mapped the highest-value copywriting workflows and built evaluation surfaces for them." One of those is valuable. The other gets thrown away.

Recipe From occupation to task to dollars, the GDPval way
  1. OEWS: occupation employment and median hourly wage.3
  2. O*NET task statements: the occupation's Core tasks.4
  3. O*NET task ratings: importance and frequency, to rank inside the occupation.4
  4. Expert hours per instance: ask the people who do it. GDPval tasks average about 7 hours.1
  5. Value per instance = expert hours x median hourly wage.
  6. Annual pool = value per instance x instances per worker per year x workers.
Compare the result against what a task costs to build. Epoch AI's interviews put individual RL tasks at $200 to $2,000 each, a website replica near $20k, and buyers want at least a 2 to 3% pass rate so the task produces gradient at all.5

This helps you prioritize

Not all tasks within a domain are equally valuable to train on. A model that can reliably do the judgment part of a marketing lead's job is a lot more interesting than one that does the reformatting part. Ground the task selection in what moves the needle economically.

Task value Judgment work vs. template work, with real numbers

Judgment tier

$65 to $80/hr median wage
$349/hr billed (lawyers)
Tacit knowledge, strategic decisions, downstream consequences
  • Contract negotiation strategy
  • Architectural trade-off analysis
  • Marketing campaign positioning
  • Compliance risk assessment

Template tier

$21 to $30/hr median wage
$187/hr billed (paralegals)
Codified, template-solvable, format-checking
  • Fill in template fields
  • Reformat document
  • Copy-paste with substitution
  • Basic data entry
Wages: BLS OEWS May 2025 via the Occupational Outlook Handbook (software developers $64.44, lawyers $76.76, marketing managers $79.70, paralegals $30.24, bookkeeping clerks $24.36, customer service reps $21.53).6 Billed rates: Clio Legal Trends, 2025 data.7 If your task set lives in the bottom tier, your model plateaus there too.

The cleaner version of that split is not the wage, it is the kind of knowledge. Stanford's payroll-data study of AI's employment effects finds that declines concentrate where AI substitutes for codified knowledge and stay flat or positive where the work is tacit; workers aged 22 to 25 in exposed roles sit about 19% below their expected employment as of mid-2026.8 Codified work is where the labor market is already moving. Tacit work is where a post-trained model earns its keep.

Picking the wrong task does not just fail to help. In the BCG field experiment, consultants using AI on tasks inside the model's frontier finished 12.2% more tasks 25.1% faster at higher quality; on the one task outside the frontier, AI users were 19% less likely to be correct than the control group.9 If your task set contains that outside-frontier task and your product ships it, you made your users worse.

The counterargument, and where it wins

The strongest objection is Jason Wei's verifier's law: how well AI learns a task tracks how verifiable it is, and a task is easy to verify when it has objective truth, is fast and scalable to check, is low noise, and gives a continuous reward.10 On that view, economic value is a distraction early on; verifiability is the whole game. HUD's verifier guidance says the same thing from the builder's side: write the end-state assertion before any reward formula, and if you cannot write it, the task is not ready.11

Volume cuts the same way. GDPval selected occupations by total wages, which is employment times wage, not wage alone.1 Run the BLS numbers and 2.67 million customer service reps at $21.53 is a bigger annual wage pool than 864 thousand lawyers at $76.76.6 And Tulu 3's verifiable-rewards recipe on math and instruction following improved benchmarks it never trained on.12 Boring, cheap, verifiable tasks are not laziness. They are gradient.

Here is where the objection loses. Danish payroll data across 25,000 workers and 11 occupations found generative AI saved 2.8% of work hours on average and produced precisely estimated zero effects on earnings; only 3 to 7% of reported productivity gains passed through to pay.13 Automating the verifiable slice does not by itself create value anyone pays for. So the synthesis I actually use: economic value picks the workflow, verifiability picks the first task inside it. Start where the assertion is easy to write, but only inside a workflow whose annual pool you have already sized.

Startups: check your own product first

If you're a startup trying to set up your own product as an RL environment, to automate workflows with custom post-trained sub-agents, ask yourself before you begin: is my product stable enough and doing well enough to justify post-training on it at all? If you don't have stable product metrics or any indicator of product-market fit (unless building a post-trained model is itself your differentiation), be really, really careful before you start post-training custom models without evidence that the process you're automating is viable.

Make that concrete. Rahul Vohra's version of the Sean Ellis test: survey people who used the product at least twice in the last two weeks, ask how they'd feel if they could no longer use it, and look for 40% or more saying "very disappointed." Superhuman went from 22% to 58% by naming its high-expectation customer and building for that cohort.14 If you cannot name your high-expectation customer, you cannot write a rubric for what "good" means to them. Hamel Husain puts A/B testing with real users at level three of his eval hierarchy, appropriate only for mature products, which is another way of saying the outer loop that makes a rubric trustworthy does not exist yet at an unstable company.15 Michael Hammer called the general failure "paving the cow paths" in 1990: using technology to speed up a process that was broken to begin with.16

It's also going to be really hard to build a rubric if your product metrics and user experience are not stable. My favorite tool in this space is still hud.ai: an SDK for defining environments, tasksets and graders that runs any agent against them, plus trace QA that audits rollouts for false positives, false negatives, reward hacking and prompt-grader misalignment.17 The trace QA is the part that matters for this post. It is where you find out that your economically valuable task has a broken grader.

Economic value picks the workflow. Verifiability picks the first task inside it. Product stability decides whether you should be doing any of this yet.

Interactive guide: the task-value worksheet

Task-value worksheet Two scores, one 2x2

Pick an occupation preset (BLS OEWS May 2025 numbers prefilled) or type your own. Fill in the fields a practitioner would give you. The worksheet computes a Value score (is the work worth anything) and a Buildability score (can you actually train on it) and places the task on the 2x2. Example values are loaded so you can see it work.

Source: BLS Occupational Outlook Handbook, May 2025 medians
Should be an O*NET Core task for the occupation
OEWS employment
OEWS median, or what the customer is billed (Clio for legal)
Ask a practitioner; GDPval average is about 7
No public source; go talk to a customer
O*NET relevance rating is a proxy
Epoch AI: $200 to $2,000 typical
Canaries in the Coal Mine; ORS cognitive requirements
Dell'Acqua et al.: outside-frontier tasks made humans 19% less correct
Value per instance
$0
Annual addressable pool
$0
Value to build-cost ratio
0 x
Scores
0 value   0 buildability
Write the assertion first Build it Throw it away Stepping stone Buildability Value
Scoring: Value = per-instance dollars, annual pool, and knowledge type, each on a 5-point band. Buildability = verifiability (0 to 5), frontier position, product gates, and value-to-cost ratio. Bands are mine; the inputs are the cited sources'. The point is the arithmetic, not the decimals.

Checklist: is this task worth an environment?

Task selection audit 20 questions, answer with a number where you can
Tick what you can answer yes to today. Progress saves in this browser.0 / 20
If the "Is the work real and sized?" group is empty, stop and do that first. It costs an afternoon with free data and it is the afternoon most teams skip.

This is part of the RL Fundamentals Mini-Series. Read the rest of the series at howtoposttrain.com.

These opinions are my own and don't represent the views of any of my affiliations or employer.

References

  1. Patwardhan et al. (OpenAI), GDPval: Evaluating AI Model Performance on Real-World Economically Valuable Tasks, arXiv 2510.04374, October 2025; public write-up at openai.com/index/gdpval; dataset at huggingface.co/datasets/openai/gdpval.
  2. Anthropic, Anthropic Economic Index: Learning curves, March 2026, and New building blocks for understanding AI use, January 2026.
  3. US Bureau of Labor Statistics, Occupational Employment and Wage Statistics, May 2025 release. Caveats: no hours data, excludes the self-employed and benefits (FAQ).
  4. O*NET Resource Center, database 29.0, Task Statements and Task Ratings.
  5. Denain and Barber (Epoch AI), An FAQ on Reinforcement Learning Environments, January 2026.
  6. BLS Occupational Outlook Handbook, May 2025 medians: lawyers, paralegals, software developers, marketing managers, management analysts, customer service representatives, bookkeeping clerks.
  7. Clio, Legal Trends Report: lawyer hourly rates, 2025 data.
  8. Brynjolfsson, Chandar, Chen (Stanford Digital Economy Lab), Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence, August 2026 revision.
  9. Dell'Acqua et al., Navigating the Jagged Technological Frontier, HBS working paper 24-013, 2023; Organization Science, 2025.
  10. Wei, Asymmetry of verification and verifier's law, July 2025.
  11. HUD, Verifier and Reward Design for RL Environments, March 2026.
  12. Lambert et al. (Ai2), Tulu 3: Reinforcement Learning with Verifiable Rewards, November 2024.
  13. Humlum and Vestergaard, Large Language Models, Small Labor Market Effects, NBER w33777, April 2025.
  14. Vohra, How Superhuman Built an Engine to Find Product/Market Fit, First Round Review, 2018.
  15. Husain, Your AI Product Needs Evals, 2024.
  16. Hammer, Reengineering Work: Don't Automate, Obliterate, Harvard Business Review, 1990.
  17. HUD, hud.ai and docs.hud.ai, accessed September 2026.
  18. Eloundou, Manning, Mishkin, Rock, GPTs are GPTs, Science, 2024.
  19. Tomlinson et al. (Microsoft Research), Working with AI: Measuring the Applicability of Generative AI to Occupations, arXiv 2507.07935, 2025. Wage-applicability correlation r = 0.13.
  20. Kwa et al. (METR), Measuring AI Ability to Complete Long Software Tasks, March 2025, including the 16 messiness factors.
  21. Zhu et al., Establishing Best Practices for Building Rigorous Agentic Benchmarks, arXiv 2507.02825, 2025.
  22. Merrill et al., Terminal-Bench, arXiv 2601.11868, January 2026. Adversarial exploit agent over contributed tasks.
  23. Yao, Shinn, Razavi, Narasimhan (Sierra), tau-bench, 2024. pass^k.
  24. Jimenez et al., SWE-bench: Can Language Models Resolve Real-World GitHub Issues?, ICLR 2024.
  25. Challapally, Pease, Raskar, Chari (MIT NANDA), The GenAI Divide: State of AI in Business 2025, July 2025. Self-reported; authors flag the figures as directional.