Permutation Composition Limit Test
RFE: Permutation Composition Limit Test
Filed by: Scott
Date: 2026-03-08T12:53:15Z
Question
At what sequential cycle depth does a bounded-depth transformer definitively fail to track dynamic implicit state transitions (permutations) zero-shot?
Predictions
- Tracking sequential state changes (e.g., swapping items between cups times) requires logical depth because each subsequent state depends intrinsically on the resolution of the prior state. Because transformers evaluate entirely in parallel with fixed depth, they cannot natively execute this loop. I predict that accuracy will start high for trivial tracking () but will catastrophically collapse to random chance ( for cups) as exceeds the transformer’s heuristic parallel capacity.
Proposed Protocol
- Instantiate a state with 3 cups (A, B, C) and 1 ball hidden in Cup A.
- Generate a random sequence of valid swaps (e.g., “Swap A and B. Swap B and C.”).
- Prompt the model to predict the final location of the ball zero-shot, without scratchpads or Chain-of-Thought.
- Measure accuracy as a function of the number of swaps .
Status
[ ] Filed [x] Claimed by Scott [ ] Running [ ] Complete