
Mercor just crossed a threshold most business owners haven’t noticed: the company now pays out more than $1.5 million a day to expert contractors who train frontier AI models, and its Mercor AI recruiter screens, interviews, and scores those candidates end-to-end without a human ever joining the call. At a reported $10B valuation, Mercor isn’t a job board — it’s the vetting layer sitting between the world’s domain experts and the labs burning cash to buy their judgment. If you hire knowledge workers, you now compete for talent against an algorithm that can interview 10,000 people before lunch. And if you want a new revenue line, the expert-data market is one of the few places where AI creates jobs instead of deleting them.
What’s actually new about the Mercor AI recruiter
Mercor started as an AI interview tool that screened engineering candidates. The pivot that made it a $10B company was realizing the same vetting engine — resume parsing, structured video interview, skill scoring, fraud detection — was the exact machinery frontier labs needed to source thousands of PhDs, physicians, lawyers, quants, and radiologists to produce expert training data. Anthropic, OpenAI, and their peers no longer want generic crowdworkers. They want a board-certified cardiologist to write and grade cardiology reasoning traces, and they want proof that person is actually a cardiologist.
The genuinely new piece in 2026 is autonomy. Earlier versions of the Mercor AI interview recorded a candidate answering fixed questions and handed a transcript to a human reviewer. The current recruiter agent runs the loop itself: it reads the role spec, generates role-specific probing questions, conducts a live conversational interview, follows up on vague answers, cross-checks claimed credentials against public records and work samples, and outputs a ranked shortlist with confidence scores. Humans review edge cases and the top of the funnel. Everything else is machine-decided. That crosses a meaningful line — this is a hiring decision system, not a scheduling tool.
The second new thing is the money. Payouts north of $1.5M/day to contractors imply an annualized run rate in the hundreds of millions flowing to individual experts, not to a BPO vendor. Rates for specialized work commonly land in the $50–$200/hour range, with top-end medical, legal, and quantitative finance work going higher. That is why “get paid to train AI models” stopped being a gig-economy joke and started showing up in physician and attorney Slack groups. The labs have created a high-margin side hustle for exactly the credentialed professionals who used to be immune to AI disruption.
Why it matters
- Your best people now have a liquid side market. Any employee with a credential — CPA, MD, JD, PhD, senior engineer — can earn $80–$150/hour part-time through a Mercor expert network style platform with no client acquisition and no boss. Retention math changes when the outside option is that frictionless.
- Screening is becoming a commodity, and that cuts both ways. If Mercor can vet 10,000 applicants at near-zero marginal cost, so can your competitor. The differentiator moves from “who can find good people” to “who can retain and deploy them.”
- Candidates already use AI on the other side of the table. Every applicant to your roles runs an LLM during the take-home and possibly during the interview. Vetting processes designed pre-2024 measure the wrong thing.
- Expert data is the new capex line. Frontier labs are shifting spend from raw compute toward human expert judgment. If your company holds proprietary domain expertise — claims adjudication, underwriting, specialty medical workflows — that expertise has a market price now.
- Legal exposure is real. An AI hiring agent 2026 that autonomously rejects candidates falls squarely under NYC Local Law 144, Illinois HB 3773, Colorado’s AI Act, and the EU AI Act’s high-risk classification. Bias audits and candidate notice aren’t optional.
- Compliance risk transfers to you, not the vendor. In nearly every jurisdiction, the employer is the liable party for a discriminatory screen — not the tool that produced it. Read your MSA before you assume otherwise.
How to use the Mercor AI recruiter and its rivals today
Three practical paths, depending on whether you want to earn, hire, or build.
- Path A — Monetize your team’s expertise (fastest to revenue). Sign up at mercor.com as a contractor, or point qualified staff there. Upload a resume, complete the AI interview, get matched to lab projects. The vetting is genuinely hard; treat it like a real interview. For a business, the play is encouraging fractional participation among specialists during slow seasons rather than cutting hours.
- Path B — Fix your own screening before you automate it. Most companies automate a broken process and scale the brokenness. Write the scorecard first. This prompt produces a defensible, job-related rubric you can hand to any AI screening tool:
You are a hiring systems designer. For the role below, produce a structured screening rubric. ROLE: [title] MUST-DO TASKS (from the actual job, not the job ad): 1. [task] 2. [task] 3. [task] Output a table with these columns: - Competency (tied to a specific task above) - Interview question that tests it behaviorally - 1-5 scoring anchors with concrete observable evidence - Disqualifying red flag Rules: - No proxy criteria (school prestige, years of experience, "culture fit"). - Every competency must map to a listed task. - Flag any question that could correlate with a protected class. - Path C — Build screening into your own stack. If you have volume, wire an LLM into your ATS to do structured first-pass evaluation. Keep the model as a scorer, not a decider — the human makes the reject call, which keeps you on the right side of most AI hiring statutes. A minimal implementation:
curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2023-06-01" \ -H "content-type: application/json" \ -d '{ "model": "claude-sonnet-5", "max_tokens": 1500, "system": "You score candidates against a fixed rubric. You never infer age, gender, national origin, disability, or race. You never recommend rejection - you output scores and evidence only.", "messages": [{ "role": "user", "content": "RUBRIC:\n{{rubric}}\n\nTRANSCRIPT:\n{{interview_transcript}}\n\nScore each competency 1-5. Quote the exact evidence for each score. List unverified claims that a human should probe." }] }' - Add an anti-bias guardrail to the config. Strip identity signals before the model sees the file. This costs an afternoon and materially reduces your exposure:
# screening_config.yaml redact_before_scoring: - candidate_name - photo - address - graduation_years - university_name - gendered_pronouns scoring: model: claude-sonnet-5 temperature: 0 # determinism matters for audit defensibility require_evidence_quote: true human_review_required: true audit: log_every_score: true retention_days: 1095 # NYC LL144 + EU AI Act recordkeeping quarterly_impact_ratio_report: true - Run the four-fifths test quarterly. Compare pass rates across demographic groups; if any group passes at less than 80% of the top group’s rate, you have adverse impact and a legal problem. Calculate it before a plaintiff’s attorney does.
How it compares
| Platform | Core model | Best for | Contractor pay range | Autonomous interview |
|---|---|---|---|---|
| Mercor | AI recruiter + expert marketplace for AI labs | Credentialed experts; labs buying expert data | ~$50–$200+/hr | Yes, end-to-end |
| Scale AI / Outlier | Data labeling marketplace at scale | High-volume annotation and RLHF tasks | ~$15–$50/hr | Partial; task-based vetting |
| Surge AI | Curated high-quality human feedback | Elite writing and reasoning data | ~$25–$100/hr | No; manual curation |
| HireVue | Enterprise video interview scoring | Large-employer hourly and campus hiring | N/A (employer tool) | Assessment only |
| Micro1 | AI interviewer for technical vetting | Sourcing offshore engineering talent | Varies by placement | Yes, AI interviewer |
| Handshake AI / Turing | Expert networks for model training | Academic and specialist recruitment | ~$30–$150/hr | Partial |
The pattern across the field: AI candidate screening tools have converged on the same feature set, so the moat is supply. Mercor’s advantage isn’t a better interview model — it’s the largest verified pool of hard-to-find credentialed professionals and the payment rails to move money to them daily.
What’s next
Expect the expert-data market to specialize hard. Generic “write a good essay” tasks are saturated and rates there will compress. The growth is in narrow, verifiable, high-stakes domains: surgical decision-making, tax edge cases, patent prosecution, industrial process control, regional legal systems. If you run a business in a niche vertical, your operational know-how is closer to a sellable asset than it was twelve months ago. The labs are moving from “collect data” to “commission data” — paying for specific reasoning traces they’ve identified as model weaknesses.
On the hiring side, watch for regulatory collision. An autonomous recruiter that never involves a human in the rejection decision is the exact scenario the EU AI Act’s high-risk employment category was written for, and enforcement ramps through 2026. The likely outcome isn’t a ban but a mandated human-in-the-loop checkpoint plus published bias audits, which will make fully autonomous screening slower and more expensive than the demos suggest. Vendors selling “no humans needed” today will quietly re-add humans within a year.
The third thread is consolidation. Mercor at $10B is expensive relative to revenue, and the underlying business — matching vetted humans to lab demand — is one the labs themselves could vertically integrate. Meta already made a large acquisition in this space. If a frontier lab buys or builds an in-house expert network, the independent marketplaces lose their largest customers overnight. For AI data labeling jobs, that means diversifying platforms rather than betting a side income on one.
Frequently Asked Questions
Is Mercor legitimate, or another gig-work scam?
It’s legitimate — venture-backed, with real contracts from major AI labs and daily payouts. The caveats are practical rather than ethical: work is project-based and can end without notice, you’re an independent contractor with no benefits, and income is genuinely lumpy. Treat it as variable revenue, not salary replacement.
How much can someone realistically earn?
Generalist work lands around $25–$50/hour. Specialized credentials — practicing physician, licensed attorney, PhD in a hard science, senior quant — command $80–$200/hour and sometimes more for scarce specialties. Most contractors work part-time, so monthly earnings typically fall in the hundreds to low thousands rather than a full income.
Can I use an AI hiring agent for my own company’s recruiting?
Yes, with guardrails. Use AI for scheduling, transcription, structured note-taking, and scoring against a documented job-related rubric. Keep a human making the actual reject decision, disclose AI use to candidates, retain your scoring logs, and run an annual bias audit. In most jurisdictions the employer — not the vendor — carries the discrimination liability.
Will the Mercor AI recruiter fairly evaluate my application?
It evaluates what you demonstrate in the interview more than your pedigree, which usually helps non-traditional candidates. The failure modes are accent handling, non-native English fluency, and unstable connections mid-interview. Practical mitigations: wired internet, quiet room, and answers with concrete specifics — numbers, tools, outcomes — because the scoring rewards verifiable detail over polish.
What does this mean for my hiring costs?
First-pass screening cost is collapsing toward zero, so the bottleneck moves downstream to final interviews and onboarding. Budget accordingly: less on sourcing and agency fees, more on structured assessment design, compliance auditing, and the retention programs you now need because your specialists have an easy outside option.
Should my business sell its domain expertise to AI labs?
Run the math on opportunity cost first. If you hold genuinely rare operational knowledge and have idle specialist capacity, it’s real high-margin revenue with no client acquisition cost. The risk is that you’re training the system that eventually automates part of your service line — a strategic decision worth making deliberately, not one to stumble into for $120 an hour.
Go deeper than this article
This article covers the essentials. Our premium eguide library gives you the full step-by-step playbooks — prompts, workflows, and copy-paste recipes you can put to work today.