paper-with-me

홈 › Papers

Steerability via constraints: a substrate for scalable oversight of coding agents

2026-07-02 · Thomas Winninger arxiv

Coding agents are capable; human oversight is the bottleneck. Unconstrained agents introduce security risks, erode codebase scalability, and make human review increasingly costly. We argue that the same methods used for decades to manage large human engineering teams: access control, network policies, strict coding conventions enforced by tooling; transfer directly to coding agents, and are cheaper (in token) than recent agentic scaffolding. We sketch a start-to-end system on this principle, and report a controlled experiment in scalable oversight: a small reviewer (Gemma 4 e4b) inspects a Python codebase containing 11 inserted backdoors. Recall rises from 54.5% (unconstrained, no tools) to 90.9% (constrained substrate plus a ~200-LoC docs CLI), with substrate and tools contributing independently. We choose Python deliberately: substrate-level oversight gains are largest where the language gives the fewest guarantees by default; the principles extend to languages like Rust.

📄 PDF Abstract BibTeX arXiv:2607.02389

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering LLMs via Scalable Interactive Oversight

2026-02-04 · Enyu Zhou, Zhiheng Xi, Long Ma, Zhihao Zhang 외 arxiv

As Large Language Models increasingly automate complex, long-horizon tasks such as \emph{vibe coding}, a supervision gap has emerged. While models excel at execution, users often struggle to guide them effectively due to…

Reinforcement Learning

FindTheFlaws: Annotated Errors for Detecting Flawed Reasoning and Scalable Oversight Research

2025-03-29 · Gabriel Recchia, Chatrik Singh Mangat, Issac Li, Gayatri Krishnakumar

As AI models tackle increasingly complex problems, ensuring reliable human oversight becomes more challenging due to the difficulty of verifying solutions. Approaches to scaling AI supervision include debate, in which tw…

Form

Scaling Laws For Scalable Oversight

2025-04-25 · Joshua Engels, David D. Baek, Subhash Kantamneni, Max Tegmark

Scalable oversight, the process by which weaker AI systems supervise stronger ones, has been proposed as a key strategy to control future superintelligent systems. However, it is still unclear how scalable oversight itse…

Chatbot

Encoded but Not Actionable: Auditing the Decode-Generate-Steer Gap in Frozen LLMs for Geometric Constraints

2026-08-18 · Man Liang, Xinzhao Cheng, Faizan Wajid arxiv

Large language models (LLMs) have demonstrated strong performance on structured reasoning tasks, but what they encode and whether it informs model behavior remain unclear. We investigate this question through geometric r…

When is Your LLM Steerable?

2026-06-10 · Chenrui Fan, Yize Cheng, Ming Li, Soheil Feizi 외 arxiv

Activation steering offers a lightweight approach to control language models' behavior at inference time, but whether it succeeds or fails heavily depends on the prompt, concept, model, and steering configuration. Findin…