AIToday
AI Regulation & PolicyHacker NewsPublished: Jun 30, 2026, 06:00 JST2 min read

CORE: Open-source governance layer blocks AI agents from dangerous code changes

CORE: Open-source governance layer blocks AI agents from dangerous code changes

Key takeaway

  • CORE is an open-source governance runtime that constrains AI agents with machine-enforced constitutional rules, blocking invalid code mutations automatically before execution.

  • The tool makes autonomous AI workflows auditable and deterministic by logging every action's decision chain and enforcing architectural invariants structurally, rather than detecting violations after the fact.

  • It is available now as a pip-installable package.

3 Key Points

  1. What happened

    A new tool called CORE enforces constitutional rules on AI coding agents, structurally blocking violations before execution—for example, preventing an agent from deleting a production database. Every action is logged with a complete audit trail showing finding, proposal, approval, execution, and file change.

  2. Why it matters

    AI coding tools generate code faster than teams can review it, creating invisible technical debt and architectural violations. CORE makes dangerous mutations impossible by moving enforcement from after-the-fact detection to hard barriers before any code runs, giving developers deterministic control over autonomous workflows.

  3. What to watch

    CORE is available now on pip (version 2.x, beta stage) and can be tested immediately with a Docker command that runs a live governance demo. The system separates four repository layers—specs (human intent), mind (law), will (judgment), and body (execution)—enforced as constitutional law, not convention.

Ask the AI about this article →

FAQ

How does CORE actually stop an AI agent from making a dangerous change?
CORE runs the AI agent inside its governance system, never above it. Before execution, generated code is validated against constitutional rules (215 rules across 15 engines). If a violation is detected, execution halts with no partial state change and logs the violation. The agent cannot proceed until the violation is remediated or approved by the proper authority.
What kind of rules can CORE enforce?
Constitutional rules block unconditionally. Policy rules block when strict_mode is enabled, otherwise report. Advisory rules and capability tier currently report violations without blocking (blocking for capability tier is under review in ADR-079). The governance directory itself (.intent/) is immutable—no component can rewrite the rules.
Can I see an audit trail of what CORE approved or blocked?
Yes. CORE records every action with a complete consequence chain showing finding, proposal, approval authority, execution time, and file changes with commit hashes. Two examples are shown live in the documentation: one for autonomous self-approved changes and one for changes requiring human governor approval. Both are queryable end-to-end.

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 articleArticle body does not contain news content