Most serverless platforms are great when your function is small, stateless, and finishes quickly.

But modern AI applications often do not look like that.

They need to:


run background jobs
process files
call LLMs
execute multi-step pipelines
expose API endpoints
handle webhooks
run scheduled tasks
keep containers warm
preserve logs and...