|
|
|
|
|
by tjr
1154 days ago
|
|
20-some years ago, I had this "20 questions" handheld electronic game that was eerily good at winning. I imagine it was a bunch of well-programmed tables of data, but in any case, it's certainly possible for a machine to do well at this game. I think the more we see ChatGPT do things like "oh, I know this game -- I'm going to run a 20-year-old 20 Questions subroutine that is not part of my neural network language model to generate responses", it will become even more impressive. |
|
Agreed. Incidentally I’ve built a little toy version of a runtime for exactly this purpose - there’s a translation layer that’s given a bunch of available “APIs” (fed through the LLM context), and breaks down a high level goal into a structured series of API calls.
the runtime parses these API calls, and natively executes some (e.g. run a program, write to the file system) and others result in LLM invocations.
I’m sure OpenAI and crew are way ahead of me here, of course. I’m excited to see what the future holds in this field.