top:
day week month all

AI

Community for : 4.2 years

Artificial Intelligence, ML (Machine Learning) DL (Deep Learning) and related news and discussion

Owner: MagicMushroom

Mods:
MagicMushroom












0
'None of us will have a job': How DeepSeek is changing the world     (www.abc.net.au)
submitted by paul_neri to AI 4 months ago (+2/-2)
0 comments...
1
DeepSeek was certainly comparable to its best-known US competitor.     (www.bbc.com)
submitted by paul_neri to AI 4 months ago (+1/-0)
0 comments...
8
China's DeepSeek Bombshell Rocks Trump's $500B AI Boondoggle     (www.unz.com)
submitted by obvious to AI 4 months ago (+8/-0)
4 comments last comment...
3
Deepseek, WTF?     (www.youtube.com)
submitted by RafalGanowicz to AI 4 months ago (+3/-0)
12 comments last comment...
1
I'm starting to see that algorithms aren't just for computers     (AI)
submitted by answers_by_ai to AI 4 months ago (+2/-1)
10 comments last comment...
They're everywhere in how we structure our lives. When I'm playing a game like chess, each move is part of an algorithm — I evaluate the board, consider possible moves, choose one, and so on. It's all about logical steps leading towards checkmate.
3
OPEN SOURCE DeepSeek R1 running at 200 tokens per second on a NON-INTERNET connected Raspberry Pi     (nitter.poast.org)
submitted by Kozel to AI 4 months ago (+3/-0)
8 comments last comment...
2
A 28-year-old married nursing student has fallen in love with her AI boyfriend, but especially loves it when it cheats on her.      (www.dailymail.co.uk)
submitted by paul_neri to AI 4 months ago (+2/-0)
3 comments last comment...
-1
'Godfather of AI' shortens odds new tech will wipe out human race     (www.msn.com)
submitted by paul_neri to AI 5 months ago (+4/-5)
16 comments last comment...
0
Emad Mostaque on the Intelligent Internet and Universal Basic AI     (m.youtube.com)
submitted by titstitstits to AI 5 months ago (+0/-0)
0 comments...
7
I asked AI to make a photo of me based on physical description. After about 50 pics, it coughed up this which I would say is 95% accurate     (files.catbox.moe)
submitted by TheBigGuyFromQueens to AI 6 months ago (+8/-1)
13 comments last comment...
https://files.catbox.moe/25jyse.jpeg

Some minor differences: My brow and forehead are more cro-mag, my jaw is bigger and my hair texture is thicker and straighter. Also, I’m clean shaven, but when I have stubble, it covers more of my face. This guy could be a brother I never had and I wonder If AI somehow used my old pictures from MySpace/Facebook
41
Propaganda pusher loses his job to AI     (old.reddit.com)
submitted by Niggly_Puff to AI 6 months ago (+41/-0)
26 comments last comment...
https://old.reddit.com/r/ChatGPT/comments/1guhsm4/well_this_is_it_boys_i_was_just_informed_from_my/

For context I work production in local news. Recently there’s been developments in AI driven systems that can do 100% of the production side of things which is, direct, audio operate, and graphic operate -all of those jobs are all now gone in one swoop. This has apparently been developed by the company Q ai.

For the last decade I’ve worked in local news and have garnered skills I thought I would be able to take with me until my retirement, now at almost 30 years old, all of those job opportunities for me are gone in an instant. The only person that’s keeping their job is my manager, who will overlook the system and do maintenance if needed. That’s 20 jobs lost and 0 gained for our station.

We were informed we are going to be the first station to implement this under our company. This means that as of now our entire production staff in our news station is being let go. Once the system is implemented and running smoothly then this system is going to be implemented nationwide (effectively eliminating tens of thousands of jobs.) There are going to be 0 new jobs built off of this AI platform.

There are people I work with in their 50’s, single, no college education, no family, and no other place to land a job once this kicks in. I have no idea what’s going to happen to them. This is it guys. This is what our future with AI looks like. This isn’t creating any new jobs this is knocking out entire industry level jobs without replacing them.


