paper-with-me

Papers

Problem Reductions at Scale: Agentic Integration of Computationally Hard Problems

2026-04-13 · Xi-Wei Pan, Shi-Wen An, Jin-Guo Liu arxiv

Solving an NP-hard optimization problem often requires reformulating it for a specific solver -- quantum hardware, a commercial optimizer, or a domain heuristic. A tool for polynomial-time reductions between hard problems would let practitioners route any supported problem to any supported solver through a single interface. Building such a library at scale, however, has remained out of reach. We show that harness engineering, the practice of designing constraints, verification systems, and feedback loops that channel AI coding agents, can overcome this barrier. Our harness combines a no-code contribution route for domain experts, a multilayer verification stack ranging from type-level checks to agentic feature tests (AI agents role-playing as end users), and a fully automated implementation-review-integration pipeline. In about three months, we built a command-line tool backed by a library of 100+ problem types and 200+ reduction rules in over 170k lines of Rust. The result suggests that a well-engineered harness lets agents build well-tested software at a scale and pace beyond prior reduction-library efforts. Because the reduction graph composes transitively, a new solver registered for any single problem type instantly becomes available to every problem connected by a reduction path. The source code is available at https://github.com/CodingThrust/problem-reductions.

📄 PDF Abstract BibTeX arXiv:2604.11535

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Computationally efficient reductions between some statistical models

2024-02-12 · Mengqi Lou, Guy Bresler, Ashwin Pananjady

We study the problem of approximately transforming a sample from a source statistical model to a sample from a target statistical model without knowing the parameters of the source model, and construct several computatio…

DenoisingRetrieval

AOP-Wiki EMOD 3.0: Data Model Expansions and Content Evaluation Framework for Using Agentic AI to Improve Integration between AOPs and New Approach Methodologies (NAMs)

2026-05-20 · Virginia K. Hench, J. Harry Caufield, Sierra A. T. Moxon, Jason M. O'Brien 외 arxiv

Adverse Outcome Pathways (AOP) are logic models that causally link biological mechanisms that can be measured in a lab to adverse outcomes, relevant to chemical regulatory endpoints. AOPs contextualize new approach metho…

Quantifying the Expectation-Realisation Gap for Agentic AI Systems

2026-02-23 · Sebastian Lobentanzer arxiv

Agentic AI systems are deployed with expectations of substantial productivity gains, yet rigorous empirical evidence reveals systematic discrepancies between pre-deployment expectations and post-deployment outcomes. We r…

Agentic Reasoning and Tool Integration for LLMs via Reinforcement Learning

2025-04-28 · Joykirat Singh, Raghav Magazine, Yash Pandya, Akshay Nambi

Large language models (LLMs) have achieved remarkable progress in complex reasoning tasks, yet they remain fundamentally limited by their reliance on static internal knowledge and text-only reasoning. Real-world problem …

Mathematical Reasoning

Trajectory-Optimized Time Reparameterization for Learning-Compatible Reduced-Order Modeling of Stiff Dynamical Systems

2026-03-17 · Joe Standridge, Daniel Livescu, Paul Cizmas arxiv

Stiff dynamical systems present a challenge for machine-learning reduced-order models (ML-ROMs), as explicit time integration becomes unstable in stiff regimes while implicit integration within learning loops is computat…