
Modal Labs
AI Inference Infrastructure
Last verified August 17, 2026 · Updated daily
What Modal Labs is building
The workflow for deploying an AI model into production is deceptively hard. A data scientist or ML engineer finishes training a model on their local machine or a cloud notebook. They then hand it to a platform engineering team, who containerises it, writes Kubernetes configuration files, sets up autoscaling rules, configures a load balancer, establishes monitoring, manages GPU quota requests, and wires it into the company's existing infrastructure. That process takes days to weeks, requires specialised infrastructure knowledge that most ML practitioners don't have, and must be repeated in some form every time the model changes, the load profile shifts, or a new use case requires a different hardware configuration. The model itself might have taken an afternoon to train. The infrastructure work to run it reliably takes a sprint. Modal abstracts all of this. You write a Python function, add a @modal.function decorator, and Modal handles everything else: container construction, GPU provisioning, autoscaling from zero to hundreds of parallel workers, cold start optimisation, job scheduling for background tasks, secret management, and monitoring. The billing model matches the architecture: you pay per second of actual compute used, with no idle costs when nothing is running. For a team running inference workloads that spike unpredictably, a common pattern in production AI applications, the cost difference versus a reserved GPU cluster can be 60–70%. Modal builds and caches container images that start in under a second, compared to the 30–90 second cold starts that make naive containerised GPU workloads unusable for latency–sensitive applications. Their custom network file system allows large model weights to be loaded into GPU memory faster than any cloud provider's native storage solution. Their sandboxing architecture lets untrusted code run safely at scale, which enables use cases like code execution environments and customer–facing AI agents that cloud providers' general–purpose compute cannot safely support. Erik's insight: the biggest bottleneck in ML deployment isn't model quality – it's the gap between 'it works on my laptop' and 'it runs reliably at scale.' Modal closes that gap with a developer–first interface.
Why this matters
AI Training, the phase that dominated AI infrastructure spending from 2020 to 2024, involving massive GPU clusters running for weeks to produce a single model, is becoming a smaller fraction of total AI compute spend. Inference, or running trained models to generate outputs for actual users and applications, is becoming the dominant cost centre, and it is growing faster than training ever did because every new AI application generates continuous, ongoing inference demand from the moment it ships. For context, OpenAI processes over 10 billion words of inference output per day. Every enterprise that deploys an internal AI assistant, every consumer app that integrates a language model, every production system that runs AI–powered decisions generates inference compute demand continuously, around the clock, at volumes that compound as adoption grows. The current solutions are inadequate in ways that are becoming increasingly expensive. Hyperscaler GPU clouds – AWS, Google Cloud, Azure – were built for general–purpose compute workloads and adapted for AI inference. They are expensive, operationally complex, and optimised for reserved capacity rather than the spiky, unpredictable demand profiles that characterise real AI applications. A company running a consumer AI product cannot predict whether it will need 10 or 1,000 GPU instances at 3pm on a Tuesday – and paying for reserved capacity to handle the peak means paying for idle capacity during the troughs. The economics are structurally inefficient for the actual usage pattern of production AI. Modal's serverless abstraction converts infrastructure time into model time, a trade that, at the margin, is worth more than the raw compute cost difference, because ML engineer time is priced at $200–300K annually and infrastructure debugging compounds into weeks per quarter. The competitive dynamics of the inference infrastructure market are moving fast. Baseten, Modal's closest comparable, raised at a $5B valuation in late 2025. Together AI, Replicate, and Fireworks AI are all pursuing adjacent positions. The hyperscalers are shipping dedicated inference products. But the developer–first positioning – the bet that the primary buyer of inference infrastructure is the individual ML engineer or small team, not the enterprise procurement committee – is Modal's specific angle, and it reflects Erik Bernhardsson's background as a practitioner who built tools for other practitioners rather than a founder who came up through enterprise sales. The $50M ARR at Modal's current scale suggests that positioning is working. The question the General Catalyst raise is designed to answer is whether it can be the foundation for a $10B+ infrastructure company, or whether it gets commoditised as the hyperscalers build equivalent abstractions into their existing platforms. The bet is that developer loyalty, performance compounding, and the head start in serverless GPU architecture create a moat that is harder to replicate than it looks from the outside.
Open roles at Modal Labs
6 positions we're tracking. Roles are re-checked daily and removed when filled.
Infrastructure / Systems Engineers
First seen 4 months ago
GPU / CUDA Optimization Engineers
First seen 4 months ago
Developer Advocates
First seen 4 months ago
Enterprise Sales
First seen 4 months ago
Developer focused PM
First seen 4 months ago
Site Reliability Engineers
First seen 4 months ago
Know when Modal Labs is hiring before anyone else
A role stays uncontested for about four days. Here's the window — and where we put you in it.
From $9/month, cancel any time.
Watching Modal Labs
0 applicantsRole spotted & verified
1You get the alert
1You've applied
~8Hits the job boards
250+Hiring outlook
Valuation 2.3x in 5 months, $50M ARR
Working at Modal Labs
Founded in , Modal Labs is AI Inference Infrastructure. They're now people. For a AI company this size, the reality is opportunity to shape your role based on the company stage.
The majority of roles are in San Francisco.
How to actually get hired at Modal Labs
Why applying the normal way doesn't work
Modal Labs runs an applicant tracking system, but hiring managers still work referrals first. A cold application to Modal Labs isn't dead, it's just fourth in line behind internal referrals, sourced candidates and recruiter pipelines.
Who to contact at Modal Labs
Contact route not yet verified for Modal Labs. For a -person AI company, expect the hiring manager to make the call — but this is a model, not confirmed data.
What Modal Labs screens for
The raise hasn't closed yet, this is the single most important timing signal in this drop. Companies that are in talks to raise are not yet flooded with applications. The window to reach Erik directly, before the round closes and hiring ramps into a formal process, is the next 4–6 weeks. His LinkedIn is active and he posts thoughtful ML infrastructure content regularly. Comment genuinely on a post before reaching out directly. He has described a role called 'Cloud Quant', someone who works very closely with the CEO to optimise infrastructure costs, as a priority hire. That role isn't likely listed anywhere yet.
Customize your CV for the Modal Labs role. Matching the job description language helps clear ATS filters.
Don't make these mistakes
Waiting too long. The raise hasn't closed yet. This is the single best window to reach out before they're inundated with post announcement applications. Don't be generic. Erik has seen thousands of 'I'm passionate about infrastructure' pitches. Show you've read his blog.
Mistakes that kill Modal Labs applications
A recycled CV gets rejected fast at Modal Labs ( people). They notice.
Skip 'I'm looking for...' — start with AI Training, the phase that dominated AI infrastructure spending from 2020 to 2024, involving massive GPU clusters running for weeks to produce a single model, is becoming a smaller fraction of total AI compute spend and your specific angle on solving it.
The wait-and-hope strategy fails. Follow up on day five — response rates roughly double.
Applying to Modal Labs? Get the contact, not the form.
The Modal Labs interview process
4 stages · 14 days typical · take-home: yes · modelled from similar companies
We don't yet have verified candidate reports for Modal Labs. What follows is the typical process for a -person AI company — treat it as a model, not confirmed detail.
Interview stages
Recruiter Screen
Phone or video · 30 min
Basic qualification and logistics
Recruiter or HR
Hiring Manager Interview
Video call · 45 min
Role fit and experience deep-dive
Hiring manager
Technical/Functional Round
Video call · 60 min
Skills assessment and problem-solving
Team members
Final Round
In-person or video · 60 min
Culture fit and cross-functional alignment
Senior leadership
Modal Labs take-home assignment
Modal Labs includes a take-home exercise in their interview process. For AI roles, this typically involves a practical problem that takes 2-4 hours. Focus on clean, working code over premature optimization. They're evaluating how you think and communicate, not just the solution.
Modal Labs interview timeline
Expect days total. Compared to similar AI companies (14 days median), Modal Labs is about average.
Interviewed at Modal Labs?
Tell us how it went — stages, questions, timeline. Takes 90 seconds and it's how this page stays accurate for the next person.
Submit your Modal Labs interview experience →Modal Labs jobs, frequently asked questions
How many jobs does Modal Labs have open?
As of February 2025, Modal Labs has 6 open positions.
Does Modal Labs hire remotely?
Modal Labs doesn't have remote openings at the moment. All roles are in San Francisco.
What roles is Modal Labs hiring for?
Modal Labs is hiring across Engineering, Sales. The most recent opening is Infrastructure / Systems Engineers.
How do I apply for a job at Modal Labs?
Use the apply links above, or check our guide to getting hired at Modal Labs.
Does Modal Labs respond to cold emails?
Response rate data for Modal Labs not yet confirmed.
Who is the hiring manager at Modal Labs?
At this size, hiring is usually run by the hiring manager.
How competitive is it to get hired at Modal Labs?
Expect 100-250 applicants in the first two weeks for AI roles at this size. Apply within 72 hours for best odds.
How many rounds is the Modal Labs interview?
4 stages: Recruiter Screen, Hiring Manager Interview, Technical/Functional Round, Final Round.
Is the Modal Labs interview hard?
Expect technical depth and system design, not algorithm trivia. Candidates report Technical Interview as the toughest stage.
Does Modal Labs give a take-home task?
Yes, Modal Labs includes a take-home assignment.
How long does Modal Labs take to get back to you?
Around 14 days across the full process.
What should I prepare for the Modal Labs interview?
technical depth and system design is the priority. Show you can work autonomously — that matters more than algorithms at people.
Where is Modal Labs based?
Modal Labs is headquartered in San Francisco.
Get Modal Labs roles before they're posted
A role stays uncontested for about four days. Here's the window — and where we put you in it.
From $9/month, cancel any time.
Watching Modal Labs
0 applicantsRole spotted & verified
1You get the alert
1You've applied
~8Hits the job boards
250+