Nick Boyd
@nboyd.bsky.social
69 followers 150 following 17 posts
Posts Media Videos Starter Packs
nboyd.bsky.social
proteinbase.com from @adaptyv.bio looks amazing - hundreds of open-source binding affinity measurements. It’s hard to overstate the value of high-quality, uniform affinity data for training and evaluating filtering and ranking methods
Proteinbase
The home of protein design data
proteinbase.com
nboyd.bsky.social
Pretty interesting that AFAICT the filtering was done after the fact (so, library 1 had no filtering). This could make it an excellent dataset for training/testing filters/rankers. Too bad it looks like the dataset is not public
nboyd.bsky.social
Another great post on binder design from @btnaughton.bsky.social !
btnaughton.bsky.social
New blogpost on the latest in AI antibody design.

Including some code to easily run Germinal and IgGM on modal!

blog.booleanbiotech.com/ai-antibody-...
Boolean Biotech
blog.booleanbiotech.com
nboyd.bsky.social
It's a very cool result but IMO there are caveats. Inference is (mostly) slower. There is existing work on faster models (e.g. MiniFold or protenix mini), and also existing work on ensemble prediction. I doubt this works without training on AFDB, which bakes in inductive bias from triangle layers
nboyd.bsky.social
Great nanobody design paper from @brianhie.bsky.social and @synbiogaolab.bsky.social ! Amazing what combining a few public models can do
arcinstitute.org
In another preprint from the @brianhie.bsky.social Lab and @synbiogaolab.bsky.social, they introduce Germinal, a generative AI system for de novo antibody design.

Germinal produces functional nanobodies in just dozens of tests, making custom antibody design more accessible than ever before.
Reposted by Nick Boyd
adaptyv.bio
Today we're dropping the "beta" tag from Adaptyv, launching our new website and announcing our $8M seed round.

When we started Adaptyv a few years ago, our core belief was: AI models for biology are only as good as the lab data they're trained on and the hypotheses they can test in the real world.
Reposted by Nick Boyd
olibclarke.bsky.social
Looks interesting (particularly for in silico affinity maturation) & code available on github: github.com/TencentAI4S/...
nboyd.bsky.social
mpnn actually improved the hit rate and affinities for af2 -- motivation same as af2cycler 😀. I wouldn't read much into boltz results, there are a ton of hyperparameter choices for boltz we made (e.g. # of diffusion steps, MSAs vs templates, refolding with AF2 multimer) that complicate the story
nboyd.bsky.social
For these designs we used the proven BindCraft filters. `mosaic` is similar to BindCraft but supports many more models (AF2, Boltz 1+2, Protenix, several PLM and inverse folding models, any JAX model). We’re really excited about `mosaic` for more complex design objectives like dual target binders.
nboyd.bsky.social
Recently tested some de-novo minibinders against two targets (thanks Adaptyv!) designed using our open-source design library, `mosaic`; our best method got hit rates of 7/10 and 8/10 and affinities as low as single-digit nanomolar. Wrote up some thoughts here: blog.escalante.bio/minibinder-d...
Reposted by Nick Boyd
Reposted by Nick Boyd
patrickkidger.bsky.social
✨Cradle is hiring protein+ML researchers!✨

We operate ML for lab-in-the-loop lead optimization across all industries (pharma, synbio, ...), modalities (antibodies, enzymes, ...), properties (binding, activity, ...)

We're a scaleup and already relied upon by 4 of the top 20 big pharma.

Apply here!
Machine Learning Researcher in Protein Design (f/m/*)
Join a scaleup researching and operating ML-guided lead optimization of proteins. This means developing a combination of protein language models, and multi-property prediction and generation.
jobs.ashbyhq.com
nboyd.bsky.social
For this target it should be, I've run it on an A10 with 24gb
nboyd.bsky.social
Try it out yourself with a demo marimo notebook: github.com/escalante-bi...

Still a work in progress; feedback and PRs welcome :)

p.s. this is a very small target but each one of these designs takes only 14 seconds to generate on an H100 (slightly longer to get discrete sequences)
boltz-binder-design/examples/boltz_notebook.py at main · escalante-bio/boltz-binder-design
multi-objective protein design. Contribute to escalante-bio/boltz-binder-design development by creating an account on GitHub.
github.com
nboyd.bsky.social
We added Boltz-2 to our protein design package! Under the hood this relies on a JAX translation, which, thanks to @jeremywohlwend.bsky.social and @gcorso.bsky.social ’s clean code, was fairly easy to write. We’ve been getting great results -- and we have yet to explore the most exciting new features
nboyd.bsky.social
Designed my (the?) first minibinder using @gcorso.bsky.social 's new Boltz-2 model. Excited to explore how templates and increased MSA dropout impact binder design. This is work in progress but will be open sourced as usual