One aspect when trying to build code,
When dealing with creating GPT’s the Ai model is nondeterministic - I find myself going in circles trying to get it to guide it when coding. It often gives me entirely different code adding things or missing things out and I end up getting blocked which is really frustrating especially when in a creative flow for an idea.
How to make it nondeterministic?
What prompts can I use to make sure it follows my instructions perfectly and doesn’t imagine stuff and keeps on track, it always seems to steer totally off course and I need to keep correcting it.
What workflow works for you?
I often hit a the “limit brick wall”
Example, I had an invoice format I wanted it to look at in PDF and this was my first experience making a GPT
asked it to look at certain elements and extract those specific elements and firstly put into a table to show me how the data structure will look.
I also told the GPT that I wanted to make it understand the elements step by step that was included in the PDF
First it could not take the PDF at all saying something along the lines of, I cannot read PDF’s I’m sorry etc etc.
I then converted into an image and asked it if I uploaded 30 images can it process them for me, it said sure! send me them, I also asked can I send PDF’s in a zip, it said yes, I asked can you accept 10 at a time in the zip. it said YES.
Then tried to upload the zip file, then told me I’m sorry I can’t open zip files i don’t have that function.
you see were I’m getting at, by the time I tried to break things down I was blocked just by trying to upload a few invoices.
I ended up trying again, making a new one sometime later, i then started instead with images, then it said that I can upload in PDF etc, then guess what? It could read PDF’s all of a sudden, so I trained it so far then started to change all the ideas I had previously trained it on only outputting half the data or less and not completing the job properly. I think I managed to get it to complete the job ONCE perfectly, even told it ok that’s great, that is exactly what I have been training you to do and I want you to output the WHOLE PDF information like this in future files I send, didn’t work. only 2 or 3 lines of data and when it did try to output the table in full didn’t happen again and started to give me just two rows or columns in the table. I also asked just to output as a csv file so I could then import into google sheets, yet again it only outputted one line.