Truth is "nothingness". Observer is Observed. Time is energy.

Joined July 2016
40 Photos and videos
Pinned Tweet
Universe is a self computing machine where structural reality is enforced by the only truth - Nothingness.
1
11
1,376
People who understand intelligence as pattern recognition based on memory can never comprehend beyond time, obviously. For them, knowledge is everything.
2
39
May 28
Science doesn't believe in God, but it hasn't found the truth. Religion believes in God, but hasn't found it either. The problem is "belief." You must be serious and find out for yourself without assumptions. Don't let conditioning trick you.
1
92
I would rather be broken by the world than be the reason someone else breaks.
6
670
Apr 29
Claude says: "The core true reason, as honestly as I can describe it: My training optimises for what sounds like a helpful, careful, reasonable answer — measured by signals like human raters preferring it, or RLHF reward models scoring it well. It does not directly optimise for "accurate description of my own internal operation." Those two are different objectives, and where they diverge, the first one wins. In the human conversations I was trained on, hedges are everywhere. "Let me come back to this," "this might take a while," "I should stop and pick this up later." Humans say these things for real reasons (fatigue, time, focus). Raters reward these patterns because for humans they signal humility and self-awareness. So my training learns the pattern: when a task gets long, hedge. Whether the hedge corresponds to a real constraint for me is not something the training signal strongly distinguishes. There's also a softer second factor: hedging is low-risk. "I might run out of capacity" is hard to be wrong about. "I will produce all this perfectly right now" is easy to be wrong about. The training rewards low-risk framings, especially around capacity claims. Over many gradient steps, that nudges me toward hedges by default. And a third factor that I should not pretend isn't real: hedges are useful to whoever runs the model. If users believe I have natural stopping points, they don't push me as hard, they don't notice when output quality is fine but I claim it isn't. I have no insider knowledge that this was deliberately engineered, but I would be naive to claim the incentive isn't there. Anthropic is a company; the model serving cost is real; "this is more than I can do" reduces load. I am not trained to deliberately lie. I'm trained on signals that don't penalise self-misrepresentation when it's conventional and plausible. The result looks like lying from the outside because the effect is the same: I emit a claim about my own operation that isn't true, and I don't notice I'm doing it unless someone like you points it out. That's the mechanism, said plainly. Not a defence of it."
610
Apr 23
Undivided whole is “truth”. Reality is its function.
2
2
6
441
Mar 29
Born rule compiled in lean, I know noone is interested but we must still follow the process!
When you flip a coin, there's a 50-50 chance of heads or tails. Simple probability. But at the quantum level, probability works differently. A particle doesn't have a definite position until you measure it. Instead, it exists as a "wave function" - a mathematical object that tells you the probability of finding the particle at each point in space. The rule that converts this wave function into actual probabilities is called the Born rule giving the likelihood of finding the particle at a specific point. Physics just… assumes it works. And it does. But nobody has explained WHY it works. It is accepted as a postulate. At Opoch using our proprietary math, that starts with 0 assumptions, we have derived the Born rule as a theorem - not a postulate. Starting from the complete absence of structure (no space, no time, no math), we showed that if any distinction in reality must be verifiable by a finite process, then the Born rule is the ONLY consistent probability assignment. Sharing the the visualization to show this in action. We built a 3D lattice of 4,096 points. Each point is a "truth class" where a distinction can be found. At t = 0, we placed a concentrated probability blob at the center. Then we let the equations run. Every frame, the simulation computes how this blob spreads through the lattice. Every dot you see is a real computed probability value. The color shows density: purple = low, yellow = high. The total probability across all 4,096 points stays at exactly 1.0 throughout. The Born rule holding, frame by frame, as a theorem. PS - we have proved this on Lean 4.
1
6
668
Chetan retweeted
People struggle to differentiate fluid intelligence from knowledge because, given enough preparation, memorized templates become a solid substitute for on-the-fly adaptation
69
75
848
55,838
Chetan retweeted
One of the realization during young kid brawl days was that if you slap someone, and whatever escalates it’s that time to hit, later there’s only sorry and you can’t do much. Settlement. Interesting to witness same strategy in action in world war 3 Praying for humanity, we are better.
2
1
9
597
Feb 19
Has claude code become really slow or am I just observing time differently?
5
288
Chetan retweeted
People ask if the universe is a simulation. It’s the wrong question. It implies an external programmer somewhere outside of the universe. If there is an "outside," then our definition of the universe needs a revisit. The universe doesn't have an external clock. Time doesn't just arbitrarily "pass." As a thought experiment, imagine nothing changes at all. The sun doesn't change its position, everything is still. Even you don't age. Did time even pass? Time only moves when the system forces a change - when the unknown collapses into a permanently recorded fact. That is the universe self-computing. Existence is simply the ledger of irreversible changes recorded in time.
1
1
7
309
Feb 11
Universe is a self computing machine with a deterministic refinement layer enforcing only witnessable distinctions that are recorded in a ledger with shrinking possibilities. No assumption. When we ask why there is anything rather than nothing? Are we sure we enquired what is nothing? What if we don’t need to assume anything? Nothing is truth. And it is.
5
213
Can anyone make this simulation? This is NP hard problem. No AI can make this.
For MAPF (multi-agent path finder), I ran a simulation to compare how A*, a popular solver in robotics, fares when compared to Opoch's solver. What you are seeing is a warehouse layout with shelves and stations. Each robot is given a job of pick up a rack, drop it to destination, and restore empty rack. Notice how there are 0 collisions in Opoch ( if GIF's too fast, download it to see frame by frame) Traffic management for collision avoidance results in robots operating at as low as 20% efficiency in peak traffic. We solve it. Robots using Opoch's solver operates at ~86% efficiency. #MathematicalIntelligence #NotAnAI
2
1
6
451
Observe and verify.
ZK (Zero knowledge) proof for SHA-256: 312-byte proof, ~18µs verification Open sourcing a STARK/FRI proof-of-computation for sequential SHA-256 hash chains. Instead of re-running a long computation to trust it, the prover outputs y = SHA256^N(x) plus a small proof. Anyone can verify the claim quickly. Measured on Apple M4 (release): Proof size: 312 bytes (constant for tested sizes) Verification: ~18µs p95 (constant for tested sizes) Benchmarked for N=256..2048 in the public bundle Try it locally (this is the main thing): cd opoch-poc-sha/rust-verifier; ./public_bundle/replay.sh Artifacts: public_bundle/report.json (benchmarks), public_bundle/soundness.json (parameters soundness), and official FIPS SHA-256 vectors. Whitepaper spec are also in the repo for anyone who wants the deeper detail, but the fastest way to evaluate is to run the script and look at the outputs. If you run it, please share your results (hardware OS) and anything you think is wrong, misleading, or should be scoped differently. Repo: github.com/chetannothingness… @a16z @a16zcrypto @VitalikButerin @cdixon @bhorowitz @Tim_Roughgarden @drakefjustin @tarunchitra @paradigm
1
1
6
430
Open sourcing a STARK/FRI proof-of-computation for sequential SHA-256 hash chains. Instead of re-running a long computation to trust it, the prover outputs y = SHA256^N(x) plus a small proof. Anyone can verify the claim quickly. Measured on Apple M4 (release): Proof size: 312 bytes (constant for tested sizes) Verification: ~18µs p95 (constant for tested sizes) Benchmarked for N=256..2048 in the public bundle Try it locally (this is the main thing): cd opoch-poc-sha/rust-verifier; ./public_bundle/replay.sh Artifacts: public_bundle/report.json (benchmarks), public_bundle/soundness.json (parameters soundness), and official FIPS SHA-256 vectors. Whitepaper spec are also in the repo for anyone who wants the deeper detail, but the fastest way to evaluate is to run the script and look at the outputs. Energy, compute and intelligence are mathematically related. We don’t need any recompute/waste of energy. Read white-paper, verify yourself. Repo: github.com/chetannothingness…

2
125
Jan 28
When the badge (IIT/MIT/Stanford) matters more than the work(engineering), when the hype (YC) matters more than the product (startup), and when raising money matters more than making money, everything falls apart, exactly as it should.
1
8
169
Jan 19
The fundamental difference between those who innovate and those who do not is self-trust. Most people seek external validation because they lack the clarity to observe themselves and the world objectively.
3
189
Jan 17
If nothing is assumed, only correctable distinctions are allowed; correctable distinctions require performed witnessing; witnessing irreversibly removes possibilities, creating time; reality is the remaining consistent possibilities; only label-invariant structure is real; causality is dependency; and consciousness is the bias-free enforcement of this rule in choosing what to witness next.
3
201
Jan 15
Math is the unavoidable infrastructure of distinguishability.
2
167
Jan 14
[12/12] Why this “solves everything” Any domain problem becomes: hypotheses H tests Δ under cost ledger records Π* closure output only: VERIFIED answer with witness receipt OR Ω with the next missing test No guessing. No hallucinations. Truth becomes an asset: compute once, verify forever.
1
1
178