Back to home

Speakers

The people on stage on October 28. Full profiles, in order of announcement, with more to come.

Portrait of Sebastián RamírezKeynote
FastAPI
Creator of FastAPI

Sebastián Ramírez

Sebastián Ramírez is the creator of FastAPI, as well as Typer, SQLModel, and Asyncer. He built FastAPI to bring together type hints, async Python, and automatic API documentation, and it has since become one of the most used web frameworks in the world.

He has worked on developer tools, APIs, and machine learning systems for companies across Latin America, Europe, and the US, and now leads the work to take FastAPI to the cloud. He opens the conference with the keynote.

Known for
  • FastAPI
  • Typer
  • SQLModel
Lead Engineer at Polar

François Voron

Talk

Type hints with superpowers: Inside typing.Annotated

If you use modern FastAPI, you’ve probably written Annotated[...] because the documentation told you to. It works, but what is actually happening inside those brackets?

Before Annotated, FastAPI and Pydantic had a slightly awkward habit: they lied to the type checker. It was a useful lie, but a lie nonetheless.

We’ll see how that trick worked, what changed with Annotated, and how FastAPI and Pydantic turn metadata into dependency injection, validation, and reusable definitions. Along the way, we’ll follow metadata from a type annotation to runtime behavior and see when the same pattern is worth using in your own library APIs.

About

A long-time member of the FastAPI community, François created one of the first authentication libraries designed specifically for FastAPI in 2019. He is an experienced Python backend developer and now serves as Lead Engineer at Polar, where he leads the design and evolution of its REST API, built, naturally, with FastAPI.

He is also the author of "Building Data Science Applications with FastAPI".

Known for
  • Polar
  • fastapi-users
  • pwdlib
Founder of Pydantic

Samuel Colvin

Talk

Constrained Optimism

For most of my career, my job was writing code.

Today that’s a small part of what I do: AI can take care of the implementation. My job now is to formulate the problem for the AI to solve—choose the metrics to optimize and the constraints to respect—then make it fast and easy for the AI to iterate.

This sometimes feels like herding the model: cutting off all the bad routes, so its randomness can only push in the direction of the improvement I want.

In this talk, I’ll review three real-world projects through this lens and propose practical ways to set up feedback for the model.

This is not a software-factory pitch. I still write code, and my review is often the most important constraint, but I don’t think it makes sense to pretend that me writing and reading all the code is the best way to build software anymore.

Luckily, in a world where AIs write the code, the human who formulates the problem is more valuable than the human who wrote the code was a year ago.

About

Samuel Colvin is a Python and Rust developer and Founder of Pydantic Inc., backed by Sequoia to build Pydantic Logfire, developer-first observability.

The Pydantic library, which he created, is downloaded over 850M times a month and is a dependency of virtually every GenAI Python library, including the OpenAI SDK, the Anthropic SDK, the Google Gen AI SDK, LangChain, and LlamaIndex.

Known for
  • Pydantic
  • Pydantic AI
  • Logfire
Principal Cloud Engineer

Ben Falk

Talk

From Light to Byte: Who Delivers the Data?

Ben will cover the different methodologies used to deliver data at the Space Telescope Science Institute, including streaming database responses, S3 redirects, asynchronous Celery workers, and NGINX.

About

Ben Falk is a Principal Cloud Engineer at the Space Telescope Science Institute, where he builds production Python web services to support the astronomy community. Before that, he developed cloud and web tooling for large scientific datasets at Johns Hopkins, after earning a Ph.D. in Neuroscience and Cognitive Science from the University of Maryland.

He has been using FastAPI in production for over 5 years, leading migrations of microservices to the framework and improving platforms around them including containerization, CI/CD, dependency management, and observability so teams can ship reliable services at scale.

Known for
  • FastAPI in production
  • James Webb Telescope
Starlette & Uvicorn Maintainer

Marcelo Trylesinski

Talk

Then, Now, Next: The Speed Story of FastAPI

I was always skeptical about speed in Python, so I assumed the "fast" in FastAPI was about how fast you could build things. But over the years, people across the ecosystem kept finding room to make it fast in the other sense too. Not through one big rewrite, but through small, sometimes surprising discoveries in Starlette, Pydantic, Uvicorn, and the libraries underneath.

In this talk I’ll walk through that story. We’ll start with python-multipart, and how a parser that everyone depended on and nobody looked at was quietly eating your CPU. We’ll look at what Pydantic v2 changed for validation, and what moving JSON serialization into Rust did for responses. Then I’ll share my own experiments rewriting the hot paths in Rust and Zig, including zuvloop and zttp, and be honest about what worked, what didn’t, and where the real bottlenecks turned out to be.

Along the way we’ll cover routing, dependency injection overhead, OpenAPI generation for large apps, and why the "slow" part of your app is often not where you expect.

Finally, we’ll look ahead: what’s already in progress, what’s still on the table, and what the next few years of FastAPI, Starlette, and Uvicorn could look like.

About

Marcelo Trylesinski maintains Starlette and Uvicorn, the ASGI framework and server that sit directly under FastAPI. He is also a long time FastAPI community member and one of the top FastAPI Experts.

At Pydantic he works as a Software Engineer on Logfire and Pydantic AI. The rest of his time goes to the open source layer that Python web development quietly runs on.

Known for
  • Starlette
  • Uvicorn
  • Logfire
  • Pydantic AI
Developer Experience Engineer

Jason Liu

Jason Liu works on developer experience at OpenAI, focusing on Codex.

Before OpenAI, he created Instructor, an open-source library for structured outputs from language models. He previously did indie consulting work and worked on machine learning projects.

Known for
  • Codex
  • Instructor
  • AI agents
Developer Relations Lead

Paige Bailey

Paige Bailey leads Developer Relations at Google DeepMind, where she helps developers work with its AI models and tools.

Across her career she has contributed to developer and data science communities. She is also a long-time open source advocate and technical speaker.

Known for
  • Google DeepMind
  • Gemini
  • DevEx
  • TensorFlow