My recent chat history with AI summarized. Since the chat log doesn’t show time stamps or have a static order, its hard to gain the ‘from 1 st to last’ progression, but here goes. Sorry for some formatting.: This conversation explored the evolution of a custom mathematical algorithm for calculating $\pi$. We began by analyzing an initial approach that used a loop of $a + 1/a$ to create a ratio $R$, where the result was defined as $1/(\ln R)^k$. We discovered that while this "Arithmetic" approach can produce $\pi$, the exponent $k$ acts as a manual "tuning knob" that requires higher and higher decimal precision to maintain accuracy as $N$ increases. This led to a theoretical derivation showing that $k$ is not a fixed constant in that model, but rather a value that must be precisely calibrated based on the known digits of $\pi$, effectively making it a numerical mirror rather than a natural generator. To solve the "tuning" problem, we transitioned to a ...