Documentation Index
Fetch the complete documentation index at: https://docs.roboticks.io/llms.txt
Use this file to discover all available pages before exploring further.
EU AI Act (Regulation 2024/1689)
Regulation (EU) 2024/1689, the EU AI Act, came into force August 1, 2024 with phased application dates extending into 2027. It establishes a risk-based regime for AI systems placed on the EU market, with the strongest obligations on high-risk AI systems — a category that includes much of the AI used in robotics. For robotics customers, the AI Act and EU MR 2023/1230 interact: machinery containing AI safety components is regulated under both. Conformity assessment under the Machinery Regulation cross-references AI Act obligations for the AI parts.Application timeline
| Date | What applies |
|---|---|
| 1 August 2024 | Regulation in force |
| 2 February 2025 | Prohibited AI practices, AI literacy obligations |
| 2 August 2025 | General-purpose AI model obligations, governance bodies |
| 2 August 2026 | High-risk AI system obligations under Annex III |
| 2 August 2027 | High-risk AI system obligations under Annex I (safety components of regulated products — incl. machinery) |
High-risk classification
An AI system is high-risk if it falls into one of the categories in Article 6:- Article 6(1) — AI systems intended to be used as a safety component of a product covered by the Union harmonisation legislation listed in Annex I (incl. EU MR 2023/1230). Includes safety-related AI in machinery.
- Article 6(2) — AI systems falling under the use cases listed in Annex III (biometric ID, critical infrastructure, education, employment, etc.). Most robotics applications are Article 6(1), not Article 6(2).
- Risk management system (Article 9).
- Data and data governance (Article 10) — including dataset documentation.
- Technical documentation (Article 11, Annex IV) — substantial overlap with the Machinery Regulation technical file.
- Record-keeping (Article 12).
- Transparency and provision of information to deployers (Article 13).
- Human oversight (Article 14).
- Accuracy, robustness, and cybersecurity (Article 15).
What Roboticks supports today
- Clause-level derivation from the AI Act, particularly Articles 9 (risk management), 12 (logging), 14 (human oversight), 15 (accuracy/robustness/cybersecurity).
- Cross-derivation with EU MR 2023/1230 — a requirement covering AI behaviour in machinery can derive from both Regulations simultaneously.
- Test evidence for AI behaviour — reproducible sim scenarios, MCAP capture of model inputs and outputs, deterministic regression tests across AI model versions.
- Accuracy/robustness evidence — JUnit aggregation of AI evaluation results; the same evidence-pack workflow applies.
- Logging evidence — Article 12 requires automatic logging; the platform’s MCAP capture of model inferences satisfies the logging requirement when the test set covers the operational scope.
- Cybersecurity evidence — SBOM, SARIF, vulnerability scanning — applies equally to AI-containing safety components.
What is out of scope today (Year 2 roadmap)
- Dataset cards — Article 10 expects structured documentation of training, validation, and test datasets. Roboticks does not currently author dataset cards. On the roadmap; integration with HuggingFace
datasetsmetadata is the planned approach. - Bias evaluations — Article 10 expects examination of training data for biases. Out of scope today; expected via connector to third-party bias-evaluation tools (e.g., Fairlearn, Aequitas) on the roadmap.
- Model cards — structured documentation of model purpose, performance, limitations. Roboticks can attach model cards to requirements as supplementary artefacts; native authoring is roadmap.
- Notified-body interaction for AI — we do not act as a notified body for AI Act conformity assessment, the same as for the Machinery Regulation.
Example AI-component requirement
Suggested test patterns
| Clause | Pattern |
|---|---|
| Article 9 Risk management | Hazard-driven test scenarios per the risk assessment; MCAP capture |
| Article 12 Logging | All test runs capture MCAP of model inputs and outputs |
| Article 14 Human oversight | Tests for handover-to-operator behaviours; verify intervention paths |
| Article 15 Accuracy | Per-class accuracy assertions; coverage of the operational design domain |
| Article 15 Robustness | Adversarial-input tests; perturbed-input tests; out-of-distribution detection |
| Article 15 Cybersecurity | Adversarial-attack tests; input-validation tests; SARIF coverage |
Interaction with EU MR 2023/1230
For AI safety components in machinery:- Conformity assessment under the Machinery Regulation may incorporate AI Act conformity assessment, depending on the route chosen and the notified body’s scope.
- Technical file content overlaps substantially (Annex IV of the Machinery Regulation vs Annex IV of the AI Act).
- Substantial-modification triggers under both Regulations apply; a change that modifies the AI model in a safety-relevant way is a substantial modification under both.
Pinning
industrial-robot-eu or cobot-eu templates).
Next steps
EU MR 2023/1230
The Machinery Regulation with which the AI Act co-applies.
Disclaimer
What we don’t do — dataset cards, bias eval, notified-body services.