Amazon to Shut Down Mechanical Turk on September 30 After 21 Years

Amazon Web Services has announced that it will permanently shut down Amazon Mechanical Turk on September 30, 2026. The retirement brings an end to a 21-year-old crowdsourcing platform that served as an early foundation for modern machine learning dataset annotation and human-in-the-loop computing. In a formal notice posted to the Mechanical Turk portal, AWS stated that the decision followed an internal assessment of its service portfolio. The platform had previously halted new customer registra

3 min
Amazon to Shut Down Mechanical Turk on September 30 After 21 Years

Amazon Web Services has announced that it will permanently shut down Amazon Mechanical Turk on September 30, 2026. The retirement brings an end to a 21-year-old crowdsourcing platform that served as an early foundation for modern machine learning dataset annotation and human-in-the-loop computing.

In a formal notice posted to the Mechanical Turk portal, AWS stated that the decision followed an internal assessment of its service portfolio. The platform had previously halted new customer registrations in July 2026 when AWS moved it to its "Services in Maintenance" roster.

"Following an assessment, we've made the decision to close AWS Mechanical Turk, effective September 30, 2026."
- Amazon Web Services Notice

The Origins of "Artificial Artificial Intelligence"

Launched in November 2005 under the leadership of Amazon founder Jeff Bezos, Mechanical Turk (MTurk) was designed to solve computational bottlenecks by delegating discrete digital tasks to distributed human workers. Bezos coined the term "artificial artificial intelligence" to describe software systems that programmatically invoked human cognition via web APIs to complete tasks that classical software could not solve reliably.

The platform drew its name from Wolfgang von Kempelen's 18th-century chess-playing automaton, which appeared to operate autonomously but concealed a human chess master inside the cabinet. Amazon originally developed the internal infrastructure to identify duplicate product listings and classify catalog items across its e-commerce store before opening the marketplace to external developers and academic researchers.

Data Annotation Evolution

At its operational peak, Mechanical Turk supported a workforce exceeding 500,000 registered individuals (commonly referred to as "Turkers"). Requesters posted "Human Intelligence Tasks" (HITs) spanning image classification, audio transcription, entity extraction, sentiment labeling, and academic surveys, often paying per-task rates measured in cents.

Transition to Specialized Data Workforces and Synthetic Pipelines

Mechanical Turk became a primary data engine for early computer vision and natural language processing benchmarks, including the pioneering ImageNet dataset. AWS later integrated the workforce into Amazon SageMaker Ground Truth to offer managed data labeling pipelines for enterprise machine learning teams.

However, the dynamics of AI data curation underwent significant structural shifts over the past decade:

  1. Enterprise Quality and Domain Specialization: Modern frontier LLM alignment, reinforcement learning from human feedback (RLHF), and reasoning benchmarks require verified subject-matter experts (such as software engineers, mathematicians, and legal specialists) rather than anonymous generalist micro-task workers. Specialized providers such as Scale AI, Mercor, and Prolific captured substantial enterprise market share by offering vetting and rigorous quality controls.
  2. AI Contamination in Crowdwork: The rapid adoption of generative AI introduced systemic quality issues to unvetted micro-task platforms. A 2023 study by researchers at EPFL estimated that between 33% and 46% of crowd workers on text-based Mechanical Turk tasks were utilizing large language models to complete assignments, creating feedback loops of machine-generated text in data collection workflows.
  3. Synthetic Data Generation: High-throughput synthetic data engines and automated self-play evaluation pipelines have increasingly reduced dependency on raw low-complexity human annotation for baseline pre-training and supervised fine-tuning.

Service Wind-Down Schedule

AWS confirmed that existing customers and workers can continue utilizing the platform until the September 30, 2026 sunset date. After that cutoff, the API endpoints and requester interfaces will be fully deactivated. Organizations with active data-collection pipelines or human review integrations are required to migrate their workflows to alternative data labeling services or custom internal workforces.

Sources

Written by

More to read

  • Projecting Conflicting Gradients (PCGrad): Mathematical Foundations, Orthogonal Projections, and Multi-Task Optimization in Deep Learning

    Projecting Conflicting Gradients (PCGrad): Mathematical Foundations, Orthogonal Projections, and Multi-Task Optimization in Deep Learning In modern machine learning systems, models rarely optimize for a single objective. Foundation models are trained simultaneously on diverse data distributions spanning natural language, source code, mathematical reasoning, and multimodal inputs. Similarly, post-training alignment pipelines must simultaneously optimize for helpfulness, factual accuracy, harmles

    1 min
  • Hierarchical KV Cache Offloading in Production LLM Serving: Host RAM, Local NVMe, Remote Storage, and LMCache Architecture

    Hierarchical KV Cache Offloading in Production LLM Serving: Host RAM, Local NVMe, Remote Storage, and LMCache Architecture High-concurrency large language model (LLM) serving faces an acute memory capacity bottleneck. While modern GPUs deliver high floating-point compute throughput, High-Bandwidth Memory (HBM) capacity remains severely constrained. In workloads involving multi-turn conversations, agentic coding loops, and long-document retrieval-augmented generation (RAG), Key-Value (KV) cache

    1 min
  • Mixture-of-Depths: Mathematical Foundations, Dynamic Compute Routing, Capacity-Constrained Tensors, and IsoFLOP Scaling

    Mixture-of-Depths (MoD): Mathematical Foundations, Dynamic Compute Routing, Capacity-Constrained Tensors, and IsoFLOP Scaling In standard autoregressive Transformer architectures, computational effort is distributed uniformly across all tokens in a sequence. Every token position $i \in \{1, \dots, S\}$ passes through every layer $l \in \{1, \dots, L\}$, executing identical matrix multiplications across multi-head self-attention and feed-forward networks (FFN). This architectural constraint igno

    1 min