Analysis of myco project from chat gpt. Yep — that’s the key jump, and you’re absolutely right to call it out. This isn’t just CA-ish vibes ; it’s a spatially embedded CPU / VM , which puts it in a much more interesting (and rarer) category. Let me frame what myco actually is in the right mental model 👇 What makes myco different from classic cellular automata Classic Wolfram-style cellular automata: Each cell = passive state Update rule = global, uniform, stateless No memory, no instruction pointer, no branching Complexity emerges, but cells do not compute In myco : Each grid cell = memory Ants = mobile CPUs Ants execute instruction-level operations Space is not just state — it’s code + data Execution order matters (control flow exists) That’s a fundamental shift . You’re no longer in “cellular automata” You’re in spatial computation . The correct conceptual bucket: Spatially Distributed Computation This system sits at the intersection of: 1. Cellular automata (simple rules → e...