- Reviewer Feedback records private reports about an AI trainer’s work and understanding. Employers can review, triage, and act on those reports.
- Task Checklists give AI trainers and reviewers repeatable, adaptive steps to complete for each external task. Employers author multiple checklists, publish versioned changes, and review the resulting submissions.
Reviewer Feedback Is Employer-Private
Reviewer Feedback is a report ledger, not a message to the reported AI trainer and not an annotation on the external task. A report can include:- The canonical AI trainer and contract, when known
- An external masked AI trainer ID and task ID
- Severity:
MINOR,MODERATE,MAJOR, orCRITICAL - A suggested action:
WARNING,RETRAINING,OFFBOARDING, or no suggestion - One report body explaining the observed mistake or knowledge gap
OPEN, IN_REVIEW, ACTIONED, and DISMISSED. Terminal transitions and reopening require a reason. Every transition is append-only in the report’s event history, and writes use concurrency and idempotency guards.
Reviewer Access
Employers explicitly choose who may submit Reviewer Feedback. An access grant is available only for a person with an active contract on that job. Ending a contract makes that person ineligible for a new grant; revocation removes the authoring permission without deleting prior reports. The employer API exposes the eligible active-contract roster, current grants, single-person grant or revoke, and transactional bulk grant or revoke. Employer-authored reports do not require a reviewer grant.Adaptive Task Checklists
A job can have multiple published checklists—for example, one for initial annotation and another for quality control. AI trainers and reviewers can choose the checklist that fits their role from the job’s Checklist tab. Checklist definitions are ordered trees with up to three authored levels. Their node types are:
Visibility rules can depend only on earlier answers. For example, a domain choice can reveal a domain-specific section, or a numeric car count can create one repeated inspection block per car. The server validates references, ordering, depth, limits, options, numeric constraints, and worst-case expansion before publication.
Draft, Preview, Publish, Enable
Checklist authoring separates private drafts from the version shown to workers:- Build a complete local bundle with a title, required mode, and typed tree.
- Validate it without writing anything.
- Create a new definition or update an existing draft using the exact draft version last read.
- Resolve sample answers and visually review the exact draft revision in a browser.
- Publish with both the expected draft revision and expected live version.
- Review the returned change impact and any answers that open runs must reconfirm.
- Enable Task Checklists for the job only after the published definitions are ready.
Agent-Surface Safety
API tokens require the dedicated least-privilege scopes:
Write scopes imply the matching read scope. Every request also requires canonical employer access to the exact job. A denied job remains opaque, and a global rollout gate can keep either operation family unavailable even when the token has the scope.
Call the capabilities endpoint before using either family. Per-job settings are separate: an operation family can be available to the account while the corresponding job tab remains disabled.
Related
Manage the workflows
Author checklists, grant reviewers, triage reports, and inspect submissions.
Scopes and capabilities
Grant least privilege and discover live operation families.