Remix.run Logo
loveparade 4 hours ago

What do you recommend? I've tried both pi and opencode and both are better than claude imo, but I wonder if there are others.

tarruda 4 hours ago | parent [-]

Codex is the best out-of-box experience, especially due to its builtin sandboxing. Only drawback is that its edit tool requires the LLM to output a diff which only GPTs are trained to do correctly.

loveparade 3 hours ago | parent | next [-]

Interesting, I don't like codex exactly because of its built-in sandboxing. If I need a sandbox I rather do a simple bwrap myself around the agent process, I prefer that over the agent cli doing a bunch of sandboxing magic that gets in my way.

prettyblocks 2 hours ago | parent | prev [-]

how is codex sandbox different from /sandbox on claude code?