Presenting mechanistic optimization at ACS Fall

September 4, 2026

Most reaction optimization tries to win with more data. Last week at the American Chemical Society Fall Conference, I showed a faster route: let the mechanism do the work.

You've got millions of possible conditions and a budget of ~20 experiments. How do you spend them well?

Standard Bayesian optimization starts cold, burning experiments just to build a usable model. Two ways we skip that at ReactWise:

Reuse your past campaigns (MemoryBO): a multi-task GP that turns your historical data into priors. On our internal HTE benchmarks, it reached strong conditions where cold-start BO needed 15+ experiments.

Model the chemistry (kinetics): instead of treating a reaction as a black box, we infer its kinetic network from concentration–time data and optimize on that model. On simulated benchmarks, a single experiment past initialization reached ≥90% of the true optimum across every run - a median of 97%. Black-box BO needed 15 experiments to reach ~88%.

The reason it works: a mass-action kinetic model is a far stronger prior than data alone. Physics constrains the system, so you get accurate predictions from very few experiments.

Fewer experiments. Faster to the optimum. More of your budget spent on chemistry that matters.

Go Back