Remix.run Logo
reconnecting 3 hours ago

Any ideas why Claude forces TUI application development?

cpcloud 3 hours ago | parent | next [-]

Maybe it's that TUIs feel manageable with an agent. They can be well scoped without a ton of effort, which at least for me makes me a tiny bit more comfortable letting them write code.

reconnecting 3 hours ago | parent [-]

It feels like something to do with front-end development limitations. I noticed a wave of TUI applications, all written by Claude from the initial commit.

efficax 2 hours ago | parent | prev | next [-]

It's pretty good at building TUIs. Although it's not bad at Swift/macOS either. But really I think the problem is that we don't have a great solution right now for cross platform native UIs that isn't a WebView (or entire Chrome browser), which doesn't feel very native. But every platform has a pretty good terminal now, even Windows.

reconnecting 2 hours ago | parent [-]

Recently I asked Claude to build a communication tool and TUI was its first proposal. When I had a similar request with ChatGPT previously, it proposed node.js, I assume because there are more examples in its training data.

The pairing of Claude and TUI doesn't seem like a coincidence to me, perhaps there are fewer moving parts that are easy to coordinate?

max8539 2 hours ago | parent | prev [-]

It’s easy then run a web server for a web UI, but it still looks better than a regular CLI