paper-with-me

홈 › Papers

Can Coding Agents Be General Agents?

2026-04-10 · Maksim Ivanov, Abhijay Rana, Gokul Prabhakaran arxiv

As coding agents have seen rapid capability and adoption gains, users are applying them to general tasks beyond software engineering. In this post, we investigate whether coding agents can successfully generalize to end-to-end business process automation. We identify gaps in current evaluations, and conduct a case study to evaluate a coding agent on practical business tasks in an open-core Enterprise Resource Planning system. We find that the agent reliably completes simple tasks but exhibits characteristic failures on complex tasks, suggesting that bridging domain logic and code execution is a key bottleneck to generalizability.

📄 PDF Abstract BibTeX arXiv:2604.13107

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Evolving Coding Agents

2026-08-04 · Hao Zhou, Haichuan Hu, Ye Shang, Quanjun Zhang hf

Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and generate patches. Yet most existing agent…

EmbodiedSWE: Coding Agents for Long Horizon Dexterous Robotics

2026-09-23 · Haoxiang You, Zeyu Shen, Yilang Liu, Zhicheng Zheng 외 hf

We study coding agents for long-horizon, dexterous robotics and ask whether their solutions can provide scalable supervision for learning general robot policies. To test this, we develop EMBODIEDSWE-BENCH, a simulation b…

Evaluating AGENTS.md: Are Repository-Level Context Files Helpful for Coding Agents?

2026-02-12 · Thibaud Gloaguen, Niels Mündler, Mark Müller, Veselin Raychev 외 arxiv

A widespread practice in software development is to tailor coding agents to repositories using context files, such as AGENTS.md. Although this practice is strongly encouraged by agent developers, there is currently no ri…

Coding Agents for Generalized Task and Motion Planning Problems

2026-09-24 · Matteo Merler, Bowen Li, Josh Roy, Yichao Liang 외 hf

Task and motion planning (TAMP) problems remain difficult even with full observability and object-centric states because discrete decisions are tightly coupled to geometric, kinematic, and dynamic constraints. Generalize…

Program SynthesisMotion Planning

Scaling Coding Agents via Atomic Skills

2026-04-06 · Yue Liu arxiv

Current LLM coding agents are predominantly trained on composite benchmarks (e.g., bug fixing), which often leads to task-specific overfitting and limited generalization. To address this, we propose a novel scaling parad…

Skill Mastery