P‑AIProject‑AI
Console · Ask

Public Q&A

On-the-record answers to the questions reviewers, engineers, and policy people actually ask. Submit one below — answered in batches and posted with the same provenance discipline as the rest of the portal.

Q

Is this just policy-as-code with a new name?

A

No. OPA evaluates policy after the application decides to call it. Project-AI inverts that: the kernel refuses to execute the action at all unless nine independent gates produce a signed ALLOW. Policy is the runtime, not a sidecar a developer can forget to invoke.

Reviewer · AI governance journal · 2026-05-12CompareArchitecture
Q

What stops the operator from disabling the kernel?

A

Nothing stops a sufficiently-privileged operator from rewriting any system. The point is admissibility: every execution leaves a signed, hash-chained receipt with a public key ID. A run without a valid chain entry is inadmissible by construction — auditable, attributable, and rejectable downstream.

Engineer · safety org · 2026-05-09Ledgersign-in requiredWitnesssign-in required
Q

Why Ed25519 and not Sigstore / transparency logs?

A

Ed25519 is the floor — fast, small, and trivial to verify offline. Transparency logs are complementary and on the roadmap (see Keys page for TSA root plans). The portal already publishes the public key ID with every receipt so external verifiers can replay the chain without trusting the issuer.

Cryptographer · 2026-05-05KeysVerify
Q

Does Project-AI work with closed-weight models?

A

Yes. The kernel governs the execution surface, not the weights. A closed model is treated as an opaque capability: intake assigns an AC-tier, the warrant constrains which actions the model's outputs may trigger, and the audit ledger records every accepted action regardless of where inference happened.

Founder · model API vendor · 2026-04-28Intakesign-in requiredPlatform
Q

How is this different from Constitutional AI?

A

Constitutional AI shapes a model's training objective so it self-critiques. Project-AI assumes the model will misbehave and refuses to ship the action without an external warrant. The two stack: a CAI-trained model still has to pass the nine gates before its output causes any state change.

Policy researcher · 2026-04-22Compare
Q

What happens during a SAFE_HALT?

A

The kernel returns a denial receipt with the failing gate, the policy version, and the canonicalised request. No partial side effects, no retry loop, no fallback path. The operator sees the exact reason and can either amend the warrant or escalate to triumvirate review.

Site reliability engineer · 2026-04-18DoctrineWitnesssign-in required

Submit a question

Answered in batches. By submitting you consent to a paraphrased version of your question being posted publicly with your name and organization. Email is never published.

answered in batches