SKILL.md
AI Agent Papers Guide (2024-2026)
Overview
A focused collection of AI agent research papers from 2024-2026, tracking the latest developments in LLM-based agent systems. Unlike broader collections, this focuses on recent breakthroughs — new architectures, benchmarks, multi-agent coordination, and real-world applications. Updated frequently as the field evolves rapidly.
Paper Categories
Recent AI Agent Research
├── Agent Architectures
│ ├── Planning (o1-style reasoning, search-augmented)
│ ├── Memory (long-term, episodic, working)
│ └── Tool use (function calling, code execution)
├── Multi-Agent Systems
│ ├── Collaboration (task decomposition, debate)
│ ├── Competition (red team, adversarial)
│ └── Emergence (self-organization, culture)
├── Evaluation
│ ├── Benchmarks (SWE-bench, WebArena, GAIA)
│ ├── Safety (jailbreak, misuse, alignment)
│ └── Reliability (error recovery, hallucination)
├── Applications
│ ├── Software engineering (coding agents)
│ ├── Scientific research (lab automation)
│ ├── Web automation (browsing, form-filling)
│ └── Enterprise (workflow, data analysis)
└── Infrastructure
├── Frameworks (LangGraph, CrewAI, AutoGen)
├── Protocols (MCP, A2A, tool standards)
└── Deployment (scaling, monitoring, cost)
Highlighted Papers (2024-2025)
| Paper | Venue | Key Contribution |
|---|---|---|
| SWE-agent | ICLR 2025 | Agent interface design for SE |
| OpenHands | 2024 | Open platform for coding agents |
| AgentBench | ICLR 2024 | Multi-environment agent benchmark |
| GAIA | ICLR 2024 | General AI assistant benchmark |
| Voyager | NeurIPS 2024 | Lifelong learning in Minecraft |
| OS-Copilot | 2024 | Self-improving computer agent |
| AutoGen | 2024 |
