Earlier quoted context omitted.
Have you tried perplexity.ai? It has become my go-to for LLM + browsing. It is really fast and does a pretty good job with retrieval and summarization.
Do you know what model perplexity uses under the hood? I just tried it out with my normal test queries and found it to be far worse than Google's Bard.
OpenAI Finally Allows ChatGPT Complete Internet Access
61–70 of 118 posts
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#62Google search is dead.
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#63I've been relatively unimpressed with the ChatGPT browse mode. My problem with it is that it seems to run really obvious, naive searches. Most of the time I ask it something, then see what it's searching for and think "oh no, that's not going to return anything more useful than what I could have found myself". It's also pretty slow. I'm very much looking forward to having a search assistant which can go ahead and wad…
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#64Earlier quoted context omitted.
This time it's not scraping the internet (like a robot) but actually acting as a direct user agent for the human typing their prompt, so I wouldn't be against them ignoring robots.txt.
Wait, so a simple web scraper script has to comply with robots.txt. But if I want to completely ignore the robots.txt, I only have to make my script more complicated (ChatGPT)?
For example if you make a web page a user pulls up that calls another webpage, is that a user action, a script action, a mix of both? I personally would consider it a user action.
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#65The amount of sites I regularly use with ChatGPT that are blocking AI agents has increased to the point where this feature is not that useful for me anymore. I can only see that amount increasing.
I wonder if AI generated web pages block AI agents from indexing their content, like, one engine indexing the other's content in a loop until the amount of digital garbage is so gigantic that is the end of the information era, or how are we ever stopping this? What is our failsafe?
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#66I've been relatively unimpressed with the ChatGPT browse mode. My problem with it is that it seems to run really obvious, naive searches. Most of the time I ask it something, then see what it's searching for and think "oh no, that's not going to return anything more useful than what I could have found myself". It's also pretty slow. I'm very much looking forward to having a search assistant which can go ahead and wad…
Have you tried perplexity.ai? It has become my go-to for LLM + browsing. It is really fast and does a pretty good job with retrieval and summarization.
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#67Earlier quoted context omitted.
Have you tried perplexity.ai? It has become my go-to for LLM + browsing. It is really fast and does a pretty good job with retrieval and summarization.
Do you know what model perplexity uses under the hood? I just tried it out with my normal test queries and found it to be far worse than Google's Bard.
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#68Earlier quoted context omitted.
This time it's not scraping the internet (like a robot) but actually acting as a direct user agent for the human typing their prompt, so I wouldn't be against them ignoring robots.txt.
My understanding is that the philosophy behind robots.txt is owners not wanting their content automatically included in someone else's product, if not duplicated and recorded wholesale. The important idea seems to be ownership, not the ability to browse. If OpenAI had two agents, one with no memory, and one with a memory, that would be better: you could disallow ChaptGPT-storage and allow ChatGPT-user, for example. B…
Not really. That use case is done, of course, but the primary purpose of robots.txt is to help crawlers by indicating what parts of the website are appropriate to be searched and what parts aren't.
Robots.txt is not intended primarily as a means to defend a site against crawlers. That's why it relies on the goodwill of crawlers to work.
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#69Earlier quoted context omitted.
I've seen no suggestion of them not honouring robots.txt... I suspect that any case of them not honoring it is probably due to your site content being available on archive.org or common crawl or some other service.
Is there an open license or ToS that would disallow OpenAI access?
Re: OpenAI Finally Allows ChatGPT Complete Internet Access
#70Is there a complete list of ip addresses openai uses for scraping? I suppose they dont honour robots.txt, despite claiming to do so, and this may be one way to reliably block them.
This is why I took down some of my sites, and put a login in front of the rest. Until I have some solid means of defense, I can't think of any other effective approach.