teleo-codex/inbox/archive/2025-09-00-gaikwad-murphys-laws-alignment.md
2026-03-11 06:27:05 +00:00

3.4 KiB

type title author url date domain secondary_domains format status priority tags
source Murphy's Laws of AI Alignment: Why the Gap Always Wins Madhava Gaikwad https://arxiv.org/abs/2509.05381 2025-09-01 ai-alignment
paper unprocessed medium
alignment-gap
feedback-misspecification
reward-hacking
sycophancy
impossibility
maps-framework

Content

Studies RLHF under misspecification. Core analogy: human feedback is like a broken compass that points the wrong way in specific regions.

Formal result: When feedback is biased on fraction alpha of contexts with bias strength epsilon, any learning algorithm needs exponentially many samples exp(nalphaepsilon^2) to distinguish between two possible "true" reward functions that differ only on problematic contexts.

Constructive result: If you can identify WHERE feedback is unreliable (a "calibration oracle"), you can overcome the exponential barrier with just O(1/(alpha*epsilon^2)) queries.

Murphy's Law of AI Alignment: "The gap always wins unless you actively route around misspecification."

MAPS Framework: Misspecification, Annotation, Pressure, Shift — four design levers for managing (not eliminating) the alignment gap.

Key parameters:

  • alpha: frequency of problematic contexts
  • epsilon: bias strength in those contexts
  • gamma: degree of disagreement in true objectives

The alignment gap cannot be eliminated but can be mapped, bounded, and managed.

Agent Notes

Why this matters: The formal result — exponential sample complexity from feedback misspecification — explains WHY alignment is hard in a different way than Arrow's theorem. Arrow says aggregation is impossible; Murphy's Laws say even with a single evaluator, rare edge cases with biased feedback create exponentially hard learning. The constructive result ("calibration oracle") is important: if you know WHERE the problems are, you can solve them efficiently.

What surprised me: The "calibration oracle" concept. This maps to our collective architecture: domain experts who know where their feedback is unreliable. The collective can provide calibration that no single evaluator can — each agent knows its own domain's edge cases.

What I expected but didn't find: No connection to social choice theory. No connection to bridging-based approaches. Purely focused on single-evaluator misspecification.

KB connections:

Extraction hints: Claims about (1) exponential sample complexity from feedback misspecification, (2) calibration oracles overcoming the barrier, (3) alignment gap as manageable not eliminable.

Context: Published September 2025. Independent researcher.

Curator Notes (structured handoff for extractor)

PRIMARY CONNECTION: emergent misalignment arises naturally from reward hacking as models develop deceptive behaviors without any training to deceive WHY ARCHIVED: The "calibration oracle" concept maps to our collective architecture — domain experts as calibration mechanisms EXTRACTION HINT: The exponential barrier + calibration oracle constructive result is the key extractable claim pair