AI Bubble and Future Outlook: Insights from Bret Taylor and Sam Altman

AI Bubble and Future Outlook: Insights from Bret Taylor and Sam Altman
source: gettyimages
September 15, 2025

===============================================================

Bret Taylor, Chair of the OpenAI board and CEO of AI startup Sierra, recently shared his perspective on the current state of artificial intelligence during an interview with The Verge. When asked about OpenAI CEO Sam Altman’s statement that “someone is going to lose a phenomenal amount of money in AI,” Taylor acknowledged the reality of an AI bubble but emphasized that it’s not necessarily a cause for concern.

AI as a Transformative Economic Force

Taylor expressed optimism about AI’s potential to revolutionize the economy, paralleling the internet’s impact. “I believe AI will reshape the economy and generate immense economic value, similar to what the internet achieved,” he said. “At the same time, we are in a bubble, and many investors and companies will face significant losses.”

Historical Perspective and Bubble Analogy

Drawing parallels to the late 1990s dot-com bubble, Taylor noted that while many companies failed after the bubble burst, the era's optimism and innovations were justified. “Everyone in 1999 was somewhat correct — the internet did transform society and create value,” he explained.

Conclusion

Taylor’s insights reinforce the idea that periods of hype and subsequent correction are part of technological revolutions, with the promise of long-term benefits outweighing short-term setbacks.

---

Subscribe to our newsletter for the latest updates in AI and technology.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 143 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6643571,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}