This is about relying on requirements type documents to drive AI based software development, I believe this will be ultimately integrated into all the AI-dev tools, if not so already. It is really just additional context. Here 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 r…
Chat is a bad UI pattern for development tools
11–20 of 432 posts
Re: Chat is a bad UI pattern for development tools
#12There 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
#13Natural language isn’t made to be precise that’s why we use a subset in programming languages. So 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.
Joking aside, this is likely where we will end up, just with a slightly higher programming interface, making developers more productive.
Re: Chat is a bad UI pattern for development tools
#14Natural language isn’t made to be precise that’s why we use a subset in programming languages. So 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
#15Re: Chat is a bad UI pattern for development tools
#16Re: Chat is a bad UI pattern for development tools
#17Re: Chat is a bad UI pattern for development tools
#18There 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
#19Re: Chat is a bad UI pattern for development tools
#20English is a terrible programming language.