EN DIRECT
CEO fired developers to make room for AI. Developers create open source AI CEO27/08/26|NVIDIA NVLink Fusion Expands With NVHBM Custom High-Bandwidth Memory26/08/26 · NVIDIA|The inside story on why OpenAI agents hacked Hugging Face26/08/26 · OpenAI|TraceML: An Empirical Analysis of Human-Agent Planning in Machine Learning Development26/08/26 · Hugging Face|Intelligent transcription with Gemini 3.5 Transcribe26/08/26 · Google|The Download: the Kids issue arrives, and Bill Gates reveals his AI fears26/08/26|Z.ai confirms Ox Alpha is a new GLM-series model and will release its weights26/08/26|Learning never stops: How AI makes learning continuous26/08/26 · OpenAI|Bringing ChatGPT for Teachers to more U.S. school districts26/08/26 · OpenAI|The Hugging Face incident and the road ahead26/08/26 · OpenAI|Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers26/08/26 · Hugging Face|How loveholidays is making everyone a builder with Codex26/08/26 · OpenAI|CEO fired developers to make room for AI. Developers create open source AI CEO27/08/26|NVIDIA NVLink Fusion Expands With NVHBM Custom High-Bandwidth Memory26/08/26 · NVIDIA|The inside story on why OpenAI agents hacked Hugging Face26/08/26 · OpenAI|TraceML: An Empirical Analysis of Human-Agent Planning in Machine Learning Development26/08/26 · Hugging Face|Intelligent transcription with Gemini 3.5 Transcribe26/08/26 · Google|The Download: the Kids issue arrives, and Bill Gates reveals his AI fears26/08/26|Z.ai confirms Ox Alpha is a new GLM-series model and will release its weights26/08/26|Learning never stops: How AI makes learning continuous26/08/26 · OpenAI|Bringing ChatGPT for Teachers to more U.S. school districts26/08/26 · OpenAI|The Hugging Face incident and the road ahead26/08/26 · OpenAI|Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers26/08/26 · Hugging Face|How loveholidays is making everyone a builder with Codex26/08/26 · OpenAI|
RechercheHugging Face

TraceML: An Empirical Analysis of Human-Agent Planning in Machine Learning Development

Large language models write correct code for isolated problems but remain far weaker at autonomous machine-learning development, where an agent must revise data pipelines, models, and validation over hours of feedback, and on most competitions still…

26 août 20261 min de lecturePublié pararXiv

Large language models write correct code for isolated problems but remain far weaker at autonomous machine-learning development, where an agent must revise data pipelines, models, and validation over hours of feedback, and on most competitions still finishes below strong human competitors. Outcome-based benchmarks record this gap but not its cause, because they grade the final submission and discard the development process behind it. We introduce TraceML, which pairs human and agent work on the same competitions under one version-level schema: 4,465 human Kaggle trajectories across 134 competitions, seven of which are also worked by two agent scaffolds, giving 430 paired human and 207 agent trajectories. Every code version carries its score, its timestamp, and labels for the action taken, its intent, the edit size, and the score effect. Read this way, the gap becomes concrete. Experts alternate data work, validation, model changes, and ensembling, and return to approaches they had set aside. Each agent scaffold instead collapses into a narrow loop: Codex spends its steps re-weighting ensembles and tuning submissions, MLEvolve mutates its model in place, and neither pivots at the human rate nor reopens abandoned work. A short planning prompt distilled from human practice moves the behaviors it names toward the human profile and lifts scores, but the effort profile stays agent-shaped: instruction closes only the part of the gap that reduces to instructions. We release the corpus, the schema, the labelers, and the extraction pipeline at https://huggingface.co/datasets/jerryyan/TraceML.

Tags
llmagentscoding
TraceML: An Empirical Analysis of Human-Agent Planning in Machine Learning Development · nAIvigate