Hacker News new | ask | show | jobs
by athrowaway3z 306 days ago
> Maybe there are ways to avoid this (and others) pitfall with prompting?

Not sure about Codex, but in Claude Code you can run commands. So instead of letting it freestyle / guess, do a:

`! man rsync` or `! rsync --help`

This puts the output into context.