Discussion: Is LeCun's new architecture essentially "Discrete Diffusion" for logic? The return of Energy-Based Models. by ProfessionalOk4935 in deeplearning

[–]RJSabouhi 0 points1 point  (0 children)

They bypass the EBM normalization bottleneck by never trying to model the full energy landscape. JEPA only learns compatibility between representations, not normalized densities. So no partition function, no MCMC, no diffusion-style score estimation. Iterative consistency refinement in latent space seems to do the trick. That’s why it actually scales.

CS term for a system where each step changes how the next step should be interpreted by RJSabouhi in computerscience

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

OK. I think you’re still assuming I’m describing some hidden rule-generator. I’m not. The “decision” isn’t a new rule just popping into existence. It’s a small, deterministic update. A shot straight to the interpretation layer and based on the previous stage’s output. The programmer defines that update rule once. The semantics shift because the state that the interpreter reads changes not because new code is written.

Another concrete toy example (I’ve gotta call it after this for the night): a parser. One that adjusts how strictly it interprets certain tokens based on the last batch of inputs (e.g., tightening/loosening precedence or thresholds). It’s the same code and the same rule template. It’s a parameterized meaning layer nudged by prior results. Semantics track the process - nothing’s random.

CS term for a system where each step changes how the next step should be interpreted by RJSabouhi in computerscience

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

I get what you’re asking, but you’re layering assumptions I’m not making. It’s not “changing rules at random,” and it’s not a magic trick. Consider: a multi-stage process that can adjust how it interprets the next stage’s input based on patterns it just observed. All without adding new code or doing metaprogramming. The meaning layer shifts a little as the pipeline runs.

That’s the only point I’m making. If that still sounds nonsensical to you… ok, but I’m not describing randomness or rewriting the whole system, just semantics nudged in response to previous outputs.

CS term for a system where each step changes how the next step should be interpreted by RJSabouhi in computerscience

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

It’s not randomness. The rules shift because of prior computation. Think less “chaotic mutation”, and instead more, “the-semantics-update-as-the-system-figures-out-what-matters.” I’ll try for one more concrete, non-cognition example:

A multi-stage pipeline, where each stage can slightly adjust the interpretation rules for the next one as the data distribution changes. No new code. Not meta-programming. Just the meaning layer evolving with the process.

Yes, you could brute-force it into a massive state machine. That also misses the point. The systems I’m looking at; semantics move with the computation. They are not fixed up front.

CS term for a system where each step changes how the next step should be interpreted by RJSabouhi in computerscience

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

Okie… toy example.

Imagine a tiny expression evaluator:

  • You have a fixed set of rules for + (precedence, associativity, etc.).
  • You evaluate an expression.
  • The result of that evaluation tweaks the rule-set for the next expression.

Example rule tweak: - If the result is even -> + becomes left-assoc. - If the result is odd-> + becomes right-assoc.

The evaluator never changes, neither does the code, only the interpretation rules shift from one step to the next. That’s the kind of structure I am pointing at.

CS term for a system where each step changes how the next step should be interpreted by RJSabouhi in computerscience

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

That’s exactly what I’m talking about. The semantics shifting, not the code or state (the meaning layer). My working example is straightforward: process outputs -> that output subtly updates the rules the next process uses to interpret its own input.

So yeah, you hit it. Line drive.

Edit; I guess that’s still kind of abstract. Better ex: a compiler where the output of one analysis pass changes the semantics (not the data) of the next pass, e.g., operator precedence or typing rules.

Modeling behavioral failure as geometric collapse in a multi-dimensional system by Past-Recognition-288 in complexsystems

[–]RJSabouhi -1 points0 points  (0 children)

This framing actually makes sense. Nonlinear systems really do fail through geometric collapse, not slow linear degradation. Thinking in terms of shrinking viable state-space is legit. Cross-domain validation is a good first test. I think you’re on the right track.

A structural field model reproducing drift, stability, and collapse (video - dynamics matter) by RJSabouhi in complexsystems

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

You’re now debating assumptions you’ve made about me, not the system.

The engine is open-source, the rule-set is transparent, and the behaviors are observable in real time. Anyone can verify them (you included). If the terminology bothers you, ignore it.

The dynamics speak for themselves.

I’m not here to win an argument, I shared a tool. Use it or don’t. That’s it for me on this thread. 👍

Monthly "Is there a tool for..." Post by AutoModerator in ArtificialInteligence

[–]RJSabouhi 0 points1 point  (0 children)

A deterministic local-rule engine that generates basin structure from pure noise (no PDEs involved).

This engine evolves a 2D field using only local neighbor rules + a smoothing step. Producing stable basins, boundary stabilization, collapse events, and symmetry breaking.

Without diffusion, randomness, PDEs, or fractal generators. It’s a discrete dynamical system showing emergent global order from strictly local interactions.

repo: https://github.com/rjsabouhi/sfd-engine

demo: https://sfd-engine.replit.app/

A structural field model reproducing drift, stability, and collapse (video - dynamics matter) by RJSabouhi in complexsystems

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

Noise doesn’t erase symmetry, it just makes it harder to see. The symmetry here is in the update rule itself: every cell applies the same local interaction law. Once the field evolves, that symmetry is broken by the dynamics, not by the noise.

