Search papers, labs, and topics across Lattice.
This study investigates the ability of large language models (LLMs) to design effective algorithms for operations research (OR) problems, specifically focusing on inventory control, queueing network control, and assortment optimization. By evaluating LLM performance at two levels鈥攕olving specific instances and generating algorithms based on problem class descriptions鈥攖he research finds that the strongest model, gpt-5.6-sol, matches or surpasses existing specialized methods across nearly all instances. Notably, the results indicate a rapid improvement in LLM capabilities, suggesting that a single untuned query can yield competitive algorithm designs for well-defined OR challenges.
LLMs can now generate algorithms for operations research problems that rival traditional methods, even with minimal human input.
We ask whether large language models (LLMs) can design effective algorithms for well-specified operations research (OR) problems. We study inventory control, queueing network control, and assortment optimization. We evaluate two levels of LLM use: at level 1, the model receives one problem instance and returns a solution for that instance; at level 2, it receives only the problem class description and broad parameter ranges, and returns an algorithm that maps instance parameters to solutions. Human input is minimal: we give one untuned prompt that describes the problem, and the model has access to a Python sandbox tool with a fixed compute budget. The strongest model we test, gpt-5.6-sol, matches or outperforms the best existing method on almost all evaluated instances. This holds even at level 2, where the returned algorithm is fixed before seeing the evaluation instances. Performance also improves sharply across models released less than eight months apart, suggesting that this capability is moving quickly. Thus, for the well-specified operations problems we study, a single untuned LLM query can already produce algorithms competitive with specialized methods. These results suggest that frontier LLMs can be a serious empirical baseline for algorithm design in well-specified OR problems.