Hacker News new | ask | show | jobs
by cortesoft 8 days ago
A CLI interface has been perfect for my coding work, why is it bad?
2 comments

it's pretty great for coding because the CLI provides the model with all the context it needs and with a way to verify the result of its actions via linting, compiler messages and program output

the rest of "work" doesn't have that luxury

Copying a block of multi-line text out of the agent doesn't work over ssh, for instance.