AlphaFold 3 & new free server released

It seems interesting, it can predict other molecules and interactions now!

And it’s free for non commercial use here

Official blog post: Google DeepMind and Isomorphic Labs introduce AlphaFold 3 AI model
You can just log in and start using it right away

@john.tavis maybe it’s of particular interest to you

Hi @bob,

Thanks for sharing this! Yes, it’s really interesting the advances we’re seeing in AI. I’d also be keen in hearing @john.tavis comment on this new version of Alphafold. I’d also like to link to your conversation with John about this in a previous thread for other users: The Hepatitis B polymerase: A difficult problem begins to crack

Cheers,
Thomas

Hi all,

Thanks for highlighting this for the community. AlphaFold is a once-in-a-generstion breakthrough that is having enormous impact on the biological sciences. I suspect the authors of it will eventually receive the Nobel prize as they’ve solve a massive problem that resisted cracking for 70+ years. I’m using it essentially daily in my work, where it is guiding both drug discovery and engineering of experimentally useful versions of the HBV polymerase.

The newest version (3) just came out and is even more powerful than before. It has already revealed in my lab the structure of how the HBV RNA initially binds to the polymerase. Unfortunately, they changed the use license on this version, restricting its use for drug discovery. Apparently they have set up thie own drug discovery company and don’t want competition.

Regardless, my postdoc De Razia Tajwar is having a great time with it learning the powerful new things we can do with it.

John

2 Likes

That’s really great to hear. Very interesting to hear about the specific things you’re using it for too. I would love to know more

Regarding the new unfortunate licensing measures (Google have started investing quite heavily in biotech in general too) keep an eye on this: GitHub - lucidrains/alphafold3-pytorch: Implementation of Alphafold 3 in Pytorch

It’s an open source attempt at reimplementing AlphaFold 3 and it has a decent chance at succeeding. It’s new so there’s no code yet but apparently the author has the reputation of a legend so hopefully it should generate some good results

Also one of the AlphaFold 3 members tweeted:
“Really cool to see the huge engagement surrounding AlphaFold 3 and the structures scientists are posting. We’re working to release the AF3 model (incl. weights) in the next 6 months for academic use, so it won’t depend on our research infra. Also the AFServer job limit is now doubling to 20 per day.”

1 Like

Another development:
https://www.nature.com/articles/s41592-024-02272-z

OpenFold is an open source reimplementation of AlphaFold 2. It’s far more efficient and it gets around the same results

Speaking of someone who’s worked on AI stuff myself (starting in 2016) I can say that looks very optimistic. Particularly that they are able to train it on such tiny datasets and still get very accurate results

As far as AI goes, protein folding is an obvious target with low hanging fruit. It’s because there is a ton of training data out there (known protein structures) and consistently predictable results (as long as you don’t get into the whole thing about proteins changing shapes sometimes, which is a whole other kettle of fish and much harder to address). To oversimplify it, you can almost just take the SMILES codes on one side and the known protein structures on the other and use that is your training set, which is a very convenient clean dataset for an AI researcher. The dataset is usually the hardest part about training a model, just obtaining it and cleaning it etc. Lots of manual labor for most tasks such as making a model that is good with generating text. But that’s not so much the case here, which is great

So I’m optimistic that the results of all this is going to be increasingly open source and producing public domain knowledge that is open to all, even in the next 6 months I expect some developments and breakthroughs

1 Like

Also this seems very interesting. AlphaFold for brand new drug discovery: https://www.science.org/doi/10.1126/science.adn6354

2 Likes

i can not log in, why?

Hi @Forrestgump

I have sent you a message regarding your issue.

Sumaya

I think this might be addressing the AlphaFold server. @bob I think your link is going to a corporate portal, rather than the public site: https://golgi.sandbox.google.com/about

TT

1 Like

Does this look like it would be useful to anyone here?
It’s a service where you can design proteins with the help of AI and then have them tested in the real world and just download the results

Hi @bob,

It sounds like this company is doing a lot of what labs like @john.tavis’ and other molecular @ScienceExperts would do on a daily basis. It’s like outsourcing a standard technique.

Think about it like sending your car to the mechanic to get your headlights changed: you could do it yourself pretty simply if you had the tools and knowhow, but outsourcing it might be easier if you didn’t, or just lacked the time or capacity.

Thomas

Thomas is right. My lab routinely uses AlphaFold to guide protein design and engineering. It is actually a lot of fun!

John.

1 Like

This is free for commercial usage and looks interesting, can anyone comment?

We just had a talk at the international HBV meeting about all of these types of algorithms, though much of it went over my head. Would love some specialists in the space to comment on this interesting tool: @joewang, @daniel.bradley, @mwoodso4, @john.tavis.

Cheers,
TT

1 Like

Hi @bob,

Thanks for pointing this out. I’ll have my postdoc evaluate it.

It is an ab initio protein folding algorithm with similar performance metrics as the industry-standard protein AlphaFold 3 (according to the Chai Discovery website, so that needs to be taken with a grain of salt). It does not appear to have some of the irritating license restrictions that AlphaFold 3 has, so that could be useful. They also claim it is more user-modifiable than AlphaFold, and that could also be very useful.

There is an open-access version of AlphaFold 2 called OpenFold (GitHub - aqlaboratory/openfold: Trainable, memory-efficient, and GPU-friendly PyTorch reproduction of AlphaFold 2) that may also provide some flexibility that the official DeepMind versions of AlphaFold do not have. My postdoc is checking that out too.

Overall, the major breakthroughs in protein ab initio folding achieved by AlphaFold is a HUGE advance. I am sure the developers of AlphaFold will get the Nobel Prize in a few years.

John.

2 Likes

(post deleted by author)

Hopefully your postdoc is already on this, but there are several open source reimplementations of AlphaFold 3 now. This one seems particularly good, while having a bad English website because it’s a Chinese team, I have reason to believe it actually works well. And it doesn’t have the licensing issues and it has a website you can use it on

https://paddlehelix.baidu.com/

Some of the other open source implementations also look quite impressive (of Alphafold version 3 not 2). It’d probably worth using them all and comparing the output of each one against the other

You can see a lot of info about many of them and the teams behind them if you scroll through this

https://x.com/i/communities/1788563956438556728

THANKS! I’ll have Razia look at these.

John.