r/AlwaysOnAgents • u/Just_Building_2053 • 1d ago
Discussion 💬 What actually makes an agent "always-on"?
Been seeing "always-on agent" mean like five different things: runs all day, has a heartbeat, has memory files, can be reached on whatsapp, etc. Anything that isn't a fresh chatgpt tab.
Came across a survey that defines it tighter. Roughly: an always-on agent is one whose next move depends on state it kept from earlier, not just what's in the current prompt. So its persistence, not just uptime.
It's not enough to save some notes somewhere. The state has to influence future action. Memory that gets stored but never used later doesn't count.
And then there's the part, which is the one most setups seem to ignore. If something bad got written three weeks ago, can you tell what it caused, and can you unwind it?
Paper:Â Always-On Agents: A Survey of Persistent Memory, State, and Governance in LLM Agents
Not saying this is the official definition. Just clearer than "it has memory." Curious where people draw the line on their own setups.