Current AI safety relies on software guardrails: prompt filters, RLHF training, output classifiers, and rule engines. All of these share a critical flaw — they can be bypassed, updated, or overridden.
Phase 1 (now): PCD policy circuits compile to software guard functions in JS, Python, and Rust.
Phase 2 (future): The BPU chip executes policy circuits in silicon — 64 monomer units, an EVA Router, and a TCE Unit producing a non-maskable BLOCK signal.
The BPU (BRIK Processing Unit) is a hardware coprocessor designed to evaluate policy circuits with zero software in the loop:
Non-maskable — the operating system cannot override a BLOCK
Zero-latency — evaluation happens in a single clock cycle per monomer
Tamper-proof — the circuit is burned into silicon, not loaded from disk
Auditable — the BPU logs every verdict with a cryptographic hash
The regulatory trajectory mirrors automotive safety: voluntary adoption, then industry standard, then mandatory — like ABS brakes for AI systems.
The BPU is a future hardware product. Current BRIK-64 policy circuits operate as software guard functions compiled from PCD. The safety guarantees today come from formal verification (Φ_c = 1), not from hardware enforcement.