The main reason I prefer using normal search over AI search while programming is that I get presented multiple solutions immediately that I can analyse and judge which one best fits my usecase. I don't have to reprompt to try to get at all of them.Here's an example for a simple problem where a website is so much more useful: https://www.geeksforgeeks.org/python/python-list-files-in-a-directory/#Programming #AI