Remix.run Logo
disgruntledphd2 a day ago

The integrated review UI is super helpful, but apparently nobody reviews code anymore except me.

dexterlagan 20 hours ago | parent [-]

I use Claude Code (both Desktop and CLI) all day every day (as well as OpenCode with DeepSeek V4 among others). For non-mission-critical stuff (small internal tools, anything that doesn't touch the client and doesn't handle critical data or infra), I'm on Auto (sandboxed in the working directory). For everything else I approve every change, meaning I review every code change the model proposes. Plan mode is great to write the architecture as well, as it doesn't touch any file, doesn't write anything, and lets me iterate until the arch is perfect and the proposed high-level code (modules etc) is solid. I haven't used an editor in over 4 years, apart from writing specs.

disgruntledphd2 19 hours ago | parent [-]

How do you review the code? I can use git to see changes, but it's super annoying to tell the agent file line plus comment for each change, so I catch less stuff early which seems to compound.