#Is there a way i can get GTP to Auto-Develop/Test, simple Applications on Mac OS?
21 messages · Page 1 of 1 (latest)
If you had the api sure. I think you could probably give it an initial list, then tell it to "do item 1" "do item 2" etc.
The second option might work without the api i mean. Not really automatic though xD
Yes and no. There is probably a way to make it resume what i have already done, so it tells itself where it's at. and continue from there and probably get it write most of the application. But it will also hallucinate bugs and problems
Can this be done through terminal?
Can this be done through terminal?
If i understood correctly you're supposed to interact with the site directly
so maybe you need the API, although technically not.
You can have access to the api if you get into the wait list
so once i have the api i can sorta do this?
I have the feeling that the answer in your case is no, you can't.
im just curios can fine tuning help in my case?
you could have gpt-4 to build the skelton of a code, greatly improving the production time in the process. but you will still need about 20-30% of the coding time, by a programmer who will patch the bits together and fix the various bugs
There is no way you can have it 1-shot an entire app.
is there a way i can have it running local on my computer or so it has access to my terminal / xcode, and give it a to do list and go next/next/next and have it code / test the app?
so the only thing i have to is tell it do this and then say next next next
but not just have it give the code, i want it to run the code and if theres error, correct it and run again
In theory, i think you could try. But building the code on your side to be able to prompt gpt-4 with errors code and the relevant code and have it to fix it would be an uphill battle atm
I'd estimate that you could have it code simple apps which would take a real coder under a week of coding. And get to a point where it generate a viable code about 60% of the time.
But you will probably spend the next 3 years of your life coding that thing. or you need a small team on the task
It also depends on what you ask it to code, if you ask for a game of pong, yes gpt-4 read all the computing manual, it probably read 400 implementation of pongs in any possible language. it will have little problem coding a new one. But as soon as you request something new, it will probably start struggling.
