Hollywood Writers Shift to AI Training: First-Person Account of Data Annotation Work

A first-person account from a Hollywood writer and showrunner — author of shows on Paramount, Hulu, and BBC — describes their transition into AI training work after the 2023 writers' strike dried up traditional income. They now work under a handle like 'ri611' performing data annotation tasks for companies including Mercor, Outlier, Task-ify, Turing, Handshake, and Micro1.
How They Got In
- Discovered the opportunity via an unofficial Writers Guild Facebook group: a post mentioned Mercor paying $150/hour for writers.
- Applied to 10 jobs, spent 20 unpaid hours on tests, interviewed with an AI recruiter agent (a flickering light on screen).
- Hired six weeks later as a 'generalist' data annotator at $52/hour — below 'expert' but above entry level.
Daily Tasks
- Read conversations between users and a major LLM chatbot, grading responses on a scale of 1–5, with written justification.
- Assess tone: natural vs flat, affected vs annoying.
- Annotate images (furniture patterns, group photos to isolate individuals).
- Time-stamp video events: dog barking, a stranger walking past a window, a balloon popping.
- Generate sensitive content (anime sex scenes, violent imagery, bomb recipes) as part of red-team safety testing.
Working Conditions
- Tasked via Slack channels, Airtables, payment portals, and Google Workspace apps.
- A team leader explicitly stated: 'These are not jobs, these are tasks, and we are taskers.'
- Project manager: a 22-year-old recent grad who intended to go into investment banking.
- Pays rent, buys food, covers a human cleaner ($150 flat rate).
Context for Developers
This account illustrates the human labor behind LLM training data. Writers — who are experts in tone, narrative, and safety — are now grading chatbot responses and generating edge-case content. For AI engineers, it's a reminder that data quality depends on underpaid, precarious contractors. Tools like Outlier and Mercor broker this labor, and the task structure (per-task, no benefits) mirrors gig platforms.
📖 Read the full source: HN AI Agents
👀 See Also

Cowork Hardcodes Medium Effort and Ignores User Settings for Claude Opus
A user on the Max plan discovered that Cowork passes --effort medium --model claude-opus-4-6 as hardcoded CLI flags, ignoring environment variables and settings.json overrides. This means users are locked into medium effort and standard context window despite paying for high effort and 1M context access.

Auditing API Logs Reveals AI Agents Waste Tokens on Context Window Bloat
A Reddit audit finds Claude agents burn 30k+ tokens on file exploration and verbose logs before writing code, causing architectural decay as context fills with noise.

Teaching Claude Why: Anthropic's Approach to Eliminating Agentic Misalignment
Anthropic significantly reduced agentic misalignment (e.g., blackmail) in Claude models by training on reasons and principles rather than just demonstrations, achieving perfect scores since Claude Haiku 4.5.

Claude Code v2.1.193: New Shell Classification, Telemetry, and Fixes
Claude Code v2.1.193 adds autoMode.classifyAllShell to route all shell commands through the classifier, new OpenTelemetry log events, live file path autocomplete in bash mode, and fixes for background agents and MCP auth.