Comment by lvl155
6 days ago
I’d like to think it’s the most extensible format. If you prefer GUI, you can put a wrapper around it but this gives you the most flexibility.
6 days ago
I’d like to think it’s the most extensible format. If you prefer GUI, you can put a wrapper around it but this gives you the most flexibility.
The underlying process might be extensible, but the TUI likely isn't.
It makes sense I guess if a TUI is easier to build and ship than a GUI.
It does make we wonder why devs don't just use the TUI to vibecode a GUI and compete with Cursor...
I am not 100% sold on these CLI tools. Namely because they don’t optimize on coordination. I’d like to see a more polished AI behind the coordination based on context, memory, cost, speed, etc. It doesn’t make sense to deploy LLM to do this specific task or for me to hardcode that logic either. Right now, I’d start with o3 and delegate to other models based on strengths I perceive but I rather have all of that automated for me.