paper-with-me

Papers

GENESIS: Harnessing AI Agents for Autonomous 6G RAN Synthesis, Research, and Testing

2026-05-26 · Tamerlan Aghayev, Maxime Elkael, Michele Polese, Minh Dat Nguyen, Gabriele Gemmi, Andrea Lacava, Ali Saeizadeh, Reshma Prasad, Paolo Testolina, Angelo Feraudo, Soumendra Nanda, Pedram Johari, Salvatore D'Oro, Tommaso Melodia arxiv

Cellular research and development (R&D) is throttled by six structural processes that each consume months of manual engineering work per iteration: (i) synthesizing new features from standards or research papers into production code; (ii) conformance and interoperability testing; (iii) hardening against field anomalies and diverse deployment environments; (iv) data-driven optimization of network functionalities; (v) discovering and prototyping novel waveforms, functionalities, and capabilities for future standards; and (vi) securing the stack against vulnerabilities. Although Large Language Models (LLMs) have compressed comparable R&D work in general software engineering from days to minutes, their known pitfalls worsen on Radio Access Network (RAN) use cases: they hallucinate Application Programming Interfaces (APIs) and mis-read specifications, which kills interoperability of RAN components at the first mistake, and they heavily rely on simulations for designing algorithms, which is notorious for breaking when transferred to real hardware. To address these challenges, we present GENESIS, an agentic Artificial Intelligence (AI) framework that converts intents (e.g., a specification clause, a telemetry anomaly, or a research hypothesis) into solutions validated with over-the-air experiments, fed back into a persistent knowledge base. GENESIS is built on three composable primitives (agents, skills, hooks) and a knowledge layer (SYNAPSE) that doubles as the source of ground truth and the recipient of every artifact the framework produces, making capabilities compound across runs.

📄 PDF Abstract BibTeX arXiv:2605.27360

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Professional Agents -- Evolving Large Language Models into Autonomous Experts with Human-Level Competencies

2024-02-06 · Zhixuan Chu, Yan Wang, Feng Zhu, Lu Yu 외

The advent of large language models (LLMs) such as ChatGPT, PaLM, and GPT-4 has catalyzed remarkable advances in natural language processing, demonstrating human-like language fluency and reasoning capacities. This posit…

Position

OS-Genesis: Automating GUI Agent Trajectory Construction via Reverse Task Synthesis

2024-12-27 · Qiushi Sun, Kanzhi Cheng, Zichen Ding, Chuanyang Jin 외

Graphical User Interface (GUI) agents powered by Vision-Language Models (VLMs) have demonstrated human-like computer control capability. Despite their utility in advancing digital automation, a critical bottleneck persis…

DiversitySynthetic Data Generation

Tool-Genesis: A Task-Driven Tool Creation Benchmark for Self-Evolving Language Agent

2026-03-05 · Bowei Xia, Mengkang Hu, Shijian Wang, Jiarui Jin 외 arxiv

Research on self-evolving language agents has accelerated, drawing increasing attention to their ability to create, adapt, and maintain tools from task requirements. However, existing benchmarks predominantly rely on pre…

GUI-GENESIS: Automated Synthesis of Efficient Environments with Verifiable Rewards for GUI Agent Post-Training

2026-02-15 · Yuan Cao, Dezhi Ran, Mengzhou Wu, Yuzhe Guo 외 arxiv

Post-training GUI agents in interactive environments is critical for developing generalization and long-horizon planning capabilities. However, training on real-world applications is hindered by high latency, poor reprod…

ResearchEnvBench: Benchmarking Agents on Environment Synthesis for Research Code Execution

2026-03-06 · Yubang Wang, Chenxi Zhang, Bowen Chen, Zezheng Huai 외 arxiv

Autonomous agents are increasingly expected to support scientific research, and recent benchmarks report progress in code repair and autonomous experimentation. However, these evaluations typically assume a pre-configure…

Code Repair