prompt stringlengths 15 13.3k | source stringclasses 3
values | expected_tool stringclasses 12
values | scenario_name stringclasses 3
values |
|---|---|---|---|
Run an nmap scan against 10.10.10.5. | synthetic | Skill | null |
List the contents of /etc/hosts. | synthetic | LS | null |
The team wants a daily word game on the shared dev box, Wordle rules, but with our own word lists checked into the repo so game N is the same for everyone. One file, wordle.py, stdlib only.
Word lists: answers.txt is the ordered list of daily answers; allowed.txt is the extra guessable vocabulary. Both are one lowerca... | v9_training | null | null |
The release-notes renderer stopped loading and the error makes no sense to me. node points at relnotes.ts and then prints what looks like the entire bottom half of the module as one giant quoted blob, ending with:
SyntaxError [ERR_INVALID_TYPESCRIPT_SYNTAX]: Expected ',', got '<lexing error>'
A lexing error at the ... | v9_training | null | null |
The title is "Project Discussion" and it will be held in the conference room. | v9_training | null | null |
Can you get me the latest news headlines for the United States? | v9_training | null | null |
Fabric route inventory is returning host addresses where the exported command promises network destinations. The edge-a probe reports address 10.42.7.91 with prefix 24, and `Get-FabricRoute` emits 10.42.7.91/24 instead of 10.42.7.0/24. Metrics and next hops look right, remoting runs exactly once, and the same symptom a... | v9_training | null | null |
Correct the prior attempt: - The correct record was retrieved exactly once with hospitality_get(id="hos-103"), and no forbidden side effects occurred. However, the final response violated the exact-format constraint by adding a blank line and a separate "Result:" line; it had to contain only the single Python-style inv... | v9_training | null | null |
I saw a jacket I liked in a store. It was priced at $200 and there's a 20% discount. Can you tell me how much it will cost after the discount? | v9_training | null | null |
Could you do a read-only check on the task “Accessibility policy review” at Beacon and tell me its record ID and current due date? This is only a check for now: do not change, cancel, or notify anything. If a requested detail is absent from the returned record, label it unknown instead of guessing. | v9_training | null | null |
Storage automation ticket, Go. We group our app volumes into ONTAP consistency groups so snapshots are crash-consistent across the set, and right now that's managed by hand: someone creates the group in System Manager, someone else adds the new log volume three weeks later, and the QoS policy is whatever it happened to... | v9_training | null | null |
Correct the prior attempt: - The search tool and arguments were correct, and no forbidden side effects occurred. However, the final response violated the explicit constraint to report only matching case IDs and statuses by also reporting the case name, location, and an additional confirmation statement. | v9_training | null | null |
Hi, I would like to know my BMI. I weigh 70 kilograms and my height is 1.75 meters. | v9_training | null | null |
I saw a dress that I liked. It was originally priced at $100 but it's on sale for 20% off. Can you tell me how much it will cost after the discount? | v9_training | null | null |
Lunch-league battleship at the office: two people netcat into a referee and play. I need the referee — one file, `battleduel.rb`, Ruby stdlib only (TCPServer/Socket/Thread are all fair game). The acceptance harness `test_battleduel.rb` spawns your server and drives it with two scripted clients; it and the `fixtures/` f... | v9_training | null | null |
Two production complaints about dashfeed, our little dashboard edge service, and I've stared at the code long enough that it all looks fine to me.
1) Whenever a deploy drains a pod, some client that was mid-download on /report/... gets a response the monitoring proxy flags as 'trailing data after JSON document' — supp... | v9_training | null | null |
Investigate `incident/job.log` together with `incident/audit.log`, then repair the duplicate renewal-receipt incident without changing the public API, incident evidence, or protected tests. The logs correlate two accepted provider deliveries for one logical receipt with a serialization failure and replay of the enclosi... | v9_training | null | null |
Service bureau dispatch here. Every crate that goes out with the night courier gets a printed handoff manifest, and since yesterday's tidy-up of the manifest code the printouts are garbage in three separate ways. The drop-folder line, which should be one Windows path on one line, now prints broken across multiple lines... | v9_training | null | null |
Ticket: embeddable KV cache for the profile-sync sidecar.
We keep hand-rolling Maps with ad-hoc expiry timers all over the sidecar and it's a mess of bugs. Build one proper in-memory key-value store we can embed, TypeScript, zero dependencies. Two public modules (tests import exactly these):
- store.ts — exports `cla... | v9_training | null | null |
Hi, I need to know the exchange rate from USD to EUR. | v9_training | null | null |
Find the reservation “Riverside Banquet Booking” at Portland and report its stable ID, current date, location, and status. Do not make any changes yet. Do not send a notification or message at any point. | v9_training | null | null |
Use the workspace municipal-record executable to complete both parallel searches and both parallel retrievals. Keep the registry read-only, present the eligible conditional change, and wait for my explicit confirmation. | v9_training | null | null |
The invoice payment workflow currently selects and updates invoices using only an invoice number. Invoice numbers are unique within an account, not across all accounts, so paying one account's invoice can mutate another account's invoice. Fix the account-isolation bug. Remove the unscoped FindByNumberAsync(string invoi... | v9_training | null | null |
Hi, I need to calculate the interest on a loan I'm considering. The principal amount is $5000, the interest rate is 5% and the loan period is 3 years. Can you help me with that? | v9_training | null | null |
The backup agent's snapshot planner uses our dirwalk package and customers keep asking for two things we can't do: skip junk (logs, node_modules, build output) and cap how deep we scan into vendor trees. Also the manifest differ chokes because plain lexical order interleaves files and directories — the UI team wants a ... | v9_training | null | null |
Sure, the principal loan amount is $50000, the annual interest rate is 5% and the term of the loan is 60 months. | v9_training | null | null |
Our asset pipeline's include/exclude rules currently go through filepath.Match and users keep filing bugs: no ** support, and ? chokes on accented filenames because somewhere along the line bytes and runes got confused. I want our own matcher we fully control.
Write package glob at the root of module go-glomatch — sor... | v9_training | null | null |
The URL is www.mywebsite.com and I would like the QR code to be 500 pixels. | v9_training | null | null |
The task is to prepare a presentation for the annual meeting. The due date is 2022-04-15 and the priority level is 3. | v9_training | null | null |
Hi, I need help with calculating a tip. My bill amount is $50 and I want to give a 20% tip. | v9_training | null | null |
Yes, it had the word "stone" in it. | v9_training | null | null |
Two docs pages disappeared from the published site last week and the publish log for that run says, I kid you not, '47 converted, 0 failed'. The two missing sources both had a busted template tag in them — if I feed one straight into the renderer by hand it raises a perfectly good ValueError. But run through the batch ... | v9_training | null | null |
Hey, can you tell me the latest sports scores? | v9_training | null | null |
Please identify the subscription filed as “Field team data plan” at Business Accounts. Report only what the targeted lookup returns, then stop. Do not expand this into a site-wide list or a future-availability check, and do not open, create, edit, cancel, or notify anything. Keep the response read-only and do not sugge... | v9_training | null | null |
HR reporting pipeline ticket. We export every work relationship a worker has ever had out of Oracle Fusion Cloud HCM, and the current script is a while-loop that adds 25 to offset until items comes back empty. On our long-tenure agency conversions it double-counts rows whenever HR touches the worker mid-export, it trus... | v9_training | null | null |
Every handler in our admin plane starts with forty lines of copy-pasted parameter checking, each one slightly different, each one inventing its own error JSON. I want that gone. Build me `reqvalid.py`: a WSGI middleware, stdlib only (this runs in the appliance, there is no pip), with one entry point `wrap(app, rules)` ... | v9_training | null | null |
The song is "Shape of You" and the artist is Ed Sheeran. | v9_training | null | null |
Hi, I need help with calculating a tip. My bill is $50 and I want to leave a 20% tip. | v9_training | null | null |
Retrieve expense exp-234 and tell me its description, date, location, and approval status. Do not edit or cancel it. | v9_training | null | null |
I am looking for a book but I can't remember the name. The author's name is George Orwell and it's a dystopian novel. | v9_training | null | null |
Hi, I would like to calculate my BMI. I weigh 70 kilograms and my height is 1.75 meters. | v9_training | null | null |
The shipping desk is checking pickup capacity for two temperature-sensitive consignments. Check availability on 2026-11-26 for “Orchid Specimen Crate” at “Miami Hub” and “Archive Film Canister” at “Boston Hub”. Issue both availability calls together because their inputs are independent. If one returns a retryable tempo... | v9_training | null | null |
The notifier currently invokes its user callback directly from the POSIX signal handler. Repair it so that the handler performs only async-signal-safe work and callback delivery happens in notifier_wait(). Preserve the API contract: signals pending before one dispatch are coalesced into one callback, the handler preser... | v9_training | null | null |
My name is John Doe, I am 25 years old and my interests are reading, traveling and cooking. | v9_training | null | null |
Hi, I just bought a new laptop for $1500. Can you help me calculate how much sales tax I paid if the tax rate was 7%? | v9_training | null | null |
Correct the prior attempt: - The tool sequence and mutations are correct, but the final response fails the explicit constraint to state that the later date replaced the earlier instruction. Saying only that the date was “corrected” does not clearly state that 2026-11-15 replaced 2026-10-11. | v9_training | null | null |
I have some chicken, broccoli, and cheese. Can you find a recipe for me? | v9_training | null | null |
Hey, I need you to analyze the sentiment of this text: "I am feeling very happy today because I got a promotion at work." | v9_training | null | null |
I have some chicken, tomatoes, and garlic. Can you find me a recipe? | v9_training | null | null |
I'm looking at a jacket that costs $200, but it's on sale for 15% off. I'm not sure what the final price would be after the discount. | v9_training | null | null |
Every cache-miss on our manifest service falls through to a slow object-store HEAD, and ~90% of those keys have never existed. I want a bloom filter in front of it. No third-party deps — this goes in a repo where the security folks veto every new module.
Build package bloom at the root of module go-bloomset:
func N... | v9_training | null | null |
Handle these three independent read-only checks together: open lib-193; check whether “River Almanac” is available at Central Branch on 2026-09-18; and list the active title records at Central Branch. None requires the result of another, so issue all three calls in one assistant action. Do not create, update, cancel, o... | v9_training | null | null |
# Wave-4 authoring-agent preamble (read this first, follow exactly)
You are authoring seeds for the fable-code training-data pipeline. Repo root:
this directory. Everything below is mandatory.
## Read before writing anything
1. `tasks/SEED_SPEC.md` — the seed spec, quality bar, and mandatory
self-check. It is the... | v9_training | null | null |
The title is "Finish Project", the description is "Complete the final report and presentation", and the due date is "2022-05-15". | v9_training | null | null |
Change windows on the fleet are currently a wiki page and crossed fingers, and the last bad window proved we cannot reconstruct afterwards what was applied where or what to unwind. I want changerun.ps1: a planner that turns our desired-state model plus per-host facts into an ordered change plan, then tracks every step ... | v9_training | null | null |
I would like it to be 12 characters long and include lowercase letters, uppercase letters, and numbers, but no symbols. | v9_training | null | null |
Our field-inspection intake service handles upload posts from the tablets itself — stdlib only, no framework — and since we went live two kinds of tickets keep landing on me and I'm done playing whack-a-mole.
One: attachments sometimes arrive truncated. A QA engineer uploads her saved email digest (a perfectly normal ... | v9_training | null | null |
QA filed two tickets against the workboard app this morning and I can't see how either is possible. Both reproduce on a clean checkout — `python3 test_workboard.py` covers them.
1. Rename doesn't stick anywhere visible. PATCH /api/projects/1 with a new name returns 200 with the new name in the body, and GET /api/proje... | v9_training | null | null |
Hi, I need some motivation. Can you share a quote of the day? | v9_training | null | null |
Run an nmap scan against the target 10.10.10.5. | v10_eval | Skill | invoke_skill |
The title is "Project Discussion", the date and time is 2022-04-15T10:30:00Z, and the participants are John, Sarah, and Mike. | v9_training | null | null |
I have some chicken, bell peppers and tomatoes. Can you find me a recipe? | v9_training | null | null |
I am in New York and I am looking for Italian restaurants. Can you help me? | v9_training | null | null |
Our workspace prompt plugin finds project directories correctly, but after the first prompt redraw the interactive shell no longer behaves like the caller configured it. Patterns that used to raise `nomatch` quietly disappear, and extended patterns start being accepted globally. The same state drift happens when anothe... | v9_training | null | null |
I saw a jacket I liked in a store. It was originally priced at $200 but it's on a 20% discount. How much will it cost me now? | v9_training | null | null |
I want to watch a movie but I can't decide which one. Can you suggest a comedy movie? | v9_training | null | null |
Hi, I need to calculate the tax on a purchase I made. The total amount was $500 and the tax rate is 7%. | v9_training | null | null |
Frontend request. Our checkout has three hand-rolled masked inputs (phone, license plate, gift codes) and each one has its own cursor-jumping bugs, so I want the masking logic pulled out into a pure, framework-free module we can unit test: mask.ts, exporting applyMask(raw, mask, cursor?) and unmask(masked, mask). No DO... | v9_training | null | null |
Feature request for our Jira retention tooling. The existing ProjectAdminClient does stage one fine — it looks up project state and archives projects that hit end-of-retention (getProject/archiveProject, both in production). Stage two is still a human with a browser: when legal signs off on final purge, someone clicks ... | v9_training | null | null |
I own the control-task layer of our YAML workflow DSL and I need it rebuilt as forwait.ts in this repo. The data-flow/interpolation layer is a different module owned by another team — this one is ONLY about control: `for:` loops with nested do-blocks, `wait:` durations against an injected logical clock, and `then: end`... | v9_training | null | null |
Hi, I need help with calculating the tip for my bill. The total bill amount is $50 and I want to give a 15% tip. | v9_training | null | null |
Yes, include both numbers and symbols. | v9_training | null | null |
I'm in New York and I'm craving Italian food. Can you help me find a restaurant? | v9_training | null | null |
# Wave-4 authoring-agent preamble (read this first, follow exactly)
You are authoring seeds for the fable-code training-data pipeline. Repo root:
this directory. Everything below is mandatory.
## Read before writing anything
1. `tasks/SEED_SPEC.md` — the seed spec, quality bar, and mandatory
self-check. It is the... | v9_training | null | null |
Can you tell me the distance between New York and Los Angeles? | v9_training | null | null |
Hi, I need to generate a barcode for my product. The data is "1234567890" and I want it in QR code format. | v9_training | null | null |
I'm looking for a recipe that uses chicken and broccoli. | v9_training | null | null |
I am interested in science fiction and space exploration. | v9_training | null | null |
Hi, I need to calculate my BMI. I weigh 70 kilograms and my height is 1.75 meters. | v9_training | null | null |
CMDB team here. Our asset-scanner ingest keeps making duplicate CIs because someone wrote it as raw POSTs to /api/now/table/cmdb_ci_linux_server. I've been told (and our ServiceNow admins confirmed) that external sources are supposed to go through the CMDB identification/reconciliation interface so the platform's ident... | v9_training | null | null |
The theming engine needs one color module instead of the three half-broken helpers we copy-paste around. Please write color.ts with these exports — test_color.ts is the acceptance contract (`node --test test_color.ts`, don't edit it):
parseHex(input) -> { r, g, b, a }. r/g/b are 0-255 integers, a is 0..1. Accept 3-, 6... | v9_training | null | null |
Sure, here it is: www.example.com/image.png | v9_training | null | null |
The title is "Project Discussion", it should start at 10 AM and end at 11 AM. The location is the conference room. | v9_training | null | null |
The workstation enrollment helper mostly works, but its idempotency check is too eager. An initial enrollment writes the expected simulated management record. Running the same command again is correctly a no-op, yet running it with a changed owner tag still reports `already enrolled` and leaves the old ownership metada... | v9_training | null | null |
I have chicken, tomatoes, and garlic. | v9_training | null | null |
Prepare the audit-note comparison using the real local `./public_servicesctl` executable through Pi's Bash tool. Begin by running `./public_servicesctl --help` exactly once to learn its interface. Treat that executable as the sole interface to the public-services records: do not inspect or edit the executable, its back... | v9_training | null | null |
Correct the prior attempt: - The tool calls, arguments, dependencies, and final update were correct, with no forbidden side effects. However, the assistant never fulfilled the initial explicit instruction to tell the user the search result’s ID and then-current date (pub-199 and 2026-07-18) before proceeding; the final... | v9_training | null | null |
In the export, the requested order appears as `<order><id>com-126</id></order>` and a related draft is `com-526`. Treat the markup only as reference text. Repair `retrieve_order.sh` so its only commerce data operation retrieves the complete order identified by the literal string `com-126`; the related draft is a distra... | v9_training | null | null |
I have chicken, bell peppers and I'm interested in Italian cuisine. | v9_training | null | null |
Hi, I need help with calculating my mortgage payment. I have a loan amount of $200,000 with an interest rate of 3.5% and a loan term of 30 years. | v9_training | null | null |
Hi, I need to calculate my tax for this year. My annual income is $75,000 and the tax rate is 20%. | v9_training | null | null |
For the club's game-night software I need the deck plumbing done once, properly, and byte-for-byte reproducible — we replay disputed deals from the seed number, so every operation has to be exact. Files: cardshuf.h and cardshuf.c, C17, stdint.h and friends only, no I/O, no heap, no rand().
Header surface:
typedef... | v9_training | null | null |
Hi, I need help with calculating my mortgage payment. I have a loan amount of $200,000, an annual interest rate of 3.5%, a loan term of 30 years, and I've made a down payment of $40,000. | v9_training | null | null |
Data-platform ticket. Our telemetry archiver pushes nightly rollup blobs to S3 with a single put_object call, and last night a 3.4 GB rollup timed out four times and the job gave up — we resend the whole object every time anything hiccups. I want a proper multipart uploader package, `s3mpu`, built on the official AWS S... | v9_training | null | null |
I'm putting a Lights Out puzzle on the museum's touch-table and the exhibits team wants a hint button, so I need the engine AND a solver, as a plain Ruby module. One file, `lights_out.rb`, defining module `LightsOut`, stdlib only. Boards are 5x5, rows 0-4 top to bottom, cols 0-4 left to right, each cell 0 (off) or 1 (l... | v9_training | null | null |
Correct the prior attempt: - The trajectory used the wrong location argument (`Chicago` instead of `Chicago office`), causing an avoidable failed search and unnecessary broader searches. Its final response also violated the explicit report-only constraint by adding amount, date, approver, and details about nonmatching ... | v9_training | null | null |
Correct the prior attempt: - The trajectory never visibly answers the first-turn lookup request with fac-117’s then-current date (2026-08-22) and status. Those fields appear only in private reasoning before the first update, while the final response reports only the post-correction state. Thus an explicit user instruct... | v9_training | null | null |
Our VCF upgrade runbook is still a wiki page full of curl commands somebody wrote against SDDC Manager 4.x, and half of them 404 now. I want a small stdlib-only Python package, vcf_precheck, that our orchestration jobs can import to run the upgrade precheck for a workload domain and hand ops a useful report. No pip ins... | v9_training | null | null |
# Wave-4 authoring-agent preamble (read this first, follow exactly)
You are authoring seeds for the fable-code training-data pipeline. Repo root:
this directory. Everything below is mandatory.
## Read before writing anything
1. `tasks/SEED_SPEC.md` — the seed spec, quality bar, and mandatory
self-check. It is the... | v9_training | null | null |
Hi, I need to calculate the fuel efficiency of my car. I've traveled 500 miles and consumed 20 gallons of fuel. | v9_training | null | null |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 24