Nobody wrote the Matrix and AI code-writing will be dead by 2036
riffonio
15 points
5 comments
September 12, 2026
Related Discussions
Found 5 related stories in 79.7ms across 6,361 title embeddings via pgvector HNSW
- If AI Writes All the Code, What Do the Programmers Do? ingve · 24 pts · July 28, 2026 · 60% similar
- AI-written code is still your code martylamb · 55 pts · August 31, 2026 · 59% similar
- Hating AI in 2026 HotGarbage · 24 pts · July 14, 2026 · 58% similar
- Why Write Code in 2026 zdw · 20 pts · July 12, 2026 · 58% similar
- Coding expertise is going to collapse from AI reliance larsfaye · 503 pts · August 24, 2026 · 57% similar
Discussion Highlights (4 comments)
RRWagner
I really enjoyed the writing in this.
TMWNN
>What does that mean? It means you can walk forward in a generated world, look at Stonehenge, turn around, walk away for sixty seconds, turn back, and Stonehenge is still there. Structurally intact. In the correct position. This might sound unremarkable until you consider that nothing in the system is tracking Stonehenge . There is no variable called `stonehenge_position`. There is no entity in a database. The model simply generates the next frame based on everything it has seen so far, and because it has learned how persistent worlds work, the monument persists. Am I the only ignoramus who did not know the above? Until now I indeed thought that the lack of persistence in the world was indeed "fixed" in newer video models by some sort of "remember the objects you just displayed"/"remember the objects behind the camera" code/storage. >Baudrillard had a word for this, back when the most advanced simulation available was Disneyland. A simulacrum : a copy with no original. The 2 in that cell is not a copy of a computation. There was never a computation to copy. It is a symbol that refers to nothing except what a 2 usually looks like in that position, and it happens to be right. We've all heard the saying "fake it 'til you make it". We're now approaching the point where the "fake" is more real than "reality".
unleashhale
I like some of this. That said, if the system takes previous states containing information about a car’s location and motion, transforms that information through a giant learned mathematical function, and produces a later state with the car appropriately displaced, something computational happened, no? It wasn’t necessarily a conventional physics simulation integrating velocity through every intermediate timestep. That’s somewhat fascinating. But “therefore nothing was computed,” I mean, not really.
juancn
Learning from stats (AI) has two big problems: it's non deterministic and much more expensive to compute than the deterministic alternative (when available). The strength is dealing with ill-defined problems. This last point is what makes it feel like magic, but the first two are the ones that can lead to disillusion. The statistical approach only works if we can get computation cheap enough, sufficient data and if the problem can tolerate "good enough" results.