MurphySig

Sign your work.

The Gallery Problem

We build in the dark. We ship. We move on.

Six months later, you open your own code and think: what was I thinking? The decision is lost. The context is gone. The uncertainty you felt — the thing that would tell future-you where the dragons live — vanished the moment you closed the editor.

The velocity of modern work eliminates reflection. An endless stream of creation with no structure to return to it. No gallery. Just graveyards of code.

MurphySig says: this was a thing, at a time, made by us. You can come back.


What it looks like

One comment block. Who made it. What they were thinking. How confident they were.

# auth.py
# Signed: Sarah + claude-opus-4-5-20250514, 2025-09-15
#
# Context: Token refresh with 5-min buffer for clock skew.
# Followed OWASP guidelines. Chose JWT over sessions for
# stateless scaling.
#
# Confidence: 0.75 - logic solid, clock drift edge cases
# need production validation
#
# Reviews:
# 2026-01-20 (Sarah): Six months in prod, one clock skew
# edge case hit. Added 10-min buffer. Confidence now 0.9.
#
# Reflections:
# 2026-03-15: This is the most boring code I've ever written.
# Zero incidents. Sometimes boring is the best work.

No tools. No dependencies. Just a comment that tells the truth.


And it gets better

When you sign your work with a specific model version and a confidence score, you're not just documenting for yourself.

A future AI reading that file learns how to treat it. Confidence: 0.75 says "scrutinize this." claude-opus-4-5-20250514 tells it which model's patterns to expect. The human's context bridges the gap between what the code does and what it was meant to do.

This is temporal context as in-context learning. The signature isn't metadata. It's a prompt. It teaches the future how to read the past.


Try it now

Open any file. Add this at the top:

// Signed: [You] + [your AI], [today]

You just used MurphySig. Everything else — confidence, context, reflections — is optional. Start with the one-liner. Make it a reflex, not a chore.

We build in the dark. MurphySig leaves the lights on.