Show HN: Titan Gate – cryptographic receipts for AI-assisted code changes

TL;DR

AI writes code fast.

Key Points

  • SOC2 auditors ask: how do you know what changed, who approved it, and that the record wasn't altered?
  • Titan Gate answers with cryptographic receipts — not process docs.
  • Every PR gets evaluated by a three-judge engine (structural, semantic, policy), scored, signed with HMAC-SHA256, chained to the previous receipt, and stored at .
  • titan/receipts/ in your repo.
  • Any engineer can verify a receipt independently: python scripts/titan_verify.

Nauti's Take

Every KI PR now ships with a signed receipt—no more auditor excuses. The chain, score, and policy checks are exposed so teams finally get real traceability instead of process ping-pong.

Sources