Comment on Sam Altman wins power struggle, returns to OpenAI with new board
Whoresradish@lemmy.world 11 months agoWhen I google an issue I quickly get a list of possible solutions with other developers commenting on them with corrections. People can often upvote and downvote answers to indicate if they work or not and if they stop working.
With ai I get a single source of information without the equivalent to peer review. The answer may be out of date and it may misunderstand my request. It may also make the same mistake I am making that I would have caught with a quick googling.
The ai may be able to make boilerplate code occasionally without too much rework, but boilerplate code is not that hard to make already.
The AI is massively more expensive than a search engine and I have not seen any indication that will change soon. This is the biggest problem in my mind. I don’t ever expect to have to pay for google. I expect in the future the ai will need to be paid for somehow and I have a feeling they will have to charge too much to justify the use of AI for software development work.
AI has plenty of good uses, but I do not believe software development is the winner. Block chain for instance was massively useful for git repositories, but not useful for many of the crazy things companies attempted to use it for.
Lmaydev@programming.dev 11 months ago
If you use bing search AI it sources its answers. It basically does what you would do when looking through sources and at ratings.
It’s also free I believe.
Whoresradish@lemmy.world 11 months ago
Right now AI like that is heavily subsidized by investors. My concern with AIs feasibility is that training is so expensive that it won’t be able to stay free. Also if the AI can source its answer with a link, did it provide me with a new service that is better than a search engine?
Lmaydev@programming.dev 11 months ago
Yes because you have your answer and further reading if needed.
Rather than having to read through search results and figure out which were relevant.