EU AI Act 70-Day Countdown: What Your Startup Needs Before August 2, 2026
Łukasz Balowski
EU AI Act 70-Day Countdown: What Your Startup Needs Before August 2, 2026
TL;DR: The EU AI Act's high-risk AI system obligations become enforceable on August 2, 2026, and penalties reach €35 million or 7% of global turnover — exceeding GDPR's maximum. Most AI startups with any EU exposure are not ready. This post gives you a prioritized checklist: classify your systems, build your documentation, set up human oversight, and plug the data governance and privacy gaps now. Three startup ideas from our database — PII RedactProxy, ApproveFlow AI, and IndustryData AI — address different slices of the same compliance stack.
The EU AI Act is not arriving. It has already arrived. As of February 2, 2025, prohibited AI practices are enforceable. As of August 2, 2025, general-purpose AI model rules became applicable. And on August 2, 2026, the compliance burden shifts to high-risk AI systems — the category that covers most B2B AI products serving hiring, credit, education, critical infrastructure, and law enforcement markets. That date is weeks away, not months.
If your startup sells an AI product used anywhere in the EU — or if the output of your AI affects any EU resident — the Act applies to you regardless of where your company is headquartered. A US-based SaaS company screening EU job candidates with AI is in scope. A Canadian startup running credit models on EU borrowers is in scope. The extraterritorial reach mirrors GDPR's enforcement model, and regulators learned from GDPR that enforcement threats work.
Most startups are not ready. A CSA report from early 2026 found that compliance programs at enterprises are "still nascent," and startups tend to have even less structured compliance. The proposed EU Commission delay to late 2027 has not been enacted into law. August 2, 2026 remains the binding deadline.
What Makes an AI System "High-Risk" Under the EU AI Act?
The EU AI Act classifies AI systems into four risk tiers: unacceptable (banned), high-risk (heavy compliance), limited risk (transparency duties), and minimal risk (no specific obligations). High-risk is the tier that matters for most startups building B2B AI products, because it covers eight domains listed in Annex III:
- Biometric identification systems
- Critical infrastructure management
- Education and vocational training
- Employment and worker management (hiring, firing, performance evaluation)
- Access to essential private and public services (credit scoring, insurance pricing)
- Law enforcement
- Migration, asylum, and border control
- Administration of justice
Here is what catches founders off guard: classification depends on deployment context, not on the underlying technology. An NLP model used for customer support chatbots falls under limited risk. The same NLP model used to evaluate job candidates becomes high-risk. A recommendation engine for streaming is minimal risk. The same engine recommending financial products is high-risk. You classify each deployment, not each model.
This matters because many startups sell an AI product without controlling how a customer deploys it. If a customer uses your general-purpose AI tool to make hiring decisions, your product may be captured by high-risk obligations even if you did not design it for that use case. Article 6(3) allows providers to self-assess out of high-risk classification if they can demonstrate "no significant risk" — but the Digital Omnibus amendments in trilogue may close that loophole by maintaining registration requirements.
What Does Your Startup Actually Need to Do Before August 2?
The compliance burden for high-risk AI providers breaks down into seven concrete tasks. I am ordering these by urgency and impact.
1. Classify every AI system you operate
Map every AI system your startup uses, builds, or sells. For each one, determine which risk tier it falls under based on actual and foreseeable deployment. Document the classification reasoning. If a customer could plausibly deploy your tool in a high-risk domain, you need to address that risk now, not after a regulator asks.
This is not a one-time exercise. The classification stays with the system throughout its lifecycle. If you add features that push a system into high-risk territory, the obligations attach immediately.
2. Build technical documentation that satisfies Annex IV
High-risk AI providers must maintain technical documentation covering: the system's intended purpose, training data governance, design specifications, performance metrics (accuracy, resilience, cybersecurity), risk management measures, and logging capabilities. Annex IV of the Act specifies the exact structure.
Most startups have fragmented documentation spread across Notion pages, Google Docs, and Slack threads. The Act requires a single, audit-ready technical file. If you cannot hand a regulator a coherent document answering "what data trained this model, how do you measure its accuracy, and what risks does it pose," you are not compliant.
3. Implement human oversight mechanisms
Article 14 requires that high-risk AI systems enable effective human oversight. This means the system must be designed so that a human can understand the output, override the decision, and stop the system if needed. The oversight must happen during the system's operation, not just during design.
For AI products that run autonomously — agents, automated decision pipelines, batch processing — you need to build pause-and-override points into the workflow. This is where ApproveFlow AI applies directly: it routes AI-generated outputs to designated human reviewers, logs every decision, and creates the audit trail that Article 14 demands. The same architecture that handles regulated content approvals in healthcare marketing transfers to any AI output that needs a human sign-off.
4. Establish data governance procedures
Article 10 requires that training, validation, and testing data for high-risk AI systems meet governance requirements: data relevance, representativeness, bias testing, and legal compliance (including GDPR). You need documentation showing where your training data came from, what biases you tested for, and what corrective measures you applied.
This is a particular problem for startups that fine-tune foundation models on customer data. If that data contains PII, you need to demonstrate that you handled it lawfully. PII RedactProxy addresses this at the API layer: intercepting LLM calls, stripping personal data before it reaches the model, and reconstructing it on return. The request-level audit trails it generates satisfy both Article 10 (data governance) and Article 13 (transparency and traceability).
5. Register your systems in the EU AI database
High-risk AI systems must be registered in the EU database before being placed on the market. The registration process requires the technical documentation from task 2 and the conformity assessment results. There is no grace period for registration — non-registered high-risk systems cannot be legally sold in the EU.
6. Deploy PII redaction for LLM processing pipelines
Any pipeline that sends data containing personal information to a third-party LLM API creates both GDPR and EU AI Act exposure. The Act requires that data governance procedures address the privacy of data used in AI processing, not just training. If your product sends user prompts containing names, emails, addresses, or financial data to OpenAI, Anthropic, or any external model, you need a redaction layer.
PII RedactProxy is designed for exactly this scenario. It operates as a proxy between your application and the LLM API, redacting sensitive data before it leaves your infrastructure and restoring it on the return path. This keeps personal data out of third-party model servers while preserving the LLM's ability to process the context. The audit logs also serve as evidence of compliance during regulatory review.
7. Create a post-market monitoring plan
Article 72 requires providers to monitor the performance of high-risk AI systems after deployment and report serious incidents. This means building logging infrastructure that tracks system outputs, flags anomalies, and creates a feedback loop for continuous compliance.
Most startups have basic error monitoring (Sentry, Datadog) but lack the structured logging that captures AI-specific events: inputs, outputs, confidence scores, override actions, and drift indicators. You need this not just for compliance but for product quality. Post-market monitoring is where compliance and product improvement converge.
Where Do Synthetic Data and Privacy Compliance Intersect?
One of the sharpest edges of the EU AI Act is the interaction between data governance requirements and privacy law. Article 10 demands that training data be well-governed and bias-tested. GDPR demands that personal data be minimized and processed lawfully. Together, they create a problem: you need representative training data to comply with the AI Act, but you may not be able to use real personal data because of GDPR.
IndustryData AI solves this by generating synthetic datasets that preserve the statistical properties of real data without containing actual PII. Synthetic data is compliant by design — it does not contain personal information, so GDPR does not restrict its use. But it can maintain the distributional characteristics needed for bias testing and model validation under Article 10.
For any startup training on customer data, synthetic data generation is increasingly the only path that satisfies both regulations simultaneously. The EU AI Act compliance-as-a-service market is projected to reach $4.2 billion by 2030. Startups that build the compliance tooling layer — PII redaction, approval workflows, synthetic data — are building mandatory infrastructure, not optional features.
What Happens If You Miss the Deadline?
The penalty structure is severe and escalates by violation type:
- €35 million or 7% of global annual turnover for prohibited AI practices (using banned systems)
- €15 million or 3% of global turnover for high-risk non-compliance (missing documentation, no conformity assessment, no registration)
- €7.5 million or 1% of turnover for supplying incorrect information to regulators
These figures exceed GDPR's maximum penalty of €20 million or 4%. The enforcement model follows GDPR: national market surveillance authorities investigate, and they have shown willingness to act. Dutch and French regulators issued significant GDPR fines within the first two years of enforcement. The AI Act follows the same playbook.
Beyond fines, non-compliant AI systems can be withdrawn from the market. For a startup, that means your product legally cannot be sold to EU customers — a market of 450 million people with higher average revenue per user than the US. Losing EU market access is not a risk most early-stage companies can absorb.
Are There Gaps in the Act That Startups Can Fill?
Yes, and several of them are substantial. The Act specifies what high-risk AI providers must do but does not prescribe how. This creates space for tooling startups:
Compliance automation. Every high-risk AI system needs a conformity assessment, technical documentation, and ongoing monitoring. Currently, consultants charge €50,000-150,000 per assessment. Software that automates 60-80% of the documentation and monitoring work at a fraction of that cost is a clear product opportunity.
PII redaction as infrastructure. Every company sending data to third-party LLMs needs a privacy layer. PII RedactProxy captures this at the API layer — the same way TLS captures encryption at the transport layer. It is infrastructure, not a feature.
Approval workflows for AI outputs. Article 14's human oversight requirement applies to every high-risk system. Most companies will implement this manually for the first year, then look for automated routing and logging. ApproveFlow AI's architecture — scan against rulebooks, route to designated reviewers, log decisions — maps directly to this requirement.
Synthetic data for compliant training. As the Act's data governance requirements phase in, the demand for training data that is both representative and legally clean will grow. IndustryData AI generates vertically specific synthetic datasets that satisfy Article 10 without GDPR exposure.
AI literacy training. Article 4 requires that every organization deploying AI ensure their workforce has sufficient AI literacy. This is a separate deadline that is already enforceable. Our earlier post on EU AI Act Article 4 and the $300M training market covers this in detail.
FAQ
Does the EU AI Act apply to US startups? Yes, if your AI system's output affects EU residents. Article 2 establishes extraterritorial scope: any provider whose AI system is placed on the EU market or whose output is used within the EU must comply, regardless of headquarters location. A US hiring tool that screens EU candidates is in scope.
What is the difference between a provider and a deployer? A provider builds and places an AI system on the market. A deployer uses an AI system in their operations. Providers carry the heaviest obligations (technical documentation, conformity assessment, registration). Deployers must use systems per their intended purpose, implement human oversight, and maintain logs. Some startups are both.
Can I self-assess my AI system out of high-risk classification? Article 6(3) allows providers to self-assess as non-high-risk if the system does not pose significant risk. However, the Digital Omnibus amendments in trilogue may narrow this exemption. If you are counting on self-assessment, monitor the trilogue outcome closely and prepare for the possibility that registration requirements remain.
How long does a conformity assessment take? For most high-risk AI systems, the provider performs the self-assessment. Allow 8-12 weeks for documentation preparation, risk management system design, and testing. For systems requiring third-party assessment (AI in regulated products like medical devices), add another 4-8 weeks for the notified body review.
What if I use a third-party AI model like GPT-4? Using a foundation model does not shift your compliance obligations. If you deploy GPT-4 in a way that makes your product high-risk, you are responsible for the conformity assessment, documentation, and registration — not OpenAI. If you fine-tune GPT-4 substantially, you may be reclassified as a provider rather than a deployer, which increases your obligations.
If you are building in AI compliance, start with the ideas that map to the most urgent requirements: PII RedactProxy for data governance, ApproveFlow AI for human oversight workflows, and IndustryData AI for compliant synthetic training data. For the broader compliance opportunity, read our EU AI Act startup ideas breakdown and our analysis of why the EU AI Act is a ticking bomb for unprepared startups.
Lukasz Balowski
Entrepreneur · AI Researcher · Founder
Lukasz Balowski has been running businesses for over twenty years. His interest in technology started early, back when having an email address was something you explained to people at parties. These days he is focused on artificial intelligence, which he has been studying seriously for the past several years. He is curious about how AI is changing everyday life, the opportunities it opens for new ventures, and the practical ways it can be put to work in businesses that already exist.
Two decades in business will teach you at least one thing: how to tell the difference between what works and what just sounds good in a pitch deck. Lukasz approaches AI the same way he approaches any new tool, by asking what it can actually do right now, not what the marketing material says it will do next quarter. That practical bias shapes what he writes on this site. He is not interested in hype or in speculative takes about where things might be in ten years. He wants to know which applications are paying off today, which ones look close, and which ones are still more promise than product.
Before AI became the dominant conversation it is today, Lukasz spent years building digital products and running online businesses. That hands-on experience gives him a perspective he finds is often missing from discussions about AI, where too many of the loudest voices belong to people who have never built or shipped anything. He brings an operator's sense of what matters, paired with genuine curiosity about the direction the technology is actually moving.
Lukasz lives and works in Poland. He writes about AI startup ideas because he believes the gap between what AI can already do and what most people are doing with it is still surprisingly wide, and that independent creators and small teams, not large corporations, are the ones best positioned to close it. This site is his attempt to map that space carefully: ideas that are specific enough to act on, with analysis that stays honest about both the upside and the risks involved.
