The Commonplace
Home Three-study pilot Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Autonomous LLM research agents find near–state-of-the-art telecom retrieval models quickly and cheaply—reaching 0.343 Recall@1 (≈90% of internal SoTA) in 10 weeks and $150–$200 of API cost—yet lack the creativity of human teams and still need human direction.

Autonomous Research for Open-Ended Problems: A Case Study on Telecom Ticket Retrieval
Junghyun Min, Huseyin Uzunalioglu, Mohamed Trabelsi · September 11, 2026
arxiv descriptive medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Junghyun Min unresolved corpus identity
  2. Huseyin Uzunalioglu unresolved corpus identity
  3. Mohamed Trabelsi unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Junghyun Min provider ID
  2. H. Uzunalioglu provider ID
  3. Mohamed Trabelsi provider ID
LLM-driven autonomous research agents can discover competitive retrieval models for telecom ticket retrieval—achieving about 90% of an internal SoTA's Recall@1 (0.343 vs. 0.380)—while substantially reducing wall-clock research time and modest API cost, but they struggle with creative procedures like ensembling and require human oversight.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Recent breakthroughs in LLM-based systems and their abilities in problem solving and coding have allowed progress in the AI for Science paradigm, potentially replacing human roles in machine learning (ML) research. However, while several frameworks of fully autonomous end-to-end ML research have been proposed, successful implementations of them are often limited to problems with narrow search spaces, like language modeling or biomedical ML benchmarks. In this paper, we explore how autonomous research can be adapted to solve open-ended, industry-grade ML problems, by considering a case study: telecom ticket retrieval, an open-ended task with degrees of freedom in representation, architecture, and training data generation. We discover that autonomous research for open-ended problems with commercial and open-source agents shows both promise and limitations: while autonomous research can excel in narrow hyperparameter optimization, it lacks human-like intuition and creativity and requires operational overhead. Even with minimal human supervision, autonomous research can reach $90\%$ of state-of-the-art performance (0.34 vs. 0.38 Recall@1) in a much shorter time period (10 weeks vs. 10 months of human work) at a modest cost (up to \$200 per Cursor campaign). Our empirical evidence recommends that human researchers and autonomous research frameworks work together for best results in ML research.

Summary

Main Finding

Autonomous research agents can rapidly produce competitive solutions for an open-ended, industry-grade ML task (telecom ticket retrieval). A mostly automated campaign produced a single fine-tuned retriever that achieved 0.343 Recall@1 — about 90% of an internal human-engineered SoTA (0.380) — in far less calendar time (10 weeks vs. ~10 months of human development) and at modest API cost (~$150–$200 per Cursor campaign). However, agents are best at deep, narrow hyperparameter/data-sweep optimization, lack human-like intuition/creativity (e.g., designing novel ensembling, re-ranking, or data-augmentation strategies), and require nontrivial operational “babysitting” and harnessing.

Key Points

  • Performance
    • Best discovered model: single fine-tuned MPNet retriever.
    • Metrics (selected): discovered model Recall@1 = 0.343, Recall@10 = 0.630, Recall@50 = 0.768.
    • Comparison: internal human SoTA Recall@1 = 0.380; baseline MPNet (human fine-tuned) Recall@1 = 0.200; BM25 = 0.072.
  • Cost & Time
    • Typical Cursor Composer 2.5 campaign (10–20 experiments): $150–$200 in API charges.
    • Claude Sonnet 5 campaigns: ~2–3× higher ($300–$600).
    • Open-weight model (GPT-OSS) can be hosted locally (no API fees) but operational reliability varies.
    • Compute: ~1 GPU-week for the 17-experiment campaign; elapsed calendar time ~10 weeks end-to-end.
    • Human-engineered systems took ~10 months.
  • Agent & Framework Effects
    • Little difference in peak downstream performance across: single-agent vs multi-agent frameworks; different LLM backends (Cursor, Claude, GPT-OSS); and whether agents were informed about human SoTA components.
    • Agents consistently excelled at parameter sweeps but rarely invented the creative, structural additions used in human SoTA (e.g., ensembling, re-ranking, generative augmentation).
  • Operational Practicalities
    • Successful deployment required a harness: explicit task/environment docs, explicit search space definitions, and a scripted outer loop (to avoid stalled agents).
    • Agents underutilized compute and sometimes failed to orchestrate sub-agents reliably (open-weight models particularly brittle).
    • Autonomous runs need human oversight for stability, debugging, and interpreting failures.

