AI’s Impact on Hiring at TechCrunch Disrupt 2025

AI’s Impact on Hiring at TechCrunch Disrupt 2025
source: gettyimages
September 23, 2025

The landscape of employment is being revolutionized in real time, driven by rapid advances in artificial intelligence. At TechCrunch Disrupt 2025, Mercor’s co-founder and CEO Brendan Foody will shed light on how AI is reshaping not just the way we work, but also who gets to participate in the workforce.

This pivotal session, happening on the AI Stage, will delve into topics such as talent access, innovative hiring pipelines, and the emergence of AI-augmented teams. It’s a discussion poised to change your perspective on the hiring process.

Celebrating 20 Years of Innovation

As TechCrunch marks its 20th anniversary, this event emphasizes the transformative power of AI in recruitment. Attendees are encouraged to register by September 26 at 11:59 p.m. PT to take advantage of discounts up to $668.

Mercor’s Rapid Growth and AI’s Role in the Future of Work

Supported by industry heavyweights like Peter Thiel and Jack Dorsey, Mercor has experienced explosive growth, escalating from $1 to a $500 million revenue run rate within just 17 months. This rapid expansion underscores how swiftly AI is reshaping the labor market.

Foody will discuss how his team harnesses AI to connect companies with top-tier technical talent, develop distributed hiring models, and prioritize upskilling — a crucial element in today’s global economy.

Unlocking New Talent and Eliminating Bias

In his session, Foody will also cover how startups and large enterprises can leverage AI to access new talent pools, reduce hiring biases, and assemble future-ready workforces.

Don’t miss this transformative event on the AI Stage at TechCrunch Disrupt 2025, happening October 27–29. Register now to save up to $668 on tickets and stay ahead of the evolving employment landscape.

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