# README

**Universal Trust Calibration Infrastructure for Human-AI Collaboration**

ATHENA provides the compliance layer organizations need to detect automation bias, generate regulatory reports, and stay audit-ready—before regulators find the problems you didn't know existed.

## What is ATHENA?

ATHENA is enterprise infrastructure that measures and optimizes how humans interact with AI systems. We detect when users blindly follow AI (automation bias) or ignore correct recommendations (algorithm aversion)—patterns that create regulatory risk and operational inefficiency.

## Key Capabilities

* **Trust Calibration** — Real-time measurement of human-AI decision alignment
* **Bias Detection** — Automated identification of automation bias and algorithm aversion
* **Compliance Exports** — One-click audit reports for EU AI Act, FDA, Texas TRAIGA, and more
* **Counterfactual Analysis** — Proprietary AI correctness validation

## Quick Links

* [Quick Start Guide](https://docs.athenatrust.ai/getting-started/quickstart) — Get up and running in 5 minutes
* [API Reference](https://docs.athenatrust.ai/api-reference/overview) — Complete API documentation
* [JavaScript SDK](https://docs.athenatrust.ai/sdks/javascript) — Node.js integration
* [Python SDK](https://docs.athenatrust.ai/sdks/python) — Python integration

## Compliance Coverage

| Regulation       | Status  | Article/Section              |
| ---------------- | ------- | ---------------------------- |
| EU AI Act        | ✅ Ready | Article 14 (Human Oversight) |
| Texas TRAIGA     | ✅ Ready | Full Compliance              |
| Colorado AI Act  | ✅ Ready | Full Compliance              |
| FDA AI/ML        | ✅ Ready | GMLP Framework               |
| California SB-53 | ✅ Ready | Full Compliance              |

## Validation

* **390M+ records** validated across 14 industries
* **3 patents** filed (Trust Calibration, Bias Detection, Counterfactual Analysis)
* Academic foundation from 40+ years of decision science research

## Support

* [FAQ](https://docs.athenatrust.ai/support/faq)
* [Error Handling](https://docs.athenatrust.ai/support/error-handling)
* [Contact Us](https://docs.athenatrust.ai/support/contact)

***

© 2024 ATHENA Trust. All rights reserved.


---

# 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.athenatrust.ai/readme.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.
