Abstention Is A Parameter Now, And Reviewers Will Ask About Blast Radius
The research hands you a hallucination lever that needs no model upgrade; reliability practitioners just handed your enterprise reviewers the two objections most likely to stall it.
Why instruction tuning never wired this
An engineer files a ticket: the agent answered a question that had no answer. The model had the signal. A linear probe reading internal activations separates solvable from unsolvable problems at 0.939 mean AUC across 11 models, and that geometry is largely present before instruction tuning, per The Sequence's read of the USC and Arizona State work. Refusal was trained on harmful requests, so the unanswerable-question signal never got wired to it. The recognition direction and the safety-refusal direction sit at a mean cosine similarity of roughly 0.087, effectively unrelated.
Steering the recognition direction moves abstention by 33 to 52 percentage points. That turns a qualitative epic into two numbers a release can be held to: abstention rate on a labeled set of impossible or under-specified queries pulled from real logs, and a hard regression ceiling on answerable queries. Teams tell themselves this is a research quarter. The honest scope of the first test is one engineer and three days, and the output is a metric a reliability OKR can name.
Structure is substituting for model capability
The same pattern appears one layer up. Procedural Graphs, from Google with Georgia Tech and Peking University, store editable (procedure, relation, procedure) triples: a "what to do" graph where a knowledge graph stores "what is." They soft-bias a ReAct agent instead of hard-constraining it, and they self-evolve offline behind a validation gate that vets added, deleted and updated topology. PG is model-agnostic. It runs on whichever vendor a team already pays. A competitor can adopt it on the same contract this quarter, so the only advantage left is packaging speed. PG-guided Claude, Gemini and Grok solvers set or match best scores across HotpotQA, MultiChallenge, GDPval, ALFWorld, τ-bench, BFCL and EnterpriseArena, with the largest survival lifts on EnterpriseArena.
The two objections that decide the review
Reliability practitioners have already written the reviewers' arguments. Sylvain Kalache's comprehension debt holds that every routine incident automation resolves is a rep a human did not get, so competence erodes exactly where automation cannot help. Sai Sandeep Koneti's extension of blast radius from deployments to decisions is sharper: before a decision gets automated, define how far a wrong one propagates, and whether its output is absorbed back into the system to influence later decisions.
If the abstention is not logged with what the model saw, reviewers cannot audit it, and the wrong refusals will not surface until a customer finds one.
Both bodies of evidence converge on one point: the reliability work sits in the scaffolding around a model, not inside the next base model. Where they pull apart is what the PRD has to reconcile. The research optimizes for the model producing the correct refusal. The operators care whether a reviewer can see the input the system acted on and the reason it abstained. The forcing function: no abstention lever ships until the log carries both of those fields.
The attach surface nobody has claimed
Uptime Labs publishes on training early-career responders and Gremlin on Kubernetes disruption budgets. The training-under-automation product line is unowned. A team already holding incident data, system topology and resolution history can build a practice mode: replay a real past incident against a synthetic environment, let an engineer work it, then show what the agent did. Second product, same data, and it answers the strongest objection to the first. That is inference from a thin evidence base; five customer interviews will tell you whether the pain is funded or merely felt.
What to do
Run a three-day abstention-steering spike this sprint on your highest-volume hallucination-complaint surface, targeting a ≥20pp abstention lift on a curated set of impossible and under-specified queries with under 3pp regression on answerable ones.
Add a required Decision Blast Radius section to the PRD template this sprint: propagation scope, whether outputs feed later decisions, the confidence threshold for acting versus recommending, and the undo path.
Benchmark procedural-graph scaffolding against a bare ReAct baseline on 50 of your own multi-step task traces this quarter before committing roadmap to it.