|
|
|
|
|
by RamblingCTO
1158 days ago
|
|
I invite you to play around with the code it generates. For example, yesterday I tasked it to generate a gpt-3.5-turbo API client. In the time I needed to get it running I could've wrote it myself. And that's < 100 lines. Don't even get me started on architecture, contextual decisions, clean code etc. |
|
Personally, my usecases involve quite standalone applications. copy pasted from another thread (using gpt4):
My personal use of gpt4 (also daily) is: correct, rephrase spelling from my brain dump, make python plots (stylize, convert, add subplots, labels, handle indexing when things get inverted), make short shell scripts (generated 2FA, login vpn through console using 2fa, make script of disabling keyboard etc), and help debug my code (my situation is this, here's some code, what do you suggest?).