Everyday Apparatus
Chemistryopenalex3 min read7 years ago

An AI Built to Copy Nature Learned to Judge What Nature Never Made

A protein-shape predictor trained only on evolved proteins can tell a well-built molecule from a bad one — even when no organism ever made it.

A read of Improved protein structure prediction using predicted interresidue orientations · openalex

Protein structure prediction

Working out the 3D folded shape a chain of amino acids settles into, since that shape decides what the molecule can do.

Co-evolution analysis

Comparing the same protein across many species to spot pairs of positions that change in step, a sign they sit pressed together in the folded shape.

Inter-residue orientation

Not just how far apart two points on the chain are, but which way each is rotated relative to the other — needed because distance alone can't pin down a shape.

De novo designed protein

A protein sequence invented by chemists from scratch, with no version of it existing anywhere in nature.

Every protein in your body is a long chain that folds up into one particular three-dimensional shape, and the shape is the whole point. It decides what the molecule can grip, cut, or carry. Insulin works because of its shape. So does the enzyme in your laundry detergent. Reading the chain has been routine for years. Working out the real, folded form it takes inside a living cell stayed one of biology's hardest problems.

The method that cracked it open resembles reconstructing a face from family photographs. Take your protein and gather its relatives: versions of the same molecule found in thousands of other species, each drifted a little over billions of years. Stack them up and patterns surface. If two positions in the chain keep changing in step, one shifting whenever the other does, they are very likely pressed together in the folded structure. Thousands of hints like that give you a rough map of what sits near what. Hand the map to a modeling program and it builds a shape that fits. No relatives, no map, nothing to work from.

The team behind a system called trRosetta added one thing. Their tool is an AI model, trained on thousands of proteins whose true folded shapes had already been worked out in the lab. Alongside how far apart two pieces of the chain sit, they taught it to predict which way each piece is turned. Distance alone is a weak instruction: knowing two puzzle pieces touch tells you nothing about how they are rotated against each other, and a structure can satisfy every distance and still be wrong. Feeding distances and angles together into a physics-based folding engine produced substantially better models than anything before it. Run afterward on hard cases from the field's international contest, problems whose answers were by then known, it scored about a quarter better than the top automated entry and 6.5 percent better than the best human team's blind submission.

Then came the part nobody planned. The system had only ever been shown proteins that evolution made. The researchers pointed it at proteins chemists had designed from scratch, sequences with no relatives anywhere in life, no family photographs to consult. It should have been helpless. Instead it produced models nearly identical to the shapes those invented proteins actually take, and it said so with high confidence. Its confidence tracked the truth: the highest scores went to the designs that were genuinely well built.

That is a different capability from the one it was trained for. It had picked up a sense of what a soundly constructed protein looks like, whether or not any organism ever constructed one. For people designing new proteins, that is the missing instrument: a way to ask whether a molecule you invented on Tuesday is any good, when there is no evolutionary record to grade it against.

The authors are careful about how far this goes. Every test was retrospective, and they say blind trials are needed to confirm the gains. The main pipeline still leans hard on evolutionary relatives wherever they exist, and the scoring ability rides along inside the same system rather than replacing that dependence. Still, it points at the question that will decide how useful these tools become. A model that has memorized examples can grade the examples. A model that has learned the principle can grade something no one has ever seen. This one could.

Next readThe Best AI Coder on the Leaderboard Is Only the Best at Python