Skip to content

Commit 40cfbc6

Browse files
kiyeonjeon21claude
andcommitted
docs: add record/replay benchmark video to README
Record: 2m18s, Replay: 47s — same task, fresh data, near-zero LLM cost. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 31febcc commit 40cfbc6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ https://github.com/user-attachments/assets/544718bf-747a-446a-896a-f2c5c376f3d7
5353

5454
snact finished in half the time with half the tokens. All three produced identical data. See [detailed analysis](#detailed-benchmark-analysis).
5555

56+
### Record & Replay
57+
58+
https://github.com/user-attachments/assets/513519ee-93e8-49f5-b398-d3d35dd2ebde
59+
60+
<sup>Played at 8x speed. Left: record (2m 18s real time). Right: replay (47s real time).</sup>
61+
62+
Same benchmark task, recorded once and replayed. The replay skips all LLM reasoning &mdash; it re-executes the recorded commands directly against Chrome and returns fresh data.
63+
64+
| | Record (first run) | Replay |
65+
|--|---------------------|--------|
66+
| **Time** | 2m 18s | **47s** |
67+
| **LLM turns** | ~20+ | **1** |
68+
| **Data** | Fresh | **Fresh** (re-visits pages) |
69+
5670
## Why snact?
5771

5872
| | Playwright MCP | Playwright CLI | snact |

0 commit comments

Comments
 (0)