| Hey HN, We’re launching something we’ve been quietly building: a new computational architecture we call the Universal State Machine (USM). It doesn’t use gradient descent, it has no learned parameters, and it doesn’t require expensive training. Announcement X Post: https://x.com/renxyzinc/status/1899539629411270758 Yet, it performs on par with GPT-1 on language tasks, including zero-shot reasoning and basic dialogue – and it does this using a symbolic, graph-based runtime that evolves in real time. What’s the trick?
Instead of training a dense neural net, USM constructs a dynamic knowledge graph of symbolic states. Each “learning episode” adds structure to the graph, and querying it is a traversal problem, not a matrix multiplication. Inference is logarithmic in graph size. Key ideas:
- No backprop, no SGD
- Stateless components and graph-local routing
- Online, modular, interpretable learning
- Super-efficient inference (GHz speeds vs tokens/sec)
- Not a transformer, but equivalent in expressivity Why we think this matters:
We believe the future of AI needs to move past brute-force scaling. The USM offers a new path: efficient, interpretable, dynamic intelligence without GPUs or billion-dollar training runs. In the video, we demo the USM performing real-time sequence generation, using symbolic reasoning – without expensive training. It’s early, but we’re excited to share this new paradigm and open the conversation. You can learn more about the underlying theoretical concepts behind the USM in the whitepaper: https://opensource.getren.xyz Would love your thoughts – technical feedback, skepticism, wild ideas welcome. – The Ren Team
https://getren.xyz |