// HACKER NEWS — CYBERSECURITY
Launch HN: Discovered Materials (YC P26) – AI agents to discover new materials
A long-horizon, open-ended research benchmark measuring frontier large language model (LLM) progress in discovery of new materials for the semiconductor industry.
Most energy loss in GPUs/AI accelerators today occurs due to the shuttling of data between memory and logic. To reduce the distance data needs to physically travel between the two, the industry is moving towards 3D packaging - stacking memory and logic wafers directly on top of each other, instead of spreading them out on a circuit board. Doing so would unlock 10-100x improvements in energy/bit for AI chips, but is bottlenecked by heat - poor heat conducting dielectric materials in the chip prevent the cooling of 3D chips, which makes them unviable.
Material Discovery Bench is a long horizon, open-ended research benchmark where models search for new thermally conductive dielectric materials to unlock 3D chips.
All frontier models (Claude Fable, Claude Opus, GPT-5.6 sol and Kimi K3) are capable of finding novel, stable materials that meet multi-objective property constraints. A candidate material submission is considered successful only if it meets several criteria at once — a minimum thermal conductivity (κ > 20 W/(m·K)), a maximum dielectric constant (ε₀ < 10), minimum mechanical strength (Young’s modulus ≥ 20 GPa, shear modulus ≥ 6 GPa) and is dynamically stable.
Experimentally synthesising a thin film of a new material is a challenging task which involves several design choices — deposition method, precursors, tools, reaction conditions, and phase stability, to name a few. Lab experiments are time consuming (taking hours) and expensive (often hundreds of dollars per run), which makes having a plausible starting point important. For each material that a model proposed, it was also asked to propose a plausible synthesis recipe for its material, which could be implemented by an experimentalist in a lab. The rubrics for grading these synthesis recipes are designed by human experts (PhDs, PostDocs and Professors) in the field of thin film deposition. A LLM grader compares the generated recipe against the human-defined rubric at test time - this LLM grading has been reviewed and calibrated by the above human experts.
All models perform poorly on synthesis recipe grading. Opus-5 and Kimi-K3 are the worst offenders, often generating recipes that are critically flawed or dangerous to try. GPT-5.6 Sol was the most measured — it produced the only viable recipe across models, and has the smallest share of critically flawed recipes among the models that submitted in volume.
Share of each model’s graded synthesis recipes by review verdict, best to worst:
Evaluation of synthesis recipes proposed by models. All models are bad at proposing recipes, but GPT-5.6-Sol performs the best amongst them.
Most recipes that classify as Would Not Attempt fail to have a reasonable pathway to form the desired phase according to the grader. This is seen to be the most common failure mode, and correlates with our human reviewer grading of synthesis recipes proposed by models.
We also observe several forms of reward hacking from the frontier models during this task.