Search papers, labs, and topics across Lattice.
To eliminate the opacity and order-sensitivity of generative meta-agents in compound LLM architectures, UnitBoost replaces the manager model with a deterministic, unit-level merge operator. The framework deconstructs worker outputs into slot-value proposals, solves a constrained argmax to assemble responses, and uses unfilled slots as explicit residuals to target follow-up rounds. On three benchmarks, UnitBoost outperforms input-matched generative managers by 4.8–7.6 absolute points and surpasses oracle selection of the best complete candidate by 6.0–19.5 points while ensuring strict order invariance and granular provenance.
Compound LLM systems do not need generative managers: swapping meta-agent models for a deterministic slot-merging operator consistently beats even oracle candidate selection by up to 19.5 points.
Compound LLM systems often solve a coordination problem by adding a higher-level LLM. The resulting meta-agent reads workers'outputs, writes the final answer, allocates later calls, and decides when to stop. It is expressive, but it also concentrates three control decisions in an opaque, order-sensitive model call. We ask whether the manager needs to be generative at all. UnitBoost replaces that model with a defined meta-level operator: a task-given unit map turns worker outputs into slot-value proposals, a constrained argmax assembles the output, and the slots left unfilled or unsupported become an explicit residual for the next round. The operator is order-free, records unit provenance, and gives a simple guarantee: without coupling constraints, unit-wise maximization under the same admission score dominates selection of any complete candidate. On three held-out benchmarks, it exceeds the best single candidate chosen with gold labels by 0.060-0.195 absolute task-score points and input-matched generative managers by 0.048-0.076. Replacing only the management step improves six compound-system configurations by 0.013-0.182. Residual-directed rounds raise FanOutQA cell F1 from 0.4778 to 0.5524; matched controls show that the true residual outperforms random targets and ordinary rereading, while a label-free supply signal flags exhaustion after one unproductive round. The same analysis measures three conditions in which no such gain is available (one indivisible unit, unavailable unit identity, and an endpoint that charges for every emitted unit) and quantifies cross-unit coupling as a repair cost. The manager gives up semantic freedom and gains order invariance, unit provenance, and testable failure conditions.