Add dualpass to Demo Harnesses#47
Open
Chris-Rebentisch wants to merge 1 commit into
Open
Conversation
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.
Summary
Adds dualpass to the Demo Harnesses section under Reference Implementations.
What it is
dualpassis a reliability-first agent harness whose headline primitive is cross-vendor independent review: the author agent runs on one CLI (e.g.claude), the reviewer agent runs on a different vendor's CLI (e.g.cursor-agent), and either is swappable without touching the harness. The pattern this productizes — a different-vendor model as the reviewer of every stage's output — is the strongest documented lever against self-evaluation bias in long-running coding agents.Why it fits Demo Harnesses
Like Open SWE / OpenHands / Aider / SmallCode in this section, dualpass is a complete open-source harness with a specific design point worth studying:
[resource_exhausted]Distilled from a real production-campaign of multi-day agent builds. Apache-2.0, Python 3.12+, on PyPI as of today.
Contribution checklist
claude+cursor-agentare defaults but swap freely (codex, any CLI matching the agent-template contract).- [Name](URL) — 1–2 sentence note explaining why it's worth including.Happy to adjust placement or wording per your preference.