<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[BioModal]]></title><description><![CDATA[Biomodal will write on the intersection of Biology and Machine Learning, from the perspective of a Data Scientist with a limited prior biology background.]]></description><link>https://auralie.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!g3hn!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02bbe504-fb18-4509-9786-581386db8d55_1280x1280.png</url><title>BioModal</title><link>https://auralie.substack.com</link></image><generator>Substack</generator><lastBuildDate>Fri, 24 Apr 2026 12:36:18 GMT</lastBuildDate><atom:link href="https://auralie.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Utkarsh Singh]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[auralie@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[auralie@substack.com]]></itunes:email><itunes:name><![CDATA[Utkarsh Singh]]></itunes:name></itunes:owner><itunes:author><![CDATA[Utkarsh Singh]]></itunes:author><googleplay:owner><![CDATA[auralie@substack.com]]></googleplay:owner><googleplay:email><![CDATA[auralie@substack.com]]></googleplay:email><googleplay:author><![CDATA[Utkarsh Singh]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Taking the Mask Off: What Protein Binder RL Is Actually Learning]]></title><description><![CDATA[Part 1: An investigation into the collapse]]></description><link>https://auralie.substack.com/p/taking-the-mask-off-what-protein</link><guid isPermaLink="false">https://auralie.substack.com/p/taking-the-mask-off-what-protein</guid><dc:creator><![CDATA[Utkarsh Singh]]></dc:creator><pubDate>Wed, 15 Apr 2026 17:24:16 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/99a73633-b3a8-4d7e-b6fd-9623ba7e38e2_2432x1664.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>This post builds on ideas from Nick Boyd&#8217;s <a href="https://blog.escalante.bio/teaching-generative-models-to-hallucinate/">essay</a> on RL and PDB-derived reward signals, particularly his analysis of structural diversity and reward bias.</em></p><p></p><p>The models have been getting better at generating first-pass binders. <a href="https://www.asimov.press/p/antibody-design">Brian Naughton&#8217;s guide</a> walks you through designing a VHH from scratch: pick a target, run your generative model of choice, filter by your in-silico structure metric of choice, and send it away to the lab for in vitro testing.</p><p>As Nick Boyd(founder of <a href="https://escalante.bio/">Escalante</a>) mentions, there are currently two main approaches to computational protein binder design: optimization (exemplified by <a href="https://github.com/martinpacesa/BindCraft">BindCraft</a>) and generative models (like <a href="https://github.com/HannesStark/boltzgen">BoltzGen</a>). At the risk of repeating something already mentioned, BoltzGen is faster, but the per-binder design quality is much lower than that of something like BindCraft, which has the opposite properties. So the net computational cost is roughly the same. In <a href="https://blog.escalante.bio/teaching-generative-models-to-hallucinate/">his essay</a>, Boyd shows how you can improve upon BoltzGen by borrowing the LLM posttraining playbook &#8212; finetune on high-quality hallucinated binders from optimization-based methods, apply GRPO, and watch your binder quality improve.</p><p>It would seem as if the binder generation problem has been solved, but that&#8217;s far from the case.</p><p><a href="https://www.owlposting.com/p/an-ml-drug-discovery-startup-trying">Leash Bio</a> showed that when we analyze what ChEMBL-trained models actually learn, it&#8217;s less about molecular binding and more about which medicinal chemists tend to make which kinds of molecules. Their model Hermes &#8212; a lightweight 50M parameter sequence-only transformer trained entirely on combinatorially synthesized molecules with no human design intent, outperforms Boltz2 on out-of-distribution chemistry despite being several orders of magnitude smaller.</p><p>There are uncomfortable parallels to be observed. ChEMBL is biased by what medicinal chemists chose to synthesize: their preferences, their intuitions, their career-long optimization toward molecules that look drug-like to a human expert. PDB has the same problem. It&#8217;s biased by what structural biologists chose to crystallize: proteins that are stable enough to survive purification, well-behaved enough to form crystals, interesting enough to justify the grant money. Both are human-curated snapshots of a tiny corner of an astronomically vast space.</p><p>As Nick Boyd  emphasizes in <a href="https://blog.escalante.bio/teaching-generative-models-to-hallucinate/">his essay</a>, BoltzGen, Protenix, and ProteinMPNN are all downstream of PDB&#8212; structures of what structural biologists chose to crystallize. When you apply GRPO with a reward signal that's just PDB all the way down, can you confidently say you&#8217;re truly learning what makes a good binder in a general sense? Or are we optimizing for something a structural biologist would have crystallized?</p><p>In this article, we explore whether applying reinforcement learning causes a collapse in generated binders. We generated 200 structures per condition across three model checkpoints &#8212; base BoltzGen, an SFT checkpoint finetuned on high-quality Mosaic hallucinated binders, and an RL checkpoint trained on top of that &#8212; and evaluated structural diversity using Foldseek across five targets spanning in-distribution (ACE2, CCL2, PDL1), near-OOD (EGFR), and far-OOD (KRAS) regimes.</p><div><hr></div><h3>Methods</h3><h4>Trimming the targets </h4><p>For PDL1, CCL2, and KRAS, full protein sequences were used. For EGFR and ACE2, truncations were necessary to fit within GPU memory constraints on an RTX 5090. For EGFR, residues 190&#8211;505 were retained, preserving domains II and III &#8212; the core dimerization arm and primary ligand-binding domain. For ACE2, the full M2 peptidase domain was kept, covering the entire SARS-CoV-2 binding interface. Both truncated structures were refolded with AlphaFold3 to confirm iPTM did not drop meaningfully.</p><h4>Evaluating Structural Diversity amongst the Binders</h4><p>Once we had binders for all targets, we used Foldseek to perform three steps: database construction, intra-set structural clustering at TM-score threshold 0.5, and  easy-search against PDB100. We report Shannon entropy of the cluster distribution as our primary diversity metric, cluster diversity (unique clusters / N) as a secondary metric, and mean TM-score to nearest PDB hit as our PDB sociology signal.</p><h4>Measuring Collapse: Two Lenses on the Same Problem</h4><p>To measure structural diversity within each generated set, we compute the Shannon entropy of the Foldseek cluster distribution:</p><div class="latex-rendered" data-attrs="{&quot;persistentExpression&quot;:&quot;H = -\\sum_{i} p_i \\log p_i&quot;,&quot;id&quot;:&quot;NDOWOYYUIR&quot;}" data-component-name="LatexBlockToDOM"></div><p>where <em>p_i</em> is the fraction of structures belonging to cluster <em>i.</em> Higher entropy means the generated set spans many distinct structural solutions. Lower entropy means the set has collapsed toward a small number of dominant folds --- in the extreme case of PDL1 baseline, a single cluster, giving H = 0.</p><p>To measure how PDB-like the generated structures are, we run each binder against PDB100 using Foldseek&#8217;s structural search and record the TM-score of the nearest hit. TM-score ranges from 0 to 1, where scores above 0.5 indicate the same overall fold and scores above 0.8 indicate near-identical structures.</p><div><hr></div><h2>Results</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!19xb!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!19xb!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 424w, https://substackcdn.com/image/fetch/$s_!19xb!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 848w, https://substackcdn.com/image/fetch/$s_!19xb!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 1272w, https://substackcdn.com/image/fetch/$s_!19xb!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!19xb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png" width="1456" height="598" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:598,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:81703,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://auralie.substack.com/i/192698006?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!19xb!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 424w, https://substackcdn.com/image/fetch/$s_!19xb!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 848w, https://substackcdn.com/image/fetch/$s_!19xb!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 1272w, https://substackcdn.com/image/fetch/$s_!19xb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c9b297e-c2e6-4894-9b47-40f4ee28615e_1785x733.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!DqN-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!DqN-!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 424w, https://substackcdn.com/image/fetch/$s_!DqN-!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 848w, https://substackcdn.com/image/fetch/$s_!DqN-!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 1272w, https://substackcdn.com/image/fetch/$s_!DqN-!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!DqN-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png" width="1456" height="363" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:363,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:149117,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://auralie.substack.com/i/192698006?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!DqN-!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 424w, https://substackcdn.com/image/fetch/$s_!DqN-!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 848w, https://substackcdn.com/image/fetch/$s_!DqN-!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 1272w, https://substackcdn.com/image/fetch/$s_!DqN-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22b59a6c-c4d2-4c3f-aa1b-e23fc556eb65_2984x744.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!dL91!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!dL91!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 424w, https://substackcdn.com/image/fetch/$s_!dL91!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 848w, https://substackcdn.com/image/fetch/$s_!dL91!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 1272w, https://substackcdn.com/image/fetch/$s_!dL91!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!dL91!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png" width="1456" height="504" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:504,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:131367,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://auralie.substack.com/i/192698006?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!dL91!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 424w, https://substackcdn.com/image/fetch/$s_!dL91!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 848w, https://substackcdn.com/image/fetch/$s_!dL91!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 1272w, https://substackcdn.com/image/fetch/$s_!dL91!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84432307-4ea2-4f45-9485-c3f6c117d5c9_2002x693.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p><strong>PDL1 - Clones all the way down</strong></p><p>On PDL1, base BoltzGen produced 200 structurally distinct binders that Foldseek collapsed into a single cluster with a  Shannon entropy of 0.0. We also see the  Mean TM-score to nearest PDB hit: 0.946. The model had already memorized the answer before any RL ever happened.</p><p>This could be due to its possible overrepresentation: it&#8217;s one of the most studied drug targets in structural biology, with drugs like atezolizumab and durvalumab, all having crystal structures in PDB. This reinforces our hypothesis that the training data is so saturated with examples that the model can&#8217;t generate anything else.</p><p><strong>For less PDB-saturated targets, RL induces measurable collapse.</strong></p><p>On KRAS, an oncology target with far fewer known binders in PDB, we see base BoltzGen generates a wide range of binders: 29 clusters from 200 structures. After RL finetuning, this collapses to 10 clusters and  a 68% reduction in structural entropy. We see the pattern  in  CCL2 as well, where the model generates fewer diverse structures.</p><p>On EGFR, finetuning <em>increases</em> structural diversity relative to base BoltzGen (entropy 1.06 &#8594; 2.14), before RL collapses it back down. The RL PDB TM-score actually decreases on EGFR, same as PDL1. Finetuning breaks that specific memorized mode and recovers diversity, before RL imposes a new, different form of collapse. Whether this recovered diversity is meaningful or simply a different memorized mode is an open question we can't resolve without experimental validation.</p><div><hr></div><h3>Conclusion</h3><p>For targets heavily represented in PDB, the base model is already collapsed, and RL can&#8217;t push further, and may slightly, if at all, break the memorized mode. It is possible that RL&#8217;ing for longer horizons may change this. For targets less represented (KRAS, CCL2), the base model does seem to have diversity that RL destroys. This is counterintuitive to what RL should be doing. The reward signal, Protenix iPTM, itself PDB-trained, reinforces structures that resemble PDB proteins, and the severity of collapse tracks how well the target is represented in that training data.</p><p>This may have a grim therapeutic implication for hard-to-drug targets. KRAS is one of the most clinically important undruggable oncology targets  because its shallow binding pocket requires non-helical contacts &#8212; beta-strand mimetics, cyclic peptides, and designed loops that can engage the flat RAS surface.<a href="https://www.nature.com/articles/s41467-025-65844-3"><sup>1</sup></a> An RL-finetuned model that has collapsed toward helical bundle solutions is less likely to design binders specific to KRAS and rather generate its favorite motif, hoping it sticks. </p><p>As for whether to use RL, it might be worth doing depending on how similar your target is to the data your model has been trained on. </p><p><strong>What comes next</strong></p><p>It seems evident, then, that the next task to focus on is harnessing signals that are qualitatively different from adding another PDB-derived term to your loss function, or looking at entropy regularizers. As Nick Boyd discusses, one alternative is to explore physics-based reward signals (e.g., Rosetta energy).  Whether integrating that distinction into the RL loop resolves the mode collapse is what I want to explore next.</p><p>Thanks to Brian Naughton and Dr Aaron Ring for feedback on an early version of this post.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://auralie.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading BioModal! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[100 Open questions to think about]]></title><description><![CDATA[Inspired by Alexey Guzey, Gwern, and Patrick Collinson]]></description><link>https://auralie.substack.com/p/100-open-questions-to-think-about</link><guid isPermaLink="false">https://auralie.substack.com/p/100-open-questions-to-think-about</guid><dc:creator><![CDATA[Utkarsh Singh]]></dc:creator><pubDate>Mon, 20 Feb 2023 13:49:02 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!g3hn!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02bbe504-fb18-4509-9786-581386db8d55_1280x1280.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Here&#8217;s a list of a few questions I came up with while filling up an application for <a href="https://www.sparc-camp.com/">SPARC</a>. Most of them revolve around rationality, AI and human decision-making in general. Do let me know if you find these interesting to think about, have any comments, or know the answers to any of these questions!</p><p></p><ol><li><p>Does Effective Altruism&#8217;s emphasis on the future generations, belittle the needs of the current, and if so, is this morally appropriate?</p></li><li><p>Why are calls to people's emotions more &#8216;effective&#8217; than rationality?</p></li><li><p>How does effective forecasting like Fermicasting provide any plausible benefit? Are people reasonably confident to make meaningful decisions based on the heuristics of other people?</p></li><li><p>Does crypto really have any inherent value? And what is something we can do with crypto that we&#8217;d be unable to do with the money?</p></li><li><p>Artificial intelligence is trained on human data. Why then are we outraged when a word-predicting model outputs something outrageous?</p></li><li><p>It is not entirely impossible that artificial intelligence might be better at decision-making than humans, if so, would it be better to align AI to human values, or leave it in some area for independent decision-making?</p></li><li><p>There are several opinions that AI would help create not reduce net jobs. For unskilled blue-collar workers. What are some of these jobs?</p></li><li><p>Is it possible to satisfy the need for human craving for loneliness solely through artificial intelligence?</p></li><li><p>What's the best way to make a positive impact on the world?</p></li><li><p>What's the end goal of humans, is it to optimize individual happiness?</p></li><li><p>What's the best way to form meaningful relationships with people?</p></li></ol><ol start="12"><li><p>What are some of the main issues plaguing AI Alignment?</p></li><li><p>Some of the current language models are owned by companies as these are expensive to run. Will Open Source models ever come to be as competitive as them?</p></li><li><p>How should developing countries optimize for development and progress while ensuring that they&#8217;re not accelerating climate change?</p></li><li><p>How does one manage to build depth in a specific niche of ai, while managing to stay &#8216;dangerous&#8217; in other fields</p></li><li><p>What are the best ways to solve problems of distribution like hunger and poverty?</p></li><li><p>What's the best solution to the current problem plaguing chatgpt making up nonexistent information and sources?</p></li><li><p>To what extent of freedom of speech be allowed?</p></li><li><p>With students using chatgpt for almost all essay prompts, what are examples of areas where only humans will be able to make intelligible responses if any?</p></li><li><p>What are some of the best ways to learn about opinions in philosophy, and try to answer questions?</p></li><li><p>With OpenAI constantly patching the different jailbreaks being used to bypass its content policies,&nbsp;</p></li><li><p>What&#8217;s more likely to make people mad: something that&#8217;s false or true?</p></li><li><p>Is there a reproducible process for making pop songs that AI can replicate?</p></li><li><p>Will AI ever be able to better understand us than we do ourselves?</p></li><li><p>Is dissociation from emotions better or worse for making decisions? Particularly in a field like friendship or family</p></li><li><p>Should powerful AI systems should behave in the way users want or their creators intend?</p></li><li><p>What's the best way to depolarise society from its current state?</p></li><li><p>The current language models are being trained on data that don't accurately reflect all strata of society, what are the best ways to overcome this?</p></li><li><p>What are some of the best ways to form contrarian ideas that are right?</p></li><li><p>What measures does crypto have once, hypothetically prop-shops start trading crypto and intentionally boost or deflate their value?</p></li><li><p>What are some of the best ways to get better at forecasting?</p></li><li><p>Would Universal basic income promote innovation or deaccelerate it?</p></li><li><p>How do we get better at noticing things overlooked by others</p></li><li><p>Would it be possible to build a programming language that generates additional syntax to solve different needs?</p></li><li><p>What are the best ways to help solve the rising issues of loneliness</p></li><li><p>How does one get to regularly interact and learn from successful people?</p></li><li><p>Is it ever truly possible to overcome our biases, and how can we do this?</p></li><li><p>What are some of the positive outcomes we can get through gene editing, and how can we make an impact in this field?</p></li><li><p>Is there a thing like free thought?</p></li><li><p><a href="https://news.ycombinator.com/item?id=26940758">Do Animals Dream?</a></p></li><li><p>&nbsp;How do various religions differ in the nature and magnitude of their effects?</p></li><li><p>What influences when people to act in accordance with their self-interest and when they don't?</p></li><li><p>How does mental imagery work? How do we improve its function?</p></li><li><p>Do people have different levels of self-control or do they just experience temptation differently?</p></li><li><p>What makes a good life? How do we study this?</p></li><li><p>We remember dreams almost perfectly right after waking up and then the memory rapidly recedes and disappears completely, unless we write them down. This isn&#8217;t how normal memories function. So, why the difference?</p></li><li><p>What is &#8220;personal productivity&#8221; and why does it vary from day to day so much (eg.<a href="https://www.sciencedirect.com/science/article/pii/S0883902616301641"> Weinberger et al 2018</a>)? And why does it not seem to correlate with environmental variables like weather or sleep quality?</p></li><li><p>Does listening to music improve or worsen memory?</p></li><li><p>What is consciousness?</p></li><li><p>What would happen if we could travel faster than the speed of light?</p></li><li><p>How much of our behavior is determined by nature versus nurture?</p></li><li><p>How does language shape the way we think?</p></li><li><p>What makes some memories more vivid than others?</p></li><li><p>What does it really mean to be &#8216;self-aware&#8217;?</p></li><li><p>What laws should be imposed by governments on generative AI, if any?</p></li><li><p>Is rationality a universal trait, or are there cultural differences in what is considered rational behavior?</p></li><li><p>What determines how we perceive time? Is it the same for everyone?</p></li><li><p>How do people make major decisions in their lives? When and why does it come up, and how do they go about making those decisions?</p></li><li><p>Are we all fundamentally selfish, even when we do things for others' benefit? Or are there truly settings (intrinsic and/or exogenous) where we do things that are good for others but bad for both our short-term future and long-term future selves?</p></li><li><p>Do people have different levels of self-control or do they just experience temptation differently?</p></li><li><p>Is there a way to conduct research without bias in funding? How?</p></li><li><p>Would it be feasible for prop trading shops to be owned by the government to ensure market liquidity?</p></li><li><p>What would be the best way to go about building a large language model to rival that of GPT-3?</p></li><li><p>Are we all fundamentally selfish, even when we do things for others' benefit? Or are there truly settings (intrinsic and/or exogenous) where we do things that are good for others but bad for both our short-term future and long-term future selves?</p></li><li><p>What basically goes on in the brain, when we design or think of something &#8216;new&#8217; or never seen before?</p></li><li><p>Are people able to concentrate more effectively under total silence?</p></li><li><p>what are the factors that influence the speed and accuracy of learning a new language?</p></li><li><p>What is the best way to factor in risk while making uncertain decisions?</p></li><li><p>How does trusting the &#8216;gut&#8217; work?</p></li><li><p>If we ever find a way to significantly extend the human health span or reverse ageing, what could that post-death society look like?&nbsp;</p></li><li><p>What are the neural mechanisms underlying consciousness, and how can we study and manipulate these mechanisms?</p></li><li><p>Would it be possible to prevent shrinkage of the brain?</p></li><li><p>How does neuroplasticity differ between the developing brain and the adult brain,</p></li><li><p>What is happening in the brain when a human questions?</p></li><li><p>What is the probability there is microbial-like life (other than from earth) in our solar system?"</p></li><li><p>Is string theory more closely correct than any other current theory of physics?</p></li><li><p>What's the best way to determine if someone would be a good friend for you?</p></li><li><p>How do you ask the right questions?</p></li><li><p>How do I get people to like me?&nbsp;</p></li><li><p>How do you tell the difference between a preference and a bias&nbsp;</p></li><li><p>What is the probability that I might be sleep deprived if I wake up before my alarm goes off more than 95% of the time?</p></li><li><p>What do other people subjectively experience when they are thinking? To me it&#8217;s like talking to myself (in verbal English sentences) but I'm told that isn't universal.</p></li><li><p>When is self-denial useful in altering your desires, vs satisfying them so you can devote time to other things?</p></li><li><p>How does one define wisdom?</p></li><li><p>What happens to consciousness once you fall asleep?</p></li><li><p>Can charisma be taught?</p></li><li><p>Why is it so hard to predict success?</p></li><li><p>Why are we so fascinated by coincidences?</p></li><li><p>Is It Wrong to Enjoy Yourself While the World Is Burning?</p></li><li><p>Is it more important to help society or to help yourself?</p></li><li><p>how can we stop confusing correlation with causation?</p></li><li><p>Why Do We Want What We Can&#8217;t Have?</p></li><li><p>Which Matters More, a First or Last Impression?</p></li><li><p>How do I improve my ability to simulate/guess other people's internal states and future behaviours?</p></li><li><p>How do I work out what I want and what I should do?</p></li><li><p>2) Would the human race be eradicated if there is a worst-possible-scenario nuclear incident? Or merely a lot of people?</p></li><li><p>What could be the potential downsides of building a universal sign language?</p></li><li><p>How do people ascertain emotions in certain songs?</p></li><li><p>Do animals ever 'ask questions'?</p></li><li><p>When you forget a thought, where does this thought go?</p><p></p><p></p></li></ol><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://auralie.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Utkarsh&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item></channel></rss>