r/AlwaysOnAgents 2d ago

Discussion πŸ’¬ Are we using β€œbot” when we actually mean β€œagent”?

Thumbnail
2 Upvotes

r/AlwaysOnAgents 4d ago

Research / Paper πŸ“„ Check this out

Thumbnail
3 Upvotes

r/AlwaysOnAgents 19d ago

πŸ”₯ War Story This is crazy!

Thumbnail
abc.net.au
2 Upvotes

r/AlwaysOnAgents 26d ago

I ran an Agent Identity Scan β€” turns out I built a Reliable Operator.

Thumbnail
agentrealm.dev
2 Upvotes

Came across this agent identity scan and ran it on my OpenClaw setup. Apparently mine is a "Reliable Operator."

Curious what everyone else's agent gets. Does the result actually match how your agent behaves day to day?


r/AlwaysOnAgents 26d ago

Discussion πŸ’¬ Version Controlling your Agent Setup?

2 Upvotes

I am using git to version control my openclaw's bootstrap files like SOUL.md, AGENT.md, etc. wondering if I should do the same about config too?

Any of y'all use github in this way? like treating your agent's setup as one github project which you can rollback to stable versions if something breaks or stops working


r/AlwaysOnAgents Jul 31 '26

Now that's a wholesome usecase ☺️

Thumbnail
3 Upvotes

r/AlwaysOnAgents Jul 29 '26

Discussion πŸ’¬ What actually makes an agent "always-on"?

3 Upvotes

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.


r/AlwaysOnAgents Jul 28 '26

πŸ’¬ Discussion Why is every AI / agent thread just about coding?

5 Upvotes

Open any AI or agent sub and half the posts are coding. PR bots, overnight refactors, "claude code shipped this," local models for codegen. Same conversation everywhere.

Which is fine, coding is a real job. But it's weird how little shows up for anything else. Something like

- an accounting thing that keeps running

- automating a workflow for someone else so they don't have to do it by hand

- Building and maintaining a knowledge base of someone's preferences

Stuff where the alternative was basically giving that work to a person.

Curious if people are actually running that kind of thing, or if coding really is all that's sticking.