Skip to content

sj-on/animated_title_generator_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

animated story titles: an itch-scratching investigation

this repo exists because i couldn’t not know.

jarvis johnson made a website that generates youtube-animated-story-style titles. i poked it. 500 times.

this is not an ai project. this is not a serious reverse‑engineering effort. this is what happens when curiosity refuses to shut up.


what this repo does

  • repeatedly calls https://animatedstorytitles.com/api/title
  • dumps the returned titles into a text file (one per line)
  • sorts them alphabetically
  • lets the patterns expose themselves

that’s it. no models were harmed.


why this exists

i originally thought:

maybe markov chains?

then:

oh.

alphabetical sorting is the real classifier here.


contents

  • a colab-friendly script to dump titles politely
  • a text file full of generated titles
  • zero claims about how the original site is implemented

this repo is observational.


conclusions (non-actionable)

  • the generator is extremely formulaic
  • it does not need ai to be effective
  • sorting text is underrated

itch scratched. victory declared.


ethics & vibes

  • requests are rate-limited
  • no scraping behind auth
  • no redistribution of source code
  • this is analysis, not reproduction

if you’re reading this because you had the same itch:

congrats. it’s gone now.

About

this repo exists because i couldn’t not know. this is not an ai project. this is not a serious reverse-engineering effort. this is what happens when curiosity refuses to shut up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors