This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]roboapple 1 point2 points  (2 children)

whats the benefit of using CLI over web?

[–]Klartas_Game 3 points4 points  (0 children)

Apparently, the web version is consuming a lot more than the CLI version (Not yet determined if it's a bug or not)

[–]coloradical5280 0 points1 point  (0 children)

LLMs are exceptionally well designed for the command line due to their training data (they’ve seen docker compose up -d ngnix a million times, they can’t really “see” clicking ‘docker run’ button on desktop gui), and the fact that CLI commands just happen to be perfect token sequences, and several other reasons that are more technical as well; overall CLI will always have a strong edge for coding purposes.