My understanding about how this brilliant prompt works #64
Replies: 5 comments 2 replies
-
In fact, you know, all these points you analyzed are obvious for this amazing and great spell. The bigger point of this interpretation is that it proves as a PoC a more effective way to interact with GPT4, it proves the feasibility of "programming" on GPT4 and provides one of the ways to do so, and such an exploration is so meaningful that every future GPT4-related prompt may start from Every future GPT4-related prompt may benefit from this PoC. I still can't believe that GPT4 as a natural language inference model has such a complete and accurate understanding of "overhead programming languages", which is amazing! |
Beta Was this translation helpful? Give feedback.
-
Yes. Most programming language is just a variation of English. If LLM can understand English and most of programming language, then "programming" is just another kind of "talking" with it. |
Beta Was this translation helpful? Give feedback.
-
Reminds me a little of a .toml file actually |
Beta Was this translation helpful? Give feedback.
-
I am still bewildered how it knows how to execute the code. Why wasn't it chosen to be written in one of the popular languages? And finally why was it updated from using JSON to using using its own programming language (more power/functionality |
Beta Was this translation helpful? Give feedback.
-
[BEGIN]
and end with[END]
, just like C++ use {}.functions
(or maybeclass
) use square brackets[ ]
. Functions can take parameters as input,usingArgs
.[INSTRUCTIONS]
under functions works like__init__
in python class. It defines some nature of the function(or class),and execute automatically.Good job bro! bravo!
Beta Was this translation helpful? Give feedback.
All reactions