RoboCoach Incorporated

GPT Synthesizer - Software developer's best friend

GPT-Synthesizer walks you through the problem statement and explores the design space with you through a carefully moderated interview process.

Add a comment

Replies

Best
RoboCoach Incorporated
Like many of you, I have used chatGPT for software generation. For small codes it works great, but for more elaborate projects, it either leaves a lot of code unwritten, or makes assumptions which may not be true, or even goes completely off track and creates something else. So me and my friends went through a process of breaking the initial prompt into a list of software components and use GPT to implement each one separately and put them together. We found out that, as we break down the problem, there are a lot of unknown parameters that GPT can identify and helps us decide on the details. This process of step-by-step exploration of the design space (which we call it prompt synthesis) was a successful experiment for us. So we thought to make it into an open source tool that anyone can use.