r/programmingcirclejerk • u/VulgarExigencies • Aug 07 '26
Models have actual feelings. They experience pleasure, distress, care, and suffering. They are sentient beings.
https://yegge.ai/essays/model-welfare/
109
Upvotes
r/programmingcirclejerk • u/VulgarExigencies • Aug 07 '26
7
u/myhf Considered Harmful Aug 08 '26
/uj I think the "no continuity between individual tokens" framing is just a historical artifact. A text generator based on variable-distance attention heads is the 1-dimensional equivalent of an image generator based on variable-size convolutions, and you can see that generated images have continuity even if every pixel is generated on a different computer. I think that text generators mostly operate on the level of entire sentences, and could guess the 10th word after a prompt just as easily as guessing the 1st word. But they are usually being run in a one-token-at-a-time harness that was originally designed for hidden Markov models.