(no title)
taysix | 8 months ago
1. There was no error on line 91, it did some inconsequential formatting on that line 2. More importantly, it just ignored the very specific line I told it to go to. It's like I was playing telephone with the LLM which felt so strange with text-based communication.
This was me trying to get better at using the LLM while coding and seeing if I could "one-shot" some very simple things. Of course me doing this _very_ tiny fix myself would have been faster. Just felt weird and reinforces this idea that the LLM isn't actually thinking at all.
klysm|8 months ago
mcintyre1994|8 months ago
crackalamoo|8 months ago
weatherlite|8 months ago
ProllyInfamous|8 months ago
However, I can't just say "on page 123..." I've found it's better to either provide the quote, or describe the context, and then ask how it relates to [another concept]. Or I'll say "at the end of chapter 6, Bob does X, then why Y?" (perhaps this is similar to asking a coding LLM to fix a specific function instead of a specific line?).
My favorite examples of this have been sitting with living human authors and discussing their books — usually to jaw-dropped creators, particularly to Unknowns.
Works for non-fiction, too (of course). But for all those books you didn't read in HS English classes, you can somewhat recreate all that class discussion your teachers always attempted to foster — at your own discretion/direction.
senko|8 months ago
And now you've learned that LLMs can't count lines. Next time, try asking it to "fix the error in function XYZ" or copy/paste the line in question, and see if you get better results.
> reinforces this idea that the LLM isn't actually thinking at all.
Of course it's not thinking, how could it? It's just a (rather big) equation.
throwdbaaway|8 months ago
aitchnyu|8 months ago
IshKebab|8 months ago
So are you.
baby|8 months ago
toephu2|8 months ago
You need to give LLMs context. Line number isn't good context.
meepmorp|8 months ago
a line number is plenty of context - it's directly translatable into a range of bytes/characters in the file
oneeyedpigeon|8 months ago
rs186|8 months ago