Comment by kragen
7 hours ago
The nature of the output displayed
EQUIVOCAL HERESIARCH TAMP THE PRESBYOPIA
STYPTIC ILLUSION ABSORB THE EIDOLA
makes me think that it's a sort of mad-libs phrase generator. The leading adjective "PENSILE" appears twice, as does "CATAMITE", and "PARACLETE" occurs three times, as does the noun "EIDOLA", once as subject and twice as object. Hopefully Dr. Roach will be able to present us a full reverse-engineering of the algorithm, but I'm guessing you could probably infer it just from that page of output: f'{random.choice(adjectives)} {random.choice(nouns)} {random.choice(verbs)} THE {random.choice(nouns)}', which produces lines such as STYPTIC PARACLETE TAMP THE PRESBYOPIA.
Before LLMs, I found this a very enjoyable activity; my similar program at http://canonical.org/~kragen/sw/dev3/dramaticphrase.py outputs lines such as:
The raw wind of the smooth horse.
An evil labyrinth of the monstrous, dying waters.
The mere gate of deserted gardens.
The smiling stairway of countless sweet fangs.
The shattered witch of the diseased, ruby monk.
The asphalt house of the smooth unicorn.
A haunted fire of the sorrowful theft.
The stainless raven of countless living gates.
My haunted cloud beneath her glorious father.
The brazen father of their raw villages.
The comments of the program contain a somewhat embarrassing sonnet I wrote with its help.
I also wrote a Spanish version at http://canonical.org/~kragen/sw/dev3/frasedramatica.py, which says things like:
Cien hijos halagüeños de la emoción infinita y monstruosa.
Los labios caídos de zorros corruptos y dignos.
Un exilio inmaculado dentro de las imprecaciones violáceas y ardientes.
Los dos pies insepultos de mis labios profundos e infinitos.
El oro bello de una libertad corrompida.
El angustia monstruosa de zorros desmoronados.
Aquel campo brillante de su princesa destrozada.
Una joven emoción de un tronco enmascarado.
El viento hermoso de su abandono griego.
Una ley romántica del abandono destrozado.
Now, of course, this sort of thing is much less novel and therefore less entertaining. GPT-5 will be happy to write as many sonnets for you as you want, as long as it doesn't somehow get the idea that they might infringe some kind of copyright or teach you how to do your own electrical work.
I've often wondered if J. M. Coetzee was related to Wikipedia editor Derrick Coetzee with whom I used to collaborate on computer science articles.
No comments yet
Contribute on Hacker News ↗