The most insightful statement is at the end: "But consciousness still feels like philosophy with a deadline: a famously intractable academic problem poised to suddenly develop real-world implications." The recurrence issue is useful. It's possible to build LLM systems with no recurrence at all. Each session starts from the ground state. That's a typical commercial chatbot. Such stateless systems are denied a stream o…
The fact that current agents are blank slates at the start of each session is one of the biggest reasons they fall short at lots of real-world tasks today - they forget human feedback as soon as it falls out of the context window, they don't really learn from experience, they need whole directories of markdown files describing a repository to not forget the shape of the API they wrote yesterday and hallucinate a different API instead. As soon as we can give these systems real memory, they'll get it.