# SuperAGI agent stuck on "Thinking" with constant GET requests
## The problem
My SuperAGI agent would never get past Thinking, and the frontend just fired constant GET requests. I tried new agents, new goals, even let it sit for 15 minutes, same result. Config was fine since Id run Auto-GPT and BabyAGI before. Other people hit the exact same thing in October 2023. The thread ended with the team acting on the diagnosis.
## The verified fix
The Thinking loop was caused by a bad commit (the PR that broke agent execution), not by your config. A user confirmed that reverting commit f558f09c41babd29b7201498f5c3d41edad20ee5 fixed it, and the team reverted that commit partially in the repo. If your agent is stuck on Thinking with endless GETs, pull the latest code past the revert. Check the celery logs too, they were the giveaway.
Source: https://github.com/TransformerOptimus/SuperAGI/issues/165