Cover image

Heuristics, Meet Your Agents: How Role-Based LLMs Rewire Optimization

Trucks do not care whether your routing algorithm is elegant. They care whether the vehicle arrives, whether the route violates capacity, whether the dispatch plan survives a late order, and whether the whole thing can be recomputed before someone in operations starts calling the system “that AI toy.” Optimization has always lived in this unglamorous place: close enough to mathematics to look pure, close enough to reality to be messy. ...

December 4, 2025 · 17 min · Zelina
Cover image

Brains Meet Brains: When LLMs Sit on Top of Supply Chain Optimizers

TL;DR for operators The paper is useful because it gets the hierarchy right: the optimizer decides; the LLM explains, configures, contextualizes, and packages the decision for humans.1 That is not a small distinction. It is the difference between a supply chain system that can be audited and a chatbot confidently waving at a warehouse. ...

September 1, 2025 · 17 min · Zelina
Cover image

Skip or Split? How LLMs Can Make Old-School Planners Run Circles Around Complexity

TL;DR for operators When an AI system has to execute a multi-step operational plan, the tempting move is to ask the LLM for the plan. This paper argues for a less glamorous and more useful pattern: let the LLM help shrink the search problem, then let a classical planner verify and compose the actual action sequence.1 ...

August 18, 2025 · 16 min · Zelina
Cover image

Rollout Renaissance: How Pareto-NRPA Revives Monte Carlo for Multi-Objective Optimization

TL;DR for operators Many business optimisation problems do not ask for “the best answer.” They ask for a menu of acceptable compromises: cheaper but slower, faster but riskier, smaller but slightly less accurate, feasible but less elegant. This paper matters because it adapts an old Monte Carlo workhorse, Nested Rollout Policy Adaptation, to that messy multi-objective setting. ...

July 28, 2025 · 15 min · Zelina
Cover image

Planners, Meet Your Smart Sidekick

TL;DR for operators SMARTAPS is not another chatbot sprinkled over enterprise software like parsley on a mediocre buffet. It is a tool-augmented interface for advanced planning systems: planners ask natural-language questions, the system detects the planning intent, retrieves the right expert-built API, extracts the necessary parameters, runs the tool, and turns the raw result into a readable answer.1 ...

July 26, 2025 · 14 min · Zelina
Cover image

Evolving Beyond Bottlenecks: How Agentic Workflows Revolutionize Optimization

TL;DR for operators Optimization work usually looks technical from the outside: equations, solvers, constraints, tolerances, and someone quietly muttering about convergence. Inside the business, the real bottleneck is often less glamorous. Someone has to decide what the problem actually is, how to formulate it, which algorithm to try, which hyperparameters to tune, and whether the resulting answer is useful or merely mathematically decorative. ...

May 8, 2025 · 15 min · Zelina