Show HN: What if code had a lifespan? A morphogenetic computing experiment
Demo: https://nabolitains.github.io/plasma/
This started from a simple question: The slime mold Physarum can solve mazes without a brain. What if our code could similarly self-organize?
The result is Plasma - computational cells that: - Metabolize energy from their environment - Reproduce with mutations - Form emergent colonies nobody designed - Die (and that's a feature)
No ML, no complex algorithms. Just simple rules creating complex behaviors. The entire thing is 800 lines of vanilla JS/Canvas.
I'm particularly interested in your thoughts on: 1. What patterns do you see emerging after ~1000 cycles? 2. Could this approach scale to real applications? 3. What would you add to the "genetic code"?
The philosophical manifesto is in the repo if you're into that sort of thing. But the code speaks for itself.
No comments yet