Viewing a single comment thread. View all comments

Sinity t1_izcwah8 wrote

Yes. Through it's not actually simulating the machine - it's just superficially good at pretending.

cat "asdf" > file.txt

Works well. file.txt is visible if you ls. Then you maybe do cat "qwerasdf" > somedata.dat... and on ls it, again, shows up. But maybe ChatGPT forgot about file.txt and it doesn't show up anymore.

TBF, humans wouldn't necessarily even outperform it on "pretending to run a computer" (not just an algorithm, but actual OS and such).

I think scale would make it way better at keeping track of things well.

11