classify_ai_system
Classify your AI system under the EU AI Act to determine its risk tier, obligations, and compliance deadlines.
Instructions
Classify an AI system or product under the EU AI Act (Regulation (EU) 2024/1689) and return its risk tier, obligations and deadlines. Map the user's description to the boolean flags below. When unsure, ask the user or choose the more cautious answer. Returns a structured 'scope finding'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eu_exposure | Yes | Is the product available to people in the EU, or are its outputs used in the EU? Company location is irrelevant. | |
| has_ai_feature | Yes | Does the product include any AI feature? (chatbot, content generation, recommendations, ranking/scoring, predictions, automated decisions) | |
| system_description | No | Optional: short free-text description of the AI system, for the record. | |
| annex_iii_high_risk | Yes | Is it used for an Annex III high-risk purpose? (biometric ID, critical infrastructure safety, education/exam scoring, hiring/worker management, access to essential services or creditworthiness, law enforcement, migration/border, justice) | |
| prohibited_practice | Yes | Does it do an Article 5 banned practice? (social scoring, harmful manipulation, exploiting vulnerabilities, untargeted face scraping, real-time remote biometric ID in public, emotion recognition at work/school, biometric categorisation by sensitive traits) | |
| provides_own_gpai_model | Yes | Does the user TRAIN or PROVIDE their own general-purpose AI model? Using someone else's model via an API is false. | |
| user_facing_or_generative | Yes | Does it interact directly with people (chatbot) or generate/meaningfully alter content (text, image, audio, video, deepfakes)? |