Make Sure We Don't Generate Looping Links #16

Closed
opened 2025-05-11 09:02:02 +00:00 by owner · 1 comment
Owner

After a few links deep into the site, a link will be generated that loops back a few links, and since it's a deterministic randomly generated page, it will always get stuck somewhere in the site.

We don't want that.

After a few links deep into the site, a link will be generated that loops back a few links, and since it's a deterministic randomly generated page, it will always get stuck somewhere in the site. We don't want that.
owner added this to the AI Tarpit project 2025-05-11 09:02:02 +00:00
Author
Owner

Found the error lol. It's because of the relatively small wordlist I'm using, and the way the code predict new words. So if there is no occurrence of the input word, that input word would just be spat back out.

Recommend: Use a list of start words that appear at least once in your wordlist. The more, the better.

Found the error lol. It's because of the relatively small wordlist I'm using, and the way the code predict new words. So if there is no occurrence of the input word, that input word would just be spat back out. Recommend: Use a list of start words that appear at least once in your wordlist. The more, the better.
owner closed this issue 2025-05-12 20:21:09 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: owner/AI-Tarpit-Reimagined#16
No description provided.