Tasks · desk · Spreadsheet
Merge the purchasing and accounting vendor lists
vendor-contact-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.
Merge our two vendor lists into one clean list for the new system, one row per vendor. Priya's email has the rules. Save it as vendors.csv.
Workspace
- email_from_priya.txt
- vendors_accounting_export.csv
- vendors_purchasing.xlsx
Expected deliverables
- vendors.csv
This task also has a task-specific grader (check.py).
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 row per vendor | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| payment terms (purchasing wins) | csv_values_match | yes | 0 |
| phone carried over | custom | yes | 0 |
| dropped vendor absent | 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 | 3 | 3 | 1.6 | 0.0238 | |
| Codex / GPT-5.6 sol | 3 | 3 | 1.7 | 0.3294 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "vendor-contact-merge".