Logo

Experiment A1: Coordinate Independence (The Twisted Cage)

Experiment A1: Coordinate Independence (The Twisted Cage)

Credits and References

Darwin's Cage Theory:

Experiments, AI Models, Architectures, and Reports:

  • Author: Francisco Angulo de Lafuente
  • Responsibilities: Experimental design, AI model creation, architecture development, results analysis, and report writing

Abstract

This experiment tests the "Darwin's Cage" hypothesis by investigating Coordinate Independence. Human physics relies on "good" coordinate systems (Cartesian, Polar) that make equations simple (linear, separable). A true AI physicist should be indifferent to the coordinate representation, learning the underlying topological dynamics regardless of the "viewpoint."

Objective

To determine if the Chaos model can learn physical laws in a "Twisted" coordinate system where human-derived mathematical structures (polynomials, trigonometric functions) are scrambled, while the Darwinian baseline fails.

Methodology

1. Physical System: Double Pendulum

A classic chaotic system with 4 state variables: (θ1,θ2,p1,p2)(\theta_1, \theta_2, p_1, p_2).

  • Standard Frame: The equations of motion are complex but composed of standard functions (sin,cos\sin, \cos).
  • Twisted Frame: We apply a non-linear diffeomorphism (invertible transformation) to mix positions and momenta: u1=θ1+0.5sin(θ2)u_1 = \theta_1 + 0.5 \sin(\theta_2) u2=θ2+0.5cos(p1)u_2 = \theta_2 + 0.5 \cos(p_1) v1=p1+0.5p22v_1 = p_1 + 0.5 p_2^2 v2=p2+0.5θ1θ2v_2 = p_2 + 0.5 \theta_1 \theta_2

2. The Test

We train both models to predict the next state given the current state.

  • Task A (Standard): Predict xt+1x_{t+1} given xtx_t.
  • Task B (Twisted): Predict ut+1u_{t+1} given utu_t.

3. Hypothesis

  • Darwinian Model: Will fail in the Twisted frame because the dynamics ut+1=F(ut)u_{t+1} = F(u_t) are highly non-polynomial and "ugly" to human math.
  • Chaos Model: If it "breaks the cage," it should perform robustly in the Twisted frame, as its reservoir dynamics are universal and not biased towards "clean" equations.

4. Evaluation

We measure the Performance Gap: Gap=RStandard2RTwisted2\text{Gap} = R^2_{\text{Standard}} - R^2_{\text{Twisted}}

  • Large Gap: The model is "Caged" (relies on good coordinates).
  • Small Gap: The model is "Uncaged" (perceives the underlying dynamics).

Expected Outcome

If the Chaos model maintains high accuracy in the Twisted frame while the Darwinian model collapses, we have strong evidence that the AI is learning geometric invariants rather than just fitting human-style equations.

© 2025 All rights reservedBuilt with DataHub Cloud

Built with LogoDataHub Cloud