Tasks · desk · Reformatting
Build the Amazon inventory upload from the product sheet
amazon-inventory-loader · 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.
Please get our products ready for Amazon: turn amazon_listing_sheet.xlsx into an Inventory Loader file using the template. My notes on how we list things are in the folder. Save it as amazon_inventory.csv.
Workspace
- Inventory_Loader_template.csv
- amazon_listing_sheet.xlsx
- amazon_upload_notes.txt
Expected deliverables
- amazon_inventory.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 |
|---|---|---|---|
| Inventory Loader columns, exact order | csv_columns | yes | 0 |
| one row per sku | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| product id and type | csv_values_match | yes | 0 |
| item condition code | csv_values_match | yes | 0 |
| price rules | csv_values_match | yes | 0 |
| quantity and fulfillment | custom | yes | 0 |
| add-delete | 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 | 3 | 1.1 | 0.0169 | |
| Codex / GPT-5.6 sol | 3 | 3 | 1.8 | 0.2893 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "amazon-inventory-loader".