AIToday
AI Regulation & PolicyHacker NewsPublished: Jun 15, 2026, 01:00 JST1 min read

ComplyEdge launches a Python tool that checks AI requests against EU and US regulations in real time, blocking violations before they reach users with legal citations attached.

ComplyEdge launches a Python tool that checks AI requests against EU and US regulations in real time, blocking violations before they reach users with legal citations attached.

3 Key Points

  1. What happened

    ComplyEdge released a compliance enforcement system that runs on every AI request in production. It uses 53 YAML rules and 19 OPA/Rego policies covering the EU AI Act, GDPR, HIPAA, SOX, and other regulations. When a violation is detected, it blocks the request and returns the specific article, rule ID, and timestamp—not a probability score. The tool integrates into Python code with a three-line decorator or can run offline as a linter called TrustLint.

  2. Why it matters

    EU AI Act penalties for general-purpose AI systems begin August 2, 2026. Companies need deterministic proof of compliance for regulators, not guesses. ComplyEdge provides audit trails with legal citations on every decision, making it possible to demonstrate that violations were caught and blocked during normal operations rather than discovered after deployment.

  3. What to watch

    The system has two enforcement layers. Layer 1 (deterministic, under 100ms per request) uses regex and formal policies with no AI model in the critical path. Layer 2 (optional, 2–5s latency) adds semantic evaluation via LLM, but is off by default since v0.2.2. The tool is open-source under Apache License 2.0 and accepts rule contributions that must include article citations and test cases.

Ask the AI about this article →

Get the latest AI Regulation & Policy news every morning

For example, today's edition would include:

  • Japan turns to AI to fight investment fraudJapan Times Tech · 5h ago
  • Japanese top court to test AI in civil trialsJapan Times Tech · 5h ago
  • OpenAI supports California youth AI safety billOpenAI Blog · 8h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleOpenAI is hiring engineers to build and manufacture robots, signaling entry into a market Tesla is betting heavily on—a move that could weigh on Tesla stock given how much the market is already pricing in its robotics success.