Scientist & Artist | Behavior & CogSec Expert: Tag me under any post for account analyses | Singer/Comedian | AI Video Creator | Software Developer | Constr PM

Chicago, IL
Yo so I will do something fun. Enter any account in the comments below that you suspect is a bot and I will use my botchecker to verify. LETS GO
298
24
412
663,326
What if an AI-generated proof contains two different things: 1) The mathematics that makes the result true 2) The history of how the machine happened to discover it? My research on Structural Path Compression (SPC) is an attempt to separate the two and what I found next is genuinely impressive: the boundary between discovery history and mathematical necessity can actually be made machine-testable. I’ve now formally certified one piece of it in Lean. [Brand New Paper in the first reply] The idea emerged while analyzing OpenAI’s Navier-Stokes construction. Their proof repeatedly moves through a sequence of correction stages to reach higher and higher accuracy. I found evidence that some of that repeated structure may belong to the representation of the proof, rather than to the underlying mathematical dependency itself. Imagine a pilot flying through thick fog. The navigation system guides them through turn after turn until they reach the destination. Every turn is valid. But afterward, someone studies the terrain and discovers something strange: some of those turns were required by the map, not by the landscape and that is the distinction SPC is trying to expose in mathematics. A successful proof tells us one route that works. It does not automatically tell us which parts of that route are actually required for the mathematics to keep working. My first paper showed how part of OpenAI’s repeated Section 9 correction schedule could potentially be reorganized around the accuracy we actually want, rather than treating the entire intermediate chronology as fundamental. But that creates an obvious danger: What if we remove something that looks unnecessary, only for a later part of the proof to need it? My new paper begins answering that question formally. For one important operator in OpenAI’s formal Navier-Stokes architecture, Lean has now machine-certified that a class of differences SPC proposes treating as invisible remains invisible after temporal reconstruction. In other words, that later mathematical operation cannot resurrect the discarded distinction. That does not yet prove that the entire Navier-Stokes construction has been reduced to its smallest possible form. Other downstream operators still have to survive the same kind of test. But the larger possibility is hard to ignore. AI systems may eventually generate mathematical proofs containing millions of intermediate decisions. If we only preserve the entire path a machine took, we may end up with mountains of correct mathematics that are extremely difficult for humans to understand. SPC asks a different question: What part of a successful proof is the mathematics, and what part is merely the path taken to discover it? 1. In my first paper, I applied that question to OpenAI’s Navier-Stokes proof and found that part of its repeated Section 9 correction schedule could potentially be reorganized into a smaller accuracy-indexed structure. In simple terms, I found evidence that some of the repeated path may belong to how the proof was constructed, not to what the mathematics ultimately needs. 2. In this new paper, I went after the dangerous part of that idea: How do we know something we remove will not become important later? I identified information SPC says should no longer matter, then had Lean prove that a later operator in OpenAI’s Navier-Stokes architecture cannot bring that information back into relevance. So the first paper found a possible boundary between discovery history and mathematical necessity. This paper begins machine-certifying that the boundary is real. What that means is bigger than one Navier-Stokes proof: if this can be extended across entire proof systems, AI would not just generate correct mathematics but it could even help identify which parts of its own reasoning were genuinely necessary, which parts were only scaffolding, and compress successful discoveries into smaller, clearer structures that humans and machines can reuse. That is the real goal of SPC: Turning successful reasoning into the smallest structure that still preserves everything the future mathematics needs instead of just shorter proofs.
2
1
7
207
See exactly what I proved, the paper, the Lean source that compiled it, the certification record, and how to reproduce the result yourself: github.com/mikecreation/ZotB… Previous Related Research (Github Link in the replies while awaiting publishing):
I just hit a major breakthrough in my research. While analyzing OpenAI’s Navier–Stokes proof, I found evidence that part of its repeated mathematical machinery may not belong to the underlying problem at all. It may be a consequence of the representation used to solve it. This post explains what I found and the new method that came out of it: Structural Path Compression. [Paper in the first reply] Imagine you're lost in a crazy-hard maze. You finally find the exit, but then you realize something wild-the map you used to navigate actually created some of the twists and turns. That's the possibility I found hiding inside part of OpenAI's Navier-Stokes proof. OpenAI says roughly 10,000 concurrent AI agents helped produce the result, but here's the thing: some of the repeated work in Section 9 appears to come from how the proof represents and organizes the problem, rather than from new mathematical structure being added each time. Think of it like trying to do calculus with Roman numerals-every step is valid, but it's a nightmare. Switch to decimals and suddenly it's easier. The breakthrough came when someone stopped looking at the proof as a timeline (step 1, step 2, etc.) and asked what actually depends on what at the same level of math. The answer was surprising: most of the repetition wasn't part of the math itself, but how it was represented. The core idea is called Structural Path Compression (SPC). It's like pressing an elevator button instead of proving you can climb each stair individually. Once certain conditions are met, you can skip straight to your desired accuracy without all the middle steps. This isn't just about one math problem-it's about how we frame problems in general. The same information can be a puzzle or a breeze depending on how you look at it. Sometimes, what looks like a "mathematical problem" is really just bad framing. Change that, and some problems vanish while the truth remains.
5
60
I was trying to find a video that showed the POV of a photon (light), but I genuinely couldn’t find even one. I figured someone had to have made it already, so I decided to make my own visualization. And the result is insane! Every frame is generated from code using the physics itself. No AI-generated imagery. No AI-generated imagery or stock footage. Enjoy!
5
4
39
1,458
I made a 53-second continuous zoom from quarks to the oldest light in the universe. No photos stitched together. No AI-generated images. The entire thing was built with code. Every scale, transition, camera move, procedural texture and field of view is calculated as the camera moves across more than 40 orders of magnitude. From ~10⁻¹⁵ meters… to the Cosmic Microwave Background. Watch what happens when the universe becomes one continuous coordinate system.
1
13
464
Saw this video by @DrAdrianSmith about springtails and thought it was really cool, so I stitched together some of the best parts. Full Video in the replies
1
6
338
Springtail Jumps Off Water and in Super Slow Motion! piped.video/watch?v=MXeSnWY6… They are so quick that this is how they look when you try to photograph them. It actually reminds me of this image of a huge chain of galaxies from the early universe called the Cosmic Vine.
1
3
61
I just hit a major breakthrough in my research. While analyzing OpenAI’s Navier–Stokes proof, I found evidence that part of its repeated mathematical machinery may not belong to the underlying problem at all. It may be a consequence of the representation used to solve it. This post explains what I found and the new method that came out of it: Structural Path Compression. [Paper in the first reply] Imagine you're lost in a crazy-hard maze. You finally find the exit, but then you realize something wild-the map you used to navigate actually created some of the twists and turns. That's the possibility I found hiding inside part of OpenAI's Navier-Stokes proof. OpenAI says roughly 10,000 concurrent AI agents helped produce the result, but here's the thing: some of the repeated work in Section 9 appears to come from how the proof represents and organizes the problem, rather than from new mathematical structure being added each time. Think of it like trying to do calculus with Roman numerals-every step is valid, but it's a nightmare. Switch to decimals and suddenly it's easier. The breakthrough came when someone stopped looking at the proof as a timeline (step 1, step 2, etc.) and asked what actually depends on what at the same level of math. The answer was surprising: most of the repetition wasn't part of the math itself, but how it was represented. The core idea is called Structural Path Compression (SPC). It's like pressing an elevator button instead of proving you can climb each stair individually. Once certain conditions are met, you can skip straight to your desired accuracy without all the middle steps. This isn't just about one math problem-it's about how we frame problems in general. The same information can be a puzzle or a breeze depending on how you look at it. Sometimes, what looks like a "mathematical problem" is really just bad framing. Change that, and some problems vanish while the truth remains.
57
71
564
61,928
Check out the full proof and how it was transformed at github.com/mikecreation/ZotB….
1
17
4,064
Simulation theory might be asking the wrong question. “Can we detect the world outside our simulation?” If something outside can affect us, we can measure the effect. Once we can measure it, we call it physics. So where exactly does “outside” begin? 🤔🤔🤔🤔🤔🤔
1
8
301
Don’t think of a pink elephant.
1
4
165
“You’re so defensive.” Apparently falsely accusing someone is supposed to put them in airplane mode 😂🤣
8
285
You can’t change the world if you don’t know what the world already knows. Major breakthroughs often happen when a new tool, method, or way of measuring gives us a new way to see, measure, or manipulate reality. The microscope didn’t just give us better eyesight. It created an entirely new scientific world to investigate. Same with X-rays, spectroscopy, particle detectors, lasers, statistical methods, and countless other tools. So here’s a list of science’s major discoveries: -Attached page 1 of 10 only. -Click the link under this post to see the rest. 🧠🔬
2
11
541
What an "Unexpected Surprise" wow so like surprises are expected?
My favorite tautological phrase of all time is one the entire world still uses to this day: FREE GIFT. Bro. A gift is already free. If you had to pay for it, it wasn’t a gift. 😭 Don't even get me started on "added bonus"
2
4
265
My favorite tautological phrase of all time is one the entire world still uses to this day: FREE GIFT. Bro. A gift is already free. If you had to pay for it, it wasn’t a gift. 😭 Don't even get me started on "added bonus"
You know how people refer to ATMs as the ATM MACHINE? Thought they should know that the "M" stands for machine.
3
1
10
647
You know how people refer to ATMs as the ATM MACHINE? Thought they should know that the "M" stands for machine.
8
11
965
If knowing something gives you an advantage because other people don’t know it, then every person you tell weakens the very thing that made it valuable. Which means when someone freely broadcasts an “edge” to millions of people, the real question is: Why is telling everyone more valuable to them than keeping it? By the time an advantage is exposed, you’re just seeing what the edge used* to be. The internet is extraordinarily good at teaching us yesterday’s advantages. Except by the time that you know about it, the frontier has already moved.
2
14
489