135
AI-powered 20 foot robots coming for construction workers' jobs
(www.theregister.com)
This is a most excellent place for technology news and articles.
The halting problem is an abstract mathematical issue, in actual real-world scenarios it's trivial to handle cases where you don't know how long the process will run. Just add a check to watch for the process running too long and break into some kind of handler when that happens.
I'm a professional programmer, I deal with this kind of thing all the time. I've literally written applications using LLMs that do this.