Tasks · desk · Spreadsheet
Find double-booked tables in the reservations
table-double-bookings · 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.
Marisol wants every double-booked table in the next two weeks of reservations found before service. Go through the booking export and save conflicts.csv - her note explains how bookings work.
Workspace
- note_from_gm.txt
- reservations_export_2026-09-15_to_09-27.csv
- tables.csv
Expected deliverables
- conflicts.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 |
| clashing bookings | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| table | csv_values_match | yes | 0 |
| clashes with | csv_values_match | 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 | 3 | 0 | 1.1 | 0.0166 | |
| Codex / GPT-5.6 sol | 3 | 0 | 1.5 | 0.1766 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "table-double-bookings".