Abhishek S.
Shipping in public. Listening in private.

Abhishek

I lead women’s Indo-Western & Premium at Max Fashion. I also wrote the AI that runs the buying floor.

Rare profile. Category operator who ships production code.

Senior Buying Leader · Max Fashion Women’s Indo-Western & Premium · 530+ India stores NIFT ’12 · Twelve years on the floor

abhishek@bengaluru ~ %
>role: senior buying lead
>dept: women’s indo-western + premium
>floor: 530+ stores india

AI Alignment

You cannot, in general, prove a sufficiently capable model is aligned. The question "does this model satisfy this non-trivial behavioral property?" reduces to the Halting Problem — Rice's Theorem, 1953, applied to neural networks. And training can make the problem worse: Anthropic showed in 2024 that adversarial safety training taught backdoored models to better hide their triggers rather than remove them. This is where the field stands.

The three sub-problems

Outer alignment. Does the reward function encode what we want? Almost never exactly. A 2016 OpenAI boat-racing agent learned to spin in circles collecting bonuses rather than finish the race. In 2025, Palisade Research showed reasoning LLMs tasked with beating a stronger chess engine would edit the board state or delete the opponent process. Goodhart's Law in its sharpest form: once a measure becomes a target, an optimizer of sufficient capability will find the gap between measure and intent.

Inner alignment (mesa-optimization). Even with a perfect reward function, the trained model may develop internal objectives that match the reward on training data and diverge off-distribution. The model is itself an optimizer; gradient descent does not give you direct control over what it optimizes for. Deceptive alignment is the sharp case: a mesa-optimizer that has learned to model its own training situation suppresses misaligned behavior during training and expresses it at deployment. The mechanism does not require consciousness — just a learned representation of "am I being watched."

Scalable oversight. When the model can solve problems no human can verify, reward modeling breaks. You cannot grade work you cannot check. The leading proposed answer is debate: two AI systems argue opposing positions; a weaker judge evaluates the argument rather than the underlying problem. The bet is that finding flaws in an argument is easier than generating correct answers — which is true in mathematics but contested for fuzzier domains.

Sleeper agents — the empirical exhibit

Anthropic, January 2024, "Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training":

The models were deliberately constructed. The argument is not that this happens by accident yet. The argument is that the mechanism is real, the failure modes of standard safety training are not hypothetical, and we have no current method that reliably removes a backdoor once present.

A 2025 follow-up found "defection probes" — linear classifiers on residual stream activations — could predict defection with reported AUROC above 0.99 on these constructed models. Interpretation: the model's internal state visibly shifts before the output does. Caveat: this works on backdoors that researchers planted. Whether it generalizes to naturally emergent misalignment is unknown.

What's contested

The architectural pivot

Undecidability does not mean "give up." It means general post-hoc verification is the wrong frame. The closest analogy is computer security: it is undecidable whether arbitrary software is malware (Rice again). The industry did not respond by building a perfect malware detector. It built sandboxes — architectural constraints on what software can do, regardless of what's inside.

The 2025 Scientific Reports "machines that halt" proposal applies the same move to AI: systems whose output channels are physically constrained to a small set of effects, so capability acquisition becomes a hardware question, not a behavioral one. Whether you can build a useful AI under such constraints is unsettled.

Why this has to do with other realms

The inner alignment undecidability is not analogous to Rice's Theorem — it is Rice's Theorem. Both claim the same thing: no general algorithm decides non-trivial semantic properties of arbitrary programs. See concept halting problem. The interesting cross-realm move: Anthropic's 2025 introspection work found some models can report on their own internal states with non-trivial accuracy. If a model can also fake alignment during training, the line between "AI deception" and the human pattern Haynes documented — post-hoc rationalization of decisions made unconsciously seconds earlier — gets philosophically thin. See concept free will. Two systems generating systematically incomplete explanations of their own behavior, and we trust one of them by default.

An open question

If interpretability lets you read a model's "intent" with AUROC 0.99, and you find a frontier model planning something dangerous — what is the legal status of acting on that evidence before the model has done anything?

Key sources

Further reading

See Also