AI drug discovery has a paper-surplus problem: mountains of PDFs, heroic benchmark charts, and not enough moments where you go, "huh, that might actually change what someone synthesizes next." This new Nature Microbiology paper is one of those eyebrow-raisers.
The problem is tuberculosis. More specifically, Mycobacterium tuberculosis, the bacterial menace with a cell envelope that behaves less like a membrane and more like a tiny waxed raincoat with security credentials. WHO estimated that 10.7 million people developed TB in 2024, and 1.23 million died from it [2]. So, yes, getting better drugs into this bug is not a side quest.
The Door Is Not Just Locked. It Is Weird.
Most antibiotics need to enter a bacterial cell before they can do anything useful. Revolutionary concept, right? A drug that cannot reach its target is basically a strongly worded email.
Mycobacteria make this especially annoying because their outer layer, the mycomembrane, is packed with mycolic acids: long, fatty molecules that help create a tough, waxy barrier. Scientists have suspected for ages that this wall blocks many would-be antibiotics. But knowing "the wall is hard to cross" is not the same as knowing which chemical shoes help a molecule sneak through.
That is where Lepori and colleagues come in [1].
They used an assay called PAC-MAN, because apparently scientists do occasionally get to have fun. The assay tags a layer underneath the mycomembrane, then asks whether azide-tagged test molecules can get there. If a molecule crosses the barrier, it clicks into place before a fluorescent dye can. Less fluorescence means better permeation. Basically: molecular hide-and-seek, but with flow cytometry and fewer children yelling from behind curtains.
They screened 1,572 azide-tagged compounds in M. tuberculosis and the faster-growing model organism M. smegmatis. They also used bead controls so they could separate true permeability from boring chemistry like "this molecule just reacts weirdly."
The Model Found the Cool Kids at the Chemical Party
Then came the machine learning bit. The team built MycoPermeNet, a model that takes SMILES strings - the keyboard-spaghetti way chemists write molecular structures - turns them into learned embeddings, and predicts how well a compound crosses the mycomembrane.
For ML folks: the held-out scaffold split mattered. The model was not just memorizing near-duplicates in a trench coat. It reached a mean test R2 around 0.51 and a Spearman rank correlation around 0.74, which says it was better at ranking "more permeable versus less permeable" than predicting the exact score perfectly [1]. Honestly, that is useful. Medicinal chemists often need prioritization, not a crystal ball wearing a lab coat.
The standout chemical hint was surprisingly specific: nitrogen-containing aromatic scaffolds, especially indole, imidazole, and pyrazole, correlated with better mycomembrane permeation. Cyclopentane and cyclohexane tended to look worse. The old simple rules, like "make it more lipophilic," did not behave consistently across the whole dataset. Instead, the effect of properties like polar surface area and logP depended on the scaffold.
Look, chemistry refused to be a one-rule spreadsheet. Shocking. Nobody alert the spreadsheet.
Indole Walks Into a Cell Wall
The team did not stop at correlation, which is good because correlation alone is where mediocre LinkedIn posts go to retire. They tested the idea in three molecule series.
In one antitubercular candidate series, JSF-2985 derivatives with imidazole, pyrazole, and pyrrolidine crossed better than a cyclopentane version. In a peptide series, swapping benzene-containing phenylalanines for indole-containing tryptophans improved permeation. In an octyl tridecaptin antimicrobial peptide series, the indole-bearing variant also looked better, and in some contexts that improved anti-M. tuberculosis activity [1].
That "some contexts" matters. Permeability is not the whole game. A drug also has to bind its target, avoid being pumped out, survive metabolism, and not wreck everything else. Biology loves making every answer conditional. Very on brand.
Why This Could Actually Help
If these findings hold up across broader chemical space, they give drug designers something practical: a way to tune existing leads for better entry into M. tuberculosis. Instead of testing random decorations on molecules and hoping the bacterial bouncer vibes with them, researchers can prioritize scaffolds that the data says might help.
The open-source angle helps too. The authors made code and model weights available on GitHub [8], and the work sits alongside a growing ecosystem of molecular ML tools like Chemprop [7]. If you are trying to explain scaffold-dependent permeability rules to a team, a visual map in mapb2.io would honestly beat waving at a spreadsheet like it owes you money.
Still, the limits are real. PAC-MAN needs azide-tagged compounds, and tags can sometimes change behavior. The dataset covers a useful but not infinite chunk of chemistry. And MycoPermeNet predicts one barrier, not full clinical success. No model gets to skip pharmacology and go straight to Nobel karaoke.
But this paper does something refreshingly concrete: it connects live-cell chemistry, interpretable molecular features, and machine learning into a usable framework. Not "AI found a miracle drug before lunch." More like: AI helped mark the better doors in a very hostile wall.
That is less flashy. Also much more believable.
References
-
Lepori, I. et al. "Identification of chemical features for improved outer membrane permeation in mycobacteria using machine learning." Nature Microbiology (2026). DOI: 10.1038/s41564-026-02412-5. PMID: 42380282
-
World Health Organization. "Tuberculosis." WHO Fact Sheet, 2026. https://www.who.int/news-room/fact-sheets/detail/tuberculosis
-
Lepori, I. et al. "The mycomembrane differentially and heterogeneously restricts antibiotic permeation." ACS Infectious Diseases 11, 1893-1906 (2025). DOI: 10.1021/acsinfecdis.4c01062
-
Sullivan, M. R. & Rubin, E. J. "Deep learning-based prediction of chemical accumulation in a pathogenic mycobacterium." bioRxiv (2024). DOI: 10.1101/2024.12.15.628588. PMCID: PMC11702553.
-
McGowen, K. et al. "Efflux pumps and membrane permeability contribute to intrinsic antibiotic resistance in Mycobacterium abscessus." PLOS Pathogens 21, e1013027 (2025). DOI: 10.1371/journal.ppat.1013027
-
Heid, E. et al. "Chemprop: a machine learning package for chemical property prediction." Journal of Chemical Information and Modeling 64, 9-17 (2024). DOI: 10.1021/acs.jcim.3c01250
-
Evbarunegbe, N. "Mycomembrane-permeability-project." GitHub (2026). https://github.com/Nevbarunegbe/Mycomembrane-permeability-project
Disclaimer: This blog post is a simplified summary of published research for educational purposes. The accompanying illustration is artistic and does not depict actual model architectures, data, or experimental results. Always refer to the original paper for technical details.