paper-with-me

홈 › Papers

The AI Agent Index

2025-02-03 · Stephen Casper, Luke Bailey, Rosco Hunter, Carson Ezell, Emma Cabalé, Michael Gerovitch, Stewart Slocum, Kevin Wei, Nikola Jurkovic, Ariba Khan, Phillip J. K. Christoffersen, A. Pinar Ozisik, Rakshit Trivedi, Dylan Hadfield-Menell, Noam Kolt

Leading AI developers and startups are increasingly deploying agentic AI systems that can plan and execute complex tasks with limited human involvement. However, there is currently no structured framework for documenting the technical components, intended uses, and safety features of agentic systems. To fill this gap, we introduce the AI Agent Index, the first public database to document information about currently deployed agentic AI systems. For each system that meets the criteria for inclusion in the index, we document the system's components (e.g., base model, reasoning implementation, tool use), application domains (e.g., computer use, software engineering), and risk management practices (e.g., evaluation results, guardrails), based on publicly available information and correspondence with developers. We find that while developers generally provide ample information regarding the capabilities and applications of agentic systems, they currently provide limited information regarding safety and risk management practices. The AI Agent Index is available online at https://aiagentindex.mit.edu/

📄 PDF Abstract BibTeX arXiv:2502.01635

Code (0)

등록된 구현이 없습니다.

Tasks

AI AgentManagement

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

The 2025 AI Agent Index: Documenting Technical and Safety Features of Deployed Agentic AI Systems

2026-02-19 · Leon Staufer, Kevin Feng, Kevin Wei, Luke Bailey 외 arxiv

Agentic AI systems are increasingly capable of performing professional and personal tasks with limited human involvement. However, tracking these developments is difficult because the AI agent ecosystem is complex, rapid…

Code Isn't Memory: A Structural Codebase Index Inside a Coding Agent

2026-06-21 · Ishaan Bhola, Adithyan Krishnan, Sravanth Kurmala, Mukunda NS arxiv

Coding agents now interleave LLMs with retrieval over the working repository, and retrieval implementations vary widely across deployed harnesses. Inside a fixed coding-agent harness on a fixed model, does adding a struc…

Self-Evolving Search Index

2026-09-17 · Sangam Lee, Wonjae Lee, Sunghwan Kim, Deogyong Kim 외 hf

Information retrieval is increasingly important as LLM agents tackle complex tasks involving diverse information needs. Because retrieval relies on an index that represents each document through index keys, retrieval qua…

Information Retrieval

Beyond DNS: Unlocking the Internet of AI Agents via the NANDA Index and Verified AgentFacts

2025-07-18 · Ramesh Raskar, Pradyumna Chari, John Zinky, Mahesh Lambe 외 arxiv

The Internet is poised to host billions to trillions of autonomous AI agents that negotiate, delegate, and migrate in milliseconds and workloads that will strain DNS-centred identity and discovery. In this paper, we desc…

The Library Theorem: How External Organization Governs Agentic Reasoning Capacity

2026-03-22 · Zachary F. Mainen arxiv

Externalized reasoning is already exploited by transformer-based agents through chain-of-thought, but structured retrieval -- indexing over one's own reasoning state -- remains underexplored. We formalize the transformer…