Tasks · desk · Spreadsheet
Door list for the author evening
event-attendee-merge · timeout 1200 s · source
The ask
Sent verbatim as the prompt. The agent works in a copy of the workspace below and sees nothing else.
Thursday's author evening needs a final door list from the online tickets, the paper sign-up sheet and the waitlist. Nadia's emails say who is in. Save it as attendees.csv.
Workspace
- email_thread_door_list.txt
- eventbrite_attendees_report.csv
- signup_sheet_at_till.xlsx
- waitlist_form_responses.csv
Expected deliverables
- attendees.csv
Checks
The task passes only when every required check passes. Reference answers, tolerances, and the planted traps are in the repository, not here.
| Check | Type | Required | Failed (frozen) / 6 |
|---|---|---|---|
| requested columns | csv_columns | yes | 0 |
| one line per booking (emails) | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| guests per booking | csv_values_match | yes | 1 |
| walk-ups kept | text_contains_all | yes | 0 |
| cancelled tickets left off | text_not_contains | yes | 0 |
| unconfirmed waitlist left off | text_not_contains | yes | 0 |
Recorded results, complete desk comparison
pass pass, frozen scorer only fail timed out
| System | Repetitions | Frozen / 3 | Raw / 3 | Median minutes | Mean cost (USD) |
|---|---|---|---|---|---|
| Proto / DeepSeek V4.1 Flash | 2 | 2 | 2.5 | 0.0444 | |
| Codex / GPT-5.6 sol | 3 | 3 | 2.0 | 0.3141 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "event-attendee-merge".