Add Squad benchmark results: completion (99.75%) + controlled 4-domain correctness/quality ablation - #245
Open
tamirdresher wants to merge 2 commits into
Open
Add Squad benchmark results: completion (99.75%) + controlled 4-domain correctness/quality ablation#245tamirdresher wants to merge 2 commits into
tamirdresher wants to merge 2 commits into
Conversation
Squad achieves 100% task completion across all 4 MARBLE domains (coding, database, research, bargaining) using a tree-topology multi-agent team with persistent self-learning. Key results: - Coding: 100/100 (15,500/15,500 unit tests passed) - Database: 100/100 - Research: 100/100 - Bargaining: 100/100 Includes ablation study showing Squad's self-learning (decisions.md) produces monotonically improving outputs (3.3x growth), while the same model without Squad shows erratic/declining performance. Full raw data: https://github.com/tamirdresher/squad-marble-benchmark Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds milestone-KPI + 1-5 quality rubric graded on all four domains, with all conditions re-run on identical task IDs so tasks are aligned by construction. Coordination helps or ties in every domain (Full Squad 81.1% KPI / 4.10 quality, +3.9pp / +0.34 vs raw single agent). Notes completion != correctness and adds database + judge caveats. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Squad Benchmark Results: MARBLE completion + a correctness/quality ablation
System Under Test
Main Benchmark — Completion
Completion = the condition produced usable output within the timeout (not a correctness metric).
Correctness & Quality — controlled 4-domain re-run (the headline result)
Completion only asks "did an answer appear?" — not whether it is right. To grade correctness,
we re-ran all four ablation conditions from scratch on the identical task IDs (1, 10, 20, …, 90)
in every domain, so "task N" is the same MARBLE task in every condition by construction. We
graded all 80 fresh transcripts with one identical judge (Claude Opus 4.6) and prompt: MARBLE's
milestone-KPI plus a 1–5 output-quality rubric.
Domain cells = milestone-KPI% / quality rubric. n per condition = 38 (research 8 + bargaining 10 +
coding 10 + database 10).
Findings (correctness):
Full Squad leads overall (+3.9pp KPI / +0.34 quality over the raw single agent); coord-only is
essentially tied.
memory only pays off when a coordinator is present to act on it.
rubric point — not double-digit swings.
Correction to an earlier version of this PR
An earlier revision reported a completion-based factorial with No-Squad database at 0% and concluded
"database REQUIRES coordination." That was a measurement artifact: the No-Squad database runs had been
scored from unpopulated placeholder files, and the four conditions were not run on aligned tasks. After
re-running on identical tasks with a uniform judge, the No-Squad database condition produces substantive
diagnoses and scores comparably to the coordinated conditions. The corrected, aligned correctness numbers
above supersede that earlier factorial. Details: https://github.com/tamirdresher/squad-marble-benchmark
Comparison to published baselines (directional — different models/metrics)
These baselines use different models and, for the completion column, a different metric — treat as
contextual, not a controlled comparison. The controlled result is the same-model ablation above.
Methodology
all four conditions; all four re-run on identical task IDs (research, bargaining, coding, database) so tasks
are aligned by construction. Independent gpt-4o cross-check on research/bargaining included.
Limitations