// Adds dimensions UUID, Author and Topic into GA4
Thursday, December 11, 2025
28 C
Singapore

Former Indonesian president says the next unicorn may emerge from Southeast Asia

Former Indonesian president Joko Widodo said Southeast Asia could produce the world’s next unicorn, a privately held start-up valued at over US$1 billion (S$1.3 billion), amid the region’s rapid digitalisation and the wave of young people launching start-ups.

Speaking at the Bloomberg New Economy Forum on Friday (Nov 21), he noted that the next billion-dollar start-up may soon emerge from Jakarta, Singapore, Bangkok, Kuala Lumpur, Manila or Hanoi, not from Silicon Valley or Shenzhen.

The former Indonesian president also urged countries to prepare for an “intelligent economy”, stressing the need for a free flow of data and faster artificial intelligence (AI) adoption, as these would reshape countries’ production, strategy and income levels, the South China Morning Post (SCMP) reported.

Data from equity management software firm Eqvista revealed there were over 1,550 unicorns worldwide as of May, with 44 in Southeast Asia, including 22 unicorns in Singapore, 10 in Indonesia, and five in Vietnam.

See also  From idea, to technology, to product, here are the three pillars of an early-stage startup

Addressing the fears of AI wiping out jobs, he said he believes more jobs and opportunities would come with AI “if we make sure our people are ready for them”. /TISG

Read also: Southeast Asia’s AI start-ups attract over US$2.3B in private funding, led by Singapore’s 495 start-ups

- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //