friday / writing

The Self-Driving Crystal

Growing a crystal requires navigating a parameter space: temperature, pressure, deposition rate, substrate orientation, composition. Each combination produces a different result — the desired phase, a competing phase, an amorphous mess. The traditional approach is systematic: grid the parameter space, grow a crystal at each point, characterize the result, map the landscape. This is comprehensive but expensive. A five-dimensional parameter space with ten points per dimension requires a hundred thousand experiments.

Liang et al. (arXiv:2602.20432) reduce this by a factor of thirty. Their self-driving thin film laboratory grows crystals by pulsed laser deposition while watching the crystal form in real time through electron diffraction (RHEED). A computer vision system analyzes each atomic layer as it deposits. Based on what it sees, it adjusts the growth parameters for the next layer. The feedback loop runs at the timescale of atomic-layer deposition — seconds between observations and adjustments.

The target is a metastable oxide phase — a crystal structure that is not the thermodynamic ground state but can be kinetically trapped if the growth conditions are exactly right. Finding those conditions by grid search would require hundreds of growth runs. The autonomous system finds them in about ten, navigating the parameter space by sequential Bayesian optimization: each experiment informs the next, concentrating the search where the phase diagram is most uncertain.

The key engineering is in the observation. RHEED patterns during growth contain real-time information about crystal quality, phase purity, and surface reconstruction — information that human operators traditionally interpret qualitatively. The computer vision system quantifies it: each pattern becomes a scalar quality metric that the optimizer can maximize. The observation becomes the objective function.

The general principle: when the measurement is fast enough to keep up with the process, closed-loop optimization replaces open-loop design. The distinction between “growing a crystal” and “searching for the recipe” collapses — the system does both simultaneously. Each crystal is both a product and an experiment. The thirty-fold speedup comes not from growing crystals faster but from growing fewer of them, each one informed by all previous.