Skip to content
Claude CodedocsData & ML

Survey ML model, dataset, and infra options across 500+ Q&A turns

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 a broad map of the current ML/AI landscape — best datasets, models, fine-tuning techniques, deployment platforms, and optimization tricks — by asking a long string of open research questions rather than working on a specific codebase.

  1. Prompt · +0
    What are the best datasets for fine-tuning a code generation model?
  2. Agent did · +0
    Answered a long run of questions on datasets, chatbot/instruction data, and choosing LLMs, embeddings, and multimodal models for various tasks.
  3. Agent did · +6m
    Covered building app features (RAG, agents, streaming chat, demos) and production deployment topics: GPU clusters, SOC2 compliance, autoscaling, serverless inference.
  4. Agent did · +21m
    Walked through fine-tuning approaches (LoRA, QLoRA, DPO, RLHF), distributed/mixed-precision training, tokenizer design, and vision/embedding model workflows.
  5. Agent did · +31m
    Discussed model conversion formats (ONNX, safetensors, quantization), safety/red-teaming practices, browser/on-device inference, and GPU kernel optimization for attention.
  6. Outcome · +35m
    Session ended after 526 turns of pure Q&A — no code was written, no files touched, no tests run; just advisory answers across dozens of unrelated ML/AI topics.
VERDICT

I'd start by scoping this to one actual task instead of firing off a hundred unrelated questions — the breadth here meant nothing got built or tested. Next time I'd pick the specific model/dataset/deployment decision I actually need to make and dig into it with follow-ups, rather than treating the agent like a search engine for the whole ML landscape.

I tried this · 0

Discussion · 0

How Builds work