Evidence · Policy · Verification

Blog

Essays and interactive proof demos on decision assurance, compliance automation, and verifiable systems.

Proof Demos & Essays

Curated entrypoints: static essays plus interactive, inspectable demos.

Posts

⬢ The $5,000 Prompt: A Production Horror Story

How hexarch-guardrails 0.4.6b1 turns blocking into auditing—proving exactly what you saved.

Post 2026-02-02T00:00:00.000Z • NoirStack

⬢ The Intern’s Best Friend: A Guide to Fearless Development

How hexarch-guardrails 0.4.6b1 keeps new engineers safe while they move fast.

Post 2026-02-02T00:00:00.000Z • NoirStack

⬢ Tutorial: Implementing Persistent Audit Logging with Postgres

A production-grade setup guide for hexarch-guardrails 0.4.6b1 using PostgresAuditStore.

Post 2026-02-02T00:00:00.000Z • NoirStack

Testing “Safe Delete” Protections with Hexarch Guardrails

A practical guide to validating safe-delete enforcement and auditing outcomes with hexarch-guardrails.

Post 2026-02-02T00:00:00.000Z • NoirStack

Validate “Safe Delete” Protections with Hexarch Guardrails

A hands-on walkthrough showing how pre-execution policy enforcement blocks destructive actions before they run.

Post 2026-02-02T00:00:00.000Z • NoirStack

Show Your Work: Proof for Authorization Decisions

A field note on building auditable, verifiable decision systems.

Post 2026-01-31T00:00:00.000Z • NoirStack

Version-Locked Entitlements: Why Breaking Changes Don't Break Your Consumers

How the AccessPlan and ApiVersion data model creates immutable subscription contracts that shield consumers from upstream changes.

Post 2026-01-28T00:00:00.000Z • NoirStack

Six Streams, One Truth: Real-time Observability with Server-Sent Events

How the guardrailsSseStream() async generator delivers live audit logs, policy decisions, provider calls, and security events to the UI.

Post 2026-01-26T00:00:00.000Z • NoirStack

The AI Policy Architect: From Natural Language to Validated Configuration

Inside geminiService.ts: how generatePolicy() translates prompts into schema-validated policy configs with safe fallbacks.

Post 2026-01-24T00:00:00.000Z • NoirStack

Authority vs. Execution: Proving What's Actually Running

How the GatewayNode interface and ClusterManager component separate desired state from applied state—with cryptographic verification.

Post 2026-01-22T00:00:00.000Z • NoirStack

The Policy Execution Pipeline: Phases, Failure Modes, and Short-Circuits

How PolicyPhase, FailureMode, and the ExecutionFlowView component model request processing through ordered filter chains.

Post 2026-01-20T00:00:00.000Z • NoirStack