Another tip I wanted to share with you is that I’m finding more robust results from Agent if you have a good data model from the start.
This, in fact, is true even for human developers.
Before asking for features, or how you want your application to look, think, write and define what your data is like.
What are you going to store, how it relates to other entities, how are you going to consume it, etc…
If you don’t have experience with this, use another assistant, such as ChatGPT, it’s not a technical exercise, although it does require good analytical skills, you don’t have to know “a programming language or framework”.
Also, if you have a solid data model from the start, it will avoid very painful changes and refactorings for an AI (and for a human).
Do the database first ![]()