Interesting area or research, I wont pretend to yet understand the algorithms etc… being discussed but some thoughts arise from the concept of creating random titles or random word sets.
Passphrases
Decades ago a password suggestion tool would do this, generating a list of potential passwords, or more what we would call pass phrases. It would display the list and the user would choose the one they like and use it and the above list will not be displayed again. One can add steps to include more complexity like uppercase in random locations, numbers and even symbols to such phrases.
External resources
Having word lists that are held externally and can be retrieved on demand may make sense so as to allow minimal byes on a wiki could make sense even if it is another TiddlyWiki. If a query is made and a random title returned using SSL or some other method may be essential for security solutions, but not for titles. Perhaps a method like the “Random Dog” could be used?
Perhaps you could even use a resource like word of the day from a dictionary site, then pair/triplet it with another source of words.
LLM
If we are considering external resources of course it may make sense asking an LLM because in many ways it is a big keyword list but may even make a reasonable brave attempt to reflect the content in the tiddler.
Spelling
We could play funny games by using common misspellings as the words may not be as important. eg vowel switches, “sound alike” constants eg c / k
Missing tiddlers named in a specific tiddler as a repository of titles
I was also thinking one could use an external solution with access to large word lists and generate [[three word phrase]] list of links in a source tiddler. you could then source new titles from this list, only if the title is missing (ie not used yet) then once used ie has[title] field then consider it used if so.
- This has the advantage of tracking the resulting tiddler titles, as we know their title was sourced this way.
I asked the following of ChatGPT;
Please consider the following words and return a set of three word summaries of the text even if it is insufficient to fully describe the text;
- I included the above text about passphrases.
I got the following;
Here are concise three-word summaries capturing different aspects of your text:
- Password phrase generation
- User selects phrase
- One-time display list
- Memorability over randomness
- Incremental complexity options
- Uppercase random insertion
- Numbers symbols inclusion
- Early security tooling
- Passphrase usability focus
- Human-friendly passwords
- Regenerate excluded options
- Choice-driven authentication
If you’d like, I can bias these toward security terminology, UX design language, or TiddlyWiki-style tags/fields.
But you can also see the above is somewhat acting like an aid to brainstorming.