Submitted by LaravelWorkflow t3_108z4hm in MachineLearning
This is a little bit weirder of a project. The idea is to prompt AI to generate search results that you can then click on.
https://latentweb.ai/search.html?query=simulation+of+calculating+pi
and
https://latentweb.ai/search.html?query=what+is+a+juggalo
Every bit of text is AI generated.
Sometimes the results are what you would expect and the links actually exist. Other times the results are completely made up but seem real. Yet other times the results are just hilarious.
The goal is to keep this as open ended as possible and augment it with tools to make exploring easier and more fun. One of the first things I added after it was launched was the Google and Bing links because sometimes it would generate results that made you curious if it was real or not.
For example https://latentweb.ai/search.html?query=simulation+of+calculating+pi talks about throwing frozen hotdogs to calculate pi, which seems to be a popular topic for some reason.
Right now we aren't generating any of the actual pages due to cost but it 100% works and as soon as we find VC, it will be launched. That will also come with boring but productive tools like being able to save the websites, share them, use them as templates for a real website, even eventually get the AI to code backend functionality or wire it up to an external API like Reddit.
Until then, there is also a similar open source project that you can play with right now!
https://github.com/jbilcke/web4
Thanks for reading!
JimmyTheCrossEyedDog t1_j3viyyk wrote
Neat idea, but
> as soon as we find VC
What do you see as the value proposition of made up search engine results? And what makes this different than every other use of LLMs?
I would caution against the idea of "finding VC" as a sure thing when everyone and their brother is throwing together a GPT-based startup right now, most of which will go nowhere.