
Grant Cardone says bitcoin-real estate strategy could outperform REITs, adds more BTC to treasury
Grant Cardone adds $100M in bitcoin, combining it with real estate to outperform REITs.

Synthegy, developed at EPFL, utilizes large language models to evaluate chemical synthesis routes, matching expert chemists' judgments 71.2% of the time. The framework was validated through 368 evaluations with 36 independent chemists.
Mentioned in this story
Designing a molecule from scratch is one of chemistry's hardest problems. It's not just about knowing what atoms to connect—it's about knowing the right order of reactions, when to protect sensitive parts of the molecule, and how to avoid dead ends that could ruin months of lab work.
Traditionally, that knowledge lives in the heads of experienced chemists. Now, a team at EPFL wants to put it into a language model.
Researchers led by Philippe Schwaller published a paper this week in Matter describing Synthegy, a framework that uses large language models as reasoning engines for chemical synthesis planning. The key insight is subtle but important: rather than asking AI to generate molecules, the team uses AI to evaluate synthesis routes that traditional software already produces.
Here's how it works: A chemist types in a goal in plain English, something like "form the pyrimidine ring in the early stages." Existing retrosynthesis software—which works by breaking target molecules into simpler pieces—then generates dozens or hundreds of possible synthesis routes.
Synthegy converts each route into text and hands it to an LLM, which scores every route on how well it matches the chemist's instruction. The best ones float to the top, with written explanations of why.

"When making tools for chemists, the user interface matters a lot, and previous tools relied on cumbersome filters and rules," said Andres M. Bran, lead author of the study, in a statement from EPFL.
The system was validated in a double-blind study involving 36 independent chemists who reviewed 368 route pairs. Their selections matched Synthegy's 71.2% of the time, a number that's roughly in line with how often expert chemists agree with each other. Senior researchers (professors and research scientists) agreed with Synthegy more often than PhD students, suggesting the system captures the same strategic intuitions that come with experience.
Synthegy is a framework developed at EPFL that uses large language models to evaluate and rank chemical synthesis routes based on chemist-defined goals.
Synthegy matches expert judgments 71.2% of the time, demonstrating alignment rates comparable to inter-expert agreement.
The research on Synthegy was led by Philippe Schwaller and published in the journal Matter.
Synthegy addresses challenges in molecule design by evaluating the correct order of reactions and avoiding dead ends that can complicate synthesis.

Grant Cardone adds $100M in bitcoin, combining it with real estate to outperform REITs.

Nasdaq's Tal Cohen discusses how SEC's new crypto stance allows markets to innovate.

Crypto funds log $532 million inflows, marking 5th consecutive week of growth.

Wall Street's DTCC partners with L1 blockchains to tokenize corporate actions.

Project Eleven CEO warns Bitcoin must act now against quantum threats.

Reid Hoffman predicts a resurgence of NFTs as AI agents create new challenges for online identity and trust. He emphasizes the need for trustworthy digital identity systems to facilitate transactions between these agents.
See every story in Crypto — including breaking news and analysis.
The researchers tested several AI models, including GPT-4o, Claude, and DeepSeek-r1. AI has been making inroads in drug discovery for years, but most approaches focus on narrowly trained models for specific tasks. Synthegy is designed to be modular—it can plug into any retrosynthesis engine on the backend, and any capable LLM on the reasoning side. Gemini-2.5-pro scored highest in the benchmark, while DeepSeek-r1 seems to be a strong open-source alternative that can run locally.
The framework also handles a second problem: reaction mechanism elucidation. This is the question of why a chemical reaction happens—what electron movements take place at each step. Synthegy breaks reactions into elementary moves and has the LLM assess each candidate step for chemical plausibility. On simple reactions like nucleophilic substitutions, the best models achieved near-perfect accuracy.
The potential use cases are broad. Drug discovery is the obvious one. AI has already shown promise predicting cancer treatment outcomes, but the same approach applies anywhere chemists need to design new materials or optimize industrial reactions. One practical detail: evaluating 60 candidate routes with Synthegy takes roughly 12 minutes and costs about $2–3 in API fees.

The paper acknowledges current limits. LLMs sometimes misread the direction of a reaction in its text representation, leading to wrong feasibility calls. Smaller models perform no better than random guessing. Routes longer than 20 steps are harder to track coherently.
The code and benchmarks are publicly available at github.com/schwallergroup/steer.