# Quality Control

### Verification flow

Quality controls are made at two levels:

* task level: making sure each task has been properly done
* job level: making sure all tasks have been completed consistently with requirements

Our quality check relies upon 3 levels of validation, both fully customizable based on clients' needs:

* Consensus based verification: verification is done by "community verifiers", and validation is made based on consensus, with "slashing" of incorrect productions or colluding verifiers to incentivize good behaviours
* AI-powered review: specifically trained LLMs help screen compliant tasks to increase verification throughput
* Curator validation: verification is done by specifically trained curators

Depending upon clients' needs and projects' complexity, it is possible to combine any of these 3 verification mechanisms to provide stronger quality checks&#x20;

Job validation triggers the distribution of rewards, unless specified otherwise in instructions

### **QC core principles**

Ta-da's platform is build so as to enable quality controls at scale, guaranteeing better data quality, at

* **Redundancy models** (e.g., consensus, majority voting) can be expensive and slow.
* **Automated quality checks** often struggle with edge cases or subtle errors.
* **Data injection** and real-time feedback loops
* **Integration with ML pipelines** or client APIs to close the loop between data needs and data supply.
* **Analytics dashboards** to help data consumers measure dataset evolution, annotation variance, and coverage gaps.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ta-da.io/ta-da-platform/architecture/quality-control.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
