GPT-3.5 vs GPT-4 doing music programming with Glicol #125
chaosprint
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Can you share the actual prompt? I am bit confused by what you mean by this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gpt4-20230314.mp4
What you see is the result of GPT generation after I send the model a tutorial on Glicol, focusing on the basic structure, node usages of
sin
,mul
,add
,seq
,sp
,mix
andplate
.GPT-3.5 reacted quite poorly on the generation, and I have to correct it over and over again:
While what you see on the GPT-4 was the first version of the generation, and I only need to fix the mistakenly use of
sin
:My opinion: GPT-4 is significantly smarter:
mix
node, although it's still not getting the central ideaseq
After two iterations of dialogues, the model writes this. I did not modify anything.
You can play it at https://glicol.org/
The only issue is the speed, which is not difficult to ask for a fix:
Beta Was this translation helpful? Give feedback.
All reactions