Cursor now has a mobile app for guiding your coding agent on the go
1–10 of 17 posts
Re: Cursor now has a mobile app for guiding your coding agent on the go
#2Re: Cursor now has a mobile app for guiding your coding agent on the go
#3Not for me, thanks.
But since the loopmaxxers are neither prompting nor reading anymore, it kinda makes sense.
Re: Cursor now has a mobile app for guiding your coding agent on the go
#4Re: Cursor now has a mobile app for guiding your coding agent on the go
#5Agentic coding sorta works for me because you can stop and test each iteration and pinpoint where something has gone wrong.
Example: I ask for a tweak, it give me 20 lines, I test for the intended behavior and keep working on those 20 lines until I'm happy with the reliability/effects of it.
But that loop itself requires a environment in which the final product will be running and takes up most the time in my expirence.
Re: Cursor now has a mobile app for guiding your coding agent on the go
#6I love and hate this feature. I use it all the time with Claude, and find it super useful. At the same time I wish it didn’t exist so I was unable to continue to do work away from my computer. Kinda like the days before mobile phone and when you left the office work mostly ended.
Re: Cursor now has a mobile app for guiding your coding agent on the go
#7This seems like a recipe for bad code I dunno. How would someone using this app test as they go? Agentic coding sorta works for me because you can stop and test each iteration and pinpoint where something has gone wrong. Example: I ask for a tweak, it give me 20 lines, I test for the intended behavior and keep working on those 20 lines until I'm happy with the reliability/effects of it. But that loop itself requires…
There's also a lot to be said about planning modes which don't write anything, but rather just generate text files to be implemented later when I can watch over the repo more closely.
Re: Cursor now has a mobile app for guiding your coding agent on the go
#8This seems like a recipe for bad code I dunno. How would someone using this app test as they go? Agentic coding sorta works for me because you can stop and test each iteration and pinpoint where something has gone wrong. Example: I ask for a tweak, it give me 20 lines, I test for the intended behavior and keep working on those 20 lines until I'm happy with the reliability/effects of it. But that loop itself requires…