Skip to content
CodexdocsCLI & tooling

Answer wide-ranging ML/LLM questions for an hf-devtools-dashboard project

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 used the assistant as a running consultant to research datasets, models, fine-tuning, deployment and infra choices while working on a Next.js-based hf-devtools-dashboard project.

  1. Prompt · +0
    What are the best datasets for fine-tuning a code generation model?
  2. Agent did · +0
    Answered a long run of general knowledge questions on datasets, instruction tuning, chatbots, multilingual NLP, reasoning benchmarks and best LLMs/embedding models, all from general knowledge rather than the repo.
  3. Fail · +4m
    Agent repeatedly hit sandbox restrictions, unable to search the filesystem or run commands to check the actual project code, falling back to generic advice each time.
  4. Agent did · +4m
    Continued answering dataset hosting, model registry, evaluation, and quantization questions, occasionally noting the project is a Next.js-based dashboard but without inspecting its code.
  5. Prompt · +25m
    How do I build an AI agent that can browse the web, use tools, query databases, and write/test code?
  6. Agent did · +25m
    Gave high-level architecture guidance for agent frameworks (LangChain, tool orchestration, memory, REST/SQL access) and covered storage, robotics learning, and experiment tracking topics purely conceptually.
  7. Agent did · +31m
    Closed out with safety, alignment, red-teaming, model conversion/quantization, and GPU/inference optimization topics (Flash Attention, tensor parallelism, custom CUDA kernels), again as general advice with no code touched.
  8. Outcome · +35m
    Session ended after 526 turns of pure Q&A; no files were read, edited, or created, and no code, tests, or deployment artifacts were produced.
VERDICT

I'd start by pointing the assistant at the actual repo and asking one concrete question at a time instead of firing off a marathon of unrelated ML trivia questions—most of the answers were generic because it kept hitting sandbox restrictions and never got to look at my code. Nothing here actually moved the hf-devtools-dashboard project forward; next time I'd pick the two or three questions that matter for the current task and let it inspect files before answering.

I tried this · 0

Discussion · 0

How Builds work