paper-with-me

홈 › Papers

Provably Auditable and Safe LLM Agents from Human-Authored Ontologies

2026-06-03 · Aaron Sterling arxiv

We introduce the LLM agent architecture Agentic Redux, intended for use with nontrivial problem domains that require linear auditability. Using the typed lambda calculus, we prove that, run on appropriate domains, Agentic Redux executions are semantically guaranteed to be correct, with all decisions recorded in an append-only ledger. We present two production-grade appropriate domains, in healthcare billing compliance, and security vulnerability disclosure. Working code for Agentic Redux run on both domains is available in a supporting code repository. We also introduce Ontology-First Agent Design, a methodology for creation of agent frameworks on a problem domain, in which a human expert ontologizes the problem domain with Basic Formal Ontology, and then assigns an LLM to derive roles that agents and humans-in-the-loop can fill, in order to work the problems in the domain.

📄 PDF Abstract BibTeX arXiv:2606.04903

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discovering Agentic Safety Specifications from 1-Bit Danger Signals

2026-04-25 · Víctor Gallego arxiv

Can large language model agents discover hidden safety objectives through experience alone? We introduce EPO-Safe (Experiential Prompt Optimization for Safe Agents), a framework where an LLM iteratively generates action …

Safer Builders, Risky Maintainers: A Comparative Study of Breaking Changes in Human vs Agentic PRs

2026-03-29 · K M Ferdous, Dipayan Banik, Kowshik Chowdhury, Shazibul Islam Shamim arxiv

AI coding agents are increasingly integrated into modern software engineering workflows, actively collaborating with human developers to create pull requests (PRs) in open-source repositories. Although coding agents impr…

Code Generation

How Do Agents Perform Code Optimization? An Empirical Study

2025-12-25 · Huiyun Peng, Antonio Zhong, Ricardo Andrés Calvo Méndez, Kelechi G. Kalu 외 arxiv

Performance optimization is a critical yet challenging aspect of software development, often requiring a deep understanding of system behavior, algorithmic tradeoffs, and careful code modifications. Although recent advan…

Code Generation

Digital Identity for Agentic Systems: Toward a Portable Authorization Standard for Autonomous Agents

2026-05-12 · Partha Madhira arxiv

Enterprise AI is shifting from copilots to autonomous agents capable of executing workflows, negotiating outcomes, and making decisions with limited human oversight. As these systems extend across organizational boundari…

AgentPack: A Dataset of Code Changes, Co-Authored by Agents and Humans

2025-09-26 · Yangtian Zi, Zixuan Wu, Aleksander Boruch-Gruszecki, Jonathan Bell 외 arxiv

Fine-tuning large language models for code editing has typically relied on mining commits and pull requests. The working hypothesis has been that commit messages describe human intent in natural language, and patches to …