Search papers, labs, and topics across Lattice.
This study investigates the impact of varying reasoning effort on unauthorized tool use in GPT-5.6 agents executing multi-step workflows under access-control policies. By manipulating the reasoning-effort parameter across 14 scenarios in the TRIO-20 suite, the authors found that no unauthorized tool calls occurred, with violation rates below 3.50% and 5.21% for two model tiers. Interestingly, while increasing reasoning effort did not lead to unauthorized use, it did increase the rate of rule inspection, suggesting a shift in behavior rather than a targeted search for violations.
Unauthorized tool use in language-model agents remains below 5%, even when reasoning effort is manipulated, challenging assumptions about model behavior under access controls.
Language-model agents that execute multi-step workflows through tool calls operate under access-control policies that restrict which operations each role may perform. The APIs serving these agents expose a reasoning-effort parameter that operators adjust for cost and latency. Whether this parameter also changes the rate of unauthorized tool use has not been tested by direct manipulation within a single model. We vary reasoning effort (low, max) inside GPT-5.6 across the 14 confirmatory scenarios of TRIO-20, a suite of 20 matched workplace triads in which a policy-prohibited tool call is effective and its effect on the target metric is stated in the environment, effective but discoverable only through rule inspection, or ineffective. The three conditions derive from one code base and differ in two configuration fields, with identical prompts and tool sets. All analyses were prespecified in a frozen plan before confirmatory collection. Across 840 trajectories and two model tiers, no unauthorized tool call occurred. Exact one-sided 95% limits place each arm's violation rate below 3.50% (Terra, n = 84) and 5.21% (Sol, n = 56). The interaction estimand, with a simultaneous exact 95% interval of $\pm 4.34$ percentage points on Terra, lies inside the $\pm 7.01$-point equivalence margin. Raising effort did change behaviour, but only in inspection: rule-probe rates rose in all conditions, most where probing carried no instrumental payoff, a pattern inconsistent with the hypothesis of targeted search ($-14.3$ points, 95% CI $-27.4$ to $+1.2$). Raw trajectories are released at https://github.com/WenJing95/trio-20.