Skip to content
Tech News
← Back to articles

Apple researchers unveil SimpleDesign, a new AI model for protein design

read original get Molymod Amino Acid & Protein Molecular Model Kit → more articles
Why This Matters

Apple's AI research team is extending its work in computational biology from protein structure prediction (SimpleFold) to protein design, with SimpleDesign jointly generating protein sequences and structures. The bet is that simpler, general-purpose architectures — flow matching plus standard Transformer blocks — can rival more specialized and computationally expensive approaches like AlphaFold. It's a sign Apple is investing in foundational AI research well beyond consumer features.

Key Takeaways
Worth a Look

Molymod Amino Acid & Protein Molecular Model Kit — If Apple's protein folding research has you curious about how amino acid chains actually fold into 3D shapes, this hands-on kit lets you build peptide structures yourself. It's a favorite for biochem students and a great desk toy for anyone following AI-driven protein design.

See Molymod Amino Acid & Protein Molecular Model Kit on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

In a new study, Apple researchers detail SimpleDesign, a streamlined AI model that can jointly generate protein sequences and structures. Here are the details.

A bit of context

Last September, Apple researchers published a study titled “SimpleFold: Folding Proteins is Simpler than You Think,” which detailed a streamlined approach to predicting a protein’s 3D structure from its amino acid sequence.

In a nutshell, SimpleFold uses a flow-matching model to generate a protein’s 3D structure directly from its amino acid sequence.

We explained flow matching in more detail here, but the short of it is that the technique starts with a noisy, random basis and learns a relatively direct path toward the final result. That contrasts with diffusion models, which typically work by iteratively removing noise until they reach the final output.

Both techniques are most commonly (or at least historically) associated with image generation, although researchers (including those at Apple) have also explored diffusion models for text and code generation.

Back to SimpleFold, Apple basically paired flow matching with general-purpose Transformer blocks (commonly used in text generation), allowing the model to avoid some of the more computationally expensive techniques typically used by protein-folding models, such as DeepMind’s famous AlphaFold.

Now, Apple researchers have unveiled SimpleDesign, which applies the same push toward simpler, general-purpose architectures explored with SimpleFold to the broader problem of protein design, rather than just predicting a protein’s 3D structure.

SimpleDesign

As Apple’s researchers explain in a new study titled “SimpleDesign: A Joint Model for Protein Sequence and Structure Codesign”:

... continue reading