Baybe what's wrong? You've barely touched your Strawberrum

https://jlai.lu/post/6736700

Baybe what's wrong? You've barely touched your Strawberrum - jlai.lu

It’s crazy how bad d AI gets of you make it list names ending with a certain pattern. I wonder why that is.
It can’t see what tokens it puts out, you would need additional passes on the output for it to get it right. It’s computationally expensive, so I’m pretty sure that didn’t happen here.
With the amount of processing it takes to generate the output, a simple pass over the to-be final output would make sense…
doesn’t it work literally by passing in everything it said to determine what the next word is?
it chunks text up into tokens, so it isn’t processing the words as if they were composed from letters.