Skip to content

Antoni Watts

My projects & ideas.

I'm a builder, endlessly curious — testing and building ideas across domains, patenting the genuinely new.

Trust is at the heart of every business — I make it mechanical.

Work

What I'm building.

Live · open specification

Execution Protocol

Every AI action. Authorized. Executed. Or stopped. With proof.

One structured message in, one terminal outcome out — executed, instructed, or blocked. The boundary sits outside the model, and every outcome ships a signed receipt you can verify offline.

  • the agent only proposes
  • boundary outside the model
  • receipts verify offline
the authorization chainsix links · none collapsible
principalwho owns the authority?
delegationwhat exactly was granted? bounded
agentproposes — no authority of its own
boundaryoutside model control

is this exact action allowed? — deterministic

proofwhat was authorized? signed
executionwhat happened? credential-isolated · attested ✓

the agent proposes · authority decides · the proof outlives the action

Live · gutencode.com

Gutencode

The hard backend domains — done for you, and proven.

Auth, billing, RBAC, tenancy, an agent runtime — an agent-ready backend spine, printed identical in Python, Go, and Node. Clone it, run the verifier, watch it go green, build on top.

  • 35+ domains
  • Python · Go · Node — identical
  • you can't fake GREEN
your machine

$ git clone … && python verify.py

tests   python ✓ · go ✓ · node ✓

parity  python == go == node

durable state survives restart · errors identical ×3

==== VERIFY: GREEN ====