Passes my smell test, which is to ask "how do I migrate my swift composable architecture project to structured concurrency". This uses 2 things that GPT-4 doesn't know about yet: Swift 5.5+ and composable architecture 1.0+

It pulled in information from both Apple, the composable architecture folks and a swift forums post to give a really nice answer.

Well done! I'll be using this a lot.

I'd love to know more about how you pull in relevant text from web results for it to use in answers.

That's our secret sauce :)

We've built out a decently complex pipeline for this, but a lot of the magic has to do with the specific embedding model we've trained to know what text is relevant to feed in and what text isn't.

This is a really cool tool. Have you considered filtering known blog-spam/low-quality content mill/SEO'ed garbage type sites (ie: GeeksForGeeks, W3Schools, TutorialsPoint)? That would make me definitely jump on this, and even pay for a subscription. I spend way too much time having to scroll down Google past all this junk before I hit the official documentation for module I'm using.

If you use duckduckgo there's the ddg-filter firefox plugin that lets you block domains. I use it to block exactly the low quality domains you mention.

Maybe there are similar plugins for other search engines as well...