REVIEW 4 major objections 5 minor 18 references
A graph-guided multi-agent system plus asymmetric distillation lets smaller fine-tuned models match larger teachers on warehouse SOP execution under production latency.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-13 05:28 UTC pith:4GPQAKML
load-bearing objection Solid production systems paper: graph-guided SOP agents plus asymmetric episodic distillation that lets a 32B student match a larger teacher under latency constraints, with real warehouse numbers. the 4 major comments →
Eluna: An Agentic LLM System for Automating Warehouse Operations with Reasoning and Task Execution
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Within a graph-guided multi-agent framework that enforces progressive disclosure and parallel node evaluation, asymmetric episodic distillation produces student models that match or exceed their larger teacher on warehouse SOP execution, outperform larger off-the-shelf baselines, and meet real-time latency constraints by internalizing episodic corrections in the weights rather than carrying memory at inference.
What carries the argument
Asymmetric episodic distillation: a strong teacher is iteratively corrected by episodic error memories; a smaller student is fine-tuned only on the cleaned trajectories with memory stripped, so the corrections become parameters and impose no inference overhead.
Load-bearing premise
The labels used for training and scoring—deterministic SOP runs for conveyance and expert review of agent traces for tickets—faithfully mark correct warehouse decisions under live multi-system state.
What would settle it
On a held-out set of real warehouse triggers whose correct actions are independently verified by operators (not by the same SOP oracle or expert panel used in the paper), measure whether the fine-tuned student still matches or beats the teacher and larger baselines at the same latency; a clear drop would falsify the claim that the distilled gains equal reliable operational action.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. Eluna is a production-deployed hierarchical multi-agent system for warehouse SOP execution. SOPs are encoded as DAGs with progressive disclosure of reachable subgraphs and node specifications; a main agent orchestrates traversal and delegates node evaluations to parallel sub-agents with persistent CodeAct interpreters and MCP live-data tools, packaged as loadable skills. To meet latency SLAs, the authors introduce asymmetric episodic distillation: a large teacher is iteratively improved via episodic error memories without weight updates, then a smaller student is fine-tuned on rejection-sampled, turn-decomposed trajectories with memory stripped so corrections are internalized. On a 13-task operational benchmark and two production apps (robotic conveyance, ticket processing), fine-tuned 32B/106B students match or exceed the GLM-4.7 teacher and larger OTS baselines; a 355B fine-tune reaches ~94% expert agreement on tickets, with reported production impact (~8k triggers).
Significance. If the results hold under stronger controls, this is a solid systems-and-training contribution at the intersection of agentic LLMs and industrial automation: a concrete recipe for procedural compliance under context and latency constraints, with real deployment evidence rather than only synthetic agent benchmarks. Strengths include (i) a clear training design that separates teacher episodic improvement from student inference (asymmetric distillation), with a supporting ablation (Table 3); (ii) end-to-end evaluation on real operational scenarios and production metrics; and (iii) honest residual-error attribution to SOP/data gaps rather than agent reasoning. The work is more applied than foundational, but the combination of graph-guided execution, skill packaging, and distillation under production SLAs is of practical interest to the agent and industrial-AI communities.
major comments (4)
- [§3, §5.2–5.3, Table 3] Contribution 1 (graph-guided progressive disclosure and hierarchical multi-agent execution) is central to the paper’s motivation on context overload and procedural compliance (§1, §3.1–3.2), yet the experimental design evaluates models only inside a fixed Eluna framework. There is no controlled comparison of progressive disclosure vs. full-SOP context, main+sub-agent isolation vs. a single agent, or skill packaging vs. a monolithic tool set. Table 3 ablations cover only episodic learning placement on two benchmark tasks. Without these, the architectural claims remain under-supported relative to the training claims, even though OTS models still underperform inside the framework (Table 1).
- [§5.2, Tables 1–2] All headline numbers are reported as percentage improvement over OTS GLM-4.5-Air (Tables 1–2), with no absolute accuracies, exact-match rates, or confidence intervals in the main text. For production reliability claims this is load-bearing: a +73.9% root-cause binary-correctness gain is uninterpretable without the baseline absolute level, and exact-match action gains of +165% suggest a very low baseline that should be stated. Please report absolute metrics (and variance over the 4 runs in Table 2) for baseline, teacher, and students on both the benchmark and robotic conveyance.
- [§5.1, §6.1, Appendix E, Table 4] Evaluation oracles need tighter characterization. Robotic-conveyance ground truth is a deterministic SOP implementation on sampled timestamps (§5.1); ticket “correctness” is expert review of agent traces with no independent deterministic reference (Appendix E, Table 4). This is appropriate if the target is SOP fidelity, but the abstract/conclusion language of “reliable warehouse operations” and “94% expert agreement” can over-read as operational correctness under live multi-system state. The paper already notes residual production errors from SOP gaps and data quality (§6.1, Conclusion). Please (i) state explicitly that metrics measure SOP-oracle fidelity, (ii) report inter-rater agreement / review protocol for the 410 tickets, and (iii) quantify how often the deterministic runner and experts disagree with plausible alternate paths or incomplete SOP branches.
- [§5.1, Appendix B] Claude Sonnet 4 is the sole automated judge for the 13-task benchmark and for extracting/scoring robotic-conveyance node classifications (§5.1). No human–judge agreement, calibration, or sensitivity analysis is reported. Given that training also uses LLM-judge rejection sampling (Appendix B), judge bias could inflate both training quality and reported gains. A modest human audit on a stratified sample of benchmark and conveyance judgments would substantially strengthen the central empirical claim.
minor comments (5)
- [Figure 1] Figure 1 is dense; the left (training) and right (architecture) panels would benefit from clearer visual separation and a short caption walkthrough of the asymmetric distillation path (memory present for teacher, stripped for student).
- [§5.1, Appendix D] Hyperparameters (LoRA rank/alpha, LR, epochs, rejection tolerance, episodic rounds N) are listed in Appendix D but free parameters that affect reproducibility should be summarized in the main experimental setup (§5.1).
- [§2] Related work cites SOPStruct and Agent-S appropriately; a short explicit contrast table (structuring-only vs. execution+training) would help readers place Eluna against Flow-of-Action / SOP-Bench style systems.
- [§1 contributions, §3.4, throughout] Typos/style: “Agraph-guided” missing space in contributions; “TodoList” capitalization inconsistent; arXiv-style line breaks leave hyphenation artifacts (e.g., “con-text”, “trajectories”) that should be cleaned for camera-ready.
- [Limitations] Limitations correctly flag domain transfer and label cost; consider also noting that all models share the same tools/skills, so cross-framework generalization of the distilled students is untested.
Circularity Check
No circular derivation: standard trajectory distillation against independent SOP oracles and expert labels, not self-definitional predictions.
full rationale
Eluna is an engineering systems paper whose central claims are empirical (fine-tuned students match/exceed a larger teacher and beat OTS baselines under a fixed graph-guided agent framework). The training chain is ordinary asymmetric distillation: a teacher is improved by episodic memory against external ground truth, then a student is SFT’d on filtered trajectories with memory stripped (Sec. 4, Appendix B). Robotic-conveyance labels come from a deterministic SOP implementation on temporally partitioned operational data (Sec. 5.1), independent of the LLM—so matching those labels is not forced by construction of the model. Ticket “correctness” is explicitly expert agreement on traces (Appendix E), i.e., the reported metric, not a first-principles prediction derived from fitted inputs. Ablations (Table 3) compare EL placement rather than smuggling an ansatz. Self-citations (e.g., Kujanpää et al. 2026 on tool compilation) are peripheral, not uniqueness theorems or load-bearing premises. Residual production errors are attributed to SOP/data gaps (Sec. 6.1, Conclusion), which is a limitation, not circular reduction of the claimed result to its inputs. No self-definitional equations, fitted-parameter-as-prediction, or renamed known result appear in the derivation chain.
Axiom & Free-Parameter Ledger
free parameters (5)
- LoRA rank/alpha (Qwen3-32B) =
rank=256, alpha=256
- LoRA rank/alpha (GLM-4.5-Air / GLM-4.7) =
32/32 and 64/64
- Learning rates and epochs =
per-model as in Appendix D
- Rejection-sampling numerical tolerance =
2%
- Episodic learning rounds N and memory consolidation =
N rounds until convergence (unspecified exact N)
axioms (6)
- domain assumption Warehouse SOPs can be faithfully encoded as DAGs with the five node types (observations, root causes, calculations, constraints, actions) and boolean/multi-parent edges without loss of operational meaning.
- domain assumption Progressive disclosure of reachable subgraph plus on-demand node specs sufficiently mitigates context overload for the SOP sizes considered.
- ad hoc to paper Claude Sonnet 4 as automated judge correctly scores answer and node-classification correctness for the benchmark and robotic conveyance tasks.
- domain assumption Expert/SME review of agent traces is a valid estimate of ticket-processing correctness and SOP adherence.
- domain assumption Temporal partitioning of operational scenarios prevents train–test leakage of state and labels.
- ad hoc to paper Stripping episodic memory from student training forces internalization of corrections into weights rather than brittle prompt dependence.
invented entities (2)
-
Asymmetric episodic distillation
no independent evidence
-
Skill packaging for SOP workflows
no independent evidence
read the original abstract
Warehouse operations are governed by Standard Operating Procedures (SOPs) that encode complex, multi-system decision logic, which must be executed reliably under strict time constraints, yet LLM agents lack mechanisms to enforce procedural compliance and degrade under the context overload full SOP specifications introduce. We present Eluna, a production-deployed agentic system for reliable SOP execution. Eluna is a graph-guided, multi-agent framework that encodes SOPs as directed acyclic graphs with progressive disclosure and delegates independent tasks to parallel sub-agents, each with persistent code execution and live data access. To meet production latency and accuracy needs, we use asymmetric episodic distillation where a strong teacher is improved through episodic error memories, then a smaller student is fine-tuned on the corrected trajectories with memory stripped, internalizing corrections without inference-time overhead. On a 13-task benchmark and two production applications, our fine-tuned models match or exceed their teacher, beat all larger off-the-shelf baselines, and reach 94% expert agreement on the ticket processing application.
Figures
Reference graph
Works this paper leans on
-
[1]
2026.Amazon Bedrock Agent- Core Developer Guide
Amazon Web Services. 2026.Amazon Bedrock Agent- Core Developer Guide. Accessed: 2026-06-04. Anthropic
2026
-
[2]
FireAct: Toward language agent fine-tuning.arXiv preprint arXiv:2310.05915. Luyu Gao, Aman Madaan, Shuyan Zhou, Uri Alon, Pengfei Liu, Yiming Yang, Jamie Callan, and Gra- ham Neubig
-
[3]
Generating structured plan represen- tation of procedures with LLMs.arXiv preprint arXiv:2504.00029. Sirui Hong, Mingchen Zhuge, Jonathan Chen, Xiawu Zheng, Yuheng Cheng, Ceyao Zhang, Jinlin Wang, Zili Wang, Steven Ka Shing Yau, Zijuan Lin, and 1 others
-
[4]
arXiv preprint arXiv:2503.15520
Agent-S: LLM agentic work- flow to automate standard operating procedures. arXiv preprint arXiv:2503.15520. Woosuk Kwon, Zhuohan Li, Siyuan Zhuang, Ying Sheng, Lianmin Zheng, Cody Hao Yu, Joseph E. Gonzalez, Hao Zhang, and Ion Stoica
-
[5]
Shishir G Patil, Tianjun Zhang, Xin Wang, and Joseph E Gonzalez
Sop-bench: Complex in- dustrial sops for evaluating llm agents.arXiv preprint arXiv:2506.08119. Shishir G Patil, Tianjun Zhang, Xin Wang, and Joseph E Gonzalez
-
[6]
Gorilla: Large language model connected with massive apis.arXiv preprint arXiv:2305.15334. Changhua Pei, Zexin Wang, Fengrui Liu, Zeyan Li, Yang Liu, Xiao He, Rong Kang, Tieying Zhang, Jian- jun Chen, Jianhui Li, and 1 others
-
[7]
InCompanion Proceedings of the ACM on Web Conference 2025, pages 422–431
Flow-of- action: Sop enhanced llm-based multi-agent system 7 for root cause analysis. InCompanion Proceedings of the ACM on Web Conference 2025, pages 422–431. Yujia Qin, Shihao Liang, Yining Ye, Kunlun Zhu, Lan Yan, Yaxi Lu, Yankai Lin, Xin Cong, Xiangru Tang, Bill Qian, and 1 others
2025
-
[8]
https:// github.com/strands-agents/harness-sdk
Strands agents sdk. https:// github.com/strands-agents/harness-sdk. Ac- cessed: 2026-06-04. Jiaming Wang, Zhe Tang, Zehao Jin, Hefei Chen, Yilin Jin, Peng Ding, Xiaoyu Li, and Xuezhi Cao
2026
-
[9]
arXiv preprint arXiv:2510.08942
Sop-maze: Evaluating large language models on complicated business standard operating procedures. arXiv preprint arXiv:2510.08942. Xingyao Wang, Yangyi Chen, Lifan Yuan, Yizhe Zhang, Yunzhu Li, Hao Peng, and Heng Ji
-
[10]
Ruixuan Xiao, Wentao Ma, Ke Wang, Yuchuan Wu, Junbo Zhao, Haobo Wang, Fei Huang, and Yongbin Li
AutoGen: Enabling next-gen LLM applica- tions via multi-agent conversation.arXiv preprint arXiv:2308.08155. Ruixuan Xiao, Wentao Ma, Ke Wang, Yuchuan Wu, Junbo Zhao, Haobo Wang, Fei Huang, and Yongbin Li
-
[11]
In Findings of the Association for Computational Lin- guistics: EMNLP 2024, pages 10883–10900
Flowbench: Revisiting and benchmarking workflow-guided planning for llm-based agents. In Findings of the Association for Computational Lin- guistics: EMNLP 2024, pages 10883–10900. An Yang, Baosong Yang, Beichen Zhang, and 1 oth- ers
2024
-
[12]
Qwen3 technical report.arXiv preprint arXiv:2505.09388. Shunyu Yao, Dian Yu, Jeffrey Zhao, Izhak Shafran, Thomas L Griffiths, Yuan Cao, and Karthik Narasimhan
-
[13]
arXiv preprint arXiv:2308.01825
Scaling relationship on learning mathematical reasoning with large language models. arXiv preprint arXiv:2308.01825. Aohan Zeng, Mingdao Liu, Rui Lu, Bowen Wang, Xiao Liu, Yuxiao Dong, and Jie Tang
-
[14]
AgentTuning: Enabling generalized agent abilities for LLMs.arXiv preprint arXiv:2310.12823. Aohan Zeng, Xin Lv, Qinkai Zheng, Zhenyu Hou, Bin Chen, Chengxing Xie, Cunxiang Wang, Da Yin, Hao Zeng, Jiajie Zhang, and 1 others
-
[15]
Glm-4.5: Agentic, reasoning, and coding (arc) foundation mod- els.arXiv preprint arXiv:2508.06471. Yuze Zhao, Jintao Huang, Jinghan Hu, Xingjun Wang, Yunlin Mao, Daoze Zhang, Zeyinzi Jiang, Zhikai Wu, Baole Ai, Ang Wang, Wenmeng Zhou, and Yingda Chen
-
[16]
Swift:a scalable lightweight infrastruc- ture for fine-tuning.Preprint, arXiv:2408.05517. Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric Xing, and 1 others. 2024a. Judging LLM-as-a-judge with MT-Bench and chatbot arena. InAdvances in Neural Information Processing Systems, volume
-
[17]
Gonzalez, Clark Barrett, and Ying Sheng
Lianmin Zheng, Liangsheng Yin, Zhiqiang Xie, Chuyue Sun, Jeff Huang, Cody Hao Yu, Shiyi Cao, Christos Kozyrakis, Ion Stoica, Joseph E. Gonzalez, Clark Barrett, and Ying Sheng. 2024b. Sglang: Efficient execution of structured language model programs. Advances in neural information processing systems, 37:62557–62583. Appendix A Tool Ecosystem Details Code I...
2024
-
[18]
For Qwen3-32B, we use rank and alpha of 256, learn- ing rate 2×10−4, and train on 64 H100 GPUs
with LoRA (Hu et al., 2022). For Qwen3-32B, we use rank and alpha of 256, learn- ing rate 2×10−4, and train on 64 H100 GPUs. For GLM-4.5-Air, we use rank and alpha of 32, learn- ing rate 1×10−4, and train on 128 H100 GPUs. Both use a batch size of 64, 5% linear warmup followed by cosine annealing to zero, and train for 2 epochs. The ticket-processing mode...
2022
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.