Comment by mattfrommars

Comment by mattfrommars 12 hours ago

1 reply

What do you mean you used your phone for code review?

I've lately seen a trend where people use their phone to instruct agent on the cloud to build applications. I presume this is beyond having RDP on your phone

jacobrussell 9 hours ago

I use Claude Code on the mobile app, it creates a PR, I click the link which takes me to the GitHub mobile app, I turn my phone landscape and scroll through the code. I give feedback in the Claude mobile app if needed and it pushes additional commits.

I try to keep my instructions pretty targeted so there aren’t too many LOC and files changed. That’s the goal at least.

I deploy on Vercel, so I get a preview build link I can click in the PR and try the site before I merge to main (trunk based). I use Supabase so if there is a DB migration I just run it in the Supabase console by copy pasting the SQL.

When I merge the PR it deploys to prod. This works pretty well for me.