You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me first start by saying this project is incredible. I'm just picking up my keyboard(coding) after a hiatus and would be lying if I knew the limitations and or direction of this project.
That being said, install was smooth and simple. The prompt and code generation was cool (chat gpt does this), and adding files to folder was WOW!!!. But this is still far from the ideal - because like my use case - wanting to build a production ready next js app -> we are missing the config files/folder structure and the ability to iterate over the previous prompt response.
That brings me to today
I saw this interesting video today, the video looks to me to have an ideal UX/UI structure, and prompting sequence ideal to generate code - I had to share it. Check it out. here
The way I see it:
We need to iterate and remember - the vector database ( pincode etc).
We should have the ability to link to documentation websites or other code bases as training data. Not necessary but nice to have for new documentation on framework or break change updates.
Each step is broken down and requires user feedback in a substantial and meaningful way with code generated at each step, removing the "laziness".
AI-generated full build commands within folder structure ( where making a baby!)
Agent creation on each main part of the build and prompting.
-Using next js as an example the ai creates a "page dir agent","components dir agent","utils dir agent", "providers dir agent" and assets dir agent - The number of agents will be determined by the ai created as it generates code. The agents will communicate and ensure their function is met.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let me first start by saying this project is incredible. I'm just picking up my keyboard(coding) after a hiatus and would be lying if I knew the limitations and or direction of this project.
That being said, install was smooth and simple. The prompt and code generation was cool (chat gpt does this), and adding files to folder was WOW!!!. But this is still far from the ideal - because like my use case - wanting to build a production ready next js app -> we are missing the config files/folder structure and the ability to iterate over the previous prompt response.
That brings me to today
I saw this interesting video today, the video looks to me to have an ideal UX/UI structure, and prompting sequence ideal to generate code - I had to share it. Check it out. here
The way I see it:
-Using next js as an example the ai creates a "page dir agent","components dir agent","utils dir agent", "providers dir agent" and assets dir agent - The number of agents will be determined by the ai created as it generates code. The agents will communicate and ensure their function is met.
let me know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions