So I made a little project using the API. It utilizes GPT-3.5-turbo to generate and visualize knowledge graphs from a single word.
It can make generate from scratch a directed graph of anything. Any web of connected concepts should work.
The input to the program is just a simple string like "physics", "video games", or "artificial intelligence" and it generates the rest.
In the examples, I have it set to do a depth of 3 with 3 branches per node.
ChatGPT and GPT-4 helped me code this and did most of the thinking for me.