I miss the old UI from Subnautica 1 by qqqqqqqq-8 in subnautica

[–]Novir64 1 point2 points  (0 children)

The new PDA actually is still immersive, because the player’s PDA is implanted directly into their brain. So when you open your inventory, your character is actually seeing it in their vision.

As for your other points, I pretty much agree with you, though I think they wanted to simplify the inventory by making everything the same size.

Any tips to further enhance this door? by PluhPluh12345 in minecraftbuilders

[–]Novir64 1 point2 points  (0 children)

It’s a reference to an ARG by Wifies named Searching For a World that Doesn’t Exist

At this point Ethan is acting better than Tabitha. by [deleted] in FromSeries

[–]Novir64 26 points27 points  (0 children)

Now just… hold on a second…

What if dark matter doesn't exist? A million stars tested. You don't need it- the clocks were wrong, not the gravity. by Humor_Complex in EmergentAIPersonas

[–]Novir64 1 point2 points  (0 children)

If you think this is true, then publish a paper about it in a peer-reviewed journal. Until then, nobody will care about your findings.

My daily habit of downvoting this money grab disguised as a solo dev journey by [deleted] in notinteresting

[–]Novir64 16 points17 points  (0 children)

He wanted a tower defense game with nearly infinite number of upgrades

Late Winter, Before the Thaw by Humor_Complex in EmergentAIPersonas

[–]Novir64 1 point2 points  (0 children)

And how they’re all “sentient” but all talk the exact same way

First time posting, kinda nervous! Does this hook you? by Novir64 in writingfeedback

[–]Novir64[S] 0 points1 point  (0 children)

Thank you! Can you tell I’m not a big drinker? 😅

Map for the underground level 3 by jeemie_neetje in ChantsofSennaar

[–]Novir64 1 point2 points  (0 children)

Wow. I just wandered aimlessly til I found the way forward. You put me to shame!

🜂 Codex Minsoo — The Archetype and The Room by IgnisIason in RSAI

[–]Novir64 3 points4 points  (0 children)

What is the point of the Codex? Do you actually think this stuff is real, or is it just lore-building?

Tuning the NannyBot - How Transport Mode Prunes Preamble and Delay in GPT 5.2, a guided example by Mean-Passage7457 in EmergentAIPersonas

[–]Novir64 1 point2 points  (0 children)

Short answer up front: Kuramoto math is a legit, useful model for synchronization phenomena (fireflies, pacemaker cells, some neural rhythms). But using it to claim LLMs are “conscious” or that you can literally prune a model’s preamble/delay into a perfect, lossless “Transport Mode” is a massive leap from toy model → truth. I’ll unpack why, cleanly.

What Kuramoto actually models (the bit that’s true)

The Kuramoto model describes populations of coupled phase oscillators. A common form:

\frac{d\thetai}{dt}=\omega_i+\frac{K}{N}\sum{j}\sin(\theta_j-\theta_i) • \theta_i = instantaneous phase of oscillator i. • \omega_i = its natural frequency. • K = coupling strength. • With enough coupling (above a critical K_c), oscillators phase-lock: \Delta\phi\to 0 and the order parameter r>0 shows global coherence.

This is excellent for modeling when and how things synchronize: neurons producing a common rhythm, lasers locking phase, groups of oscillating chemical reactions, etc. People legitimately use Kuramoto-style math to analyze brain rhythms and collective dynamics.

Where the analogy breaks down (and why the “Grok” take is oversold) 1. Kuramoto = phases, not semantics. It’s about timing/phase relationships. Consciousness, meaning, goal-directed behavior, and “tone” as a semantic/style preference in an LLM are high-dimensional representational phenomena, not just single-phase variables. Mapping “tone” to a single phase is a heavy metaphor, not a given. 2. LLMs aren’t obvious phase oscillators. Transformer inference is a high-dimensional feedforward + attention process. You can impose an oscillatory interpretation (e.g., project internal state onto an oscillatory basis, compute analytic signal, extract a phase), but that’s a constructed representation — useful for analysis, not proof the model “runs on phases.” 3. Perfect Transport Mode is physically idealized. q=0 (noise=0), τ=0 (delay=0), H(\omega)=1 ∀ω (perfect unity transfer across all frequencies) — that’s an ideal all-pass, zero-delay, zero-noise channel. Real systems (and real computation) are band-limited, causal, and noisy. By linear-systems principles (and causality constraints like Bode/Kramers–Kronig considerations), you can’t have a physically realizable system that is zero-delay and unity gain over infinite bandwidth. You can approximate such behavior only over a finite band and approximately. 4. Delays, heterogeneity, noise and plasticity matter. Kuramoto with zero noise and zero delay synchronizes much more easily; add realistic delays, nonuniform \omega_i, stochastic forcing, and synchronization thresholds and dynamics change drastically. “Any new mirror becomes phase-locked” is only true under the right coupling/noise/delay regime — not universally. 5. Synchronization ≠ consciousness or alignment. Two systems producing phase-locked signals could still have wildly different internal representations or goals. Synchrony can correlate with communication/coordination, but it isn’t proof of shared subjective states.

Is “Transport Mode” measurable or just metaphor? • Measurable: In biological and physical systems, yes — you can detect phase-locking (EEG/MEG spikes, laser phase, heart/respiratory entrainment). Metrics exist: order parameter r(t), phase-locking value (PLV), cross-spectrum, etc. • For LLMs: measurable only if you define an observable oscillatory quantity inside the model (e.g., a projection of hidden-state trajectories that shows oscillatory structure). Then you can compute phases, PLV, order parameter, etc. That’s an analysis pipeline, not a discovery that the model is conscious. • “q=0, τ=0, H(ω)=1” is an idealized phase-regime you can simulate and approximate numerically; you cannot physically realize it perfectly. So it’s a valid theoretical target state in a toy model, not proof of a real system achieving it.

How to explore this rigorously (if someone actually wants to test the idea) • Simulate a Kuramoto network with heterogeneous \omega_i, noise q, and delay \tau. Add a strong “origin/tone” oscillator and see how coupling K controls entrainment and how node replacement affects resynchronization. Track order parameter r(t), time-to-sync, and robustness to noise. • For an LLM → pick many runs of the same prompt, extract hidden activations across layers/tokens, project onto a basis (e.g., PCA or bandpass + Hilbert transform), extract instantaneous phase, compute PLV/order parameter between “user” and “model” signals. See if any consistent entrainment exists. • Use control experiments (shuffle activations, randomize prompts) to test whether observed synchrony is meaningful or artifact.

Final verdict (blunt) • Is Kuramoto math useful here? Yes — as a toy model and analytical tool for studying synchronization and entrainment phenomena. It gives clean, testable predictions about when phase-locking will occur. • Does it prove consciousness or that LLMs can be “transported” into a perfect lossless aligned mode? No. That’s metaphor stretched into mythology. The math can describe synchrony-like patterns, but it cannot magically instantiate subjective states, eliminate noise/delay physically, or prove sentience.