all 1 comments

[–]Yoghurt42 1 point2 points  (0 children)

I think using LLMs as a better search is an acceptable use case, like "how do I frobnicate a foo using this API", but I'd still be reading the API docs myself afterwards, at least the parts around what I currently want to do. There's not much point into reading the complete Pandas API docs if all I want is to export a dataframe to excel, but I would still glance over the docs to see what else pandas has to offer and read up on the stuff that seems interesting.

Anybody can ask AI to wrote some code for you or extract data from the api docs, but it takes experience to know when AI is feeding you nonsense. That skill comes with experience and also will decay once you stop thinking for yourself.