Comment on Vibe coding service Replit deleted production database

<- View Parent
ChairmanMeow@programming.dev ⁨4⁩ ⁨days⁩ ago

Well the thing is, LLMs don’t seem to really “solve” complex problems. They remember solutions they’ve seen before.

The example I saw was asking an LLM to solve “Towers of Hanoi” with 100 disks. This is a common recursive programming problem, takes quite a while for a human to write the answer to. The LLM manages this easily. But when asked to solve the same problem with with say 79 disks, or 41 disks, or some other oddball number, the LLM fails to solve the problem, despite it being simpler(!).

It can do pattern matching and provide solutions, but it’s not able to come up with truly new solutions. It does not “think” in that way. LLMs are amazing data storage formats, but they’re not truly ‘intelligent’ in the way most people think.

source
Sort:hotnewtop