I don't get why terminal agents are so popular of late. Having spent more than a decade in terminal based development (vi*), and now fully moved over to a real IDE (vs code), it seems bonkers to me. The IDE is so much more... integrated
Crush: Glamourous AI coding agent for your favourite terminal
11–20 of 240 posts
Re: Crush: Glamourous AI coding agent for your favourite terminal
#12looks cool - has anyone compared it to opencode[^1] yet? [1]: https://github.com/sst/opencode
Re: Crush: Glamourous AI coding agent for your favourite terminal
#13I don't get why terminal agents are so popular of late. Having spent more than a decade in terminal based development (vi*), and now fully moved over to a real IDE (vs code), it seems bonkers to me. The IDE is so much more... integrated
If the optimal way to do a particular thing is a grid of rectangular characters with no mouse input, nothing prevents you having one of those in your GUI where it makes sense.
For instance, you can look up the documentation for which keys to press to build your project in your TUI IDE, or you can click the button that says "build" (and hover over the button to see which key to press next time). Why is typing :q better than clicking the "X" in the top-right corner? Obviously, the former works over ssh, but that's about it.
Slowness is an implementation detail. If MSVC6 can run fast enough on a computer from 1999 (including parsing C++) then we should be able to run things very fast today.
Re: Crush: Glamourous AI coding agent for your favourite terminal
#14Re: Crush: Glamourous AI coding agent for your favourite terminal
#15I don't get why terminal agents are so popular of late. Having spent more than a decade in terminal based development (vi*), and now fully moved over to a real IDE (vs code), it seems bonkers to me. The IDE is so much more... integrated
Re: Crush: Glamourous AI coding agent for your favourite terminal
#16The big question - which one of these new agents can consume local models to a reasonable degree? I would like to ditch the dependency on external APIs - willing to trade some performance in lieu.
Re: Crush: Glamourous AI coding agent for your favourite terminal
#17The big question - which one of these new agents can consume local models to a reasonable degree? I would like to ditch the dependency on external APIs - willing to trade some performance in lieu.
Re: Crush: Glamourous AI coding agent for your favourite terminal
#18Re: Crush: Glamourous AI coding agent for your favourite terminal
#19looks cool - has anyone compared it to opencode[^1] yet? [1]: https://github.com/sst/opencode
Re: Crush: Glamourous AI coding agent for your favourite terminal
#20I don't get why terminal agents are so popular of late. Having spent more than a decade in terminal based development (vi*), and now fully moved over to a real IDE (vs code), it seems bonkers to me. The IDE is so much more... integrated