Chat is a bad UI pattern for development tools
danieldelaney.net
Chat is a bad UI pattern for development tools
1–10 of 432 posts
Re: Chat is a bad UI pattern for development tools
#2Re: Chat is a bad UI pattern for development tools
#3Re: Chat is a bad UI pattern for development tools
#4Re: Chat is a bad UI pattern for development tools
#5So you either need lots of extra text to remove the ambiguity of natural language if you use AI or you need a special precise subset to communicate with AI and that’s just programming with extra steps.
Re: Chat is a bad UI pattern for development tools
#6Here is an example of our approach:
https://blog.codesolvent.com/2024/11/building-youtube-video-...
We are also using the requirements to build a checklist, the AI generates the checklist from the requirements document, which then serves as context that can be used for further instructions.
Here's a demo:
Re: Chat is a bad UI pattern for development tools
#7Re: Chat is a bad UI pattern for development tools
#8Something like tldraw's "make real" [1] is a much better bet, imo (not that it's mutually exclusive). Draw a rough mockup of what you want, let AI fill in the details, then draw and write on it to communicate your changes.
We think multi-modally; why should we limit the creative process to just text?
[1] https://tldraw.substack.com/p/make-real-the-story-so-far
Re: Chat is a bad UI pattern for development tools
#9There is a black box effect between when you press enter and it starts updating code in multiple places. Like wtf just happened, I have to find these changes, which code broke dependencies. It should be more step wise visually
Re: Chat is a bad UI pattern for development tools
#10Perhaps I should comment all todos and then write "finish todos" as the always-same text prompt.