Ive been devving for about eight years now and usually Im pretty good at self-solving but man this week has been a nightmare. Im finishing up this inventory backend for a local cafe and Ive got this really weird middleware bug in FastAPI thats just looping for no reason. Ive been using the standard ChatGPT Plus web interface but its totally failing me today. It keeps suggesting libraries that dont even exist or it forgets the context of my main app.py file the second I paste a new snippet.
Im so frustrated because Im basically just copy-pasting back and forth like a monkey and still getting nowhere. Ive got a $20 a month budget for tools so I dont mind paying but I need something that actually integrates better or handles larger codebases without losing its mind. Are people still just using the web UI or is everyone on stuff like Cursor or some specific VS Code extension now? I heard about some dedicated debugging GPTs but the store is such a mess I dont know whats legit. What are you guys actually using to fix complex logic errors when the basic chat fails?
In my experience, stop the copy-pasting and try these:
Late to the party but you might want to consider these for better security. I would suggest staying away from the web chat for backend stuff.
Quick reply while I have a sec... honestly, the standard web UI has been a major letdown lately for complex logic. I had issues with it hallucinating dependencies too, its really frustrating when you're on a deadline. Before I suggest some technical alternatives tho:
To add to the point above: honestly, moving your workflow into the IDE is a total game changer for those nasty infinite loops. I remember spending two full days fighting a similar FastAPI middleware issue back when I only used browser tabs and I was about ready to throw my monitor out the window! It is amazing how much less headache you get when the tool actually sees your imports. I think some folks are having luck with these approaches: