Blindly hating a tool is a you issue. Thousands of people needing to solve the same problem over and over is inefficient. Learn and practice for learning sake and then keep going researching new solutions in academia as in any other field. Or start applying proven solutions in industry as any other field does where experience which solution to apply makes the value proposition.
stoy@lemmy.zip 5 hours ago
I hate AI with a passion.
For me AI represents a decline in cognitive ability.
In the past when I solved a problem, I actually learned something, and I felt great about that.
When using AI, I don’t get the same satisfaction of having learned something.
Nomad@infosec.pub 5 hours ago
stoy@lemmy.zip 5 hours ago
When a tool is a hindrance to the solution, while also making people more stupid and consuming vast resources and contributing to climate change, then the hate is deserved.
Nomad@infosec.pub 3 hours ago
A tool is only as good as the person using it. There is literally a saying about a hammer being the only tool and every problem looking like a nail.
Whostosay@sh.itjust.works 2 hours ago
The hammer salesman has infiltrated every corporate marketing team on the planet. It is a requirement to use the hammer at a shit load on companies.
Rothe@piefed.social 4 hours ago
It is a tool for making billionaires more billions, that is about it. It can write sloppy code for you, and give you inaccurate and often directly erronous answers stolen from the people who actually provided those answers in the first place. It is not helping you in research, it is just making you forget how to actually research anything and making your brain lazier and lazier until your only source of information is its gaslighting.
It can’t do anything of the sort you are claiming it can do.
athatet@lemmy.zip 4 hours ago
Is this comment ai? It stops making sense about halfway through.
vrek@programming.dev 4 hours ago
Ignoring environmental issues, the issue at the moment is the tool is not production ready. If I design a tool to measure length of something but I can’t be confident the measurement will be right within a specific tolerance the tool is useless. If the tool is just guessing, well I can do that without the tool. Yeah it may be 85% accurate but I still have to employ someone to verify each one or risk selling bad product, because I can’t trust the tool.
People don’t “solve the same problem” over and over again, they learn what the solution is. You probably know a^2 + b^2 = c^2 or the Pythagoras theorem. You learned that. You didn’t “solve” it.
Now in addition you may have learned some uses of it. Things like measuring a shadow or knowing how long a road is going up a mountain. You also probably learned it won’t work to calculate how to shoot a basketball. Yes you know height of hoop and can measure the distance from you to hoop but the result is wrong because you throw on a parabolic curve not in straight line(not to mention gravity and air resistance etc). Ai doesn’t recognize those differences. If you tell it “given the height of a hoop and distance from the hoop, how can I tell how hard to throw a ball to get it into the hoop” it will give you an equation, probably calculate the distance with Pythagoras, then gathering average mass of standard basketball, and incorporating them into an equation for force required to push that mass to that distance.
From a software developer perspective another issue is context. I’ve seen alot of Ai slop where they calculate a value(say distance to monster in a game) each time it’s needed. Any software dev would calculate it once, store in variable, use it as many times you need, recalculate on next frame.
Again this is all ignoring the environmental, legal, societal, medical, mental effects. Just focusing on the fact the technology is several generations behind hoping to be production ready.
BestBouclettes@jlai.lu 3 hours ago
The way I see it, is that it’s a great tool for people that already know their shit and don’t want to bother writing the code for it. There are some other use cases which are nice, like updating documentation or helping with pull/merge requests.
But it sure isn’t worth all the downsides we currently know of with the way it’s being implemented.