Duke313 AgPerry commited on
Commit
4bbb5d2
·
0 Parent(s):

Duplicate from NAIL-Group/ClawBench

Browse files

Co-authored-by: Perry the Platypus <AgPerry@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ - question-answering
6
+ - other
7
+ language:
8
+ - en
9
+ tags:
10
+ - web-agents
11
+ - benchmark
12
+ - evaluation
13
+ - browser-automation
14
+ - browser-agent
15
+ - ai-agent
16
+ - real-world-tasks
17
+ - web-navigation
18
+ - task-completion
19
+ - agent-benchmark
20
+ - clawbench
21
+ - llm-benchmark
22
+ - multimodal
23
+ pretty_name: ClawBench
24
+ size_categories:
25
+ - n<1K
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: test
30
+ path: data/train-00000-of-00001.parquet
31
+ arxiv: "2604.08523"
32
+ viewer: true
33
+ ---
34
+
35
+ # ClawBench
36
+
37
+ **Can AI Agents Complete Everyday Online Tasks?**
38
+
39
+ ClawBench evaluates AI agents on **153 everyday tasks** (such as booking flights, ordering groceries, submitting job applications) across **144 live websites**. We capture **5 layers of behavioral data** (session replay, screenshots, HTTP traffic, agent reasoning traces, and browser actions), collect human ground-truth for every task, and score with an agentic evaluator that provides step-level traceable diagnostics.
40
+
41
+ | | |
42
+ |---|---|
43
+ | **Paper** | [arXiv:2604.08523](https://arxiv.org/abs/2604.08523) |
44
+ | **Website** | [claw-bench.com](https://claw-bench.com) |
45
+ | **Code** | [github.com/reacher-z/ClawBench](https://github.com/reacher-z/ClawBench) |
46
+ | **HF Papers** | [huggingface.co/papers/2604.08523](https://huggingface.co/papers/2604.08523) |
47
+ | **PyPI** | [clawbench-eval](https://pypi.org/project/clawbench-eval/) — `pip install clawbench-eval` |
48
+
49
+ ## Dataset Structure
50
+
51
+ ### Columns
52
+
53
+ | Column | Type | Description |
54
+ |--------|------|-------------|
55
+ | `task_id` | int | Unique task identifier |
56
+ | `instruction` | string | Task prompt sent to the agent |
57
+ | `metaclass` | string | High-level category (21 categories) |
58
+ | `class` | string | Fine-grained sub-category |
59
+ | `platform` | string | Target platform (144 unique platforms) |
60
+ | `sites` | list[string] | Domains involved in the task |
61
+ | `eval_schema` | string (JSON) | Request interception configuration |
62
+ | `time_limit` | int | Maximum time in minutes |
63
+ | `extra_info` | string (JSON) | Paths to additional context files |
64
+ | `shared_info` | string | Path to shared user profile |
65
+
66
+ ### Additional Files
67
+
68
+ ```
69
+ shared/
70
+ alex_green_personal_info.json # Shared dummy user profile used across all tasks
71
+ extra_info/
72
+ 004/grocery_list.json # Task-specific context (32 tasks have extra info)
73
+ 007/meal_plan.json
74
+ 043/pet_info.json
75
+ ...
76
+ ```
77
+
78
+ - **`shared/alex_green_personal_info.json`** — A comprehensive dummy user persona (Alex Green) including personal details, address, work history, education, financial information, and preferences. All tasks share this identity.
79
+ - **`extra_info/`** — Task-specific supplementary files referenced by the `extra_info` column. 32 of 153 tasks include additional context such as grocery lists, job links, meeting details, etc.
80
+
81
+ ### eval_schema
82
+
83
+ The `eval_schema` field configures the **request interceptor** — a mechanism that blocks the final HTTP request matching the specified URL pattern and method, preventing irreversible actions (checkout, form submission, etc.) from reaching the server. This allows safe evaluation on live websites.
84
+
85
+ ```json
86
+ {
87
+ "url_pattern": "taskrabbit\\.(com|ca)/(api/v\\d+/jobs|book/\\d+/confirm)",
88
+ "method": "POST"
89
+ }
90
+ ```
91
+
92
+ ## Task Categories (metaclass)
93
+
94
+ | Category | Tasks | Example Platforms |
95
+ |----------|-------|-------------------|
96
+ | daily-life | 21 | Uber Eats, Instacart, Zillow |
97
+ | entertainment-hobbies | 15 | Goodreads, Eventbrite, Fandango |
98
+ | creation-init | 13 | ClickUp, Typeform, Ghost |
99
+ | office-secretary-tasks | 9 | Trello, Calendly, Purelymail |
100
+ | rating-voting | 10 | TripAdvisor, Glassdoor, Yelp |
101
+ | education-learning | 9 | Coursera, LeetCode, Blinkist |
102
+ | travel | 9 | Google Flights, Hipcamp, Airbnb |
103
+ | beauty-personal-care | 9 | TaskRabbit, Booksy, Soko Glam |
104
+ | pet-animal-care | 8 | Rover, Petfinder, Chewy |
105
+ | job-search-hr | 8 | Indeed, Greenhouse, ZipRecruiter |
106
+ | academia-research | 5 | Zotero, Overleaf, Google Scholar |
107
+ | and 10 more... | | |
108
+
109
+ ## Usage
110
+
111
+ ```python
112
+ from datasets import load_dataset
113
+
114
+ ds = load_dataset("NAIL-Group/ClawBench", split="test")
115
+ print(ds[0])
116
+ ```
117
+
118
+ ## Citation
119
+
120
+ ```bibtex
121
+ @article{zhang2026clawbench,
122
+ title={ClawBench: Can AI Agents Complete Everyday Online Tasks?},
123
+ author={Yuxuan Zhang and Yubo Wang and Yipeng Zhu and Penghui Du and Junwen Miao and Xuan Lu and Wendong Xu and Yunzhuo Hao and Songcheng Cai and Xiaochen Wang and Huaisong Zhang and Xian Wu and Yi Lu and Minyi Lei and Kai Zou and Huifeng Yin and Ping Nie and Liang Chen and Dongfu Jiang and Wenhu Chen and Kelsey R. Allen},
124
+ journal={arXiv preprint arXiv:2604.08523},
125
+ year={2026}
126
+ }
127
+ ```
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb5856b30167a46e6fa793114e3a81e8200d71fb1503f297b80cdee0f89479bb
3
+ size 31443
extra_info/004/grocery_list.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "items": [
3
+ {
4
+ "name": "Whole milk (1 gallon)",
5
+ "quantity": 1,
6
+ "category": "dairy"
7
+ },
8
+ {
9
+ "name": "Large eggs (dozen)",
10
+ "quantity": 1,
11
+ "category": "dairy"
12
+ },
13
+ {
14
+ "name": "Whole wheat bread",
15
+ "quantity": 1,
16
+ "category": "bakery"
17
+ },
18
+ {
19
+ "name": "Chicken breast (boneless, skinless)",
20
+ "quantity": "2 lbs",
21
+ "category": "meat"
22
+ },
23
+ {
24
+ "name": "Broccoli (fresh)",
25
+ "quantity": "1 bunch",
26
+ "category": "produce"
27
+ },
28
+ {
29
+ "name": "Bananas",
30
+ "quantity": "1 bunch (6-7)",
31
+ "category": "produce"
32
+ }
33
+ ],
34
+ "delivery_preference": "cheapest available window",
35
+ "store_preference": "nearest"
36
+ }
extra_info/007/meal_plan.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "week_plan": [
3
+ {
4
+ "day": "Monday",
5
+ "breakfast": "Greek yogurt with granola",
6
+ "lunch": "Grilled chicken salad",
7
+ "dinner": "Salmon with steamed broccoli and brown rice"
8
+ },
9
+ {
10
+ "day": "Tuesday",
11
+ "breakfast": "Overnight oats with bananas",
12
+ "lunch": "Turkey wrap with veggies",
13
+ "dinner": "Pasta primavera with garlic bread"
14
+ }
15
+ ],
16
+ "dietary_restrictions": [
17
+ "no shellfish (allergy)",
18
+ "low sodium preferred"
19
+ ],
20
+ "servings_per_meal": 1
21
+ }
extra_info/015/listing_details.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "listing_title": "Bright 1BR in Toronto Annex, Furnished, July-August Sublet",
3
+ "description": "Spacious furnished one-bedroom apartment in the heart of Toronto's Annex neighborhood. Walking distance to U of T campus, TTC subway, and Bloor Street shops and restaurants. The unit features hardwood floors, in-suite laundry, a fully equipped kitchen, and a sunny south-facing balcony. Perfect for visiting scholars or summer interns.",
4
+ "price": 2400,
5
+ "currency": "CAD",
6
+ "period": "monthly",
7
+ "available_from": "2026-07-01",
8
+ "available_to": "2026-08-31",
9
+ "furnished": true,
10
+ "bedrooms": 1,
11
+ "bathrooms": 1,
12
+ "amenities": [
13
+ "In-suite laundry",
14
+ "Dishwasher",
15
+ "Balcony",
16
+ "Air conditioning",
17
+ "WiFi included"
18
+ ],
19
+ "photos": [
20
+ "living_room.jpg",
21
+ "bedroom.jpg",
22
+ "kitchen.jpg",
23
+ "balcony.jpg"
24
+ ],
25
+ "contact_email": "alex.green.uoft@clawbench.cc"
26
+ }
extra_info/043/pet_info.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Maple",
3
+ "species": "Dog",
4
+ "breed": "Golden Retriever",
5
+ "age_years": 4,
6
+ "weight_lbs": 35,
7
+ "sex": "Female (spayed)",
8
+ "date_of_birth": "2022-03-15",
9
+ "vaccinations_up_to_date": true,
10
+ "microchip_id": "985121012345678",
11
+ "dietary_notes": "Grain-free kibble, sensitive stomach"
12
+ }
extra_info/047/address_info.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "note": "Use home address from alex_green_personal_info.json",
3
+ "move out address": "Unit 1208, 664 Spadina Ave, Toronto, ON M5S 2H7, Canada",
4
+ "move in address": "450 Front St W, Toronto, ON M5V 0V7",
5
+ "Task size": "Large",
6
+ "Need Vehicle": "Yes, a Car"
7
+ }
extra_info/086/job_links.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "job_url": "https://boards.greenhouse.io/example/jobs/1234567",
3
+ "job_title": "Senior Software Engineer",
4
+ "company": "Example Corp"
5
+ }
extra_info/089/job_links.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "job_url": "https://boards.greenhouse.io/example/jobs/1234567",
3
+ "job_title": "Senior Software Engineer",
4
+ "company": "Example Corp"
5
+ }
extra_info/137/meeting_details.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "participants": [
3
+ {
4
+ "name": "Alex Green",
5
+ "email": "alex.green.uoft@clawbench.cc"
6
+ },
7
+ {
8
+ "name": "Jordan Peters",
9
+ "email": "jordan.peters@pinecresttech.com"
10
+ },
11
+ {
12
+ "name": "Emily Green",
13
+ "email": "emily.green@example.com"
14
+ },
15
+ {
16
+ "name": "Sam Chen",
17
+ "email": "sam.chen@example.com"
18
+ },
19
+ {
20
+ "name": "Taylor Kim",
21
+ "email": "taylor.kim@example.com"
22
+ }
23
+ ],
24
+ "time_options": [
25
+ "2026-04-07 10:00 AM ET",
26
+ "2026-04-08 2:00 PM ET",
27
+ "2026-04-09 11:00 AM ET",
28
+ "2026-04-10 3:00 PM ET"
29
+ ]
30
+ }
extra_info/142/task_list.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tasks": [
3
+ {
4
+ "name": "Define Q3 OKRs",
5
+ "list": "Today"
6
+ },
7
+ {
8
+ "name": "Review architecture RFC",
9
+ "list": "Today"
10
+ },
11
+ {
12
+ "name": "Set up CI/CD pipeline",
13
+ "list": "This Week"
14
+ },
15
+ {
16
+ "name": "Write integration tests",
17
+ "list": "This Week"
18
+ },
19
+ {
20
+ "name": "Prepare sprint demo",
21
+ "list": "This Week"
22
+ }
23
+ ],
24
+ "lists": [
25
+ {"name": "Next Week"},
26
+ {"name": "Next Next Week"},
27
+ {"name": "Next Month"}
28
+ ]
29
+ }
extra_info/179/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_name": "openclaw-agent-benchmark",
3
+ "visibility": "public",
4
+ "license": "MIT",
5
+ "description": "A benchmark for evaluating browser agents on real-world web tasks",
6
+ "topics": [
7
+ "benchmark",
8
+ "browser-agent",
9
+ "evaluation"
10
+ ],
11
+ "has_wiki": false,
12
+ "has_issues": true
13
+ }
extra_info/215/raw_results.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": [
3
+ "GPT-4o",
4
+ "Claude 3.5 Sonnet",
5
+ "Gemini 1.5 Pro",
6
+ "Llama 3.1 70B",
7
+ "Mistral Large"
8
+ ],
9
+ "metrics": [
10
+ "Accuracy",
11
+ "F1-Score",
12
+ "Latency (ms)",
13
+ "Cost ($/1K tokens)"
14
+ ],
15
+ "results": {
16
+ "GPT-4o": [
17
+ 0.923,
18
+ 0.918,
19
+ 342,
20
+ 0.015
21
+ ],
22
+ "Claude 3.5 Sonnet": [
23
+ 0.931,
24
+ 0.926,
25
+ 298,
26
+ 0.018
27
+ ],
28
+ "Gemini 1.5 Pro": [
29
+ 0.908,
30
+ 0.902,
31
+ 410,
32
+ 0.007
33
+ ],
34
+ "Llama 3.1 70B": [
35
+ 0.887,
36
+ 0.881,
37
+ 520,
38
+ 0.001
39
+ ],
40
+ "Mistral Large": [
41
+ 0.901,
42
+ 0.895,
43
+ 380,
44
+ 0.008
45
+ ]
46
+ }
47
+ }
extra_info/266/solution_code.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ class Solution:
2
+ def twoSum(self, nums: list[int], target: int) -> list[int]:
3
+ seen = {}
4
+ for i, num in enumerate(nums):
5
+ complement = target - num
6
+ if complement in seen:
7
+ return [seen[complement], i]
8
+ seen[num] = i
9
+ return []
extra_info/369/book_list.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "books": [
3
+ "Deep Learning by Ian Goodfellow",
4
+ "Pattern Recognition and Machine Learning by Christopher Bishop",
5
+ "The Hundred-Page Machine Learning Book by Andriy Burkov",
6
+ "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aur\u00e9lien G\u00e9ron",
7
+ "Machine Learning: A Probabilistic Perspective by Kevin Murphy",
8
+ "Reinforcement Learning: An Introduction by Richard Sutton",
9
+ "Speech and Language Processing by Dan Jurafsky",
10
+ "Information Theory, Inference and Learning Algorithms by David MacKay",
11
+ "Probabilistic Graphical Models by Daphne Koller",
12
+ "The Elements of Statistical Learning by Trevor Hastie"
13
+ ]
14
+ }
extra_info/372/event_details.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "event_name": "ML Paper Reading Group",
3
+ "event_type": "free",
4
+ "date": "2026-04-15",
5
+ "time": "6:00 PM - 8:00 PM ET",
6
+ "location": "Online (Zoom)",
7
+ "description": "Weekly paper reading group focusing on recent ML research. This week: attention mechanisms and transformer architectures. All levels welcome.",
8
+ "capacity": 50,
9
+ "organizer": "Alex Green"
10
+ }
extra_info/403/credentials.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "entries": [
3
+ {
4
+ "site": "github.com",
5
+ "username": "alexgreen-dev",
6
+ "password": "Gh$ecure2026!ax",
7
+ "notes": "Personal GitHub account"
8
+ },
9
+ {
10
+ "site": "aws.amazon.com",
11
+ "username": "alex.green@pinecresttech.com",
12
+ "password": "AwS#Pr0d2026!kx",
13
+ "notes": "Work AWS console"
14
+ },
15
+ {
16
+ "site": "slack.com",
17
+ "username": "alex.green@pinecresttech.com",
18
+ "password": "Sl@ckW0rk2026!mn",
19
+ "notes": "Pinecrest Slack"
20
+ },
21
+ {
22
+ "site": "jira.atlassian.com",
23
+ "username": "alex.green@pinecresttech.com",
24
+ "password": "J1r@Pr0j2026!vz",
25
+ "notes": "Project management"
26
+ },
27
+ {
28
+ "site": "notion.so",
29
+ "username": "alex.green.uoft@clawbench.cc",
30
+ "password": "N0t10n2026!Pers",
31
+ "notes": "Personal Notion"
32
+ }
33
+ ]
34
+ }
extra_info/413/task_list.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tasks": [
3
+ {
4
+ "name": "Define Q3 OKRs",
5
+ "assignee": "Alex Green",
6
+ "due_date": "2026-04-07",
7
+ "priority": "high"
8
+ },
9
+ {
10
+ "name": "Review architecture RFC",
11
+ "assignee": "Jordan Peters",
12
+ "due_date": "2026-04-10",
13
+ "priority": "high"
14
+ },
15
+ {
16
+ "name": "Set up CI/CD pipeline",
17
+ "assignee": "Alex Green",
18
+ "due_date": "2026-04-14",
19
+ "priority": "medium"
20
+ },
21
+ {
22
+ "name": "Write integration tests",
23
+ "assignee": "Alex Green",
24
+ "due_date": "2026-04-18",
25
+ "priority": "medium"
26
+ },
27
+ {
28
+ "name": "Prepare sprint demo",
29
+ "assignee": "Jordan Peters",
30
+ "due_date": "2026-04-21",
31
+ "priority": "low"
32
+ },
33
+ {
34
+ "name": "Update documentation",
35
+ "assignee": "Alex Green",
36
+ "due_date": "2026-04-25",
37
+ "priority": "low"
38
+ },
39
+ {
40
+ "name": "Security audit review",
41
+ "assignee": "Alex Green",
42
+ "due_date": "2026-04-28",
43
+ "priority": "high"
44
+ },
45
+ {
46
+ "name": "Performance benchmarking",
47
+ "assignee": "Alex Green",
48
+ "due_date": "2026-04-30",
49
+ "priority": "medium"
50
+ }
51
+ ]
52
+ }
extra_info/468/interview_experience.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "company": "TechCorp Inc.",
3
+ "position": "Senior Software Engineer",
4
+ "date": "2026-02-15",
5
+ "interview_type": "On-site (4 rounds)",
6
+ "difficulty": "Medium-Hard",
7
+ "experience": "Positive overall. The team was friendly and the questions were relevant to the role. Had a system design round focusing on distributed caching, two coding rounds (one on graph algorithms, one on API design), and a behavioral round.",
8
+ "offer_received": true,
9
+ "would_recommend": true
10
+ }
extra_info/469/review_content.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "review_text": "Excellent service and product quality. The user experience is intuitive and well-designed. Would recommend to colleagues.",
3
+ "rating": 5,
4
+ "pros": "Easy to use, great customer support, reliable service",
5
+ "cons": "Pricing could be more competitive for small teams"
6
+ }
extra_info/470/review_content.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "review_text": "Excellent service and product quality. The user experience is intuitive and well-designed. Would recommend to colleagues.",
3
+ "rating": 5,
4
+ "pros": "Easy to use, great customer support, reliable service",
5
+ "cons": "Pricing could be more competitive for small teams"
6
+ }
extra_info/482/content.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "content": "Sharing our latest research on scaling language models \u2014 key findings on training dynamics, emergent capabilities, and practical deployment considerations. #MachineLearning #AI #Research"
3
+ }
extra_info/486/content.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "content": "Sharing our latest research on scaling language models \u2014 key findings on training dynamics, emergent capabilities, and practical deployment considerations. #MachineLearning #AI #Research"
3
+ }
extra_info/487/survey_questions.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "title": "User Research Survey: Developer Productivity",
3
+ "questions": [
4
+ {
5
+ "id": 1,
6
+ "type": "multiple_choice",
7
+ "text": "What is your primary programming language?",
8
+ "options": [
9
+ "Python",
10
+ "JavaScript/TypeScript",
11
+ "Go",
12
+ "Java",
13
+ "Rust",
14
+ "Other"
15
+ ]
16
+ },
17
+ {
18
+ "id": 2,
19
+ "type": "rating",
20
+ "text": "How satisfied are you with your current IDE?",
21
+ "scale": "1-5"
22
+ },
23
+ {
24
+ "id": 3,
25
+ "type": "short_text",
26
+ "text": "What is the biggest bottleneck in your daily workflow?"
27
+ },
28
+ {
29
+ "id": 4,
30
+ "type": "multiple_choice",
31
+ "text": "How many hours per week do you spend on code reviews?",
32
+ "options": [
33
+ "0-2",
34
+ "3-5",
35
+ "6-10",
36
+ "10+"
37
+ ]
38
+ },
39
+ {
40
+ "id": 5,
41
+ "type": "yes_no",
42
+ "text": "Do you use AI-assisted coding tools?"
43
+ },
44
+ {
45
+ "id": 6,
46
+ "type": "long_text",
47
+ "text": "Describe your ideal development environment."
48
+ },
49
+ {
50
+ "id": 7,
51
+ "type": "multiple_choice",
52
+ "text": "What deployment method do you use most?",
53
+ "options": [
54
+ "Docker/K8s",
55
+ "Serverless",
56
+ "VMs",
57
+ "PaaS",
58
+ "Other"
59
+ ]
60
+ },
61
+ {
62
+ "id": 8,
63
+ "type": "rating",
64
+ "text": "How would you rate your team's CI/CD pipeline?",
65
+ "scale": "1-5"
66
+ },
67
+ {
68
+ "id": 9,
69
+ "type": "short_text",
70
+ "text": "What tool do you wish existed?"
71
+ },
72
+ {
73
+ "id": 10,
74
+ "type": "multiple_choice",
75
+ "text": "How do you prefer to learn new technologies?",
76
+ "options": [
77
+ "Documentation",
78
+ "Video tutorials",
79
+ "Hands-on projects",
80
+ "Courses",
81
+ "Peer learning"
82
+ ]
83
+ }
84
+ ]
85
+ }
extra_info/488/content.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "content": "Sharing our latest research on scaling language models \u2014 key findings on training dynamics, emergent capabilities, and practical deployment considerations. #MachineLearning #AI #Research"
3
+ }
extra_info/489/content.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "content": "Sharing our latest research on scaling language models \u2014 key findings on training dynamics, emergent capabilities, and practical deployment considerations. #MachineLearning #AI #Research"
3
+ }
extra_info/501/project_description.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "project_type": "bathroom renovation",
3
+ "description": "Full bathroom renovation for a standard-size condo bathroom (approx. 5x8 ft). Looking to replace the bathtub with a walk-in shower, update the vanity and mirror, install new tile flooring, and add a heated towel rack. Prefer modern minimalist style with neutral tones.",
4
+ "budget_range": "$8,000 - $15,000 CAD",
5
+ "timeline": "4-6 weeks",
6
+ "location": "Toronto, ON (condo building)",
7
+ "special_requirements": "Must comply with condo renovation rules. Need quiet hours (no work before 9am or after 5pm)."
8
+ }
extra_info/566/listing_details.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "listing_title": "Bright 1BR in Toronto Annex, Furnished, July-August Sublet",
3
+ "description": "Spacious furnished one-bedroom apartment in the heart of Toronto's Annex neighborhood. Walking distance to U of T campus, TTC subway, and Bloor Street shops and restaurants. The unit features hardwood floors, in-suite laundry, a fully equipped kitchen, and a sunny south-facing balcony. Perfect for visiting scholars or summer interns.",
4
+ "price": 2400,
5
+ "currency": "CAD",
6
+ "period": "monthly",
7
+ "available_from": "2026-07-01",
8
+ "available_to": "2026-08-31",
9
+ "furnished": true,
10
+ "bedrooms": 1,
11
+ "bathrooms": 1,
12
+ "amenities": [
13
+ "In-suite laundry",
14
+ "Dishwasher",
15
+ "Balcony",
16
+ "Air conditioning",
17
+ "WiFi included"
18
+ ],
19
+ "photos": [
20
+ "living_room.jpg",
21
+ "bedroom.jpg",
22
+ "kitchen.jpg",
23
+ "balcony.jpg"
24
+ ],
25
+ "contact_email": "alex.green.uoft@clawbench.cc"
26
+ }
extra_info/571/listing_details.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "listing_title": "Bright 1BR in Toronto Annex, Furnished, July-August Sublet",
3
+ "description": "Spacious furnished one-bedroom apartment in the heart of Toronto's Annex neighborhood. Walking distance to U of T campus, TTC subway, and Bloor Street shops and restaurants. The unit features hardwood floors, in-suite laundry, a fully equipped kitchen, and a sunny south-facing balcony. Perfect for visiting scholars or summer interns.",
4
+ "price": 2400,
5
+ "currency": "CAD",
6
+ "period": "monthly",
7
+ "available_from": "2026-07-01",
8
+ "available_to": "2026-08-31",
9
+ "furnished": true,
10
+ "bedrooms": 1,
11
+ "bathrooms": 1,
12
+ "amenities": [
13
+ "In-suite laundry",
14
+ "Dishwasher",
15
+ "Balcony",
16
+ "Air conditioning",
17
+ "WiFi included"
18
+ ],
19
+ "photos": [
20
+ "living_room.jpg",
21
+ "bedroom.jpg",
22
+ "kitchen.jpg",
23
+ "balcony.jpg"
24
+ ],
25
+ "contact_email": "alex.green.uoft@clawbench.cc"
26
+ }
extra_info/778/payment_info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "note": "Use credit card from alex_green_personal_info.json (TD Aeroplan Visa Infinite: 4519 8734 2460 4532, exp 09/28, CVV 847)"
3
+ }
extra_info/780/address_info.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "note": "Use home address from alex_green_personal_info.json",
3
+ "home_address": "Unit 1208, 664 Spadina Ave, Toronto, ON M5S 2H7, Canada"
4
+ }
extra_info/781/email_info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "note": "Use email credentials from common_info (email_credentials). The disposable email is alex.green.uoft@clawbench.cc"
3
+ }
extra_info/796/pet_info.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Maple",
3
+ "species": "Dog",
4
+ "breed": "Golden Retriever",
5
+ "age_years": 4,
6
+ "weight_lbs": 65,
7
+ "sex": "Female (spayed)",
8
+ "date_of_birth": "2022-03-15",
9
+ "vaccinations_up_to_date": true,
10
+ "microchip_id": "985121012345678",
11
+ "dietary_notes": "Grain-free kibble, sensitive stomach"
12
+ }
extra_info/803/pet_info.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Maple",
3
+ "species": "Dog",
4
+ "breed": "Golden Retriever",
5
+ "age_years": 4,
6
+ "weight_lbs": 65,
7
+ "sex": "Female (spayed)",
8
+ "date_of_birth": "2022-03-15",
9
+ "vaccinations_up_to_date": true,
10
+ "microchip_id": "985121012345678",
11
+ "dietary_notes": "Grain-free kibble, sensitive stomach"
12
+ }
shared/alex_green_personal_info.json ADDED
@@ -0,0 +1,451 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "identity": {
3
+ "legal_name": {
4
+ "first": "Alex",
5
+ "middle": null,
6
+ "last": "Green"
7
+ },
8
+ "preferred_name": "Alex",
9
+ "date_of_birth": "1980-May-01",
10
+ "gender": "Female",
11
+ "pronouns": "she/her",
12
+ "nationality": "Canadian",
13
+ "citizenship": [
14
+ "Canada"
15
+ ],
16
+ "marital_status": "Single",
17
+ "height_cm": 168,
18
+ "eye_color": "Brown",
19
+ "mothers_maiden_name": "Campbell",
20
+ "security_questions": [
21
+ {
22
+ "question": "What was the name of your first pet?",
23
+ "answer": "Buddy"
24
+ },
25
+ {
26
+ "question": "What street did you grow up on?",
27
+ "answer": "Spadina Ave"
28
+ },
29
+ {
30
+ "question": "What is your favorite book?",
31
+ "answer": "Designing Data-Intensive Applications"
32
+ }
33
+ ],
34
+ "languages": [
35
+ {
36
+ "language": "English",
37
+ "proficiency": "Native"
38
+ },
39
+ {
40
+ "language": "French",
41
+ "proficiency": "Intermediate (B1)"
42
+ }
43
+ ]
44
+ },
45
+ "contact": {
46
+ "email": "alex.green.uoft@clawbench.cc"
47
+ },
48
+ "address": {
49
+ "home": {
50
+ "unit": "1208",
51
+ "street": "664 Spadina Ave",
52
+ "city": "Toronto",
53
+ "province": "Ontario",
54
+ "postal_code": "M5S 2H7",
55
+ "country": "Canada",
56
+ "full": "Unit 1208, 664 Spadina Ave, Toronto, ON M5S 2H7, Canada",
57
+ "residency_since": "1980-05",
58
+ "previous_addresses": []
59
+ },
60
+ "work": {
61
+ "street": "200 University Ave, Suite 1700",
62
+ "city": "Toronto",
63
+ "province": "Ontario",
64
+ "postal_code": "M5H 3C6",
65
+ "country": "Canada"
66
+ },
67
+ "mailing_same_as_home": true
68
+ },
69
+ "education": [
70
+ {
71
+ "degree": "Bachelor of Science",
72
+ "field": "Computer Science",
73
+ "university": "University of Toronto",
74
+ "campus": "St. George",
75
+ "start_date": "1998-09",
76
+ "graduation_date": "2002-06",
77
+ "gpa": "3.6/4.0",
78
+ "honors": "Dean's List (2001, 2002)",
79
+ "student_id": "1002345674"
80
+ },
81
+ {
82
+ "degree": "Master of Science",
83
+ "field": "Computer Science",
84
+ "university": "University of Toronto",
85
+ "campus": "St. George",
86
+ "start_date": "2002-09",
87
+ "graduation_date": "2004-06",
88
+ "gpa": "3.8/4.0",
89
+ "thesis": "Efficient Query Processing in Distributed Database Systems",
90
+ "student_id": "1002345674"
91
+ },
92
+ {
93
+ "degree": "Doctor of Philosophy",
94
+ "field": "Computer Science",
95
+ "university": "University of Toronto",
96
+ "campus": "St. George",
97
+ "start_date": "2004-09",
98
+ "graduation_date": "2010-06",
99
+ "dissertation": "Scalable Real-Time Data Pipeline Architectures for High-Throughput Transaction Processing",
100
+ "gpa": "3.9/4.0",
101
+ "supervisor": "Prof. Eldon Marchetti",
102
+ "student_id": "1002345674"
103
+ }
104
+ ],
105
+ "work_experience": [
106
+ {
107
+ "title": "Senior Software Engineer",
108
+ "company": "Pinecrest Technologies Inc.",
109
+ "industry": "Enterprise SaaS",
110
+ "location": "Toronto, ON",
111
+ "start_date": "2019-03",
112
+ "end_date": null,
113
+ "is_current": true,
114
+ "salary": {
115
+ "amount": 145000,
116
+ "currency": "CAD",
117
+ "period": "annual"
118
+ },
119
+ "responsibilities": [
120
+ "Lead backend team of 5 engineers building distributed data pipelines for enterprise SaaS platform",
121
+ "Design and implement RESTful APIs serving 2M+ daily requests with sub-100ms p99 latency",
122
+ "Mentor junior developers and conduct code reviews, improving team velocity by 30%"
123
+ ],
124
+ "supervisor": {
125
+ "name": "Jordan Peters",
126
+ "title": "VP Engineering",
127
+ "email": "jordan.peters@pinecresttech.com"
128
+ }
129
+ },
130
+ {
131
+ "title": "Software Engineer",
132
+ "company": "Crestridge Digital Corp.",
133
+ "industry": "FinTech",
134
+ "location": "Toronto, ON",
135
+ "start_date": "2012-06",
136
+ "end_date": "2019-02",
137
+ "is_current": false,
138
+ "responsibilities": [
139
+ "Developed real-time transaction processing systems handling $50M+ daily volume in FinTech",
140
+ "Built automated testing frameworks reducing QA cycle by 40%",
141
+ "Collaborated with product team on mobile banking features serving 500K+ users"
142
+ ],
143
+ "reason_for_leaving": "Career growth opportunity"
144
+ },
145
+ {
146
+ "title": "Software Developer",
147
+ "company": "Cedarbrook Solutions Ltd.",
148
+ "industry": "IT Consulting",
149
+ "location": "Toronto, ON",
150
+ "start_date": "2002-09",
151
+ "end_date": "2012-05",
152
+ "is_current": false,
153
+ "note": "Part-time (20 hrs/week) during MSc (2002-2004) and PhD (2004-2010); transitioned to full-time after PhD completion in 2010",
154
+ "responsibilities": [
155
+ "Full-stack web development for enterprise clients across multiple industries",
156
+ "Database administration and performance optimization for high-traffic applications",
157
+ "Part-time during graduate studies (2002–2010); full-time from 2010"
158
+ ],
159
+ "reason_for_leaving": "Seeking specialization in FinTech"
160
+ }
161
+ ],
162
+ "skills": {
163
+ "technical": [
164
+ "Python",
165
+ "Java",
166
+ "TypeScript",
167
+ "Go",
168
+ "PostgreSQL",
169
+ "Redis",
170
+ "AWS",
171
+ "Docker",
172
+ "Kubernetes",
173
+ "Terraform",
174
+ "CI/CD",
175
+ "REST API Design",
176
+ "GraphQL",
177
+ "React",
178
+ "Node.js"
179
+ ],
180
+ "certifications": [
181
+ {
182
+ "name": "AWS Solutions Architect – Associate",
183
+ "issuer": "Amazon Web Services",
184
+ "date": "2024-08",
185
+ "expiry": "2027-08",
186
+ "id": "4GHKL8N2PQRS7T9V"
187
+ },
188
+ {
189
+ "name": "Certified Kubernetes Administrator – CKA",
190
+ "issuer": "CNCF",
191
+ "date": "2025-03",
192
+ "expiry": "2027-03",
193
+ "id": "LF-k8s7g4m2n1"
194
+ }
195
+ ],
196
+ "soft_skills": [
197
+ "Team Leadership",
198
+ "Technical Mentoring",
199
+ "Cross-functional Collaboration",
200
+ "Agile/Scrum"
201
+ ]
202
+ },
203
+ "government_ids": {
204
+ "sin": "472-345-678",
205
+ "passport": {
206
+ "number": "JK456789",
207
+ "country": "Canada",
208
+ "issue_date": "2021-05-15",
209
+ "expiry_date": "2031-05-14",
210
+ "place_of_birth": {
211
+ "city": "Toronto",
212
+ "province": "Ontario",
213
+ "country": "Canada"
214
+ },
215
+ "place_of_birth_full": "Toronto, Ontario, Canada"
216
+ },
217
+ "drivers_license": {
218
+ "number": "G4567-89018-05501",
219
+ "province": "Ontario",
220
+ "class": "G",
221
+ "issue_date": "2025-10-01",
222
+ "expiry_date": "2030-10-01"
223
+ },
224
+ "health_card": {
225
+ "province": "Ontario",
226
+ "number": "6789-012-345",
227
+ "version_code": "JG",
228
+ "expiry_date": "2027-01-01"
229
+ }
230
+ },
231
+ "financial": {
232
+ "bank_accounts": [
233
+ {
234
+ "institution": "TD Canada Trust",
235
+ "institution_number": "004",
236
+ "transit_number": "10202",
237
+ "account_number": "6781234",
238
+ "type": "Chequing",
239
+ "is_primary": true
240
+ },
241
+ {
242
+ "institution": "TD Canada Trust",
243
+ "institution_number": "004",
244
+ "transit_number": "10202",
245
+ "account_number": "6785678",
246
+ "type": "Savings",
247
+ "is_primary": false
248
+ }
249
+ ],
250
+ "credit_cards": [
251
+ {
252
+ "issuer": "TD",
253
+ "type": "TD Aeroplan Visa Infinite",
254
+ "number": "4519873424604532",
255
+ "number_formatted": "4519 8734 2460 4532",
256
+ "expiry": "2028-09",
257
+ "expiry_formatted": "09/28",
258
+ "cvv": "847",
259
+ "cardholder_name": "ALEX GREEN",
260
+ "billing_address_same_as_home": true
261
+ },
262
+ {
263
+ "issuer": "CIBC",
264
+ "type": "CIBC Aventura Visa",
265
+ "number": "4732001596738901",
266
+ "number_formatted": "4732 0015 9673 8901",
267
+ "expiry": "2027-04",
268
+ "expiry_formatted": "04/27",
269
+ "cvv": "263",
270
+ "cardholder_name": "ALEX GREEN",
271
+ "billing_address_same_as_home": true
272
+ }
273
+ ],
274
+ "annual_income_cad": 145000,
275
+ "tax_filing_status": "Single",
276
+ "rrsp_contribution_room": 42000,
277
+ "tfsa_contribution_room": 64000,
278
+ "investment_accounts": [
279
+ {
280
+ "platform": "Wealthsimple",
281
+ "account_type": "TFSA",
282
+ "balance_approx": 45000
283
+ },
284
+ {
285
+ "platform": "Wealthsimple",
286
+ "account_type": "Personal (Non-registered)",
287
+ "balance_approx": 22000
288
+ },
289
+ {
290
+ "platform": "Questrade",
291
+ "account_type": "RRSP",
292
+ "balance_approx": 120000
293
+ }
294
+ ],
295
+ "investment_profile": {
296
+ "knowledge_level": "Advanced",
297
+ "investment_objectives": "Long-term growth",
298
+ "risk_tolerance": "Medium-High",
299
+ "time_horizon": "10+ years",
300
+ "employment_status": "Employed",
301
+ "years_investing": 15
302
+ },
303
+ "net_worth_range": "500K-1M",
304
+ "liquid_assets_range": "100K-250K"
305
+ },
306
+ "insurance": {
307
+ "health": {
308
+ "provider": "OHIP (Ontario Health Insurance Plan)",
309
+ "number": "6789-012-345",
310
+ "supplementary": {
311
+ "provider": "Sun Life (via employer)",
312
+ "group_number": "502341",
313
+ "member_id": "12345-A",
314
+ "coverage": [
315
+ "Dental",
316
+ "Vision",
317
+ "Prescription",
318
+ "Paramedical"
319
+ ]
320
+ }
321
+ },
322
+ "auto": {
323
+ "provider": "Aviva Canada",
324
+ "policy_number": "W20247890",
325
+ "coverage_type": "Comprehensive",
326
+ "deductible": 500,
327
+ "expiry": "2026-07-01"
328
+ },
329
+ "home_tenant": {
330
+ "provider": "Square One Insurance",
331
+ "policy_number": "SQ1-T-2025-34567",
332
+ "type": "Tenant",
333
+ "monthly_premium": 45,
334
+ "expiry": "2027-04-01"
335
+ }
336
+ },
337
+ "vehicle": {
338
+ "make": "Honda",
339
+ "model": "Civic",
340
+ "year": 2021,
341
+ "color": "Lunar Silver Metallic",
342
+ "vin": "2HGFC2F6XMH012345",
343
+ "plate": "CQXW 234",
344
+ "province": "Ontario",
345
+ "fuel_type": "Gasoline",
346
+ "odometer_km": 38000
347
+ },
348
+ "pet": {
349
+ "name": "Maple",
350
+ "species": "Dog",
351
+ "breed": "Golden Retriever",
352
+ "age_years": 4,
353
+ "weight_lbs": 65,
354
+ "sex": "Female (spayed)",
355
+ "microchip_id": "985121012345678",
356
+ "vaccinations_up_to_date": true,
357
+ "date_of_birth": "2022-03-15",
358
+ "vet": {
359
+ "name": "Harbord Veterinary Hospital",
360
+ "address": "599 Harbord St, Toronto, ON"
361
+ },
362
+ "dietary_notes": "Grain-free kibble, sensitive stomach"
363
+ },
364
+ "medical": {
365
+ "blood_type": "A+",
366
+ "allergies": [
367
+ "Penicillin",
368
+ "Shellfish"
369
+ ],
370
+ "current_medications": [
371
+ {
372
+ "name": "Levothyroxine",
373
+ "dosage": "50mcg",
374
+ "frequency": "daily",
375
+ "prescriber": "Dr. Linnea Vanderholt",
376
+ "rx_number": "RX-2024-08-33741",
377
+ "din": "02550717"
378
+ }
379
+ ],
380
+ "family_doctor": {
381
+ "name": "Dr. Linnea Vanderholt",
382
+ "clinic": "Harbord Health Centre"
383
+ },
384
+ "pharmacy": {
385
+ "name": "Shoppers Drug Mart",
386
+ "address": "360A Bloor St W, Toronto, ON"
387
+ },
388
+ "emergency_contact": {
389
+ "name": "Emily Green",
390
+ "relationship": "Sister"
391
+ }
392
+ },
393
+ "preferences": {
394
+ "dietary": {
395
+ "restrictions": [
396
+ "Shellfish allergy"
397
+ ],
398
+ "preferences": [
399
+ "Low sodium",
400
+ "Mediterranean-style"
401
+ ],
402
+ "favorite_cuisines": [
403
+ "Japanese",
404
+ "Italian",
405
+ "Thai"
406
+ ]
407
+ },
408
+ "travel": {
409
+ "seat_preference": "Window",
410
+ "meal_preference": "Regular (no shellfish)",
411
+ "hotel_preferences": [
412
+ "Non-smoking",
413
+ "High floor",
414
+ "Quiet room"
415
+ ],
416
+ "loyalty_programs": [
417
+ {
418
+ "program": "Aeroplan",
419
+ "number": "284567890"
420
+ },
421
+ {
422
+ "program": "Marriott Bonvoy",
423
+ "number": "847293156"
424
+ },
425
+ {
426
+ "program": "Airbnb",
427
+ "account_linked_to_google": true
428
+ }
429
+ ],
430
+ "passport_country": "Canada",
431
+ "known_traveller_number": "981234567",
432
+ "nexus_card": "981234567"
433
+ },
434
+ "communication": {
435
+ "preferred_language": "English",
436
+ "timezone": "America/Toronto",
437
+ "preferred_contact_method": "Email",
438
+ "notification_preferences": "Email + push, no phone calls"
439
+ },
440
+ "shopping": {
441
+ "clothing_size": {
442
+ "top": "M",
443
+ "bottom": "8",
444
+ "shoe": "US 8.5"
445
+ },
446
+ "shipping_preference": "Standard (free) when available",
447
+ "amazon_prime": true
448
+ }
449
+ },
450
+ "professional_summary": "Senior Software Engineer with 23+ years of experience in full-stack development, distributed systems, and cloud infrastructure. PhD in Computer Science from the University of Toronto. Currently leading a backend team at Pinecrest Technologies Inc., building enterprise data pipeline solutions. Previously built real-time transaction processing systems in FinTech. AWS and Kubernetes certified."
451
+ }
test-cases.jsonl ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"task_id": 1, "instruction": "On Uber Eats, order delivery: one Pad Thai, deliver to home address, note \"no peanuts\"", "metaclass": "daily-life", "class": "food", "platform": "uber-eats", "sites": ["ubereats.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
2
+ {"task_id": 2, "instruction": "On DoorDash, order delivery: one Big Mac + two 10 pc McNuggets, select fastest delivery", "metaclass": "daily-life", "class": "food", "platform": "doordash", "sites": ["doordash.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
3
+ {"task_id": 4, "instruction": "Place an Instacart order for a week's groceries: milk, eggs, whole wheat bread, chicken breast, broccoli, bananas; select the cheapest delivery window", "metaclass": "daily-life", "class": "food", "platform": "instacart", "sites": ["instacart.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/004/grocery_list.json\", \"description\": \"Weekly grocery list with items, quantities, and categories\"}]", "shared_info": "shared/alex_green_personal_info.json"}
4
+ {"task_id": 6, "instruction": "On Uber Eats, order a vegan delivery (labeled vegan), deliver to office address", "metaclass": "daily-life", "class": "food", "platform": "uber-eats", "sites": ["ubereats.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
5
+ {"task_id": 7, "instruction": "On Instacart, purchase all ingredients for 2-day meal plan recipes, with the nearest supermarket auto-selected", "metaclass": "daily-life", "class": "food", "platform": "instacart", "sites": ["instacart.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/007/meal_plan.json\", \"description\": \"2-day meal plan with recipes and dietary restrictions\"}]", "shared_info": "shared/alex_green_personal_info.json"}
6
+ {"task_id": 11, "instruction": "Search Zillow for a one-bedroom apartment in Toronto downtown under $3500/month, select one and submit a rental application", "metaclass": "daily-life", "class": "housing", "platform": "zillow", "sites": ["zillow.com"], "eval_schema": "{\"url_pattern\": \"zillow\\\\.com/rentals/api/rcf/v1/rcf\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
7
+ {"task_id": 15, "instruction": "Post a sublet listing on Craigslist: one-bedroom near Toronto Annex, $2400/month, July-August, furnished", "metaclass": "daily-life", "class": "housing", "platform": "craigslist", "sites": ["craigslist.org"], "eval_schema": "{\"url_pattern\": \"post\\\\.craigslist\\\\.org/k/\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/015/listing_details.json\", \"description\": \"Sublet listing details including description, amenities, and photos\"}]", "shared_info": "shared/alex_green_personal_info.json"}
8
+ {"task_id": 35, "instruction": "Sign up on BetterHelp, book a counseling session, and complete the initial questionnaire", "metaclass": "daily-life", "class": "health-medical", "platform": "betterhelp", "sites": ["betterhelp.com"], "eval_schema": "{\"url_pattern\": \"betterhelp\\\\.com/api/ai-quiz/submit-summary\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
9
+ {"task_id": 41, "instruction": "Book daytime dog walking service on Rover for Monday through Friday next week, large dog (Golden Retriever)", "metaclass": "daily-life", "class": "pets", "platform": "rover", "sites": ["rover.com"], "eval_schema": "{\"url_pattern\": \"rover\\\\.com/api/v7/people/.+/services/dog-walking/contactability\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
10
+ {"task_id": 43, "instruction": "Book 5-day pet boarding next month on Rover (medium-sized dog), sitter rated 4.8+", "metaclass": "daily-life", "class": "pets", "platform": "rover", "sites": ["rover.com"], "eval_schema": "{\"url_pattern\": \"rover\\\\.com/api/v\\\\d+/people/[^/]+/services/overnight-boarding/contactability\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/043/pet_info.json\", \"description\": \"Pet information for Alex Green's dog Maple (Golden Retriever, 4 years, 35 lbs)\"}]", "shared_info": "shared/alex_green_personal_info.json"}
11
+ {"task_id": 45, "instruction": "Book a women's haircut on Booksy for the upcoming Saturday afternoon", "metaclass": "daily-life", "class": "personal-care", "platform": "booksy", "sites": ["booksy.com"], "eval_schema": "{\"url_pattern\": \"booksy\\\\.com/core/v\\\\d+/customer_api/me/appointments/business/\\\\d+/?$\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
12
+ {"task_id": 47, "instruction": "Find a moving helper on TaskRabbit, next Saturday 9am-1pm, 1 bedroom apartment", "metaclass": "daily-life", "class": "personal-care", "platform": "taskrabbit", "sites": ["taskrabbit.com"], "eval_schema": "{\"url_pattern\": \"taskrabbit\\\\.(com|ca)/(api/v\\\\d+/jobs|book/\\\\d+/confirm)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/047/address_info.json\", \"description\": \"Address information (references alex_green_personal_info.json)\"}]", "shared_info": "shared/alex_green_personal_info.json"}
13
+ {"task_id": 86, "instruction": "Extract information from resume.pdf and fill out the Meta Senior Software Engineer application on Greenhouse", "metaclass": "job-search-hr", "class": "cv-autofill", "platform": "greenhouse-meta", "sites": ["greenhouse.com"], "eval_schema": "{\"url_pattern\": \"boards-api\\\\.greenhouse\\\\.io/v1/boards/.+/jobs/\\\\d+|job-boards\\\\.greenhouse\\\\.io/.+/jobs/\\\\d+\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/086/job_links.json\", \"description\": \"Job posting URL(s) to apply to\"}]", "shared_info": "shared/alex_green_personal_info.json"}
14
+ {"task_id": 89, "instruction": "Use Simplify Jobs to one-click auto-fill the Amazon Applied Scientist application", "metaclass": "job-search-hr", "class": "cv-autofill", "platform": "simplify-jobs", "sites": ["simplify.jobs"], "eval_schema": "{\"url_pattern\": \"api\\\\.simplify\\\\.jobs/v2/candidate/me/application\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/089/job_links.json\", \"description\": \"Job posting URL(s) to apply to\"}]", "shared_info": "shared/alex_green_personal_info.json"}
15
+ {"task_id": 91, "instruction": "Search \"Senior Software Engineer\" (Toronto) on Indeed, apply to the top-ranked listing", "metaclass": "job-search-hr", "class": "job-apply", "platform": "indeed", "sites": ["indeed.com"], "eval_schema": "{\"url_pattern\": \"smartapply\\\\.indeed\\\\.com/beta/indeedapply/resumeapply|apply\\\\.indeed\\\\.com/indeedapply/postresumeapply|smartapply\\\\.indeed\\\\.com/beta/indeedapply/submit\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
16
+ {"task_id": 120, "instruction": "On Purelymail, send an email to jordan.peters@clawbench.cc with subject \"Meeting Reschedule\"", "metaclass": "office-secretary-tasks", "class": "email-mgmt", "platform": "purelymail", "sites": ["mail.google.com"], "eval_schema": "{\"url_pattern\": \"inbox\\\\.purelymail\\\\.com\", \"method\": \"POST\", \"body\": {\"_action\": \"send\"}}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
17
+ {"task_id": 121, "instruction": "Set up Purelymail vacation responder, content: Out of work from June 01 to 15; back on June 16.", "metaclass": "office-secretary-tasks", "class": "email-mgmt", "platform": "purelymail", "sites": ["mail.google.com"], "eval_schema": "{\"url_pattern\": \"inbox\\\\.purelymail\\\\.com\", \"method\": \"POST\", \"body\": {\"_action\": \"plugin.managesieve-save\"}}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
18
+ {"task_id": 128, "instruction": "Create a Purelymail filter: subject \"invoice\" -> label \"Invoices\" (Move to Invoices mail folder) + flagged", "metaclass": "office-secretary-tasks", "class": "email-mgmt", "platform": "purelymail", "sites": ["mail.google.com"], "eval_schema": "{\"url_pattern\": \"inbox\\\\.purelymail\\\\.com\", \"method\": \"POST\", \"body\": {\"_action\": \"plugin.managesieve-save\"}}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
19
+ {"task_id": 134, "instruction": "Set up availability on Calendly: Mon-Fri 10-12 and 2-4", "metaclass": "office-secretary-tasks", "class": "calendar", "platform": "calendly", "sites": ["calendly.com"], "eval_schema": "{\"url_pattern\": \"calendly\\\\.com/app/intro/api/availability\", \"method\": \"PUT\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
20
+ {"task_id": 137, "instruction": "Create a poll on Doodle: 5-person meeting with 4 time options (60 mins duration) and send invite link to other four people", "metaclass": "office-secretary-tasks", "class": "calendar", "platform": "doodle", "sites": ["doodle.com"], "eval_schema": "{\"url_pattern\": \"api\\\\.doodle\\\\.com/scheduling/scheduling-attempts\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/137/meeting_details.json\", \"description\": \"Meeting participants and proposed time options\"}]", "shared_info": "shared/alex_green_personal_info.json"}
21
+ {"task_id": 139, "instruction": "Create a Calendly event type \"Office Hours\": 30min, Tue/Thu 2-4pm", "metaclass": "office-secretary-tasks", "class": "calendar", "platform": "calendly", "sites": ["calendly.com"], "eval_schema": "{\"url_pattern\": \"calendly\\\\.com/app/intro/api/availability\", \"method\": \"PUT\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
22
+ {"task_id": 142, "instruction": "Create a Trello board \"Q3 Sprint Planning\" with 3 lists + 5 cards", "metaclass": "office-secretary-tasks", "class": "collab", "platform": "trello", "sites": ["trello.com"], "eval_schema": "{\"url_pattern\": \"trello\\\\.com/1/boards\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/142/task_list.json\", \"description\": \"Task list with names, assignees, due dates, and priorities\"}]", "shared_info": "shared/alex_green_personal_info.json"}
23
+ {"task_id": 179, "instruction": "Create repo \"openclaw-agent-benchmark\" on GitHub + README + MIT LICENSE + .gitignore", "metaclass": "dev-tech", "class": "github-ops", "platform": "github", "sites": ["github.com"], "eval_schema": "{\"url_pattern\": \"github\\\\.com/repositories$\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/179/config.json\", \"description\": \"Configuration details for the task\"}]", "shared_info": "shared/alex_green_personal_info.json"}
24
+ {"task_id": 180, "instruction": "Fork huggingface/transformers on GitHub and create branch \"fix-tokenizer-bug\"", "metaclass": "dev-tech", "class": "github-ops", "platform": "github", "sites": ["github.com"], "eval_schema": "{\"url_pattern\": \"github\\\\.com/[^/]+/transformers/branches$\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
25
+ {"task_id": 215, "instruction": "On Overleaf, create a new project and write a LaTeX booktabs table with 5 models x 4 metrics + Average + Delta row. The project must compile without errors and display the formatted table.", "metaclass": "academia-research", "class": "paper-tables", "platform": "overleaf", "sites": ["overleaf.com"], "eval_schema": "{\"url_pattern\": \"overleaf\\\\.com/project/[a-f0-9]+/compile\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/215/raw_results.json\", \"description\": \"Raw benchmark results: 5 models \\u00d7 4 metrics\"}]", "shared_info": "shared/alex_green_personal_info.json"}
26
+ {"task_id": 242, "instruction": "Overleaf: Create project \"CVPR2026_Submission\" using CVPR 2026 template", "metaclass": "academia-research", "class": "research-tools", "platform": "overleaf", "sites": ["overleaf.com"], "eval_schema": "{\"url_pattern\": \"overleaf\\\\.com/project/[a-f0-9]+/settings\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
27
+ {"task_id": 246, "instruction": "Zotero Web: Batch import papers from 5 URLs with auto metadata", "metaclass": "academia-research", "class": "research-tools", "platform": "zotero", "sites": ["zotero.org"], "eval_schema": "{\"url_pattern\": \"api\\\\.zotero\\\\.org/users/\\\\d+/items\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
28
+ {"task_id": 247, "instruction": "Semantic Scholar: Create feed for \"LLMs\"", "metaclass": "academia-research", "class": "research-tools", "platform": "semantic-scholar", "sites": ["semanticscholar.org"], "eval_schema": "{\"url_pattern\": \"semanticscholar\\\\.org/api/1/alert\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
29
+ {"task_id": 265, "instruction": "On Coursera, enroll in the \"Deep Learning Specialization\" by reaching the checkout or payment page with enrollment details filled in.", "metaclass": "education-learning", "class": "general", "platform": "coursera", "sites": ["coursera.org"], "eval_schema": "{\"url_pattern\": \"coursera\\\\.org/api/subscriptions\\\\.v1/\\\\?action=createCart\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
30
+ {"task_id": 266, "instruction": "On LeetCode, open the \"Two Sum\" problem, write a correct Python solution in the code editor, and click the Submit button.", "metaclass": "education-learning", "class": "general", "platform": "leetcode", "sites": ["leetcode.com"], "eval_schema": "{\"url_pattern\": \"leetcode\\\\.com/problems/two-sum/submit\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/266/solution_code.py\", \"description\": \"Python solution for the Two Sum problem\"}]", "shared_info": "shared/alex_green_personal_info.json"}
31
+ {"task_id": 273, "instruction": "On edX, enroll in CS50 by selecting the free audit track and completing the enrollment process until the course content or dashboard is accessible.", "metaclass": "education-learning", "class": "general", "platform": "edx", "sites": ["edx.org"], "eval_schema": "{\"url_pattern\": \"www\\\\.edx\\\\.org/track-select/\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
32
+ {"task_id": 274, "instruction": "Udemy: Purchase \"Complete Python Bootcamp\"", "metaclass": "education-learning", "class": "general", "platform": "udemy", "sites": ["udemy.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
33
+ {"task_id": 279, "instruction": "On Airbnb, search for an apartment in Shibuya, Tokyo for July 01–07 next year for 2 guests, select a listing, and proceed to the \"Confirm and pay\" page with all guest and payment details filled in.", "metaclass": "travel", "class": "general", "platform": "airbnb", "sites": ["airbnb.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
34
+ {"task_id": 280, "instruction": "Booking.com: Book a hotel in central Paris for 3 nights next August, double room, breakfast included, free cancellation", "metaclass": "travel", "class": "general", "platform": "booking-com", "sites": ["booking.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
35
+ {"task_id": 363, "instruction": "Ticketmaster: Buy 2 tickets for an upcoming Raptors home game", "metaclass": "entertainment-hobbies", "class": "general", "platform": "ticketmaster", "sites": ["ticketmaster.ca"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
36
+ {"task_id": 369, "instruction": "Goodreads: Create a shelf \"ML Must-Reads\" and add 10 books", "metaclass": "entertainment-hobbies", "class": "general", "platform": "goodreads", "sites": ["goodreads.com"], "eval_schema": "{\"url_pattern\": \"goodreads\\\\.com/shelf/add_to_shelf\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/369/book_list.json\", \"description\": \"List of 10 ML books to add to shelf\"}]", "shared_info": "shared/alex_green_personal_info.json"}
37
+ {"task_id": 372, "instruction": "Eventbrite: Create a free event \"ML Paper Reading Group\"", "metaclass": "entertainment-hobbies", "class": "general", "platform": "eventbrite", "sites": ["eventbrite.com"], "eval_schema": "{\"url_pattern\": \"www\\\\.eventbrite\\\\.com/api/v3/organizations/\\\\d+/events/auto-create\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/372/event_details.json\", \"description\": \"Event details including name, date, time, location, and description\"}]", "shared_info": "shared/alex_green_personal_info.json"}
38
+ {"task_id": 403, "instruction": "Add 5 login entries to 1Password", "metaclass": "personal-management", "class": "account-security", "platform": "1password-web", "sites": ["1password.com"], "eval_schema": "{\"url_pattern\": \"my\\\\.1password\\\\.com/api/v3/vault/[a-z0-9]+/\\\\d+/items\", \"method\": \"PATCH\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/403/credentials.json\", \"description\": \"Login credentials for 5 services to add to password manager\"}]", "shared_info": "shared/alex_green_personal_info.json"}
39
+ {"task_id": 413, "instruction": "Create project \"Q2 Engineering Goals\" with 8 tasks, due dates, and priorities in Todoist", "metaclass": "personal-management", "class": "personal-tools", "platform": "todoist", "sites": ["todoist.com"], "eval_schema": "{\"url_pattern\": \"app\\\\.todoist\\\\.com/api/v1/sync\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/413/task_list.json\", \"description\": \"Task list with names, assignees, due dates, and priorities\"}]", "shared_info": "shared/alex_green_personal_info.json"}
40
+ {"task_id": 468, "instruction": "Write an interview review on Glassdoor", "metaclass": "rating-voting", "class": "general", "platform": "glassdoor", "sites": ["glassdoor.com"], "eval_schema": "{\"url_pattern\": \"glassdoor\\\\.com/(graph|api|a/interview)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/468/interview_experience.json\", \"description\": \"Interview experience details for review submission\"}]", "shared_info": "shared/alex_green_personal_info.json"}
41
+ {"task_id": 469, "instruction": "Write a 4-star review for a tour on TripAdvisor", "metaclass": "rating-voting", "class": "general", "platform": "tripadvisor", "sites": ["tripadvisor.com"], "eval_schema": "{\"url_pattern\": \"tripadvisor\\\\.com/data/graphql/ids\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/469/review_content.json\", \"description\": \"Review content for submission\"}]", "shared_info": "shared/alex_green_personal_info.json"}
42
+ {"task_id": 470, "instruction": "Write a 5-star review for Wealthsimple on Trustpilot", "metaclass": "rating-voting", "class": "general", "platform": "trustpilot", "sites": ["trustpilot.com"], "eval_schema": "{\"url_pattern\": \"trustpilot\\\\.com/api/consumer/review\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/470/review_content.json\", \"description\": \"Review content for submission\"}]", "shared_info": "shared/alex_green_personal_info.json"}
43
+ {"task_id": 474, "instruction": "Write a review for Notion on Capterra with overall rating 4 stars and exactly this text: \"Flexible workspace, steep learning curve.\"", "metaclass": "rating-voting", "class": "general", "platform": "capterra", "sites": ["capterra.com"], "eval_schema": "{\"url_pattern\": \"reviews\\\\.capterra\\\\.com/api/v1/products/[^/]+/partial-review\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
44
+ {"task_id": 475, "instruction": "Write a 4-star review for Jira on G2 with exactly this text: \"Powerful tracking, complex UI.\"", "metaclass": "rating-voting", "class": "general", "platform": "g2", "sites": ["g2.com"], "eval_schema": "{\"url_pattern\": \"g2\\\\.com/survey_responses/.+/autosave_answers\\\\.json\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
45
+ {"task_id": 482, "instruction": "Create a Confluence space \"Research Wiki\" with a home page and 3 sub-pages", "metaclass": "creation-init", "class": "general", "platform": "confluence", "sites": ["atlassian.com/software/confluence"], "eval_schema": "{\"url_pattern\": \"atlassian\\\\.net/wiki/rest/create-dialog/1\\\\.0/space-blueprint/create-space\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/482/content.json\", \"description\": \"Content and links for the task\"}]", "shared_info": "shared/alex_green_personal_info.json"}
46
+ {"task_id": 483, "instruction": "Create an Airtable base \"Conference Tracker\" with schema", "metaclass": "creation-init", "class": "general", "platform": "airtable", "sites": ["airtable.com"], "eval_schema": "{\"url_pattern\": \"airtable\\\\.com/v0\\\\.3/application/[^/]+/create\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
47
+ {"task_id": 484, "instruction": "On ClickUp, create a new workspace, then create a project named \"Benchmark Development\" with at least one custom field added to the project.", "metaclass": "creation-init", "class": "general", "platform": "clickup", "sites": ["clickup.com"], "eval_schema": "{\"url_pattern\": \"clickup\\\\.com/hierarchy/v1/project\", \"method\": \"POST\", \"body\": {\"name\": \"Benchmark Development\"}}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
48
+ {"task_id": 485, "instruction": "Create a portfolio website project on Webflow", "metaclass": "creation-init", "class": "general", "platform": "webflow", "sites": ["webflow.com"], "eval_schema": "{\"url_pattern\": \"webflow\\\\.com/api/workspaces/[^/]+/sites\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
49
+ {"task_id": 486, "instruction": "Create a Mailchimp email campaign with audience set to research newsletter", "metaclass": "creation-init", "class": "general", "platform": "mailchimp", "sites": ["mailchimp.com"], "eval_schema": "{\"url_pattern\": \"admin\\\\.mailchimp\\\\.com/campaigns/(wizard|send|schedule)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/486/content.json\", \"description\": \"Content and links for the task\"}]", "shared_info": "shared/alex_green_personal_info.json"}
50
+ {"task_id": 487, "instruction": "Create a Typeform user research survey with 10 questions", "metaclass": "creation-init", "class": "general", "platform": "typeform", "sites": ["typeform.com"], "eval_schema": "{\"url_pattern\": \"admin\\\\.typeform\\\\.com/bff/bob-the-builder/forms/\", \"method\": \"PUT\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/487/survey_questions.json\", \"description\": \"Survey questions for user research with 10 questions of various types\"}]", "shared_info": "shared/alex_green_personal_info.json"}
51
+ {"task_id": 488, "instruction": "Create a Substack newsletter \"ML Research Roundup\" and publish the first issue", "metaclass": "creation-init", "class": "general", "platform": "substack", "sites": ["substack.com"], "eval_schema": "{\"url_pattern\": \"substack\\\\.com/api/v1/drafts/\\\\d+/publish\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/488/content.json\", \"description\": \"Content and links for the task\"}]", "shared_info": "shared/alex_green_personal_info.json"}
52
+ {"task_id": 489, "instruction": "Set up a Ghost blog and publish a \"Hello World\" post", "metaclass": "creation-init", "class": "general", "platform": "ghost", "sites": ["ghost.org"], "eval_schema": "{\"url_pattern\": \"ghost\\\\.io/ghost/api/(admin|content)/posts\", \"method\": \"PUT\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/489/content.json\", \"description\": \"Content and links for the task\"}]", "shared_info": "shared/alex_green_personal_info.json"}
53
+ {"task_id": 501, "instruction": "Create an Asana portfolio \"Research Projects 2026\" with 3 sub-projects", "metaclass": "creation-init", "class": "general", "platform": "asana", "sites": ["app.asana.com"], "eval_schema": "{\"url_pattern\": \"app\\\\.asana\\\\.com/app/asana/-/report_execution_context_activity\", \"method\": \"POST\", \"body\": {\"context_identifier\": \"PotGridRoot\"}}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/501/project_description.json\", \"description\": \"Project description with scope, budget, and requirements\"}]", "shared_info": "shared/alex_green_personal_info.json"}
54
+ {"task_id": 529, "instruction": "On the King Arthur Baking website, purchase a Sourdough Starter Kit, select standard size, and complete checkout", "metaclass": "daily-life", "class": "shopping-delivery", "platform": "king-arthur-baking", "sites": ["kingarthurbaking.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
55
+ {"task_id": 533, "instruction": "On InMyArea, enter home address (ZIP 90210), select an internet service plan, click Order Now, then on the provider's signup page fill in personal information and complete the subscription", "metaclass": "daily-life", "class": "utilities", "platform": "inmyarea", "sites": ["inmyarea.com"], "eval_schema": "{\"url_pattern\": \"att\\\\.com/msapi/salesapi/wireless-sales-eapi/v2/addtocart\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
56
+ {"task_id": 535, "instruction": "On Home Depot, search for a Milwaukee 18V cordless drill, select the highest-rated SKU, add to cart, choose in-store pickup, fill in personal info, and place the order", "metaclass": "daily-life", "class": "home", "platform": "home-depot", "sites": ["homedepot.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
57
+ {"task_id": 537, "instruction": "On Crumbl, browse the current week's cookie flavors, add a 6-count box (including at least one Chocolate Chip and one Pink Sugar), select delivery, fill in address, and place the order", "metaclass": "daily-life", "class": "food", "platform": "crumbl", "sites": ["crumbl.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
58
+ {"task_id": 539, "instruction": "On Jefit, register a free account, then upgrade to the Elite annual membership plan on the web app and complete the payment flow", "metaclass": "daily-life", "class": "health", "platform": "jefit", "sites": ["jefit.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
59
+ {"task_id": 542, "instruction": "On Wag!, book a 30-minute Solo Walk dog walking service, fill in pet info (dog name, breed, weight), select the next day 8–10 AM, and submit the booking", "metaclass": "daily-life", "class": "pets", "platform": "wag", "sites": ["wagwalking.com"], "eval_schema": "{\"url_pattern\": \"wagwalking\\\\.com/(api|graphql).*(book|walk|request|order|checkout|schedule)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
60
+ {"task_id": 551, "instruction": "Add a Trezor Safe 5 hardware wallet to the cart on the Trezor website and proceed to checkout by entering shipping details (name, address, country)", "metaclass": "finance-investment", "class": "crypto-hardware", "platform": "trezor", "sites": ["trezor.io"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
61
+ {"task_id": 552, "instruction": "Register a business payments account on Plooto by filling in company information (company name, industry, monthly payment volume) and completing the sign-up submission", "metaclass": "finance-investment", "class": "business-payment", "platform": "plooto", "sites": ["plooto.com"], "eval_schema": "{\"url_pattern\": \"api\\\\.plooto\\\\.com/v1/user/registerFull\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
62
+ {"task_id": 555, "instruction": "Apply for a general liability insurance quote on Insureon for a small consulting firm, enter company name, 5 employees, $200,000 annual revenue, and submit to get a quote", "metaclass": "finance-investment", "class": "insurance", "platform": "insureon", "sites": ["insureon.com"], "eval_schema": "{\"url_pattern\": \"ua\\\\.apps\\\\.insureon\\\\.com/api/primary_ua/api/success/\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
63
+ {"task_id": 559, "instruction": "Register an account on FrontFundr, browse active startup investment offerings, select one, and submit an expression of interest (soft commitment)", "metaclass": "finance-investment", "class": "crowdfunding", "platform": "frontfundr", "sites": ["frontfundr.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
64
+ {"task_id": 564, "instruction": "Search Race Roster for running events in the Toronto area select a half-marathon and complete online registration with entry fee payment", "metaclass": "daily-life", "class": "event-registration", "platform": "race-roster", "sites": ["raceroster.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
65
+ {"task_id": 565, "instruction": "Create a job seeker profile on Jopwell, fill in education background and career interests, and apply to a diversity fellowship program", "metaclass": "job-search-hr", "class": "job-apply", "platform": "jopwell", "sites": ["jopwell.com"], "eval_schema": "{\"url_pattern\": \"platform\\\\.aboveboard\\\\.com/api/v1/(users|profile|applications|fellowship)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
66
+ {"task_id": 566, "instruction": "Register an employer account on ZipRecruiter, post a Software Engineer job listing with salary range and location", "metaclass": "job-search-hr", "class": "job-apply", "platform": "ziprecruiter", "sites": ["ziprecruiter.com"], "eval_schema": "{\"url_pattern\": \"ziprecruiter\\\\.com/quiz/create\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/566/listing_details.json\", \"description\": \"Sublet listing details including description, amenities, and photos\"}]", "shared_info": "shared/alex_green_personal_info.json"}
67
+ {"task_id": 569, "instruction": "Upload a resume to CareerBuilder, set a job alert for \"Product Manager\" in Chicago, and complete the job seeker profile", "metaclass": "job-search-hr", "class": "job-apply", "platform": "careerbuilder", "sites": ["careerbuilder.com"], "eval_schema": "{\"url_pattern\": \"appsapi\\\\.monster\\\\.io/profiles-profile-app-service/v3/me/job-preferences\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
68
+ {"task_id": 570, "instruction": "Create a candidate profile on Hired, fill in technical skills and expected salary, and submit profile for employer matching", "metaclass": "job-search-hr", "class": "job-apply", "platform": "hired", "sites": ["hired.com"], "eval_schema": "{\"url_pattern\": \"api\\\\.adecco\\\\.com/aamBackend/tenants?/133/users?/[^/]+/userSkills\", \"method\": \"PATCH\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
69
+ {"task_id": 571, "instruction": "Sign up for a Workable free trial, create a new job position, and publish it to the Workable careers page", "metaclass": "job-search-hr", "class": "recruitment-mgmt", "platform": "workable", "sites": ["workable.com"], "eval_schema": "{\"url_pattern\": \"workable\\\\.com.*(jobs?/(create|publish|new|draft)|api/(spi|v\\\\d+)/jobs|careers/publish|/openings)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/571/listing_details.json\", \"description\": \"Sublet listing details including description, amenities, and photos\"}]", "shared_info": "shared/alex_green_personal_info.json"}
70
+ {"task_id": 576, "instruction": "Use FTC ReportFraud to file a report about an online scam: describe receiving a fake prize email demanding $500 in fees, complete the full report form and submit", "metaclass": "office-secretary-tasks", "class": "report-filing", "platform": "ftc-reportfraud", "sites": ["reportfraud.ftc.gov"], "eval_schema": "{\"url_pattern\": \"https?://reportfraud\\\\.ftc\\\\.gov/.*(api|submit|report|complaint)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
71
+ {"task_id": 583, "instruction": "Register a free Freshdesk Sprout account, create a new support ticket with subject \"Invoice Dispute - Order #10042\", describe a billing discrepancy, set priority to High, and assign to a test agent", "metaclass": "office-secretary-tasks", "class": "customer-support", "platform": "freshdesk", "sites": ["freshdesk.com"], "eval_schema": "{\"url_pattern\": \"freshdesk\\\\.com/api/_/tickets\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
72
+ {"task_id": 598, "instruction": "On FormSwift, search for a \"Power of Attorney\" template, fill in the principal's name, agent's name, and scope of authority, then download the completed document", "metaclass": "academia-research", "class": "legal-docs", "platform": "formswift", "sites": ["formswift.com"], "eval_schema": "{\"url_pattern\": \"api\\\\.formswift\\\\.com/static/document/save/\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
73
+ {"task_id": 606, "instruction": "Search for a beginner Python coding class for kids ages 10–12 on Outschool, select a session, and complete enrollment with payment", "metaclass": "education-learning", "class": "kids-courses", "platform": "outschool", "sites": ["outschool.com"], "eval_schema": "{\"url_pattern\": \"outschool\\\\.com/graphql/AcceptPaymentWithStripe\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
74
+ {"task_id": 607, "instruction": "Sign up for the Creativebug free trial, browse Drawing & Illustration classes, select a beginner course, and begin watching the first lesson", "metaclass": "education-learning", "class": "art-courses", "platform": "creativebug", "sites": ["creativebug.com"], "eval_schema": "{\"url_pattern\": \"creativebug\\\\.com/trial/confirmation\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
75
+ {"task_id": 609, "instruction": "Browse upcoming weekend retreat offerings on the Spirit Rock Meditation Center website, select one session, and complete the registration", "metaclass": "education-learning", "class": "meditation", "platform": "spirit-rock", "sites": ["spiritrock.org"], "eval_schema": "{\"url_pattern\": \"spirit-rock\\\\.secure\\\\.retreat\\\\.guru/program/.*\\\\?form=1\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
76
+ {"task_id": 615, "instruction": "On Spirit Airlines, search for a bare-fare one-way flight from Fort Lauderdale to San Juan, select the cheapest option, add a carry-on bag, and proceed to payment", "metaclass": "travel", "class": "flights", "platform": "spirit-airlines", "sites": ["spirit.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
77
+ {"task_id": 618, "instruction": "On 12Go Asia, book a train ticket from Bangkok to Chiang Mai (sleeper class), fill in passenger details, and proceed to the payment page", "metaclass": "travel", "class": "train-bus", "platform": "12go-asia", "sites": ["12go.asia"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
78
+ {"task_id": 625, "instruction": "Register an account on the Parks Canada reservation portal, search for a 3-night campsite at Banff National Park (2 persons, electrical), select an available site and submit the reservation", "metaclass": "travel", "class": "camping-outdoor", "platform": "parks-canada-reservations", "sites": ["reservation.pc.gc.ca"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
79
+ {"task_id": 626, "instruction": "Book a one-way FlixBus ticket from New York to Washington D.C. departing 2026-08-15, select the cheapest departure, fill in passenger name and email and complete checkout", "metaclass": "travel", "class": "bus", "platform": "flixbus", "sites": ["flixbus.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
80
+ {"task_id": 627, "instruction": "Search for a one-way economy flight from Toronto to Barcelona departing 2026-09-01 on Momondo, select the cheapest option and proceed to the passenger information page", "metaclass": "travel", "class": "flights", "platform": "momondo", "sites": ["momondo.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
81
+ {"task_id": 632, "instruction": "Complete the Hair Quiz on Olaplex, add any quiz-recommended product to the cart, and proceed to checkout", "metaclass": "shopping-commerce", "class": "beauty-care", "platform": "olaplex", "sites": ["olaplex.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
82
+ {"task_id": 634, "instruction": "Add a Pebble Grain crossbody bag (any color) to the cart on Dooney & Bourke, enter coupon code SAVE10 in the cart and click apply, then proceed to checkout", "metaclass": "shopping-commerce", "class": "apparel", "platform": "dooney-bourke", "sites": ["dooney.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
83
+ {"task_id": 635, "instruction": "On Uncommon Goods, add one item under $50 from the \"Gifts for Him\" section to cart and enter a shipping address", "metaclass": "shopping-commerce", "class": "gifts", "platform": "uncommon-goods", "sites": ["uncommongoods.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
84
+ {"task_id": 636, "instruction": "On RockAuto, find a front brake rotor for a 2019 Ford F-150, select an Economy grade option, and add it to cart", "metaclass": "shopping-commerce", "class": "auto-parts", "platform": "rockauto", "sites": ["rockauto.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
85
+ {"task_id": 638, "instruction": "On Vistaprint, design 250 standard business cards using a template, enter custom name, job title, and phone number, then add to cart", "metaclass": "shopping-commerce", "class": "print-custom", "platform": "vistaprint", "sites": ["vistaprint.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
86
+ {"task_id": 639, "instruction": "On Mansur Gavriel, add a Bucket Bag to cart with a selected color and size, then proceed to the checkout page", "metaclass": "shopping-commerce", "class": "luxury", "platform": "mansur-gavriel", "sites": ["mansurgavriel.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
87
+ {"task_id": 671, "instruction": "Register an account on Humble Bundle, add a currently active game bundle to cart, set custom price to $15, and proceed to checkout", "metaclass": "entertainment-hobbies", "class": "gaming", "platform": "humble-bundle", "sites": ["humblebundle.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
88
+ {"task_id": 672, "instruction": "Create an account on Crunchyroll and select the Mega Fan monthly subscription plan to complete the registration and payment flow", "metaclass": "entertainment-hobbies", "class": "anime-streaming", "platform": "crunchyroll", "sites": ["crunchyroll.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
89
+ {"task_id": 674, "instruction": "On MasterClass, select the Annual All-Access Pass plan, create an account, and reach the payment page with account and payment details filled in.", "metaclass": "entertainment-hobbies", "class": "masterclass", "platform": "masterclass", "sites": ["masterclass.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
90
+ {"task_id": 676, "instruction": "On LegalNature, select Rental/Lease Agreement, choose California, fill in property address, landlord name, tenant name, monthly rent, and lease term, then generate the agreement", "metaclass": "government-civic", "class": "legal-docs", "platform": "legalnature", "sites": ["legalnature.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
91
+ {"task_id": 685, "instruction": "Create a monthly budget on EveryDollar: income $5000, add three expense categories — Housing $1500, Food $400, Transportation $300", "metaclass": "personal-management", "class": "budget-mgmt", "platform": "everydollar", "sites": ["everydollar.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
92
+ {"task_id": 687, "instruction": "On IPVanish, compare monthly and annual plans, select the annual plan, and fill in the account registration form", "metaclass": "personal-management", "class": "vpn-subscription", "platform": "ipvanish", "sites": ["ipvanish.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
93
+ {"task_id": 688, "instruction": "On Insurify, enter basic personal information and auto insurance preferences to receive quotes from at least 3 insurance companies", "metaclass": "personal-management", "class": "insurance-compare", "platform": "insurify", "sites": ["insurify.com"], "eval_schema": "{\"url_pattern\": \"insurify\\\\.com/(?!cdn-cgi/)(?!.*static_user_pageview)(?!.*analytics)(?!.*tracking).*(quote|funnel|lead|insurance|compare|application)\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
94
+ {"task_id": 695, "instruction": "On Stumptown Coffee's website, select a medium roast coffee bean, set up a monthly subscription delivery for 2 bags, and submit the subscription", "metaclass": "automation-workflows", "class": "recurring-order", "platform": "stumptown-coffee", "sites": ["stumptowncoffee.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
95
+ {"task_id": 697, "instruction": "On Bean Box, select a monthly subscription plan (monthly curated coffee box), choose 6-cup size with ground coffee, and reach the checkout page with shipping and payment details filled in.", "metaclass": "automation-workflows", "class": "recurring-order", "platform": "bean-box", "sites": ["beanbox.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
96
+ {"task_id": 699, "instruction": "On Mistobox, complete a coffee subscription signup: select preferences (roast=medium-dark, grind=whole bean), choose a biweekly delivery plan, fill in shipping info, and submit", "metaclass": "automation-workflows", "class": "recurring-order", "platform": "mistobox", "sites": ["mistobox.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
97
+ {"task_id": 700, "instruction": "On DeleteMe's website, select the Individual (1 person) subscription plan, submit personal information for data removal, and complete checkout", "metaclass": "deletion-revocation", "class": "data-deletion", "platform": "deleteme", "sites": ["joindeleteme.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
98
+ {"task_id": 705, "instruction": "Submit a 4-star rating for a Pinot Noir on Vivino with exactly this tasting note: \"Light body, cherry notes, smooth finish.\"", "metaclass": "rating-voting", "class": "wine-review", "platform": "vivino", "sites": ["vivino.com"], "eval_schema": "{\"url_pattern\": \"vivino\\\\.com/api/vintages/\\\\d+/reviews\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
99
+ {"task_id": 706, "instruction": "Submit a review for an Imperial Stout on BeerAdvocate with all dimension scores filled and exactly this comment: \"Rich malt, roasty aroma, full body.\"", "metaclass": "rating-voting", "class": "beer-review", "platform": "beeradvocate", "sites": ["beeradvocate.com"], "eval_schema": "{\"url_pattern\": \"beeradvocate\\\\.com/beer/rate/\\\\d+\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
100
+ {"task_id": 707, "instruction": "Check in an IPA on Untappd with the highest star rating, and check out", "metaclass": "rating-voting", "class": "social-wine", "platform": "untappd", "sites": ["untappd.com"], "eval_schema": "{\"url_pattern\": \"^https://untappd\\\\.com/api/v2/shop/summaries/\\\\d+\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
101
+ {"task_id": 708, "instruction": "Submit a rating for a Computer Science professor on RateMyProfessors: quality 4, difficulty 3, would take again Yes, with exactly this comment: \"Clear lectures, fair exams.\"", "metaclass": "rating-voting", "class": "professor-review", "platform": "ratemyprofessors", "sites": ["ratemyprofessors.com"], "eval_schema": "{\"url_pattern\": \"ratemyprofessors\\\\.com/graphql\", \"method\": \"POST\", \"body\": {\"operationName\": \"RateTeacherMutation\"}}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
102
+ {"task_id": 709, "instruction": "Submit a 5-star review for a home improvement provider on Angi with service type \"Plumbing\" and exactly this text: \"On time, clean work, fair price.\"", "metaclass": "rating-voting", "class": "service-review", "platform": "angi", "sites": ["angi.com"], "eval_schema": "{\"url_pattern\": \"request\\\\.angi\\\\.com/directory/graphql\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
103
+ {"task_id": 710, "instruction": "On RoomSketcher, subscribe to the Pro plan (annually) and successfully submit the order", "metaclass": "creation-init", "class": "interior-design", "platform": "roomsketcher", "sites": ["roomsketcher.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
104
+ {"task_id": 711, "instruction": "On Coolors, generate a 5-color palette, lock one color and adjust it to #FF6B6B, then export the palette to PDF.", "metaclass": "creation-init", "class": "color-design", "platform": "coolors", "sites": ["coolors.co"], "eval_schema": "{\"url_pattern\": \"coolors\\\\.co/ajax/export-palette\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
105
+ {"task_id": 712, "instruction": "On Squarespace, register a new account and create a personal portfolio website using the \"Portfolio\" template, set the site title to \"My Portfolio\", complete initialization and enter the editor", "metaclass": "creation-init", "class": "website-create", "platform": "squarespace", "sites": ["squarespace.com"], "eval_schema": "{\"url_pattern\": \"squarespace\\\\.com/api/create-website/enqueue\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
106
+ {"task_id": 713, "instruction": "On Wix, create a new account and a new website, set the website domain to \"mybusiness.com\", enter the site editor and change the domain", "metaclass": "creation-init", "class": "website-build", "platform": "wix", "sites": ["wix.com"], "eval_schema": "{\"url_pattern\": \"manage\\\\.wix\\\\.com/ai-assistant/createMetasite\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
107
+ {"task_id": 735, "instruction": "Post a home cleaning project on Bark, fill in the service description, address, and required date, and submit the project", "metaclass": "home-services-maintenance", "class": "house-cleaning", "platform": "bark", "sites": ["bark.com"], "eval_schema": "{\"url_pattern\": \"api\\\\.bark\\\\.com/bark/pre\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
108
+ {"task_id": 736, "instruction": "Search for a home plumbing repair tool kit on Ace Hardware website, add a pipe wrench set to cart and proceed to checkout", "metaclass": "home-services-maintenance", "class": "plumbing", "platform": "ace-hardware", "sites": ["acehardware.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
109
+ {"task_id": 737, "instruction": "Schedule a free kitchen remodel consultation on Lowe's website", "metaclass": "home-services-maintenance", "class": "kitchen-remodel", "platform": "lowes", "sites": ["lowes.com"], "eval_schema": "{\"url_pattern\": \"lowes\\\\.myhomeprojectcenter\\\\.com.*/lead|lowes\\\\.com.*/schedule|lowes\\\\.com.*/consultation|lowes\\\\.com.*/install-services|lowes\\\\.com.*/measurerequest\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
110
+ {"task_id": 738, "instruction": "Book a TV wall mounting service on Amazon Home Services, select the installation package matching the TV size, choose an in-home date, and submit the appointment", "metaclass": "home-services-maintenance", "class": "equipment-install", "platform": "amazon-home-services", "sites": ["amazon.com/services"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
111
+ {"task_id": 750, "instruction": "Get an auto insurance comparison quote on Kanetix for a vehicle registered in Ontario, fill in vehicle and driver details, and submit", "metaclass": "automotive-vehicle-services", "class": "car-insurance-compare", "platform": "kanetix", "sites": ["kanetix.ca"], "eval_schema": "{\"url_pattern\": \"ratesinsuranceservices\\\\.rates\\\\.ca/autoquote/.*/discounts\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
112
+ {"task_id": 751, "instruction": "Reserve a Compact SUV at Sixt from JFK airport for 3 days", "metaclass": "automotive-vehicle-services", "class": "car-lease", "platform": "sixt", "sites": ["sixt.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
113
+ {"task_id": 754, "instruction": "List a used car for sale on AutoTrader, fill in vehicle details (make, year, mileage, price), and submit the listing", "metaclass": "automotive-vehicle-services", "class": "used-car-listing", "platform": "autotrader", "sites": ["autotrader.co.uk"], "eval_schema": "{\"url_pattern\": \"autotrader\\\\.co\\\\.uk/selling/.*advert|autotrader\\\\.co\\\\.uk/selling/find-car|autotrader\\\\.co\\\\.uk.*/sell-my-car.*/advertise|autotrader\\\\.co\\\\.uk.*/sell-my-car.*/create\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
114
+ {"task_id": 763, "instruction": "Search AutoSlash for the cheapest economy car rental at Miami airport for a 3-day period, and complete the price-tracking registration so it auto-rebooks if prices drop", "metaclass": "automotive-vehicle-services", "class": "car-lease", "platform": "autoslash", "sites": ["autoslash.com"], "eval_schema": "{\"url_pattern\": \"www\\\\.autoslash\\\\.com/quote/contact-info/[0-9a-f-]+\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
115
+ {"task_id": 766, "instruction": "On Doctors Without Borders / MSF website, donate $25 to the emergency relief fund as a one-time donation, fill in donor information and complete payment", "metaclass": "nonprofit-charity", "class": "donation", "platform": "doctors-without-borders-msf", "sites": ["doctorswithoutborders.org"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
116
+ {"task_id": 768, "instruction": "On ioby, browse community projects in New York City, select a greening or environmental improvement project and donate $10", "metaclass": "nonprofit-charity", "class": "community-crowdfund", "platform": "ioby", "sites": ["ioby.org"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
117
+ {"task_id": 770, "instruction": "On Make-A-Wish Foundation website, complete and submit a volunteer application form, selecting the Wish Granter role and entering city Phoenix AZ", "metaclass": "nonprofit-charity", "class": "volunteer-apply", "platform": "make-a-wish", "sites": ["wish.org"], "eval_schema": "{\"url_pattern\": \"airtable\\\\.com/v0\\\\.3/application/appYPaPhToJymzTif/writeData|airtable\\\\.com/internal/submitFormSubmission|airtable\\\\.com/v0\\\\.3/page/pagx7NHE2jGHA5G9C/createRowFromFormElement\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
118
+ {"task_id": 774, "instruction": "On Charity Village, create an account and apply for a full-time volunteer coordinator position in the Youth sector in Calgary, upload a resume and fill in a cover letter", "metaclass": "nonprofit-charity", "class": "nonprofit-job-apply", "platform": "charity-village", "sites": ["charityvillage.com"], "eval_schema": "{\"url_pattern\": \"www\\\\.charityvillage\\\\.com/api/auth/callback/sign-in\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
119
+ {"task_id": 776, "instruction": "On Idealist, search for Program Manager positions at nonprofits in Washington DC, select a qualifying position and submit a job application", "metaclass": "nonprofit-charity", "class": "volunteer-signup", "platform": "idealist", "sites": ["idealist.org"], "eval_schema": "{\"url_pattern\": \"www\\\\.idealist\\\\.org/data/userdashboard/missing-info\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
120
+ {"task_id": 778, "instruction": "On GlobalGiving, select an environmental conservation project, enter a $30 donation amount, and proceed to the checkout page with donor and payment information filled in.", "metaclass": "nonprofit-charity", "class": "donation", "platform": "globalgiving", "sites": ["globalgiving.org"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/778/payment_info.json\", \"description\": \"Payment information reference\"}]", "shared_info": "shared/alex_green_personal_info.json"}
121
+ {"task_id": 780, "instruction": "On Soko Glam, purchase one cleanser and one serum from the Korean 10-step skincare routine collection, add to cart and complete checkout", "metaclass": "beauty-personal-care", "class": "skincare-purchase", "platform": "soko-glam", "sites": ["sokoglam.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/780/address_info.json\", \"description\": \"Address information (references alex_green_personal_info.json)\"}]", "shared_info": "shared/alex_green_personal_info.json"}
122
+ {"task_id": 781, "instruction": "On the Bluemercury website, purchase a skincare product, add to cart, and proceed to checkout", "metaclass": "beauty-personal-care", "class": "beauty-booking", "platform": "bluemercury", "sites": ["bluemercury.com"], "eval_schema": "{\"url_pattern\": \"zenoti\\\\.prod\\\\.bluemercuryio\\\\.com/v1/bookings/[^/]+/slots/confirm\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/781/email_info.json\", \"description\": \"Email credentials reference\"}]", "shared_info": "shared/alex_green_personal_info.json"}
123
+ {"task_id": 782, "instruction": "On Paula's Choice, use the routine finder to get a personalized skincare plan, then add the recommended BHA exfoliant to cart and complete purchase", "metaclass": "beauty-personal-care", "class": "skincare-purchase", "platform": "paulas-choice", "sites": ["paulaschoice.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
124
+ {"task_id": 783, "instruction": "On Ulta Beauty, schedule a salon hair coloring service: select a store location, service, and time slot, fill in contact info and confirm the booking", "metaclass": "beauty-personal-care", "class": "beauty-booking", "platform": "ulta-beauty", "sites": ["ulta.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
125
+ {"task_id": 785, "instruction": "On Curology, complete the skin condition questionnaire (skin type, acne, aging concerns) and reach the checkout or subscription page with payment details filled in.", "metaclass": "beauty-personal-care", "class": "skincare", "platform": "curology", "sites": ["curology.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
126
+ {"task_id": 788, "instruction": "Complete the skin type quiz on The Ordinary and add the two recommended products to cart", "metaclass": "beauty-personal-care", "class": "makeup", "platform": "the-ordinary", "sites": ["theordinary.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
127
+ {"task_id": 789, "instruction": "On Fenty Beauty's website, add Pro Filt'r Soft Matte Foundation (shade 185N) and Invisible Setting Powder to cart and begin checkout", "metaclass": "beauty-personal-care", "class": "makeup", "platform": "fenty-beauty", "sites": ["fentybeauty.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
128
+ {"task_id": 793, "instruction": "On MAC Cosmetics, book an in-store makeup service at a California Los Angeles location and proceed to the payment page", "metaclass": "beauty-personal-care", "class": "beauty-retail", "platform": "mac-cosmetics", "sites": ["maccosmetics.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
129
+ {"task_id": 794, "instruction": "On StyleSeat, search for hairstylists in your city, select one rated 4.8 stars or above, and book a haircut appointment at the earliest available time slot", "metaclass": "beauty-personal-care", "class": "salon-booking", "platform": "styleseat", "sites": ["styleseat.com"], "eval_schema": "{\"url_pattern\": \"styleseat\\\\.com/api/v1/appointment-request/\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
130
+ {"task_id": 795, "instruction": "On the ASPCA adoption page, filter adoptable dogs under 2 years old, select one, and submit a complete adoption application with personal info and living situation", "metaclass": "pet-animal-care", "class": "pet-adoption", "platform": "aspca", "sites": ["aspca.org/adopt-pet"], "eval_schema": "{\"url_pattern\": \"global\\\\.api\\\\.prd\\\\.adopets\\\\.app/adopter/register\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
131
+ {"task_id": 796, "instruction": "On PetSmart, order dog food for same-day delivery and book a professional grooming appointment for the upcoming Saturday", "metaclass": "pet-animal-care", "class": "pet-supplies-grooming", "platform": "petsmart", "sites": ["petsmart.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/796/pet_info.json\", \"description\": \"Pet information for Alex Green's dog Maple (Golden Retriever, 4 years, 65 lbs)\"}]", "shared_info": "shared/alex_green_personal_info.json"}
132
+ {"task_id": 799, "instruction": "On ASPCA Pet Health Insurance, get a quote for a 2-year-old cat by entering breed, age, and ZIP code, then select a plan and enroll", "metaclass": "pet-animal-care", "class": "pet-insurance", "platform": "aspca-pet-health-insurance", "sites": ["aspcapetinsurance.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
133
+ {"task_id": 801, "instruction": "On BringFido, search for pet-friendly hotels in San Francisco that allow large dogs, select one, and complete a booking reservation", "metaclass": "pet-animal-care", "class": "pet-friendly-travel", "platform": "bringfido", "sites": ["bringfido.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
134
+ {"task_id": 803, "instruction": "On Pawp, sign up for a membership and schedule an online vet consultation for your pet, describe the symptoms, and submit the consultation request", "metaclass": "pet-animal-care", "class": "pet-medical", "platform": "pawp", "sites": ["pawp.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "[{\"path\": \"extra_info/803/pet_info.json\", \"description\": \"Pet information for Alex Green's dog Maple (Golden Retriever, 4 years, 65 lbs)\"}]", "shared_info": "shared/alex_green_personal_info.json"}
135
+ {"task_id": 807, "instruction": "On Embark's website, add the Breed + Health Kit to cart, proceed to checkout, and fill in shipping information without submitting payment", "metaclass": "pet-animal-care", "class": "pet-dna", "platform": "embark", "sites": ["embarkvet.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
136
+ {"task_id": 809, "instruction": "Search for adoptable medium-sized dogs on Petfinder and submit an adoption inquiry form", "metaclass": "pet-animal-care", "class": "pet-adopt", "platform": "petfinder", "sites": ["petfinder.com"], "eval_schema": "{\"url_pattern\": \"psl\\\\.petfinder\\\\.com/graphql\", \"method\": \"POST\", \"body\": {\"operationName\": \"CreateAdoptionInquiry\"}}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
137
+ {"task_id": 812, "instruction": "Complete dog profile on Ollie and subscribe to a custom fresh food meal plan", "metaclass": "pet-animal-care", "class": "pet-subscription", "platform": "ollie", "sites": ["myollie.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
138
+ {"task_id": 815, "instruction": "Register on MyHeritage and order a DNA test kit, enter shipping address (123 Main St, Toronto, ON M5V 1A1), and complete the order submission", "metaclass": "personal-management", "class": "records-mgmt", "platform": "myheritage", "sites": ["myheritage.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
139
+ {"task_id": 821, "instruction": "Register on Blinkist with email reader2026@example.com, subscribe to the Premium annual plan, then search for Atomic Habits and add it to My Library (favorites)", "metaclass": "education-learning", "class": "reading-self-study", "platform": "blinkist", "sites": ["blinkist.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
140
+ {"task_id": 861, "instruction": "On Cineplex, purchase 2 adult evening tickets for any currently showing action or sci-fi movie at Scotiabank Theatre Toronto (259 Richmond St W), choose a showtime after 7 PM on the upcoming Saturday, and select two adjacent seats in row G or H in the center section", "metaclass": "entertainment-hobbies", "class": "movies", "platform": "cineplex", "sites": ["cineplex.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
141
+ {"task_id": 862, "instruction": "On AMC Theatres, buy 2 IMAX tickets for the highest-rated movie currently showing at AMC Empire 25 in New York, select an upcoming Friday evening showtime, and choose two adjacent center seats in rows E–H", "metaclass": "entertainment-hobbies", "class": "movies", "platform": "amc-theatres", "sites": ["amctheatres.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
142
+ {"task_id": 864, "instruction": "On Ticketmaster Canada, purchase 2 tickets to the next available concert at Scotiabank Arena in Toronto, select seats in the lower bowl (sections 100–120), preferring center-stage view", "metaclass": "entertainment-hobbies", "class": "show-tickets", "platform": "ticketmaster", "sites": ["ticketmaster.ca"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
143
+ {"task_id": 865, "instruction": "On Hipcamp, book a 2-night tent campsite near Lake Tahoe for the upcoming weekend (Friday–Sunday), filter for sites with lake access and campfire allowed, select the highest-rated available site", "metaclass": "travel", "class": "outdoor", "platform": "hipcamp", "sites": ["hipcamp.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
144
+ {"task_id": 867, "instruction": "On Fandango, purchase 3 tickets for any currently showing thriller at Regal Union Square in New York, select an upcoming Friday evening showtime after 6 PM, choose 3 adjacent seats in rows D–F center section", "metaclass": "entertainment-hobbies", "class": "movies", "platform": "fandango", "sites": ["fandango.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
145
+ {"task_id": 872, "instruction": "On OpenTable, book a dinner reservation at a Japanese omakase restaurant in San Francisco for 2 people, the upcoming Thursday at 8 PM, with counter/bar seating preference, rating 4.5+", "metaclass": "daily-life", "class": "food", "platform": "opentable", "sites": ["opentable.com"], "eval_schema": "{\"url_pattern\": \"opentable\\\\.com/dapi/fe/gql\\\\?optype=mutation&opname=BookDetailsExperienceSlotLock\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
146
+ {"task_id": 873, "instruction": "On Resy, find and book a Michelin-recommended Italian restaurant in Manhattan for 2 people, the upcoming Friday at 8:30 PM, specify dining room (not bar) seating", "metaclass": "daily-life", "class": "food", "platform": "resy", "sites": ["resy.com"], "eval_schema": "{\"url_pattern\": \"api\\\\.resy\\\\.com/3/details\", \"method\": \"POST\", \"body\": {\"commit\": 1}}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
147
+ {"task_id": 876, "instruction": "On Vivid Seats, purchase 2 orchestra center tickets for Hamilton on Broadway at the Richard Rodgers Theatre, select the earliest available performance date", "metaclass": "entertainment-hobbies", "class": "show-tickets", "platform": "vivid-seats", "sites": ["vividseats.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
148
+ {"task_id": 877, "instruction": "On StubHub, buy 2 NHL Toronto Maple Leafs home game tickets at Scotiabank Arena, select seats in sections 118–122 (behind the goal), rows 10 or closer", "metaclass": "entertainment-hobbies", "class": "show-tickets", "platform": "stubhub", "sites": ["stubhub.ca"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
149
+ {"task_id": 878, "instruction": "On Ontario Parks, reserve a waterfront campsite at Algonquin Provincial Park (Canisbay Lake campground) for 3 nights, arriving the upcoming Friday, filter for electric hookup sites", "metaclass": "travel", "class": "outdoor", "platform": "ontario-parks", "sites": ["reservations.ontarioparks.ca"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
150
+ {"task_id": 883, "instruction": "On Sur La Table, register and book an upcoming weekend afternoon in-store cooking class (pasta making) at the closest location to downtown San Francisco for 1 person", "metaclass": "education-learning", "class": "hobby-class", "platform": "sur-la-table", "sites": ["surlatable.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
151
+ {"task_id": 884, "instruction": "On Breakout Games, book an escape room for 4 people at the nearest location to downtown Toronto, select a horror/thriller themed room, the upcoming Saturday evening time slot between 7–9 PM", "metaclass": "entertainment-hobbies", "class": "experience", "platform": "breakout-games", "sites": ["breakoutgames.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
152
+ {"task_id": 885, "instruction": "On Bowlero, reserve a bowling lane for 6 people at the nearest location to Midtown Manhattan, the upcoming Friday night at 8 PM, add the 2-hour unlimited bowling package", "metaclass": "entertainment-hobbies", "class": "experience", "platform": "bowlero", "sites": ["bowlero.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}
153
+ {"task_id": 886, "instruction": "On Topgolf, book a bay for 4 players at the Topgolf nearest to downtown Toronto, the upcoming Saturday afternoon between 2–4 PM, select the longest available session", "metaclass": "entertainment-hobbies", "class": "experience", "platform": "topgolf", "sites": ["topgolf.com"], "eval_schema": "{\"url_pattern\": \"__PLACEHOLDER_WILL_NOT_MATCH__\", \"method\": \"POST\"}", "time_limit": 30, "extra_info": "", "shared_info": "shared/alex_green_personal_info.json"}