Tasks · desk · Reformatting
Load the concert sign-ups into Eventbrite
eventbrite-attendee-import · 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.
June wants the people who signed up for the winter concert on our Google Form loaded into Eventbrite. Can you make the import file from the form responses and save it as eventbrite_attendees.csv? Her email, the template and the ticket types are in the folder.
Workspace
- concert_signups_form_responses.xlsx
- email_from_june.txt
- eventbrite_attendee_import_template.csv
- eventbrite_ticket_types.csv
Expected deliverables
- eventbrite_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 |
|---|---|---|---|
| Eventbrite template columns, exact order | csv_columns | yes | 0 |
| one order per email | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| ticket type | csv_values_match | yes | 0 |
| quantity | csv_values_match | yes | 0 |
| first and last name | 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.2 | 0.0158 | |
| Codex / GPT-5.6 sol | 3 | 3 | 1.4 | 0.1989 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "eventbrite-attendee-import".