ADVERTISEMENT

The world's first AI war

Published Mar 31, 2026 12:05 am  |  Updated Mar 30, 2026 06:24 pm
TECH4GOOD
We are a month into Operation Epic Fury, and while the headlines focus on the smoke over Tehran, Tel Aviv, and US-friendly countries in the region, the real revolution is happening in the “kill chain” rooms. For the first time in history, we are not just watching a war; we are watching a competition between two rival architectures of AI, including the entertaining use of AI-generated deepfakes by both sides to manipulate public opinion in real time.
In the opening 12 hours of the conflict on Feb. 28, the US and Israel did not just launch missiles; they launched very sophisticated algorithms that became the digital architects of the most efficient decapitation strike in military history. By the time the first sirens wailed in Tehran, AI had already processed petabytes of satellite imagery and intercepted signals to map out several high-value targets. The reported death of the Supreme Leader was not a lucky shot; it was based on pin-point calculation.
But if the West has the “Sword of Silicon,” Iran has responded with “Algorithm Draining.” What Iran has today is not the lumbering military of the past. The IRGC has pivoted to a “Mosaic Defense,” a decentralized network of autonomous cells that are said to be using AI-driven drone swarms to bleed the West dry. They are not trying to outshoot the US Navy; they are trying to confuse its sensors. By flooding the sky with $20,000 drones from the back of commercial vegetable trucks, they are forcing $4 million interceptors to fire into them.
With this war, we may be seeing the start of the era of Decision Compression. When an algorithm identifies a target and presents a “strike” option with a 45-second window, the human commander is no longer a strategist—they are a rubber stamp. The human-on-top principle of most AI implementations does not come into play anymore. We are finding out, in real-time, what happens when the speed of war finally outpaces the speed of human thought.
It is becoming clear that this is not our father’s kind of war. For decades, Western military planners assumed that taking out the head of the Iranian state would paralyze the body. They were wrong. Following the reported death of Ali Khamenei on Feb. 28, the IRGC (Islamic Revolutionary Guard Corps) did not collapse; it fractured into a “Mosaic Defense.”
President Trump is in a familiar but precarious position. He wants the “Ultimate Deal,” but he’s currently presiding over a war that has sent oil prices into a vertical climb. He is famously averse to “forever wars,” and his “Peace through Strength” brand is on the line as the 2026 midterms approach. Although the details are still fuzzy at this time, the buzz in diplomatic circles right now is the Pakistan proposal. It is the graceful exit that Trump badly needs. He needs a win that looks like a triumph, not a retreat.
While politicians everywhere talk strategy, the global economy is feeling the stranglehold. The closure of the Strait of Hormuz has trapped 20 percent of the world's oil. We are not just talking about higher gas prices at the pump. Because 30 percent of global fertilizer ingredients pass through that same waterway, we are looking at a Stagflation Shock that could hit the 2026 harvest. If the backdoor deal does not land soon, the projection is grim: Brent Crude could hit $180, and global shipping insurance premiums will effectively end the era of cheap stuff from the East.
For the Philippines, the situation can be considered a double whammy, considering its structural dependence on the Middle East for both energy and labor. If the blockade of the Strait of Hormuz lasts through the summer, analysts project a 30 percent to 35 percent crash in regional remittances. This would evaporate nearly $2 billion in expected national income
We are beginning to witness the largest mass movement of Filipinos since the 1990 Gulf War. Reintegrating the returning hundreds of thousands of OFWs, hopefully, will not turn into a nightmare. The sudden influx of workers into a domestic economy already struggling with rising inflation and an energy crisis will likely lead to a spike in local unemployment.
The danger, as always, is the “What If.” If Iran feels the regime is truly facing extinction, they have one last card to play: Striking the critical infrastructures of countries in the Gulf.
We are at a tipping point. The next two weeks will determine if 2026 is remembered as the year of the AI-driven war and the start of a profound change in the global economy. The algorithms are running, the drones are swarming, and the world is holding its breath.
(The author is an executive member of the National Innovation Council and lead convener of the Alliance for Technology Innovators for the Nation (ATIN). [email protected])
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.