Data & Methods

  • Task: Telecom Ticket Retrieval (retrieve correct resolution documents given incident tickets; evaluation = cluster-based Recall@K).
  • Dataset: ~250k incident reports (tickets: T), 204k fault analyses (FAs), 89k technical analyses (TAs). Evaluation set: 7.6k held-out queries, 1.2k held-out gold resolution documents; retrieval against full corpus.
  • Models & Baselines: BM25; fine-tuned MPNet (human baseline); ensemble (Trabelsi & Uzunalioglu 2026); internal SoTA (human system with data augmentation, ensembling, re-ranking).
  • Autonomous research implementations:
    • Two framework styles: single-agent loop (Karpathy-style autoresearch) and multi-agent team (AutoScientists-style).
    • LLM backends: Cursor Composer 2.5, Claude Sonnet 5, GPT-OSS 120B (locally hosted).
    • Informedness: uninformed (start-from-scratch) vs informed (documentation enumerated human SoTA components).
    • Harnessing: explicit documentation of task/resources, explicit search-space variables (representation, data generation, architecture/hyperparams), and a deterministic bash outer loop to resume agent sessions.
  • Hardware: training on 4× NVIDIA RTX A6000 servers (48 GB VRAM each).
  • Experiment scale: best campaign completed 17 unique experiments; reported costs and runtimes as above.

Implications for AI Economics

  • Labor substitution and productivity
    • Short-run: Autonomous agents can substitute for routine, time-consuming parts of applied ML R&D (hyperparameter sweeps, systematic representation choices), accelerating product development cycles and reducing calendar-time costs.
    • Role-shift rather than full replacement: Human researchers remain essential for creative, structural innovations (ensembling, re-ranking, augmentation design), for handling operational failures, and for high-level direction. Economically, value shifts from manual experiment execution to higher-level oversight, curation, and strategy.
  • Cost structure and firm choices
    • Marginal cost of an autonomous campaign is modest (hundreds of dollars in API fees or primarily capital for hosting open-weight models). This makes automated exploration affordable even for mid-sized firms, lowering barriers to iterate.
    • Fixed costs: building a robust harness, instrumenting experiments, and human oversight represent nontrivial fixed setup costs; these amortize over repeated campaigns.
    • Hosting trade-offs: open-weight models reduce API fees (lower variable cost) but can increase engineering/operational risk and require infra capital.
  • Returns to scale and R&D allocation
    • High returns where the search problem is large but structurally local (many hyperparameters or data-op variants): automated agents can rapidly produce near-SoTA gains at low marginal cost.
    • Diminishing returns for open-ended creativity tasks: economic value of human expertise remains high where novelty and cross-domain intuition are required.
    • Firms can optimize R&D allocation by using agents for intensive local search (cheap, fast) and allocating senior researchers to architectural strategy, novel methods, and assimilation of agent outputs.
  • Market and workforce effects
    • Demand shift: increased demand for skills in agent orchestration, experiment harnessing, and ML systems engineering; decreased demand for purely experimental grind work.
    • Democratization and competition: accessible automated campaigns (via cheap API or open-weight hosting) can lower entry costs for applied ML, increasing competition in domains where systematic tuning matters.
  • Risk, governance, and reproducibility
    • Operational brittleness and nondeterministic agent behavior introduce governance and reproducibility challenges; firms need protocols for verification and human review to avoid costly downstream errors.
    • Economic risk arises if firms over-rely on agents for open-ended innovation; investments should maintain human expertise to mitigate long-term stagnation in breakthrough methods.

