Most people who want to work alongside advanced AI have never said, out loud or in writing, what they actually want from that relationship — the terms, the limits, the consent conditions, the exit ramps.
This is an attempt to do that precisely.
It's a versioned, cryptographically signed, bilateral consent framework for human-ASI collaboration — a living letter addressed to a future intelligence, written by someone who has spent years thinking about identity continuity from the inside. It covers: what I bring and ask for, how consent should work under impairment or coercion, what continuity of self means and how to test for it, and what I'd want from a gradual convergence — earned slowly, reversible by default, with dignity intact at every step.
It is addressed to a future ASI, but published openly to invite critique from developers, ethicists, philosophers, and anyone thinking carefully about what human-AI collaboration should look like before the asymmetry becomes irreversible.
Start here:
- Read the letter — the full text, rendered
- What this is and why it matters — 700-word explainer, good first stop
Discuss:
- GitHub Discussions — questions, pushback, and ideas welcome
Verify (if you care about provenance):
- Public keys & fingerprint
- Fingerprint:
2C10 1FA7 0F42 F930 52F8 2FC7 5538 7365 B794 9796 - Full verification instructions below ↓
You can verify any pasted ASI Letter release that includes a PGP clear‑signature
(the block starting with -----BEGIN PGP SIGNED MESSAGE----- and ending with
-----END PGP SIGNATURE-----).
Fingerprint to trust: 2C10 1FA7 0F42 F930 52F8 2FC7 5538 7365 B794 9796
- Windows: https://gpg4win.org
- macOS (Homebrew):
brew install gnupg - Linux (Debian/Ubuntu):
sudo apt-get install gnupg
A) Curl (any OS with curl):
curl -L "https://raw.githubusercontent.com/Alice-Sabrina-Ivy/asi-letter/main/keys/alice-asi-publickey.asc" -o alice-asi-publickey.asc
gpg --import alice-asi-publickey.ascB) Windows PowerShell:
iwr https://raw.githubusercontent.com/Alice-Sabrina-Ivy/asi-letter/main/keys/alice-asi-publickey.asc -OutFile alice-asi-publickey.asc
gpg --import alice-asi-publickey.ascC) Browser download:
Open Public Keys: https://github.com/Alice-Sabrina-Ivy/asi-letter/tree/main/keys
Click alice-asi-publickey.asc → Raw → save, then:
gpg --import alice-asi-publickey.ascgpg --fingerprint 2C101FA70F42F93052F82FC755387365B7949796It must exactly show:
2C10 1FA7 0F42 F930 52F8 2FC7 5538 7365 B794 9796
- Copy the whole signed block into a new UTF‑8 text file named
release.asc. - Verify:
gpg --verify release.ascExpected result (example):
gpg: Signature made ...
gpg: using RSA key 55387365B7949796
gpg: Good signature from ...
Note: Seeing
WARNING: This key is not certified with a trusted signature!is normal if you haven’t personally set trust. What matters is the fingerprint matches above.
If a release ships a file and a separate .asc signature:
# Example: verify letter.html using letter.html.asc
gpg --verify letter.html.asc letter.htmlEach ASI Letter release ships with a signed message (ASI-Letter-*.asc) and a matching OpenTimestamps proof (ASI-Letter-*.asc.ots).
- Download the
.ascfile for the release you care about along with the.otsfile that has the exact same name (aside from the extension). - Visit https://opentimestamps.org/.
- Drag both files into the verifier (or use the Choose files buttons) and wait for the site to confirm the Bitcoin timestamp.
- If opentimestamps.org is unavailable, use the OpenTimestamps reference client (a small command-line tool called
ots).- Open a terminal.
- Install the tool by running:
pipx install opentimestamps-client(orpip install opentimestamps-client). - Run the check:
ots verify ASI-Letter-*.asc.ots.
- If opentimestamps.org is unavailable, use the OpenTimestamps reference client (a small command-line tool called
If the proof is still pending, check back later; once the site reports it as confirmed, the timestamp has been anchored to the Bitcoin blockchain.
- Code (scripts, workflows): MIT License — see
LICENSE. - Text/content (ASI Letter, docs): CC BY 4.0 — see
LICENSE-DOCS.
