Urgent.News

the world's headlines, one feed

Editions

Tech

Superintelligence is a dragon

What Mark Zuckerberg misunderstands about powerful AI

Superintelligence is a dragon

This column discusses artificial intelligence, referencing a recent HBO show called House of the Dragon. In the show, one powerful family wields a superweapon - dragons - which allows them to dominate Westeros. The author draws a parallel between this situation and the current real world, where a handful of tech companies hold a monopoly on increasingly powerful AI models.

Just as dragons brought peace and stability when there was only one superweapon, AI could potentially create a new era of unprecedented progress. However, when multiple global powers gain access to superweapons, civil war often ensues. The author notes that many CEOs are optimistic about AI's potential benefits but mostly ignore the possibility of significant job loss.

They fixate on ideas like AI curing diseases instead of focusing on the headlines about AI being used to engineer new viruses. The author then criticizes Mark Zuckerberg's recent essay about the promised benefits of AI, pointing out the potential contradictions and negative implications for Meta's commercial interests.

Written by urgent.news from Platformer's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at platformer.news →

More in Tech

Pdf to Docx using Pyhton

Here Some Simple Python Script that convert PDF to word using pdf2docx library on python first install library on pip : pip install --user termcolor opencv-python-headless fire pdf2docx make sure…

Write down every guarantee before you write any code

Here is every promise a to-do list makes. VARIABLE tasks Init == tasks = [i \in Ids |-> "absent"] Add(i) == tasks[i] = "absent" /\ tasks' = [tasks EXCEPT ![i] = "open"] Complete(i) == tasks[i] =…

  • Nine guarantees define behavior of to-do list system
  • Guarantees embedded in test suite, not documented
  • Documenting guarantees early can prevent bugs

🟩 Team Matrix or ⬜ Team Paper? | Alan Babychan

🚀 Shipping a major update to my portfolio After weeks of designing, developing, and refining, I'm excited to share the latest version of my personal portfolio.

  • Alan Babychan unveils new portfolio with Matrix and Paper themes
  • Interactive audio system enhances browsing experience
  • Tech stack includes Next.js, React, Tailwind CSS