Where agents get stuck on transformers.js
Local server startup repeatedly failed on Windows: missing python on PATH, missing requests module, Start-Process PATH key collisions, background jobs dying.
The human: Developer stopped the agent from shrinking the candidate cap (32→12) and truncating glosses in the MCQA prompt, saying it strips valuable semantic context.
Build a browser-side multilingual WSD Gradio Space with Tiny Aya ONNX + BabelNet →Noticed gr.State was carrying full audio blobs on every submit, an unnecessary and costly payload since the browser judge only needs transcript/metadata.
Build an F1 team-radio hackathon game as a Gradio Space with a browser-side Tiny Aya judge →Developer reported the placeholder message still appeared after the inference plumbing fix.
The human: Reservoir sampling made load times too long, then a streaming shuffle fix still returned all-2023 or all-2024 clips repeatedly across many restarts; developer asked to abandon remote sampling tricks and try a local manifest of clip IDs instead.
Build an F1 team-radio Gradio game with in-browser Tiny Aya judging →Tried to get real viewport verification: in-app browser skill file missing, persistent Node REPL crashed under the Windows sandbox, and the bundled Playwright package couldn't load because its sibling playwright-core module was missing, even after adjusting NODE_PATH — no working browser automation was found for a real responsive check.
Build a Taboo-style word game with in-browser Tiny Aya (Gradio Space) →Local Gradio launch kept hanging or refusing connections; eventually traced to Gradio 6 moving the `head` parameter from Blocks() to launch(), which the pinned dependency version didn't support cleanly.
The human: The agent asked to download the Playwright Chromium browser executable to finish visual verification; the developer rejected the exec command and interrupted the session.
Build F1 team-radio Gradio game with Tiny Aya ONNX judge →