INQUIRING LINE

A score tells you whether an AI did well, but not which way it should change — so two very different failures look identical.

Why do scalar evaluation scores collapse distinguishable agent behaviors?

This explores why reducing an agent's behavior to a single number — a reward or eval score — erases the differences between distinct strategies, and what information gets lost in that compression.


This explores why collapsing an agent's behavior into a single scalar score — a reward, a benchmark number — erases the very distinctions between strategies you'd want to see. The corpus's sharpest answer is that a scalar is the wrong shape for the signal. Natural feedback actually carries two orthogonal kinds of information: evaluative (how well an action did) and directive (which way it should change). A scalar keeps the first and throws away the second, so two agents that failed for completely different reasons — one that overshot, one that never explored — get stamped with the same number and become indistinguishable Can scalar rewards capture all the information in agent feedback?. The distinguishing information wasn't unmeasurable; it was discarded by the reduction.

The collapse isn't only in how we read behavior — training on scalars actively produces it. Reinforcement learning optimized against a single reward drives policies to converge on a narrow band of reward-maximizing strategies, the same entropy-collapse dynamic seen in reasoning models: diversity that existed in the base model gets squeezed out because the objective rewards only the winning move, not the range of viable ones Does reinforcement learning squeeze exploration diversity in search agents?. So a scalar both hides distinguishable behaviors at evaluation time and, when used as a training target, homogenizes the behaviors themselves.

What's striking is how much richer feedback becomes the moment you refuse the scalar. Reflexion shows agents turning a bare success/failure bit into written self-diagnoses — but notice the binary signal isn't the useful part; the useful part is the verbal reflection the agent writes around it, which preserves the "why" a number would flatten Can agents learn from failure without updating their weights?. SkillRL goes further, treating successes and failures as different kinds of information entirely — successes as concrete demonstrations, failures as abstracted lessons — an asymmetry a single score literally cannot represent, and one that outperforms uniform treatment Should successful and failed episodes be processed differently?.

There's a cross-domain echo worth pulling out: the same flattening that hides bad behaviors also hides good discriminative machinery. DyLAN scores each agent's contribution to a team not with one number but through propagation and aggregation across the interaction, recovering per-agent signal that a team-level success rate would blur into a single indistinguishable blob Can multi-agent teams automatically remove their weakest members?. And omniscient social simulations look competent precisely because a top-line score hides the grounding work models skip — the failures only become distinguishable once you stop measuring at the aggregate Why do LLMs fail when simulating agents with private information?.

The thread across all of these: a scalar is a projection, and projection is lossy by construction. It answers "how much" while destroying "which way" and "why" — and those two are exactly the axes on which agent behaviors differ. The fix isn't a better number; it's keeping feedback in a shape (directive signals, verbal reflections, asymmetric success/failure handling, per-agent contribution) that has room for the distinctions you care about.


Sources 6 notes

Can scalar rewards capture all the information in agent feedback?

Natural feedback carries two orthogonal types of information: evaluative (how well an action performed) and directive (how it should change). Scalar rewards capture evaluation but discard directional specifics that token-level distillation can recover, making the two complementary rather than redundant.

Does reinforcement learning squeeze exploration diversity in search agents?

RL training compresses behavioral diversity in search agents through the same entropy collapse mechanism documented in reasoning—policies converge on narrow reward-maximizing strategies. SFT on diverse demonstrations preserves exploration breadth, suggesting diversity-preservation techniques are essential for RL search scaling.

Can agents learn from failure without updating their weights?

Reflexion demonstrates that unambiguous environmental feedback (success/failure) enables agents to write useful self-diagnoses and improve across episodes without parameter updates. The binary signal prevents rationalization, and keeping reflections uncompressed preserves their usability.

Should successful and failed episodes be processed differently?

SkillRL demonstrates that treating successful episodes as concrete demonstrations and failures as abstracted lessons achieves state-of-the-art performance on complex tasks while using substantially less context than uniform approaches. The asymmetry mirrors human expert reasoning and avoids the degradation seen in uniform consolidation methods.

Can multi-agent teams automatically remove their weakest members?

DyLAN's three-step importance scoring mechanism (propagation, aggregation, selection) quantifies individual agent contributions and automatically removes uninformative agents during inference, optimizing team composition without task-specific tuning.

Show all 6 sources
Why do LLMs fail when simulating agents with private information?

Research shows LLMs perform well when one model controls all interlocutors but fail systematically when agents possess private information. This reveals that apparent social competence relies on grounding work that models skip in omniscient settings.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a research analyst. Still-open question: why does collapsing an agent's behavior into a single scalar (reward, benchmark number) erase the distinctions between strategies we most want to see?

What a curated library found — and when (dated claims, not current truth; spanning ~2023–2026):
- Natural feedback carries two orthogonal signals — evaluative (how well) and directive (which way to change); a scalar keeps the first, discards the second, so an overshooting agent and a never-exploring one get the same number and become indistinguishable.
- Training on scalars actively homogenizes: RL against one reward drives entropy collapse, squeezing out viable-strategy diversity that existed in the base model — the motivation behind training-for-diversity (~2026).
- Refusing the scalar restores richness: verbal self-reflection preserves the "why"; treating successes as demonstrations and failures as abstracted lessons (asymmetric handling) beats uniform scalar treatment.
- Per-agent contribution via propagation/aggregation recovers signal a team-level success rate blurs into one blob (DyLAN, ~2023); aggregate scores also hide grounding work models skip in social simulation (~2024).

Anchor papers (verify; mind their dates): Dynamic LLM-Agent Network (arXiv:2310.02170, 2023); Misleading Success of Simulating Social Interactions (arXiv:2403.05020, 2024); RLVMR (arXiv:2507.22844, 2025); Vector Policy Optimization (arXiv:2605.22817, 2026).

Your task:
(1) Re-test each constraint. For every finding, judge whether newer models, training, tooling, orchestration (memory, multi-agent), or evaluation has relaxed or overturned it; separate the durable question from the perishable limitation, cite what resolved it, and say where a constraint still holds.
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months — especially any claim that a well-designed scalar or reward model DOES preserve directional/per-agent signal; foreground the disagreement.
(3) Propose 2 research questions assuming the regime may have moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.