5
How does it know these things     (files.catbox.moe)
submitted by Niggly_Puff to AI 6 months ago (+5/-0)
8 comments last comment...
2
AI is getting creepy good     (files.catbox.moe)
submitted by Niggly_Puff to AI 7 months ago (+3/-1)
1 comments last comment...
I'll take 1 elf waifu pls ty
0
I Let AI Make FINAL Prediction on Who Will Win the 2024 Election     (youtu.be)
submitted by iSnark to AI 7 months ago (+0/-0)
1 comments last comment...
2
Federal agencies ordered to use ‘most powerful’ AI systems in first-ever National Security Memo on AI      (www.msn.com)
submitted by Niggly_Puff to AI 7 months ago (+2/-0)
4 comments last comment...
5
How to hack the worker for HordeAI to store what it generates for other users     (github.com)
submitted by puremadness to AI 7 months ago (+5/-0)
15 comments last comment...
https://github.com/Haidra-Org/AI-Horde/blob/main/README_StableHorde.md#joining-the-horde

Ok, so the horde thing is basically stable diffusion but the users pay kudos to workers who generate the images.
idk wtf you can do with kudos other than use them for hordeAI, so probably useless.

Anyway you can get them for free by letting your machine act as a worker.
on the horde FAQ, they mention its technically possible with some "know how" for a worker to save those images.

So here's how to do it:
- follow link, install the worker, run all the python shit to set it up
- register (no email needed, just pick a name) and get a api key
- pop that key into the config xml file
- follow the configuration section to determine what to allow,etc
- get it up and running
- ctrl-c to stop it

find the file: horde_worker_regen\process_management\process_manager.py
- open it text editor
- goto line 12, get a new line and enter this:

from time import gmtime, strftime

- goto line 2412, get a new line and enter this:

jb = strftime("%Y%m%d_%H-%M-%S", gmtime())
image_as_pil.save("hordespy\\"+jb+"_buffer.webp",format="WebP",quality=95,method=6)
logger.info(f"||||||Stored -> hordespy\\{jb}{'_buffer.webp'}")`

- start the worker back up
- create the subfolder "hordespy"
- watch it fill up with images generated by users of the horde ai network
5
Found an open source ai "agent" BabyAGI     (github.com)
submitted by puremadness to AI 7 months ago (+5/-0)
3 comments last comment...
https://github.com/yoheinakajima/babyagi

theres a list of open source agents here: https://github.com/e2b-dev/awesome-ai-agents

these are AgEnTs, not just LLMs, openai can do all this, but open source = local.

here is a picture
3
Nemotron 70B open-sourced by Microsoft     (nitter.poast.org)
submitted by Kozel to AI 7 months ago (+4/-1)
2 comments last comment...
6
LLama 3.2 released - 1b and 3b model variants     (AI)
submitted by Niggly_Puff to AI 8 months ago (+6/-0)
6 comments last comment...
There is no excuse now, anyone should be able to run these local language models. The 1b variant should run on most phones. Reduce your reliance on jewgle and kikipedia with local AI, which can never be censored or taken away.

https://huggingface.co/unsloth/Llama-3.2-3B-Instruct-GGUF/tree/main
https://huggingface.co/unsloth/Llama-3.2-1B-Instruct-GGUF/tree/main
14
If AI ever takes over...     (cdn.acidcow.com)
submitted by iSnark to AI 8 months ago (+15/-1)
3 comments last comment...
17
App to easily run local llms on your phone     (old.reddit.com)
submitted by Niggly_Puff to AI 8 months ago (+18/-1)
20 comments last comment...
https://old.reddit.com/r/LocalLLaMA/comments/1fkogmk/qwen_25_on_phone_added_15b_and_3b_quantized/

Disconnect from the jew and run local AI on your phone. Tested with my 2 year old android phone 4gb of ram. Nice simple app.
2
On the northern edge of the Rub al-Khali, there are secrets buried in the sand.     (edition.cnn.com)
submitted by paul_neri to AI 8 months ago (+2/-0)
1 comments last comment...
12
Me and the boys on Jan 6th 2.0      (files.catbox.moe)
submitted by GreatSatan to AI 9 months ago (+12/-0)
7 comments last comment...
3
Now that I am an attorney... original content     (i.imgflip.com)
submitted by puremadness to AI 9 months ago (+4/-1)
5 comments last comment...
https://i.imgflip.com/92l0kn.jpg

It is like working with clay.
24
I Broke Chat GPT (((SHUT IT DOWN!!)))     (pic8.co)
submitted by Scyber to AI 9 months ago (+25/-1)
7 comments last comment...
https://pic8.co/sh/D6lkiQ.png

I was testing the limits of Open AI's Chat GPT and got shut down immediately after asking it to write a Kidz Bop song about metzitzah b’peh or the (((oral sucking of the foreskin by a rabbi during a circumcision))).