this post was submitted on 29 Jul 2026
725 points (98.5% liked)

Technology

87147 readers
3657 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Signtist@bookwyr.me 30 points 2 weeks ago (1 children)

Funny, one of the first arguments I had about AI was with someone who insisted it would be incredibly helpful at predicting protein folds.

[–] Prathas@lemmy.zip 7 points 2 weeks ago (3 children)
[–] Signtist@bookwyr.me 13 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

To be clear, I wasn't necessarily disagreeing about AI's utility, just about how protein fold AI isn't the same as LLM AI; we've used computer models for predictions of protein structure and genetic mutation severity for a while, though they have always been taken with a grain of salt that I fear is no longer being done - a prediction is still a prediction, after all. Doctors were already incorrectly confusing computer model predictions of genetic mutation severity for positive test results back when I was working as a genetic counselor in the 2010's - my concern is that the widespread trust of "AI" is only going to exacerbate that.

I'm a bit confused, though. The AI doing it was AlphaFold, which is shutting down. Shouldn't your statement be AI was already doing it? Gemini is an LLM - not the same type of thing as AlphaFold, despite the fact that they're both called "AI," which was the cause of my original argument. The AI that was doing the protein fold prediction is being replaced with an "AI" that can't. It looks like there's still RoseTTAFold, but losing the frontrunner is still not great when it's shutting down to focus more on LLM's.

[–] AA5B@lemmy.world 1 points 2 weeks ago (1 children)

The article also talks about a spinoff of AlphaFold…..

I didn’t click into what that spinoff was but maybe an even better headline is “for profit company creates a free AI to predict protein folding and is moving to monetize it”

[–] SaveTheTuaHawk@lemmy.ca 2 points 2 weeks ago

Higher versions of Alphafold will be a service for biotech an pharma to buy.

[–] boonhet@sopuli.xyz 1 points 2 weeks ago

It's a actually fairly similar to LLMs architecturally. Tokens go in, pretrained transformers do black box magic, tokens come out.

Advancements in one may very well carry over to the other so maybe there'll be an alphafold 4 one day but for now universities have access to 3 and can run it if they have the compute.

[–] SaveTheTuaHawk@lemmy.ca 3 points 2 weeks ago (1 children)

So this may be why Google is closing AlphaFold; AI is already doing it.

If you have no idea what Alphafold is, why comment on it. Fucking Lemmy....

[–] Prathas@lemmy.zip 1 points 1 week ago* (last edited 1 week ago)

What I mean is I thought it was implied that AlphaFold is shutting down because Gemini can simply continue the work better.

[–] WolfLink@sh.itjust.works 1 points 2 weeks ago (1 children)

AlphaFold is Google’s AI approach to protein folding…

[–] Prathas@lemmy.zip 1 points 2 days ago (1 children)

I meant that I thought they were merging the two if Gemini could simply do what AlphaFold had been doing.

[–] WolfLink@sh.itjust.works 2 points 1 day ago

Gemini is a completely different project.

The term “AI” is rather overloaded these days.

AlphaFold uses a combination of machine learning and physics simulations to predict the shape of a protein given its chemical formula.

Gemini is a Large Language Model which uses machine learning to predict text completion.

They both use “machine learning” but the machine learning models are wildly different. Machine learning is a technique that’s basically a fancy curve fitting approach. The curve AlphaFold is trained to mimic maps chemical formulas to shapes, while the curve Gemini mimics maps a text input to probabilities for predictions of the next letter(s).