What does HackerNews think of natbot?

Drive a browser with GPT-3

Language: Python

I've started thinking about LLMs as a "universal coupling", if that makes sense? It's wild to be able to conceive of APIs to plain text, and natural language queries on structured APIs, but that's what we've got.

My mind was really opened by Nat Friedman's work in GPT for browser automation: https://github.com/nat/natbot

And of course using langchain/ReACT.

So different from ChatGPT and (imo) way more intriguing.

mentioned in this blog post: https://interconnected.org/home/2023/02/07/braggoscope

Related, "natbot" uses the stock GPT-3 model (no fine-tuning apart from the examples in the prompt) to drive a browser:

https://github.com/nat/natbot