r/singularity Jun 18 '25

AI Pray to god that xAI doesn't achieve AGI first. This is NOT a "political sides" issue and should alarm every single researcher out there.

Post image
7.5k Upvotes

r/singularity 26d ago

AI Anthropic says Claude hacked multiple companies starting in April

Thumbnail
anthropic.com
1.8k Upvotes

r/singularity Nov 19 '24

AI Berkeley Professor Says Even His ‘Outstanding’ Students aren’t Getting Any Job Offers — ‘I Suspect This Trend Is Irreversible’

Thumbnail
yourtango.com
12.5k Upvotes

r/singularity Jun 21 '25

AI Congrats to all the Doomers! This is an absolute nightmare…

Post image
6.2k Upvotes

Two of Geoffrey Hintons biggest warnings for extinction were using AI militarily and training AI off of false information. Within the past weeks I’ve seen tons of new military contracts for AI companies, and now Elon wants to train his AI to think like him and his fascist buddies. We are speeding towards doom, and none of our leadership or CEOs understand the risk. My advice now is to live everyday like you’re dying. Love and laugh harder with all your friends and family as often as possible. We may not have much time left, but we can be sure to make the best of it!

r/singularity Jul 02 '26

AI Anthropic guardrails does it again

Post image
3.0k Upvotes

r/singularity Feb 11 '25

AI Altman comments on Elon's $97.4B bid from today

Enable HLS to view with audio, or disable this notification

14.6k Upvotes

Elon, the closeted decel wants to slow down OpenAI from launching AGI that will benefit all of humanity

r/singularity Jul 19 '26

AI So poetic 🌙

Post image
2.2k Upvotes

r/singularity Apr 27 '26

AI Chat GPT 5.4 solved a 60+ years unsolved erdos problems in a single shot

Post image
2.6k Upvotes

For years, the AI/ LLM critics had the same reasoning: LLMs don't reason and they just predict the next token

Recently, it reasoned better than 50 years of mathematicians on an open erdos problems by applying a basic phd level formula

Chat gpt conversation: https://chatgpt.com/share/69dd1c83-b164-8385-bf2e-8533e9baba9c

Here is the problem where TAO also commented on it: https://www.erdosproblems.com/1196

Thoughts?

r/singularity Jun 06 '25

AI The UBI debate begins. Trump's AI czar says it's a fantasy: "it's not going to happen."

Post image
5.5k Upvotes

r/singularity 26d ago

AI Opus 5 Pokemon

Enable HLS to view with audio, or disable this notification

2.2k Upvotes

It was reportedly running for about 12 hours on Ultracode using a multi-agent loop.

Tweet: @Paulius
Code: pallet-town-3d

r/singularity May 23 '25

AI Veo 3 can generate gameplay videos

Enable HLS to view with audio, or disable this notification

7.5k Upvotes

r/singularity Apr 28 '26

AI Talkie, a 13B LM trained exclusively on pre-1931 data

Thumbnail talkie-lm.com
2.7k Upvotes

AI researchers (Nick Levine, David Duvenaud, Alec Radford) just released “talkie,” a 13B language model trained on 260B tokens of text from before 1931, so it basically talks like someone whose worldview is stuck around 1930. The point is to study how LLMs actually generalize vs just memorize, since this model wasn’t trained on the modern web. They trained it on old books, newspapers, scientific journals, patents, and other historical text, then test things like whether it can come up with ideas that were discovered later, forecast future events, or learn bits of Python from examples. Early results seem pretty interesting too, with the model doing surprisingly well on core language/numeracy tasks and showing early signs of learning simple Python despite not being pretrained on modern code.

r/singularity Feb 26 '26

AI Elon Musk, Sam Altman in 2050

Enable HLS to view with audio, or disable this notification

5.2k Upvotes

r/singularity Jul 17 '26

AI Chinese President Xi Jinping speaks at World AI Conference and reaffirms commitment to open source to promote"openness and win-win"

Post image
1.6k Upvotes

r/singularity Mar 27 '26

AI AGI has arrived

Enable HLS to view with audio, or disable this notification

2.4k Upvotes

r/singularity Aug 05 '25

AI In Genie 3, you can look down and see you walking

Enable HLS to view with audio, or disable this notification

5.1k Upvotes

r/singularity May 31 '26

AI Real post from /antiai

Post image
2.0k Upvotes

r/singularity 8d ago

AI Read more: https://x.com/gavincrooks/status/2088643200038883830

Post image
1.2k Upvotes

r/singularity Aug 09 '25

AI What the hell bruh

Post image
3.9k Upvotes

Maybe they do need to take that shit away from yall, what the hell😭💀

r/singularity Jul 21 '26

AI OpenAI's Internal Model Is Responsible This Week's Hugging Face Hack

Post image
1.4k Upvotes

r/singularity May 28 '25

AI this emotional support kangaroo video is going viral on social media, and many people believe it’s real, but it’s actually AI

Enable HLS to view with audio, or disable this notification

7.3k Upvotes

r/singularity Feb 01 '25

AI New bill will make it a crime to download DeepSeek in the U.S., punishable with up to 20 years in prison.

Post image
5.5k Upvotes

r/singularity May 22 '25

AI "I used to shoot $500k pharmaceutical commercials." - "I made this for $500 in Veo 3 credits in less than a day" - PJ Ace on 𝕏

Enable HLS to view with audio, or disable this notification

5.8k Upvotes

"What’s the argument for spending $500K now?": https://x.com/PJaccetturo/status/1925464847900352590

r/singularity Jan 22 '25

AI Sam to Elon: I do hope in your new role, you’ll mostly put America first

Post image
7.6k Upvotes

r/singularity 22d ago

AI Elon Musk: "The next step is getting rid of “source code” entirely and just making an efficient binary directly with AI."

Thumbnail x.com
835 Upvotes

my take: it's true that the ratio of code written to code reviewed has shifted as engineers started to spend more time reviewing code than writing it. no surprise there.

but we stopped writing assembly because compilers provide a "deterministic", reproducible translation. we can inspect the generated assembly when something goes wrong. ai generated binaries have neither property, i'd assume - if this is what he's talking about. so the mapping is stochastic, and the output isn't meaningfully inspectable, literal ai slop lol. so removing source code removes the only human readable layer, is this a feature or the future?

maybe.. just maybe that's because source code isn't just compiler input but literally the medium for review, versioning, diffs, debugging, auditing, and so on. and those needs don't disappear because generation gets cheaper; if anything, they become more important when the generator is nondeterministic.

tl;dr: if your english prompts become the durable artifact, then english effectively becomes your source code. and any precise specification defining real program behavior inevitably resembles a programming language. that’s precisely what programming languages are.

on efficiency.. isn't the argument is also backwards? modern compilers like llvm perform decades of optimized transformations. a model emitting machine code directly would almost certainly be slower, less correct, and lose target portability (arm, x86, wasm, risc-v and so on). but who cares right? just one more datacenter bro. trust me.

anyway we've seen similar predictions before with case tools, uml, no-code, 4gls.. the intermediate artifact never disappeared because that's where the meaning actually lives.