Skip to content

Add OrcaReplay to Benchmarks & Evaluation - #60

Open
xizhuomengcontin wants to merge 2 commits into
taskade:mainfrom
xizhuomengcontin:add-orcareplay
Open

Add OrcaReplay to Benchmarks & Evaluation#60
xizhuomengcontin wants to merge 2 commits into
taskade:mainfrom
xizhuomengcontin:add-orcareplay

Conversation

@xizhuomengcontin

Copy link
Copy Markdown

Adds OrcaReplay to Benchmarks & Evaluation.

The entries there measure AI coding capability across tasks. OrcaReplay measures it on your task: fork a recorded run from any checkpoint onto a different model, with every earlier turn still served from the recording, so both models face byte-identical context and file state. That is a head-to-head on the work you actually do, rather than on SWE-bench.

The recording side is what makes it possible. Capture sits at the process and socket boundary, so the model traffic, the shell commands with their exit codes, the per-turn file changes and the MCP calls all land on one timeline; replaying with the network off reproduces the run byte-for-byte, which turns an intermittent agent failure into something you can rerun.

Row matches the table's three columns (Tool / Type / Why It's Awesome). Apache-2.0, npm i -g orcareplay, Node 20+. Works with Claude Code, Codex, opencode, Qwen Code, Cursor and others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant