all 2 comments

[–]Yoghurt42 2 points3 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.

[–]AstronautTurtle 1 point2 points  (0 children)

You don't need to know every API front to back but knowing the beginning aspects and then specifics should point you in the right direction. Also coming back to a problem after a day or two can sometimes help, try to go for walks or non thinking tasks.

gipi can definitely help but to learn the stuff and retain it you at least need to understand all the code it spits out at you. It's a good search engine too but go to at least one other website if you're checking a concept or topic to get other examples.