Hacker News new | ask | show | jobs
by shlomo_z 385 days ago
Do you have any data to back this up, or are you speculating?

Personally, I do not hesitate to use a library if it has decent documentation or even well structured source code. And I say this as an AI autocomplete user.

Additionally, if code is well structured, usually humans and AI can both learn it with a very small context. For example, many AI models can write decent code if you provide them with a list of functions and classes in the library, along with their argument names and argument types.