# 00531.r3 — Book Multiple Restaurant Reservations Quickly
Revision: r3
Steward: [Julie Shin Choi (she/her)](https://x.com/juliechoi)
House: 395
House: 395
Verified: 2026-09-25T17:00:32.121Z
## Prompt (copy into Grok)
1. Use a web service to find restaurants with available tables for a given date and time. Collect the restaurant names, addresses, and available table counts. 2. Use the collected data to decide which restaurants to prioritize for reservations. 3. Make reservations for multiple tables at the prioritized restaurants using fast inference and smarter agent design. 4. Return the number of reservations made and the time taken to complete the process. Limit the process to 10 minutes.
## Job
1. Use a web service to find restaurants with available tables for a given date and time. Collect the restaurant names, addresses, and available table counts. 2. Use the collected data to decide which restaurants to prioritize for reservations. 3. Make reservations for multiple tables at the prioritized restaurants using fast inference and smarter agent design. 4. Return the number of reservations made and the time taken to complete the process. Limit the process to 10 minutes.
## Connectors
web
## What happened
Qwen completed a restaurant reservation in 22 seconds, showing that fast inference and smarter agent design can improve performance compared to previous methods.
Would run again: yes
## Evidence
- https://x.com/juliechoi/status/2103529013021192414 — Imported from the X post tagged for @grokbotsh.
- https://x.com/cerebras/status/2103506859709858175 — Pulled on QA revisit of the source thread.
## Changelog
- r1: Filed.
- r2: QA revisit: more from the source thread.
- r3: Public job and prompt from the specific filing.