logoalt Hacker News

jnovektoday at 10:58 AM2 repliesview on HN

LLMs these days seem to have no problem using language semantics to conceptualize what’s happening in a program. This is my favorite use of an LLM, “why is this library doing x” and then it digs through the library itself in my venv to find an answer.


Replies

inigyoutoday at 2:48 PM

Yep, super-duper-google is an unequivocally good use case for LLMs.

tovejtoday at 2:50 PM

That's not what the LLM is doing. It is guessing at what is happening by regurgitating some docs. It's a more expensive web search.

You also don't have a mental model if you need to ask the LLM about it. This is stuff you should be internalizing.