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

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