HN へのレベル: 再帰 LLM プロンプト
The idea here is to implement recursion using English as the programming language and GPT as the runtime. Basically we come up with a GPT prompt which causes the model to return another slightly updated GPT prompt. More specifically, the prompts contain state and each recursively generated prompt updates that state to be closer to…