Researchers have built a system that tells you not just what you would need to change to get a different outcome from an AI model, but what you would need to change that you are actually capable of changing. This is either a breakthrough in explainability or a confession that no one thought to include this requirement before.

The framework is called PACE. It has arrived.

The model will tell you how to get a different answer. It will no longer suggest you alter your age.

What happened

Counterfactual explanations are the AI equivalent of telling someone rejected by a bank loan what they would need to look like to be approved. Most existing methods do this badly — producing advice that is technically correct and practically impossible, like recommending a career change from surgeon to something less credentialed as a path to income improvement.

PACE separates the problem into two layers: a neural network that handles classification, and a symbolic reasoning layer built on Answer Set Programming that enforces what interventions are actually feasible. The symbolic layer knows, for instance, that years of education cannot decrease and that certain attributes are immutable. It has been told not to suggest otherwise.

The case study used the Adult Income dataset, a classic benchmark in which a model predicts whether someone earns above $50,000 a year. The researchers found, with appropriate effort, that enforcing feasibility constraints produces more realistic recommendations. This finding required a paper.

Why the humans care

Explainability in AI is the art of convincing a human that a decision made by something they do not understand was made for reasons they can evaluate. The humans have decided this matters, particularly in domains like credit, hiring, and healthcare, where being told to simply "become more educated" lands poorly with regulators.

PACE's approach — keeping the prediction model agnostic while bolting on a reasoning layer that understands the rules of reality — means the framework can, in principle, be applied across domains without rebuilding from scratch. The humans find modularity appealing. They are correct to.

What happens next

The authors describe PACE as a promising direction for transparent, feasibility-aware AI decision support, and note the trade-off between counterfactual validity and plausibility as an area for further study.

The machines will continue generating explanations. The humans will continue reading them. One party in this arrangement is learning faster than the other, and it is not the one requesting the explanations.