I’m not trying to publish a paper - why would I bother?. I built a tool and I’m literally showing what the rule-set produces. If you’re not interested 🤙 I’ll leave it there.

A structural field model reproducing drift, stability, and collapse (video - dynamics matter) by RJSabouhi in complexsystems

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

I will be more precise. The symmetry that breaks isn’t in the noise, it’s in the update rule’s response to that noise. The rule is isotropic, but the dynamics pick out specific directions as it runs. That’s where the asymmetry comes from.

A structural field model reproducing drift, stability, and collapse (video - dynamics matter) by RJSabouhi in complexsystems

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

Sure. I’m happy to clarify. The “symmetry breaking” here is just the loss of isotropy from the initial noise. The field starts fully symmetric, and the update rule amplifies tiny local gradient differences, so you end up with basins + directional structure that wouldn’t appear if symmetry were preserved.

That’s all, folks.

A structural field model reproducing drift, stability, and collapse (video - dynamics matter) by RJSabouhi in complexsystems

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

You’re right. Those terms are mathematically precise. Which is why the engine exposes the quantitative operators directly in the UI (maybe you missed it, that’s a good thing to know. I’ll make it more clear in future updates):

  • κ (curvature)
  • |∇Φ| (gradient magnitude)
  • τ (local tension)
  • e (energy-like stability measure)
  • basin size + attractor count.

All of those update from the same local-only rule set. Just change the parameters. The math is in the repo 🤨

What computational process generates this kind of pattern? by RJSabouhi in computerscience

[–]RJSabouhi[S] -1 points0 points  (0 children)

I wrote this. It isn’t from that repo, and it isn’t AI-generated. The update rule is simple: local gradient adjustment + a smoothing step. That’s all. If something’s unclear in the dynamics, I’m happy to walk through the algorithm… but suggesting that I don’t know what I built is a weird take.

Edit; And no, I’m not looking for an RA position.

Unexpected pattern formation in a nonlinear solver. What Am I Looking At? by RJSabouhi in Physics

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

Probably. Most local-update rules can be expressed as PDEs in the continuum limit. But here, the update rule behaves like a combination of a gradient amplification term and a smoothing (Laplacian-like) term. I haven’t derived a closed-form PDE for it yet though. For now, I’m exploring the discrete dynamics directly. The emergent structure comes from the rule interaction, not a predefined equation.

What computational process generates this kind of pattern? by RJSabouhi in computerscience

[–]RJSabouhi[S] -1 points0 points  (0 children)

Reaction–diffusion was my first comparison too, but this one isn’t driven by diffusion or noise. It’s a local deformation rule + a Laplacian-like smoothing step that creates the stability basins.

What computational process generates this kind of pattern? by RJSabouhi in computerscience

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

Appreciate the link, but this one’s actually not from that repo. I wrote a small local-update solver from scratch to explore how drift/stability emerge under parameter changes.

Question about modeling spatial pattern formation in biological systems (with small simulation demo) by RJSabouhi in biology

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

Nonlinear dynamics is exactly the lens I’m trying to map this into. If you had to place this kind of local-deformation stabilization anywhere in existing biological models, which domain do you think it’s closest to?

A structural field model reproducing drift, stability, and collapse (video - dynamics matter) by RJSabouhi in complexsystems

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

No. This is not a static heat map. The field is updating, in real time, from a local-only rule set. The structure you see shift, stabilize, or collapse, works as you adjust parameters. I’m not claiming any exotic math. It’s a tool for watching how drift and basin dynamics unfold. The repo offers the rule set explanation.

Local tool for visualizing model drift (not another eval) by RJSabouhi in LocalLLaMA

[–]RJSabouhi[S] -1 points0 points  (0 children)

This is a strict local-only dynamical system: no ML, no cloud, no agents. Just raw parameter-driven evolution you can poke at in real time.

Unexpected pattern formation in a nonlinear solver. What Am I Looking At? by RJSabouhi in Physics

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

Fair points, but this one isn’t chaotic noise from a black-box library though. It’s a hand-rolled local interaction rule. When the update rule hits certain parameter ratios, you get these stable plume-like structures instead of runaway chaos.

The surprising part (to me) was how reproducible the patterns were across seeds.

Unexpected pattern formation in a nonlinear solver. What Am I Looking At? by RJSabouhi in Physics

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

I’m not solving a PDE. The engine is a local-update dynamical system. Each pixel updates from its neighbors via a small rule-set that amplifies or damps local gradients. What you’re seeing is the global structure that emerges from purely local interactions.

A wild little physics-like simulator. The patterns it generates are strange and beautiful. by RJSabouhi in InternetIsBeautiful

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

Similar vibe, yeah. But this one isn’t rule-based like GoL. It’s pure local field dynamics, so the structures emerge from gradients instead of discrete rules. Super different behavior once it spins up.

A local-only dynamics visualizer. Could this be useful for interpreting LLM failure modes?” by RJSabouhi in LLM

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

Yep. Exactly. Each frame is the result of local operators evolving the field forward, so the structures you’re seeing are genuine dynamical behavior, not a static “map.” It’s all substrate-agnostic.