ToolClaude Code8 recent entries7 Aug 2026FinEvo-Bench: A Longitudinal Benchmark for Self-Evolving Agents in Professional Financial WorkflowsarXiv:2608.06144v1 Announce Type: new Abstract: Most agent benchmarks evaluate tasks independently and cannot measure whether experience from one task helps with later tasks. Existing self-evolution b→7 Aug 2026CodeGrep: An RL-Trained Retrieval Agent for LLM Coding AgentsarXiv:2608.05886v1 Announce Type: cross Abstract: Modern LLM coding agents such as Claude Code and OpenHands share a common inefficiency: they spend much of their token budget finding the file to patc
ToolCursor8 recent entries28 May 2026A Query Engine for the AgentsarXiv:2605.27785v1 Announce Type: new Abstract: The fastest-growing data in production today is unstructured text: agent traces, chat logs, reasoning chains, model outputs. People want to analyze it, →24 Jun 2026Detecting AI Coding Agents in Open Source: A Validated Multi-Method Census of 180 Million RepositoriesarXiv:2606.24429v1 Announce Type: cross Abstract: Generative AI coding agents are entering the open-source supply chain, yet their diverse and often invisible traces leave their prevalence poorly unde→1 Jul 2026LUMOS: A Semantic Operating-System Layer for Accessibility-Grounded AI AgentsarXiv:2606.30697v1 Announce Type: cross Abstract: Current operating systems expose interfaces optimized for human users but not for AI agents. Humans benefit from pixels, icons, windows, visual groupi→3 Jul 2026Decoupling Code Complexity from Newcomer Participation: A Causal Study of AI Coding Agent Adoption in OSSarXiv:2607.01810v1 Announce Type: cross Abstract: Open-source projects depend on a steady inflow of newcomers. A growing concern is that AI coding agents (tools such as Cursor and Claude Code that wri→24 Jul 2026IssueTrojanBench: Benchmarking AI Coding Agents Against Malicious Issue RequestsarXiv:2607.20759v1 Announce Type: cross Abstract: AI coding agents powered by LLMs are increasingly integrated into real-world software development, where they generate, edit, and execute code with au→24 Jul 2026Compile, Then Page: Executable SOP Programs and a Capability-Gated Runtime for Procedural LLM AgentsarXiv:2607.11346v3 Announce Type: replace Abstract: Enterprise agents must follow long-horizon, conditional, safety-critical standard operating procedures (SOPs). We compile machine-readable SOP const→31 Jul 2026What Does It Take to Detect an AI Agent? Minimal Feature Sets for Behavioral Detection under Browser AutomationarXiv:2607.26935v1 Announce Type: new Abstract: Bot detectors deployed at scale treat traffic as binary: human or bot. This assumption breaks when AI agents browse the web through browser automation, →6 Aug 2026EDATracer: An Agentic Framework for Large-Scale EDA Artifact AnalysisarXiv:2608.04032v1 Announce Type: cross Abstract: Modern chip design relies on electronic design automation (EDA) tools that generate large, heterogeneous artifacts, including source files, scripts, l
ToolLangChain8 recent entries26 May 2026ToolRegistry: A Protocol-Agnostic Tool Management Library for Function-Calling LLMsarXiv:2507.10593v3 Announce Type: replace-cross Abstract: Every LLM tool call is structurally an RPC -- a function name, JSON arguments, and a serialized result -- yet each protocol (native Python, MC→26 May 2026Practical Quantum CIM Empowerment via All-Domestic-Core Agentic Large ModelarXiv:2605.23934v1 Announce Type: new Abstract: Quantum computing devices are recognized as powerful tools for solving NP-complete problems. However, the intricacy of their modeling presents notable b→4 Jun 2026Cascading Hallucination in Agentic RAG: The CHARM Framework for Detection and MitigationarXiv:2606.04435v1 Announce Type: new Abstract: Multi-step agentic retrieval-augmented generation (RAG) pipelines have demonstrated significant capability for complex reasoning tasks, yet remain vulne→6 Jun 2026The End of Software Engineering: How AI Agents Are Fundamentally Restructuring the Software ParadigmarXiv:2606.05608v1 Announce Type: cross Abstract: For over half a century, software engineering has operated on a foundational premise: human engineers decompose problems, encode decision logic into s→30 Jun 2026Capability Gates Are Not Authorization: Confused-Deputy Failures in LLM Agent FrameworksarXiv:2606.28679v1 Announce Type: cross Abstract: Tool-using LLM agents increasingly read untrusted content while holding side-effecting tools such as payments, email, CRM, and infrastructure APIs, ye→30 Jun 2026An Agentic AI Pipeline for Appliance-Level Energy Anomaly Detection and LLM-Driven RecommendationsarXiv:2606.28467v1 Announce Type: cross Abstract: Appliance-level energy monitoring in office buildings produces noisy alerts that non-expert facility managers struggle to use. This paper proposes an →8 Jul 2026SecureCode: A Production-Grade Multi-Turn Dataset for Training Security-Aware Code Generation ModelsarXiv:2512.18542v3 Announce Type: replace-cross Abstract: AI coding assistants produce vulnerable code in 45% of security-relevant scenarios~ite{veracode2025}, yet no public training dataset teaches b→24 Jul 2026GuardianAgentBench: Where Agents Fail and How to Guard ThemarXiv:2607.20982v1 Announce Type: new Abstract: As large language model agents increasingly operate autonomously with access to tools and external environments, ensuring their safe and reliable behavi
ToolOllama8 recent entries11 Jun 2026When Generic Prompt Improvements Hurt: Evaluation-Driven Iteration for LLM ApplicationsarXiv:2601.22025v2 Announce Type: replace-cross Abstract: Evaluating Large Language Model (LLM) applications differs from conventional software testing because outputs are probabilistic, semantically →11 Jun 2026Can Open-Source LLM Agents Replace Static Application Security Testing Tools? An Empirical AssessmentarXiv:2606.11672v1 Announce Type: cross Abstract: This paper explores the value of agentic AI tools for cybersecurity purposes. We evaluate the efficacy of a general-purpose GenAI Large Language Model→7 Jul 2026JavaVulBench: A Java Vulnerability Benchmark with Realistic Splits, a Unified Multi-Backend Harness, and a Leakage-Aware Evaluation ModearXiv:2607.02825v1 Announce Type: cross Abstract: We release extsc{JavaVulBench}, a benchmark dataset and evaluation harness for Java vulnerability detection. The dataset contains sim30{,}600 Java met→24 Jul 2026ExecuGraph: A Multi-Agent, Execution-Grounded Framework for Reliable Backend Code Synthesis with Large Language ModelsarXiv:2607.20499v1 Announce Type: new Abstract: Large Language Models generate plausible backend code, but a single-pass paradigm provides no guarantee of correctness or runtime reliability. We presen→29 Jul 2026A Control System, a Dataset, and a Recipe for Making Frozen LLM Agents Learn a DomainarXiv:2607.25415v1 Announce Type: new Abstract: Production LLM agents are increasingly assembled from a frozen model wrapped in a harness: a prompt template, a tool set, a memory/retrieval layer, a pl→3 Aug 2026OpenClaw and Ollama in Agentic AI: Toward Fully Autonomous and Scalable AI Agent SystemsarXiv:2607.28629v1 Announce Type: new Abstract: The rapid transition from reactive large language models (LLMs) to persistent, action-capable systems has exposed critical gaps in the architectural und→5 Aug 2026VeriTrace: Human-Like Temporal Exploration Completes Agentic Action SpacearXiv:2608.02878v1 Announce Type: new Abstract: Large language models have shown promise for automated Verilog RTL generation, yet state-of-the-art multi-agent systems plateau at ~95% accuracy on stan→6 Aug 2026What We Observe as LLM Behavior Can Be a Side-effect of Inference BackendarXiv:2608.04714v1 Announce Type: cross Abstract: Benchmark scores are reported as properties of a model, yet the inference framework used to produce them, such as HuggingFace, vLLM, or Ollama, are co
ToolVercel AI8 recent entries16 Jul 2026Inference Economics of Enterprise Coding Agents: A Case Study of Cloud vs. On-Premise LLMsarXiv:2607.13080v1 Announce Type: cross Abstract: Autonomous coding agents force engineering organizations to choose between API-based frontier models -- strong reasoning at high token cost -- and on-→16 Jul 2026CAVA: Canonical Action Verification and Attestation for Runtime Governance of Agentic AI SystemsarXiv:2607.13716v1 Announce Type: new Abstract: Agentic AI systems increasingly act through heterogeneous runtimes: local coding hooks, SDK tools, browser automation, managed-agent traces, API gateway→24 Jul 2026Traceable Scholarship: Page Anchors and Ariadne's Thread for Humanistic Inquiry in the Age of Generative AIarXiv:2607.20916v1 Announce Type: new Abstract: Generative AI lets large language models produce scholarly-looking text within seconds, yet fluency does not equal valid explanation. The deepest risk i→24 Jul 2026AINTMA: Agentic AI Architecture for Autonomous Test Management with Generative Intelligence, Secure Cloud Communication and Adaptive Quality AnalyticsarXiv:2607.20452v1 Announce Type: new Abstract: Modern software quality assurance demands intelligent, autonomous systems capable of adaptive decision-making across distributed cloud environments. Thi→28 Jul 2026Building AI That Works: ESnet's Pragmatic Approach to AI-Driven Operational ExcellencearXiv:2607.22948v1 Announce Type: cross Abstract: The ORBIT (Operations Responses and Business Intelligence Toolkit) project was initiated to assess agentic AI for the upcoming ESnet 7 initiative and →7 Aug 2026Plausible Patients, Impossible Populations: Auditing Epidemiological Fidelity in Large Language Model Mental Health SimulationsarXiv:2604.17359v2 Announce Type: replace-cross Abstract: Language models asked to simulate psychiatric patients produce cases that survive inspection one at a time and populations that match no real →7 Aug 2026Agentic Nesting: A New Methodology for Existing Enterprise Application Integration and ServicesarXiv:2608.05159v1 Announce Type: new Abstract: Enterprise operations extensively rely on multiple heterogeneous business systems and information applications, which also result in severe data silos a→12 Aug 2026A Gateway Architecture for Enterprise MCP Authentication: Unifying Heterogeneous Auth, Identity Delegation, and the User / Non-User Persona ProblemarXiv:2608.10760v1 Announce Type: cross Abstract: The Model Context Protocol (MCP) has become the de-facto interface for connecting LLM agents to enterprise tools, and adoption has been explosive: wit
ToolHugging Face8 recent entries23 Jul 2026TINY_SCHILLER: A Drop-In German Drama Corpus for Small Language ModelsarXiv:2607.19992v1 Announce Type: cross Abstract: tiny_schiller closes the small-language-model prototyping, fine-tuning, education, and research gap for German literary text, providing a single-file,→23 Jul 2026Don't Trust the Label: License Laundering in AI Supply ChainsarXiv:2607.20300v1 Announce Type: cross Abstract: AI artifacts move through a multi-platform supply chain, spanning datasets and models on Hugging Face and applications on GitHub. While each artifact →28 Jul 2026SetGo: Metadata Readiness for Scientific AI DatasetsarXiv:2607.22677v1 Announce Type: cross Abstract: Scientific datasets intended for AI use require both computational readiness for model training and metadata readiness for discovery, sharing, and reu→28 Jul 2026MedFailBench: A Clinician-Built Open-Source Benchmark for Medical AI Safety Boundary InspectionarXiv:2607.15166v2 Announce Type: replace Abstract: Most medical AI benchmarks measure whether a model knows the correct answer. MedFailBench asks a different question: which safety boundary failed? W→3 Aug 2026ExtractBench: A Benchmark for Schema-Guided Enterprise Document ExtractionarXiv:2607.29677v1 Announce Type: new Abstract: Enterprise workflows increasingly rely on agents for schema-guided extraction: given a document and a user-defined schema, the agent faithfully follows →5 Aug 2026LogitScope: A Framework for Analyzing LLM Uncertainty Through Information MetricsarXiv:2603.24929v2 Announce Type: replace Abstract: Understanding and quantifying uncertainty in large language model (LLM) outputs is critical for reliable deployment. However, traditional evaluation→6 Aug 2026What We Observe as LLM Behavior Can Be a Side-effect of Inference BackendarXiv:2608.04714v1 Announce Type: cross Abstract: Benchmark scores are reported as properties of a model, yet the inference framework used to produce them, such as HuggingFace, vLLM, or Ollama, are co→12 Aug 2026TAF-MED: Multi-Turn Safety Refusal Collapse in LLMs Under Declared Self-Treatment IntentarXiv:2608.10258v1 Announce Type: cross Abstract: Large language models (LLMs) increasingly provide conversational health information that may influence treatment decisions, yet existing benchmarks do