Oct 2026· IEEE Robotics and Automation Letters· Vol 11, pp. 11346-11353· 0 citations· 21 references
Abstract
Coordinating a team of robots in aircraft skin fabrication requires allocating and sequencing tightly coupled subtasks under spatio-temporal constraints, while the fleet must react to runtime disturbances such as robot failures and urgent task arrivals. Mixed-Integer Linear Programming (MILP) yields provably optimal coordination, but a disturbance often introduces new constraint logic rather than a mere parameter change, leaving the existing formulation structurally inadequate and requiring expert-led reformulation to accommodate the new logic. This letter proposes a Large Language Model (LLM)-based framework that automates the path from natural-language scheduling requirements to MILP formulation, executable solver code, and event-driven rescheduling, so that the optimization model can be restructured online without expert intervention. Two compact LLMs are specialized for complementary roles: a modeling LLM, empowered via knowledge augmentation, supervised fine-tuning on industrial constraint descriptions, and direct preference optimization on self-generated negatives; and a code LLM, trained via sandbox-validated knowledge distillation. On ten industrial constraint classes, the 8B modeling LLM reaches 100% constraint-level accuracy, exceeding cloud-scale general-purpose LLMs equipped with retrieval over the same knowledge base, while the 8B code LLM attains 86% under fully on-premises deployment. When a disturbance occurs, an event-triggered mechanism regenerates only the affected constraints. A case study on multi-robot scheduling for aircraft skin fabrication shows that the framework matches the schedule quality of baselines while shifting adaptation cost from offline expert labour to a bounded online inference budget.
Efficient task allocation for large-scale Heterogeneous Multi-Robot Systems (HMRS) is critical, yet dealing with complex temporal logic tasks in partially known environment (PKE) remains a computational bottleneck. Existing approaches often struggle to balance exploring uncertain regions and exploiting known resources, while also suffering from exponential computational complexity. To address these issues, this paper presents a robust planning framework that simultaneously handles high-level logical constraints and environmental uncertainty without sacrificing scalability. We formulate the problem as a min-max regret optimization, proposing a Region-Binding Atomic Proposition (RbAP) to capture resource uncertainty within the automaton structure. To solve this, we propose the Extended Planning Decision Tree (E-PDT) equipped with a novel Regret-based Branch-and-Bound (BnB) strategy. Unlike traditional methods that rely on prior probabilities or worst-case analysis, our approach dynamically prunes suboptimal policies, effectively balancing the need for information gathering (exploration) and task completion (exploitation). Theoretical analysis confirms the feasibility and completeness of our approach. Extensive numerical and physical experiments demonstrate that the proposed framework achieves near-linear scalability with respect to the number of robots and types, significantly outperforming MILP-based baselines in both solution quality and computational efficiency. Note to Practitioners—Task allocation for large-scale heterogeneous multi-robot systems is critical in applications like warehouse logistics and disaster response. However, existing planning methods often struggle with environmental uncertainty, relying on unavailable probability data or failing to scale. This work presents a fast, robust planning framework that uses a regret-minimization strategy to balance exploring uncertain areas with completing tasks. Unlike optimization-based approaches that can be computationally prohibitive, our E-PDT method achieves near-linear scalability, coordinating thousands of robots in seconds. This allows practitioners to deploy large robot fleets that adaptively search for resources without needing precise prior knowledge. Current limitations assume a known static map topology with uncertain resource locations; future extensions will address fully dynamic and unknown environments.
Xinkai Liang, Hui-Xuan Chan, Ying Liu et al.· IEEE Transactions on Automat...· 0 citations
CoMuRoS enables runtime, event-driven replanning on physical robots and supports flexible multi-robot and human-robot collaboration across diverse scenarios.
Suraj S. Borate, Bhavish Rai B, Vipul Pardeshi et al.· Frontiers in Robotics and AI· 0 citations
This proof of concept demonstrates that agentic multi-agent LLM systems can enable adaptive human–robot collaboration under uncertainty, beyond natural language interfaces through integrated domain knowledge, physics validation, and agentic reasoning.
Samuel Slezák, Shirin Shevidi, Zahra Shakeri et al.· Construction Robotics· 0 citations
Agent-based modeling and simulation (ABMS) has been widely employed to study emergent processes in collective robotic construction (CRC), where global architectural structures arise from local agent interactions. While these approaches reveal how complex assemblies can emerge without centralized control, they remain limited when an architectural goal is known but the behaviors required to achieve it are not. Most CRC workflows still depend on handcrafted heuristics. This paper presents a hybrid CRC workflow that integrates large language models (LLM) into the ABMS behavior design process. The system enables human–AI co-creation of robot behaviors, allowing an LLM agent to generate and negotiate behavioral strategies toward user-defined construction goals under partial observability. The approach is evaluated in simulation, comparing an LLM–heuristic hybrid against a heuristic-only baseline behavior. For well-documented swarm patterns, the LLM matches heuristic performance; for geometrically novel tasks, handcrafted heuristics retain an advantage. By embedding language-based reasoning within ABMS, this work expands participation in CRC behavior design and demonstrates a pathway for translating high-level design intent into adaptive, goal-oriented multiagent construction processes.
Samuel Slezák, Lasath Siriwardena, S. Leder et al.· Construction Robotics· 0 citations
MaCoPlanner is presented, a task-planning framework built on knowledge compiled from equipment manuals that converts equipment manuals into a typed intermediate representation, retrieves task- and state-relevant evidence, and uses it to support plan generation.
Gui-Peng Xin, Jiahe Xua, Mohammad Deghat et al.· 0 citations
This work proposes a hierarchical closed-loop agentic LLM-based framework to ensure robust multi-robot manipulation and achieves superior success rates, ensures robust adaptability ranging from single to cross workspace manipulation, and offers a generalizable approach for diverse manipulation tasks.
Yi-Xiang He, Lan Wei, Haoming Cen et al.· Robotics· 0 citations
Related blog posts
MIT News · Artificial Intelligence· news.mit.eduSep 14, 2026
The “HardFlow” algorithm could help generative AI models produce high-quality outputs that obey strict requirements when “pretty close” doesn’t cut it.
AI may appear weightless, but every model depends on physical infrastructure. To understand responsible AI, we need to look beyond algorithms and consider the entire lifecycle of the hardware behind them. The post Responsible AI Must Consider Its Afterlife appeared first on GPT-Lab.