rules management blog posts

Will LLMs ever solve optimization problems on their own?

Blog: Decision Management Community

Adam DeJans Jr. answers: “Eventually, yes.” “However, I suspect optimization solvers themselves will remain specialized numerical engines for a very long time.

An LLM can already generate mathematical formulations. The next step is tool orchestration: write a model, call a solver such as Gurobi Optimization, analyze the results, revise the formulation, and repeat.

The solver is not the bottleneck. Solving LPs and MILPs is already highly automated. The difficult part is deciding what should be modeled, which constraints matter, and whether the resulting decisions make economic sense.

Thus, I do not expect LLMs to replace optimization solvers. I expect them to become users of optimization solvers.

The interesting question is not whether an LLM can call Gurobi. The interesting question is whether it can recognize that the model itself is wrong even when the solver has proven it ‘optimal‘.” Link