Ask HN: Do you still read docs for Python/NPM libraries or use AI on codebase?
I find myself using QA on the codebase (not a generic LLM) more often. As a maintainer of internal and external facing python libs, I am wondering how much time I should spend maintaining working examples and docs.
3 comments
[ 34.0 ms ] story [ 780 ms ] threadIf those are insufficient, then I try to query an LLM, but that doesn’t always work depending on how recent the library is or how much the API of the library changes over time.