←back to thread

628 points kiyanwang | 1 comments | | HN request time: 0.203s | source
Show context
ozim ◴[] No.43629839[source]
Reading documentation - if you are junior take time to go one level deeper to understand / fix issues you have. Then read also stuff adjacent to that.

By trying to read some documentation like a book from cover to cover will be waste of time.

replies(4): >>43629980 #>>43630090 #>>43630395 #>>43630600 #
bluetomcat ◴[] No.43630090[source]
Absolutely. LLMs offer you compressed documentation at your fingertips. Instead of scrolling through man pages and function references to find that specific flag or parameter you are interested in for the problem at hand, you can directly formulate such a question to the LLM, and it will give you a pretty good result.
replies(2): >>43630266 #>>43630743 #
1. Zanfa ◴[] No.43630266[source]
Another issue LLMs help with is identifying the correct keywords or terms to look up. Especially with manpages, I've had numerous times where I roughly know what I'm looking for, but in the presence of hundred-plus flags and options, I can't even grep to the right place because I don't know the exact term I need. So I sometimes use LLMs as glorified grep with semantic synonym support.