Hacker News new | ask | show | jobs
by osalberger 1124 days ago
Just checked by talking to the free version of ChatGPT, and yes, the MineFlayer api docs are indeed in its training set. It can give me detailed instructions on how to build a minecraft bot. And of course, it also knows the entire minecraft tech tree very well.

So this isn't really open ended work, its just making it do something it is already trained on, by connecting it to an API that it has learned the docs of.

1 comments

However, the skills library that it writes with live feedback from runtime errors and that it retrieves with a vector DB is really interesting. In that sense it looks like a very interesting code generation application.