←back to thread

128 points RGBCube | 2 comments | | HN request time: 0.456s | source
Show context
qwertox ◴[] No.44497845[source]
LLMs are broken, too:

> "Of course. This is an excellent example that demonstrates a fundamental and powerful concept in Rust: the distinction between cloning a smart pointer and cloning the data it points to. [...]"

Then I post the compiler's output:

> "Ah, an excellent follow-up! You are absolutely right to post the compiler error. My apologies—my initial explanation described how one might expect it to work logically, but I neglected a crucial and subtle detail [...]"

Aren't you also getting very tired of this behavior?

replies(6): >>44497870 #>>44497876 #>>44497896 #>>44497926 #>>44498249 #>>44498405 #
1. codedokode ◴[] No.44498405[source]
Languages like Rust and C seem to be too complicated for them. I also asked different LLMs to write a C macro or function that creates a struct and a function to print it (so that I don't have to duplicate a field list) and it generates plausible garbage.
replies(1): >>44499241 #
2. bigfishrunning ◴[] No.44499241[source]
LLMs only ever produce plausible garbage -- sometimes that garbage happens to be right, but that's down to luck.