TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Illustrated AlphaFold

308 pointsby dil810 months ago

5 comments

tomohelix10 months ago
I consider this a glimpse into how neural networks and &quot;AI&quot;-like techs would be implemented in the future. Lots of engineering, lots of clever manipulations of known techniques woven together with a powerful, well trained, model, at the center.<p>Right now I think stuff like chatgpt is only at the first step of making that foundational model that can generalize and process data. There isn&#x27;t a lot of work going into processing the inputs into something the model can best understand (not at the tokenizer level, even before that). We have a basic field about this i.e. prompt engineers but nothing as sophisticated as Alphafold exists for natural language or images yet.<p>People are stacking LLMs together and putting system prompts in to assist this input processing. Maybe when we have some more complex systems in place, we can see something resembling a real AGI.
评论 #40957724 未加载
great_tankard10 months ago
This is an awesome writeup that really helped me understand what&#x27;s going on under the hood. I didn&#x27;t know, for example, that for the limited number of PTMs AF3 can handle it has to treat every single atom, including those of the main and side chain, as an individual token (presumably because PTMs are very underrepresented in the PDB?)<p>Thank you for translating the paper into something this structural biologist can grasp.
inciampati10 months ago
It&#x27;s so, so complex! I confess I had a sense of this but had no idea. We don&#x27;t even hear which MSA algorithm is used to align the protein sequences.
评论 #40957166 未加载
评论 #40956224 未加载
mk_stjames10 months ago
I have no prior knowledge on protein folding but nevertheless I enjoyed (attempting) to read through this. It&#x27;s interesting to see the complexity in techniques used in comparison to a lot of other ML projects today.
joelS10 months ago
This is an amazing writeup, thank you. looking forward to going through it in more detail.