How did you like it against the alternatives? I tried to test it a couple of days ago and my prompt gave me just a white screen, told it to fix it twice and ran out of credits.
Trying to learn more to see if it was a ME issue 😅
This is pretty solid. I'm gonna have to look at the code but for an MVP/pre-design I'd definitely take it. Api -> ingestible data is usually the annoying boilerplate junk imo. Did it follow your typings/etc for the zod schema?
Joel will check out your class but as of today when do you use bolt vs cursor people seem to be aligning on bolt to create initial code and cursor to refine it.
Comments
Trying to learn more to see if it was a ME issue 😅
https://egghead.io/courses/productive-developer-workflows-with-ai-enhanced-cursor-ide-a1c02522
this is great and applies here too (i need to fix that broken image 😅)
this let me prompt in the details that I wanted using cursor and then hand editing at some of the more specific boundaries of our app
hours not days
https://github.com/badass-courses/course-builder/pull/331
part of the "puzzle" is that i wasn't saving raw results from deepgram and our previous process was "lossy"
now I save those completely and the editor is using that structured data
later i fed it our existing schemas which were less complete to get the final transform
they follow zod schemas very well ime