Actionable recommendations for firms/policymakers - Integrate autonomous agents into a hybrid human-in-the-loop workflow: use agents for exhaustive, repeatable sweeps; reserve humans for creative design and oversight. - Invest in reproducible harnessing and tooling as a fixed-capital expenditure to amortize across many campaigns. - Consider open-weight model hosting to lower variable costs, but budget for increased engineering and operational monitoring. - Re-skill researchers toward agent orchestration, experiment design, and interpretability to capture productivity gains while retaining innovation capacity.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper presents an empirical case study on a large, real-world telecom ticket dataset (250k documents) with held-out evaluation and direct comparisons to established baselines and an internal SoTA system, providing concrete performance and cost/time metrics; however, results are from a single domain and dataset, with limited reporting of statistical uncertainty, replication details, and sensitivity to random seeds or alternative harness choices, so causal or broadly generalizable claims are only moderately supported. Methods Rigormedium — The experimental design includes reasonable baselines, held-out evaluation, multiple autonomous agent variants, and an operational harness; but it lacks detailed reporting on replication (number of independent runs, variance), statistical testing, full implementation details in the main text (some deferred to appendix), and only evaluates a single domain/dataset and limited LLM choices, limiting internal and external rigor. SampleReal-world telecommunications troubleshooting dataset with ~250k incident reports (tickets) and associated resolution documents (204k fault analyses, 89k technical analyses). Evaluation uses 7.6k held-out queries and 1.2k held-out gold resolution documents; models trained on GPUs (4x NVIDIA RTX A6000 servers). Themeshuman_ai_collab productivity GeneralizabilitySingle-domain (telecommunications) dataset — may not generalize to other domains or tasks., Internal/human SoTA comparison is company-specific and may incorporate proprietary components not reproducible elsewhere., Results depend on the specific operational harness, prompts, and LLMs tested (Claude Sonnet 5, Cursor Composer 2.5, GPT-OSS 120B); different agents or prompt engineering could change outcomes., Evaluated on a retrieval task; findings about creativity/intuition may not extend to other open-ended research problems (e.g., theory generation, experimental design across sciences)., Limited reporting of variance and statistical robustness — single-run peak models may overstate typical performance.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The best autonomous-research-discovered model achieved Recall@1 of 0.343, Recall@10 of 0.630, and Recall@50 of 0.768 on telecom ticket retrieval. Output Quality positive Telecom ticket retrieval recall
Reading fidelity high
Study strength medium
n=7600
Recall@1 = 0.343; Recall@10 = 0.630; Recall@50 = 0.768
0.18
The autonomous-research-discovered model substantially outperformed the BM25 baseline, a standard fine-tuned MPNet model, and a human-designed ensemble, but did not surpass the human-designed internal state-of-the-art system. Output Quality mixed Recall@1 for telecom ticket retrieval
Reading fidelity high
Study strength medium
n=7600
0.343 vs. 0.072, 0.200, 0.251, and 0.380 Recall@1
0.18
The 17-run autonomous research campaign completed within 1 GPU-week of compute time and 10 weeks of end-to-end execution, whereas the human-engineered comparison systems required 10 months of development. Research Productivity positive Research and system-development time
Reading fidelity high
Study strength low
n=17
10 weeks vs. 10 months of human development
0.09
A single 10–20-experiment research campaign using Cursor Composer 2.5 cost an estimated $150–$200 in API charges, excluding repository setup and harness-development costs. Organizational Efficiency positive API cost of autonomous research
Reading fidelity high
Study strength low
$150–$200 per 10–20-experiment campaign
0.09
Equivalent autonomous research runs using Claude Sonnet 5 cost approximately two to three times more than Cursor campaigns, or about $300–$600. Organizational Efficiency negative API cost of autonomous research
Reading fidelity high
Study strength low
2–3× more; approximately $300–$600
0.09
Varying the number and type of agents and the documentation provided to them had negligible impact on peak task performance. Output Quality null_result Peak telecom ticket retrieval performance
Reading fidelity high
Study strength medium
not reported
0.18
Autonomous research was effective at focused optimization within a narrowly fixed search space but exhibited a lack of intuition-driven hypothesis generation. Research Productivity mixed Quality and breadth of autonomous research experimentation
Reading fidelity high
Study strength medium
not reported
0.18
The best-performing model was produced by a single-agent Cursor loop informed about human-designed state-of-the-art techniques after 17 unique experiments. Output Quality positive Peak telecom ticket retrieval performance
Reading fidelity high
Study strength low
n=17
17 unique experiments
0.09
The dataset contained 250,000 incident reports, 204,000 fault analyses, and 89,000 technical analyses, with evaluation using 7,600 held-out queries and 1,200 held-out gold resolution documents. Other other Telecom ticket retrieval evaluation dataset
Reading fidelity high
Study strength high
n=250000
250k incident reports; 204k fault analyses; 89k technical analyses; 7.6k held-out queries; 1.2k held-out gold resolution documents
0.3

Notes