what's new in ai agents & automation
recent papers in ai agents & automation, each with a practical, plain-language summary. models that take action.
want the foundations first?take the ai agents & automation learning path →
- 📄 paperJun 2026
Environment-in-the-Loop: Rethinking Code Migration with LLM-based Agents
ACM
uses llm agents with runtime feedback to handle code migrations across large codebases, catching subtle errors that static analysis misses. practical for teams managing library upgrades and systematic refactoring.
- 📄 paperMay 2026
kAPR: A coverage-guided, context-aware agent for automated repair of Linux kernel bugs
Bingzheng Li, Xiaokang Yin, Yao Zhang +2
an agent that automatically repairs kernel bugs using coverage guidance and context awareness to navigate complex codebases. demonstrates how agents can handle high-stakes, low-tolerance-for-error domains.
- 📄 paperMay 2026
From Intent to Execution: Composing Agentic Workflows with Agent Recommendation
Kishan Athrey, Ramin Pishehvar, Brian Riordan +1
proposes methods to automatically compose multi-agent systems by recommending which agents should handle specific user intents. helps practitioners build flexible, reusable agent families without manual orchestration.
- 📄 paperMay 2026
A Self-Healing Framework for Reliable LLM-Based Autonomous Agents
Cheonsu Jeong, Younggun Shin
addresses reliability challenges in llm-based agents by enabling them to detect and recover from failures without human intervention. critical for production deployments where agents must operate robustly in unpredictable conditions.
- 📄 paperApr 2026
TREX: Automating LLM Fine-tuning via Agent-Driven Tree-based Exploration
Zerun Ma, Guoqiang Wang, Xinchen Xie +6
uses agents to automatically explore and optimize llm fine-tuning configurations through tree-based search. reduces manual hyperparameter tuning effort for practitioners customizing models for specific tasks.
- 📄 paperApr 2026
Springdrift: An Auditable Persistent Runtime for LLM Agents with Case-Based Memory, Normative Safety, and Ambient Self-Perception
Seamus Brady
provides a persistent runtime for long-lived agents with auditability, memory management, and safety constraints built in. essential for practitioners deploying agents in regulated or high-accountability environments.
- 📄 paperMar 2026
Towards end-to-end automation of AI research
Nature
a system that autonomously navigates the entire research lifecycle from conception to publication, automating what has traditionally required human researchers. practitioners building ai systems can learn from how this work structures long-horizon task decomposition and iterative refinement at scale.