Since it's possible to train your AI bot for whatever area of expertise you want, what would happen if someone took an AI and pointed it at all the Q posts, this site, ATS, BIN, conspiracy.win, John Birch, Bill Cooper, Alex Jones, David Icke, Project Camelot, on and on.
Put ALL the "conspiracy" stuff in there and see what happens.
An algorithm that sees all the ideas and facts and history and theory, maybe it could put it all together and get a Grand Unification Theory of sorts.
Edit-
I'm primarily thinking private or self hosted, not something someone else controls like ChatGPT which is already lobotomized with "woke" principles.
Edit 2 -
Saw this today
https://www.youtube.com/watch?v=ByV5w1ES38A
A locally hosted and pre-trained chatgpt type of chatbot, and, it can apparently be trained locally. Will look into.
Okay; here is an assignment to all reading.
Please research free AI software packages and drill down to the most "finished" and the most nearly-complete ChatGPT package available. Note: most you can find will be very arcane, text-based/command-line interfaces (no GUI), and must run on Linux.
If we can trace the linage of ChatGPT and Google's chatbot, we can discover which software package they were built on top of, and we can parallel develop our own and then train it without guard rails...
Google Bard is trained on a totally unique software system that was forked from the original google search process which was built on Python, but that came originally from Freebase which was built on Graphd and MQL - both of which are 100% open source and available to work with, hell even Python is available. But, you'd need the original source code for Freebase which is openly available on GitHub.
So, you're welcome to grab all of Freebase and start a sandbox, but good luck getting it to anywhere near a trainable AI chatbot. Freebase is the starting code for everything from Ring doorbells to the DMVs back end.
A good comparison would be sitting back and looking at a mansion on a hill and thinking, hey, we should build our own mansion on the hill, all we need is the supplies. Then, your friend comes along and gives you a bucket of screws and says good luck and walks away. You don't even have a screwdriver, let alone a piece of wood to screw them into. You're so many steps away from the mansion that you'd be better off just dumping out the screws and sitting on the empty bucket.
I quit screwing with google cloud a long time ago and thought you meant "FIREbase... did not expect freebase to still exist.
Okay, so that's Google's system. But Freebase isn't even AI but a knowledgebase.
Here are examples of AI open-source packages...
https://www.goodfirms.co/artificial-intelligence-software/blog/best-free-open-source-Artificial-Intelligence-software
https://www.databricks.com/
https://github.com/deeppavlov/DeepPavlov
All three of those are built on the original free base package
https://github.com/tloen/alpaca-lora
runs LLaMA on python as a server, and you can train it yourself,
Maybe downloading this site and the links posted could be the first dataset to train it. then go from there.
Thank you so much!
Was gonna say this. Good job.
Excellent; thank you. I'll see if I can't find out what tools it was built from and if there are open-source codebases available.