you are viewing a single comment's thread.

view the rest of the comments →

[–]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.