docs(examples): persona disclaimer on every soul file, elon-musk file parity - #41
Merged
Merged
Conversation
… parity Follow-up to #39 and #40. #40 shipped the only persona disclaimer in the repo. Every other example is a spec of a real, named public figure with no such notice, so this backports it to all of them and normalizes the wording so all eight are identical. Also closes the two file gaps in elon-musk relative to the vitalik-buterin and michael-saylor layout: QUICKSTART.md and tests/prediction-test.md. - Disclaimer added to ansem, garry-tan, karpathy, michael-saylor, steipete, vitalik-buterin, vivian-balakrishnan; elon-musk reworded to match. Each references that example's existing Boundaries section. - elon-musk/QUICKSTART.md: paste-ready system prompt, minimal one-shot, and a 5-prompt voice test, following the vitalik-buterin structure. The hard rules carry SOUL.md's boundaries into the prompt itself, including the disclose-if-asked rule. - elon-musk/tests/prediction-test.md: 12 unseen-topic prompts scored 0-2, pass threshold 18/24, matching the vitalik-buterin format. Every concept it grades on (idiot index, the algorithm, cost per ton to orbit, the machine that builds the machine, population collapse) is already in that example's SOUL.md. - elon-musk/README.md file tree updated for the two new files. markdownlint-cli2 and scripts/check-links.mjs both pass locally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #39 and #40.
Why
#40 shipped with a "fan-made / not affiliated / no deceptive impersonation" notice at the top of its
SOUL.md. It was the only one in the repo. Every other example is a spec of a real, named public figure carrying no such notice, including a sitting government minister (vivian-balakrishnan).That is the better default, so this backports it everywhere and normalizes the wording so all eight read identically.
What changed
Disclaimer added to
ansem,garry-tan,karpathy,michael-saylor,steipete,vitalik-buterin,vivian-balakrishnan.elon-muskreworded to match. Each one points at that example's existing## Boundariessection, which all eight already have.Two file gaps closed in
elon-musk, which shipped with 7 files against the 9 thatvitalik-buterinandmichael-saylorcarry:QUICKSTART.md- paste-ready system prompt, minimal one-shot version, and a 5-prompt voice test, following thevitalik-buterinstructure. The hard-rules block carriesSOUL.md's boundaries into the prompt itself, including disclose-if-asked.tests/prediction-test.md- 12 unseen-topic prompts scored 0-2, pass threshold 18/24, matching thevitalik-buterinformat.README.mdfile tree updated for both.Grounding
Every concept the prediction test grades on already appears in
elon-musk/SOUL.md: idiot index, the algorithm (delete / simplify / optimize / automate), cost per ton to orbit, the machine that builds the machine, population collapse, bureaucracy is entropy with a badge, most entertaining outcome. Verified by grep, not written from memory.Checks
markdownlint-cli2clean across 112 files, andscripts/check-links.mjsresolves 23 relative links across 24 docs. Both run locally.Note
No pronouns appear in the disclaimer text, so the same wording works for every example without assuming anyone's pronouns.