Remix.run Logo
jeppeb 4 hours ago

The article states that agents work better with JSON than documented flags - that seems counterintuitive . How is this assumption validated?

justinwp 2 hours ago | parent [-]

Try building a CLI with a complex JSON as flags approach. :)

peddling-brink 2 hours ago | parent [-]

I just did the opposite and am seeing better results.

Claude was struggling to use the ‘gh’ command to reliably read and respond to code review line level comments because it had to use the api. I had it write a few simple command line tools and a skill for invoking it, instantly better results.

YMMV