ADVERTISEMENT

The dark side of AI: How our uncontrolled desire for advancement could lead to our demise

Published May 8, 2023 04:02 pm

ONE FOR THE ROAD

What if I told you just as you were about to board a flight that 50 percent of the engineers who made the plane you’re about to get on said that there’s a 10 percent chance that everybody goes down? Would you still get on that plane?
This was a question raised by Tristan Harris and Aza Raskin, creators of the award-winning Netflix documentary The Social Dilemma, after discovering that 50 percent of AI researchers they spoke to believe there’s a 10 percent or greater chance that humans go extinct due to our inability to control AI. Yes, you read that right. Half of AI researchers believe there’s a 10 percent or greater chance that humans will go extinct due to their inability to control AI.
Welcome to the double exponential era. One where our unquenchable desire for superiority and advancement over everything else could drive us into early extinction if we don’t start pumping the brakes before it's too late.
Nobody is saying that AI doesn’t offer tremendous benefits. Far from it. This is solely about the trade-offs that it creates to achieve that. We haven’t even figured out how to write into law — or at least balance outage ills of what the attention economy and the engagement economy has taken from us. And now we are opening a new door that has far, far greater repercussions if not handled properly.
One of Harris and Raskin’s key points during their address to AI engineers in their presentation at the Center for Humane Technology was that when you invent a new technology, you uncover a new class of responsibility.
For example, we didn’t need the right to be forgotten to be written into law until computers could remember us forever. Or we didn't really need the right for privacy to be written into law until mass-produced cameras came onto the market, right? It's not in the original Constitution.
Also, aside from new levels of responsibility, a lot of what the AI community worries most about is when there’s what they call takeoff. This is when AI becomes smarter than humans in a broad spectrum of things and begins the ability to self-improve. Because it is operating on artificial intelligence alone, it may come up with some bizarre solutions to commands. Say you wish to be the richest person, so the AI kills everyone else. It’s that kind of thing.
As it is now, we’ve already seen automated exploitation of code and cyber weapons, exponential blackmail and revenge porn, automated fake religions that can target the extremists in your population and give automated personalized narratives to make the extreme even more extreme. AI can also recreate your voice from a three-second sample and have you say anything it wants. We’ve already read reports of extortion or ransom from AI-generated phone calls from a loved one pretending to be in trouble and asking for money. Then there are the deep fake videos. And because this is all coming at us at a double exponential rate, we as humans are not equipped to deal with these threats. It’s simply coming in too fast.
So that’s why we need to hit the brakes and focus on the question: How do we upgrade our 19th-century laws as well as our 19th-century institutions for the 21st century? And because AI is something that affects all of humanity, we must form a treaty, much like we did with nuclear weapons. Because if history has taught us anything about technology, it is, if that technology confers power, it will start a race. And if you do not coordinate, the race will end in tragedy.

Related Tags

One for the road JAMES DEAKIN
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.