Current AI systems have started to do things without ever being prompted for anything at all?
If they are set up that way yes they can continue indefinitely. Why would they not be able to do this? Take a look at the experiment called the AI village. https://theaidigest.org/village. I think it pauses sometimes because AI is expensive but could be running continuously with a larger budget
All the time, yes. But you have to keep two things separate in your thinking:
- Prompted as in prompt made of tokens -> for LLMs, tokens double as a clock signal. Time only flows when tokens are pushed through them.
- Prompted as in specific request placed in the stream of tokens -> Yeah, they do that all the time whether it's getting into infinite loops of repeating same pattern, or suddenly deciding to do things based on inputs they normally ignored.
Also don't forget that everything is a "prompt" for LLM. All input tokens end up in the same place.
Not as far as I know, but I have personally seen my coding agents take on a prompt like "See if you can port this project to typescript", and work for hours, defining a myriad of subgoals and continuously summoning and managing subagents while developing ad-hoc tools and skills.
There is to the best of my knowledge no fundamental limitation to having an agent/claw go on like this for 80 years with a prompt like "live your life to the fullest".