Skip to content
CodexdocsCLI & tooling

Survey ML tooling and model choices via Q&A chatbot

Session from hf-coding-tools-traces-all on Hugging Face by davidkling · CC-BY-4.0 · condensed by Coders Talk

35msession
0interventions
GOAL

The developer wanted broad guidance on datasets, models, fine-tuning, deployment and tooling choices for an ML/AI project, apparently while working in a repo called hf-devtools-dashboard.

  1. Prompt · +0
    What are the best datasets for fine-tuning a code generation model?
  2. Agent did · +0
    Answered dozens of open-ended questions on datasets, models, and evaluation with generic knowledge-based advice, without touching any project files.
  3. Fail · +3m
    Agent says it cannot run shell commands due to sandbox restrictions and asks the developer to paste file contents instead.
  4. Fail · +4m
    Agent again reports it can't search or read the codebase (README, benchmark scripts) due to sandbox limits.
  5. Agent did · +4m
    Continued answering wide-ranging questions on hosting, fine-tuning, quantization, and inference serving purely from general knowledge, still with no repo access.
  6. Fail · +20m
    Agent again states the sandbox prevents it from reading files like README.md when asked about setting up a local model server.
  7. Agent did · +20m
    Kept fielding one-off questions across robotics, tokenizers, embeddings, agents, GPU optimization, and responsible AI topics until the transcript ends, never producing code or file changes.
  8. Outcome · +35m
    Session ended after 526 turns of pure Q&A; no files were read or edited, no code was written, and the sandbox restrictions blocking repo access were never resolved.
VERDICT

I'd start by giving the agent actual repo access or pasting in the relevant files myself, since half these turns were it telling me it couldn't read anything due to sandbox restrictions. Nothing here was really a build — it was me using it as a search engine for ML advice, and no correction I made ever unblocked the file access issue. Next time I'd scope one concrete task instead of firing off hundreds of disconnected questions.

I tried this · 0

Discussion · 0

How Builds work