> You’re a commercial client
No, I'm broke and have no income. But about a year ago I wrote some 20 line Python programs that use GPT (feed it text from web searches) and was surprised to find they worked significantly better than Bing's AI search...
I used it at a small scale with Python's (unofficial?) DuckDuckGo API, but I was looking for a way to scale up (ideally for free or very cheap). At the time, Bing's API was the best option I found, and it was pretty expensive.
I think it would be really cool if I could have an autonomous agent doing research on my current interests in the background 24/7, but it seems my best option is a very low volume of (free) web searches to seed a small web scraper, plus possibly a custom-built search engine (see also https://news.ycombinator.com/item?id=38703943 )