INQUIRING LINE

Should we grade an AI agent alone, or as a team with the human, memory, and tools around it?

Is the coupled human-agent environment the right unit for evaluation?

This explores whether an AI agent should be judged as one part of a larger system (the human directing it, the memory and procedures it builds up, the tools around it) instead of as a bare model answering isolated tasks.


This explores whether an AI agent should be judged as one part of a larger system (the human directing it, the memory and procedures it builds up, the tools around it) instead of as a bare model answering isolated tasks. The corpus says yes, but only one note argues that claim directly. The rest supports the weaker claim that the model alone is the wrong unit.

The direct argument comes from a case study of 75,671 telemetry records from one investigator. The capacity gains came from accumulated context and reusable procedures that exist only across sessions, steered by a human. A model-level or single-episode test cannot see either one, so it would report the same score before and after the gains Should we evaluate deployed agents as whole environments instead?. The agent isn't getting smarter in that story. The environment around it is getting richer.

Several other notes reach the same conclusion from the agent side. Reliable agents get their reliability by moving memory, skills and interaction protocols out of the model and into a harness layer, not from scale alone Where does agent reliability actually come from?. If reliability lives in the harness, scoring the model in isolation measures the wrong thing. Two agents with identical success rates can differ enormously in efficiency, memory hygiene and verification cost, and one-shot task success hides all of that How should we measure agent system performance beyond task success?. Related notes describe the shift from scoring final answers to scoring whole interaction trajectories: process quality, recoverability, coordination and robustness How should we evaluate agent behavior beyond final answers?. One goes further and argues that interactive evaluation needs explicit protocols and reporting standards, or it stays a scattered pile of benchmarks Should interactive evaluation be designed as a unified paradigm?.

The human half of the pairing is not a constant either. Users judge dialogue partners mainly on perceived competence (49% of the variance), then human-likeness and communicative flexibility How do users mentally model dialogue agent partners?. Magentic-UI shows that knowing when an agent should ask for help has no ground truth. It responds with six interaction mechanisms, including co-planning, action guards and verification, that spread the decision across many touchpoints When should human-agent systems ask for human help?. Those mechanisms are design variables of the coupling, and they can only be evaluated if the human is inside the frame.

The unit is right in principle but hard to use in practice. The strongest evidence is a single-investigator case study, so it shows the coupled environment matters without showing how to compare one across people. Measuring the whole environment also brings new failure modes. An agent-based judge with evidence collection cut judge shift to 0.27% from 31% for an LLM judge, but its memory module cascaded errors, so evaluators of coupled systems need error isolation too Can agents evaluate AI outputs more reliably than language models?. The open problem is a standard protocol that captures the human and the accumulated context without making every result unrepeatable.


Sources 8 notes

Should we evaluate deployed agents as whole environments instead?

A single-investigator case study with 75,671 telemetry records shows that capacity gains come from accumulated context and reusable procedures that only exist across sessions with human direction. Model and episode-level evaluation cannot measure these cross-session variables.

Where does agent reliability actually come from?

Research shows reliable LLM agents externalize three cognitive burdens—memory (state persistence), skills (procedural components), and protocols (structured interaction)—into a harness layer rather than relying on model scale alone. The harness unifies these externalities and eliminates the need for the model to solve the same problems repeatedly.

How should we measure agent system performance beyond task success?

Single task-success metrics obscure how agents achieve results across memory, context, and verification layers. Research shows identical success rates can mask enormous differences in efficiency, reliability, and deployment readiness—requiring harness-level benchmarks that measure trajectory, memory hygiene, and verification costs.

How should we evaluate agent behavior beyond final answers?

Evaluation of agentic systems shifts evidence from final responses to full interaction sequences, and scoring procedure from correctness alone to process quality, recoverability, coordination, and robustness. This pattern appears across multiple agent benchmarks as a coherent design move.

Should interactive evaluation be designed as a unified paradigm?

Interactive evaluation should be treated as a principled paradigm with explicit protocols and reporting standards, not adopted piecemeal as benchmarks. The fragmentation plaguing current interactive benchmarks mirrors early evaluation culture; formalizing the paradigm—expanding evidence from final responses to trajectories while standardizing how to score process quality and robustness—makes results interpretable and reproducible.

Show all 8 sources
How do users mentally model dialogue agent partners?

The Partner Modelling Questionnaire reveals that perceived competence dominates user impressions (49% of variance), followed by human-likeness (32%) and communicative flexibility (19%). This three-factor structure reflects how people evaluate dialogue partners against both functional and social standards.

When should human-agent systems ask for human help?

Magentic-UI identifies co-planning, co-tasking, action guards, verification, memory, and multitasking as mechanisms that work around the lack of ground truth for optimal deferral timing. Rather than solving the timing problem directly, these mechanisms distribute decision-making across multiple touchpoints.

Can agents evaluate AI outputs more reliably than language models?

Eight-module agentic evaluation achieved 0.27% judge shift versus 31% for LLM-as-a-Judge on complex tasks. However, the memory module cascaded errors, revealing that agentic systems need error isolation mechanisms to maintain gains.

Papers this line draws on 8

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