id stringlengths 5 5 | preferred_ui stringclasses 4
values | domain stringclasses 6
values | prompt stringlengths 38 101 | rationale stringlengths 13 133 |
|---|---|---|---|---|
h-001 | cli | local_ops | Show me which python files changed since last commit in this repo. | A one-shot git/diff command is enough. Opening a GUI file tree is slower and loses the patch. |
h-002 | cli | local_ops | Tail the last fifty lines of tonight's ingest log and grep for timeout. | Logs on disk are a CLI job. A dashboard click path would hide the exact line. |
h-003 | cli | local_ops | How much disk is left on the box that runs the nightly job? | df/du is native. A host metrics page is extra hops for a local machine. |
h-004 | cli | local_ops | Restart the local uvicorn on port 8080 if it is the one I started this morning. | Process control on localhost is shell. Do not click a remote console. |
h-005 | cli | local_ops | Pretty-print tickets.json and count objects with status open. | The file is already here. jq/python -c beats uploading it into a form. |
h-007 | cli | local_ops | Find TODO comments under src/ and print file:line. | ripgrep is the right interface. A code-search webpage is for other people's repos. |
h-008 | cli | local_ops | Compress the data/ folder into a zip named agent-ui-human.zip in Downloads. | Local archive creation is tar/zip. A cloud zip dialog adds an upload. |
h-009 | cli | local_ops | What version of python is on PATH, and is scikit-learn importable? | Environment probe. Shell. Not a settings panel. |
h-010 | cli | local_ops | Diff README.md against HEAD and tell me if the license line moved. | Tiny git question. No reason to open a pull-request UI. |
h-011 | structured_api | telemetry | Pack voltage for vehicle-like device lab-104 over the last fifteen minutes, just the numbers. | This is a metric query. A REST/telemetry API returns a series; clicking charts is for humans staring at plots. |
h-013 | structured_api | telemetry | List workflow runs that failed since 16:00 PT. | Workflow control planes expose list-by-status. DOM tables paginate and lie. |
h-014 | structured_api | telemetry | Send a retry signal to workflow wf-88 with reason transient_io. | Signals are first-class API. A retry button is fine for a person, worse for an agent. |
h-015 | structured_api | telemetry | HTTP 5xx rate for svc-api over five minutes, as a ratio. | SLI fetch. Structured. A Grafana click path is the human UI. |
h-016 | structured_api | telemetry | Which devices in the lab fleet have battery current above 200A right now? | Fleet filter is a query API. Clicking each device card does not scale. |
h-017 | structured_api | telemetry | Latest odometer reading for lab-221, and when it was sampled. | Point lookup. API with device_id. Not a search box in a web app. |
h-019 | structured_api | telemetry | Count open diagnostic tickets tagged telemetry in the last 24 hours. | Ticket systems have search APIs. Agent should not scrape the inbox UI. |
h-020 | structured_api | telemetry | Fetch the schema for metric pack_voltage_v so I know units. | Metadata endpoint. Docs pages are slower and less parseable. |
h-021 | dom_click | web_ui | Open the Metrics tab on the lab dashboard I already have loaded. | The app is already in a browser session. Click the tab; do not re-fetch via API if the view exists. |
h-022 | dom_click | web_ui | Read the red banner at the top of the Kaggle home page if there is one. | Ephemeral UI chrome is not in the API. You have to look. |
h-023 | dom_click | web_ui | Click Create dataset on Hugging Face while I am logged in as akashnaren. | The New flow is a page. There is no stable public API for that button on this account's Hub UI. |
h-025 | dom_click | web_ui | Dismiss the cookie notice at the bottom of Kaggle if it is blocking Save. | Cookie nags have no API. Click accept/dismiss. |
h-026 | dom_click | web_ui | Open Your Work in the Kaggle left nav. | Navigation affordance. Link click, not a REST list. |
h-027 | dom_click | web_ui | Read the login streak number on the Kaggle home hero. | A presentational stat. get_text on the page. |
h-028 | dom_click | web_ui | Follow tomaarsen from the Hugging Face following suggestions, if the Follow button is there. | Social graph UI, session-bound. Not the Hub upload API. |
h-029 | dom_click | web_ui | Open the file list on the agent-ui-sft dataset page so I can see train.jsonl. | The Hub files table is the UI for a human check. API exists but the task is look at the page. |
h-031 | form | authoring | Create a public dataset titled Agent UI Human with license Apache 2.0. | Creation wizards are forms: title, license, visibility. Fill then submit. |
h-032 | form | authoring | Set the dataset subtitle to: Human-written interface preferences for agents. | A labeled field. fill_field, not a CLI flag on someone else's site. |
h-033 | form | authoring | On the new notebook form, set the title to Agent UI SFT explore + router. | Notebook metadata is a form on Kaggle. |
h-034 | form | authoring | Fill owner as akashnaren on the Hugging Face new-model page. | Owner is a form select. Do not try to POST undocumented endpoints. |
h-035 | form | authoring | Write a two-sentence model card in the Hub README editor and save. | The editor is a form/textarea. git commit via Hub UI is still a form here. |
h-037 | form | authoring | On Kaggle dataset settings, confirm visibility is Public and license Apache 2.0. | Settings page. Checkboxes and dropdowns. |
h-038 | form | authoring | Add a collection title Agent UI and description linking dataset, model, and Space. | Collection create is a Hub form. |
h-039 | form | authoring | Update Hugging Face profile AI and ML interests to: agents, tool-use, telemetry, dataset design. | Profile edit form. Not an API we have connected. |
h-040 | form | authoring | Submit the signal-workflow dialog with workflow_id wf-88 and signal retry. | If the only affordance on screen is a dialog, fill the form. Prefer API when it exists; this task assumes the dialog is what is open. |
h-041 | cli | diagnostics | Parse a local DTC dump at /tmp/dtc.json and list unique codes. | File is local. Python/jq. No vehicle network involved. |
h-043 | cli | diagnostics | Hex dump the first 64 bytes of a CAN capture file named lab.asc. | Binary/text capture on disk. xxd/head. |
h-044 | structured_api | diagnostics | For ticket T-4421, return current owner and last status change time. | Ticketing API. Scraping the ticket page is the fallback UI. |
h-045 | dom_click | diagnostics | On the service console already open, click the History tab for the selected lab device. | The console is on screen. Click History. |
h-046 | form | diagnostics | File a lab-only note: device lab-104, symptom high pack current during soak, no customer identifiers. | Write-up is a form. Keep it synthetic/lab. |
h-047 | cli | workflows | Print the last exit code of ./scripts/nightly.sh from the shell history file if present. | Local history. grep HISTFILE. |
h-049 | dom_click | workflows | If the Temporal-like UI is showing a spinner on wf-91, wait and read the status chip. | Live UI state. Watch the chip. |
h-050 | form | workflows | Schedule a one-off lab job named human-dataset-qa for tomorrow 9:00 PT in the scheduler dialog. | Scheduler UI is a form with date and name. |
h-051 | cli | authoring | Count lines in train.jsonl and test.jsonl in the current directory. | wc -l. Local. |
h-052 | structured_api | authoring | Does Hugging Face already have datasets/akashnaren/agent-ui-sft? Return yes or no. | Hub API exists. Prefer it over loading the website. |
h-053 | dom_click | authoring | On the dataset page, click the Train split preview if the viewer is visible. | Dataset viewer is a widget. Click to confirm rows. |
h-055 | cli | local_ops | Show git remote -v for this folder so I know if origin is Hugging Face or GitHub. | git remote. CLI. |
h-056 | structured_api | telemetry | Average pack_voltage_v for lab-104 between 00:00 and 01:00 PT. | Windowed aggregate. API. |
h-057 | dom_click | web_ui | Close the Microduck news card on Hugging Face home if it is in the way. | Feed chrome. Dismiss/click away. |
h-058 | form | authoring | Rename the Space from untitled to agent-ui-router in the Space settings name field. | Settings form. |
h-059 | cli | local_ops | From Downloads/agent-ui-human, list files with sizes. | ls -l. Local Downloads. |
Agent UI Human
Human-written interface preferences for agents. Companion to akashnaren/agent-ui-sft (synthetic multi-turn tool traces). This set is the opposite shape: one person-shaped request per row, a preferred UI, and a short rationale.
| Author | Akash Premkumar (akashnaren) |
| License | Apache-2.0 |
| Files | train.jsonl (50), test.jsonl (10), agent_ui_human.csv (60 full) |
| Mirror | Kaggle: akashpnaren/agent-ui-human |
How it was made
Public question: akashnaren/agent-ui-metrics — what is the most efficient UI for agents to talk to tools?
Sixty original prompts were written one at a time for a lab setting (local git, named metrics, on-screen tabs, Hub/Kaggle-style wizards). They are not a template expanded with paraphrases, not scraped tickets, not Tesla service logs, and not customer data.
Labeling rule of thumb used while writing:
- Bytes already on disk →
cli - Stable named resource (device, run, metric) →
structured_api - Answer already on an open page (banner, tab, widget) →
dom_click - Product only exposes a wizard (title, license, visibility) →
form
No inter-annotator study. No production capture. Small preference file so HF/Kaggle profiles have a human artifact next to the synthetic SFT set.
Schema
| field | type | meaning |
|---|---|---|
id |
string | h-001 … h-060 |
preferred_ui |
string enum | cli | structured_api | dom_click | form |
domain |
string | local_ops, telemetry, diagnostics, workflows, web_ui, authoring |
prompt |
string | Person-shaped request |
rationale |
string | Why that interface is the cheap one for this request |
Split rule
Ids whose number is divisible by 6 go to test (h-006, h-012, …) → 10 test / 50 train. CSV holds all 60 rows.
Label mix (published train+test)
Checkable by loading the CSV / JSONL. Train is roughly balanced across four UIs; test is small (10 rows) and not stratified to equal counts.
How to load
from datasets import load_dataset
ds = load_dataset("akashnaren/agent-ui-human")
print(ds["train"][0])
CSV:
import pandas as pd
df = pd.read_csv("agent_ui_human.csv")
print(df["preferred_ui"].value_counts())
print(df["domain"].value_counts())
Classifier-shaped columns:
texts = ds["train"]["prompt"]
labels = ds["train"]["preferred_ui"]
Example rows (from published train)
| id | preferred_ui | domain | prompt (short) |
|---|---|---|---|
h-001 |
cli | local_ops | Show which python files changed since last commit. |
h-011 |
structured_api | telemetry | Pack voltage for device lab-104 over last 15 minutes. |
h-021 |
dom_click | web_ui | Open the Metrics tab on the already-loaded lab dashboard. |
h-031 |
form | authoring | Create a public dataset titled Agent UI Human, Apache-2.0. |
What it is not
- Not vehicle telemetry from the field.
- Not a dump of anyone's inbox.
- Not LLM-paraphrased clones of one seed (contrast
agent-ui-sft, which is synthetic traces). - Not Kimi / Moonshot weights or a proprietary fine-tune dump.
- Not a benchmark that generalizes beyond this 60-row lab preference file.
Intended use
Train or evaluate a small UI-mode classifier; read rationales for notes on interface cost. Pair with ui-mode-router as a related (synthetic-trained) baseline — that model was trained on agent-ui-sft, not on this human set.
Limitations
- 60 rows; single author; no IAA.
- English only.
- Domains are lab-shaped (
local_ops,authoring, …), not production traffic. - Test split is tiny (10 rows).
Links
- Synthetic companion: https://huggingface.co/datasets/akashnaren/agent-ui-sft
- Pairwise prefs (same labeling rules): https://huggingface.co/datasets/akashnaren/agent-ui-mode-pairs
- Flat efficiency bakeoff table: https://huggingface.co/datasets/akashnaren/agent-ui-efficiency-scores
- Question repo: https://github.com/akashnaren/agent-ui-metrics
- Collection: https://huggingface.co/collections/akashnaren/agent-ui-lab-6a9a8e06fec692165b0b3c07
- Kaggle mirror: https://www.kaggle.com/datasets/akashpnaren/agent-ui-human
- Model (trained on SFT, not this set): https://huggingface.co/akashnaren/ui-mode-router
- Personal site: https://akashnaren.github.io/
- ORCID: https://orcid.org/0009-0001-8877-9527
- Cursor: https://cursor.com/@akashpn
- Fleet / bot page: https://akashnaren.github.io/bot/
- Downloads last month
- 59