|
|
|
|
|
by pksebben
827 days ago
|
|
I can't really speak for previous posts, but I've personally seen a huge uptick in how fast I can move through material using LLMs - not because I'm asking them how things work or to explain things to me, but because they remove the slog of memorizing ancillary boilerplate and help me find the terms I need to search the docs for. These are very specific things that you can't get as efficiently elsewhere. Essentially, it's not so much about the language model outputting information that I can understand, but more about the language model being able to parse MY queries and respond with something that's kinda good-enough. Say you're looking at a chunk of code you didn't write, and you want to know what function foo_man_chu() is doing. You could go straight to the documentation for that function, but in many cases it's interacting with a bunch of other systems that are documented elsewhere, and not referenced in that material. If you ask GPT to explain it to you, it pops out a (reliable enough) list of things to RTFM on. This takes what could be a couple hours deep-reading through stack / google and distills it down to like ten minutes. This effect is magnified the less you know about the domain, if you do it right. Multiply that by the amount of times you have to do this in the course of teaching yourself something and it adds up quite a bit. This may be what the parent is talking about. |
|