this post was submitted on 01 Jul 2025
1078 points (98.4% liked)
memes
16004 readers
2631 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I actually work in the field of protein crystallography. Contrary to newspaper reporting by people who don't understand the field and just repeat what the people who developed the tool say about it, it has made just a small improvement to analysing experimental data which we could have easily made using traditional algorithmic approaches with a similar amount of resources spent. And this is one of its biggest legitimate impacts - it absolutely hasn't "revolutionised plenty of other sciences", or you'd be able to list more things than just alphafold.
It doesn't improve programmer productivity, it increases the lines of code created, which is a really bad metric for productivity. There is good evidence that its use is already leading to increased code churn, that means someone is having to go back and revisit the additional new errors introduced by AI tools, which is obviously less productive.
So what you are saying is that AI is actually useful since it has improved analyzing experimental data.
Thanks for proving my point.
As a software engineer, I can tell you that it absolutely has increase productivity. Especially for small tasks without too much complexity. AI is really good for prototyping. The problems you hear about are mostly people who have no idea how to write propper code trying to mask their incompetence by writing AI code.
I usually outright reject code that is obviously AI. But I employ plenty of AI in my own coding. The trick is to always double check and rewrite segments that aren't good enough.
The huge amount of garbage AI PRs ate an enormous problem. Especially for small open source projects. But the benefits are also pretty obvious.