Waymo’s Tekedra Mawakana on Scaling Self-Driving Beyond the Hype

Waymo’s Tekedra Mawakana on Scaling Self-Driving Beyond the Hype
source: gettyimages
September 16, 2025

Image Credits: Slava Blazer Photography

Autonomous vehicles (AVs) have long been heralded as the future of transportation, often described as "just around the corner." However, translating this promise into reality involves many complex challenges. At TechCrunch Disrupt 2025, taking place from October 27 to 29 at Moscone West in San Francisco, Waymo co-CEO Tekedra Mawakana will engage in a comprehensive discussion about the current state of AV technology and its future prospects.

Inside the Self-Driving Reality Check

Despite headlines emphasizing crashes, controversies, and exaggerated claims, Mawakana's experience provides a grounded perspective on autonomous mobility. She will delve into what it truly takes to scale AV deployment, touching on critical issues such as rider safety, public trust, regulatory hurdles, operational efficiencies, and the competitive landscapeincluding rivals like Tesla.

This session aims to move beyond speculation and flashy demonstrations, focusing instead on concrete progress, remaining challenges, and the implications of truly bringing autonomous vehicles to everyday life. Whether you're an entrepreneur, investor, or simply interested in where the industry is headed, this discussion promises valuable insights.

Meet the Leader Behind the Wheel

Tekedra Mawakana boasts over twenty years of strategic leadership in the tech industry. As co-CEO of Waymo, she directs efforts to make the Waymo Driver accessible to the public and spearheads innovation in autonomous driving technology. Additionally, she serves on the board of Intuit and advises various ventures dedicated to social impact and tech advancement.

The Future of Mobility at Disrupt

Waymo's journey exemplifies the evolving landscape of transportation technology. Attending this session offers an exclusive look behind the headlines and into the real-world efforts shaping the future of mobility. Join over 10,000 startup founders, investors, and industry leaders at TechCrunch Disrupt 2025. Register now and take advantage of early bird rates, saving up to $650 before prices increase.

Image Credits: Kimberly White / Getty Images

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 · 148 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": 6643719,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}