|
|
|
|
|
by nicd
1122 days ago
|
|
In my experience with ChatGPT-4, I'll get a full 2-300 line class, with maybe 1-2 compilation errors (often a missing import or invalid function invocation). In most cases, I can copy the compilation error back into the chat, GPT will apologize, fix it, and it'll run correctly the second time. It's obvious that this will be faster and more effective once a GPT4-class model is tightly integrated into the run-compile-test loop. |
|