This has been going on a lot longer than AI, where the programmer (in this case the AI) isn’t aware that a function that does what you need already exists, it goes making it from scratch. It ends up slower and less stable than the proven function, but they get it to run, so to them it’s a success.
When I started to get a grasp on programming, I realized early on that I’m rarely solving novel problems and I should seek out to see how it was solved by others before I even begin to write my own approach. I usually find someone has done all the work for me and theirs works better than mine ever would.
This has been going on a lot longer than AI, where the programmer (in this case the AI) isn’t aware that a function that does what you need already exists, it goes making it from scratch. It ends up slower and less stable than the proven function, but they get it to run, so to them it’s a success.
When I started to get a grasp on programming, I realized early on that I’m rarely solving novel problems and I should seek out to see how it was solved by others before I even begin to write my own approach. I usually find someone has done all the work for me and theirs works better than mine ever would.