Advertisement · 728 × 90

Posts by Pydantic

Preview
Design Process Is Exhaust, Not Propulsion: On Intuition, AI, and Adaptive Software Why rigid design process survives when results don't — a critique of design methodology, a case for intuition, and a vision for software that adapts to users instead of the other way around.

"What I want most: software that helps me express, formalise, and include my opinions rather than enforcing its opinions on me."

In the 3rd part of the Box Model series, @summerscope.bsky.social talks about the design process, intuition, and cargo cult prompting.

pydantic.dev/articles/lie...

5 days ago 3 1 0 1
Niamh Gavin AI Research Fails - Anecdotes from the Frontline - PyAI Conf 2026
Niamh Gavin AI Research Fails - Anecdotes from the Frontline - PyAI Conf 2026 YouTube video by Pydantic

Link to the talk: www.youtube.com/watch?v=tnFD...

5 days ago 2 0 0 0
Post image

A model discovered a contradiction between the Bible and biology textbooks. It had access to a lot of compute so it consumed an entire data center's worth of it, debating the Immaculate Conception with itself.

This talk is 15 mins of real production AI failures and what it took to debug them.

5 days ago 3 0 2 0

@summerscope.bsky.social 👆

6 days ago 1 0 0 0
Preview
Redesigning Logfire's Sidebar Navigation: Design Process on a Small Team (Part 2) How we redesigned Logfire's sidebar navigation — collapsible icon rail, hover-to-expand, and the design decisions behind building developer tool UI on a small team

Link to the blogpost: pydantic.dev/articles/lie...

6 days ago 1 0 1 0

"The best navigation is the kind nobody notices."

On Part 2 of Lies, Damn Lies, and the Box Model, @summerscope talks about the design process behind Logfire's sidebar.
The trade-offs, and what "directionally correct" means in practice.

Part 3 (and final) out tomorrow.

6 days ago 2 1 2 0
Post image

AI observability pricing is a lot.

We modeled three scenarios across Logfire, Arize AX, Langfuse, and LangSmith. Same assumptions, real numbers.

At 5 users and 50M spans/mo, Logfire is between 8 and 40 times cheaper than competitors.

pydantic.dev/articles/ai-observability-pricing-comparison

1 week ago 0 0 0 0
Preview
Lies, Damn Lies, and the Box Model (Part 1) A human and an AI debug a CSS layout issue together. A story about overflow, containing blocks, and the deceptive simplicity of the web platform.

It's 2026 and AI can write code from a napkin sketch.

Still, our lead design engineer spent an hour debugging a scrollbar with help from Claude Code.

A story about CSS, containing blocks, and the things AI can't really see - part 1.

pydantic.dev/articles/lie...

1 week ago 2 0 0 1
Advertisement
Preview
Pydantic Logfire: AI Observability for LLMs, Apps & RAG Pydantic Logfire: Production-grade AI & general observability built on OpenTelemetry. Works with Python, JavaScript/TypeScript, Rust, Go, Java, and any OTel-compatible language. For LLMs, Agents, API ...

We have been in the telemetry industry for a while now with Logfire. pydantic.dev/logfire
Proud to be the platform that unifies LLM & full-stack traces. That you can query like a database.

1 week ago 1 1 0 0
Preview
CPython Unicode Objects w. Petr Viktorin YouTube video by David Hewitt

I'm looking forward to returning to streaming at 9:30 AM UTC tomorrow 27th March.

Please join myself and Petr Victorin as we begin a project to work on CPython's `str` implementation - targeting optimizations when exchanging data with Rust UTF-8 strings.

www.youtube.com/live/fXeqeFX...

1 week ago 2 1 0 0

In a nutshell. that's what he says. Plus "nothing beats SQL for querying telemetry data".

1 week ago 1 0 1 0
Armin Ronacher Leaning In To Find Out - PyAI Conf 2026
Armin Ronacher Leaning In To Find Out - PyAI Conf 2026 YouTube video by Pydantic

"How do agentic coding tools work? I have no idea. And you probably also don't."

That was @mitsuhiko.at opening his talk at PyAI.

What follows is one of the most useful 20 minutes on working with agents we've ever seen.

youtu.be/8RHYyRUxVrA

2 weeks ago 35 5 4 0
Armin Ronacher Leaning In To Find Out - PyAI Conf 2026
Armin Ronacher Leaning In To Find Out - PyAI Conf 2026 YouTube video by Pydantic

"How do agentic coding tools work? I have no idea. And you probably also don't."

That was @mitsuhiko.at opening his talk at PyAI.

What follows is one of the most useful 20 minutes on working with agents we've ever seen.

youtu.be/8RHYyRUxVrA

2 weeks ago 35 5 4 0
Preview
Reducing Pydantic's Memory Footprint by 55% Using Bitsets | Pydantic Validation Learn how Pydantic replaced Python sets with Rust-powered bitsets to cut model instance memory usage by 55% and speed up validation. A deep dive into PEP 412, memory profiling with Memray, and the bit...

Pydantic models were using more memory than expected. We dug in with Memray, found the bottleneck, and replaced it with a Rust bitset.

55% less memory. Faster validation.

Full deep dive on the new blogpost pydantic.dev/articles/pyd...

2 weeks ago 5 0 0 0

What a night! Thanks @surrealdb.com for hosting us! We had a blast.

2 weeks ago 1 0 1 0
Preview
PyAI @ AIE London Meetup · Luma Join us for an evening of AI discussions featuring talks from: Marlene Mhangami: Senior Developer Advocate specialising in Python & AI @ Microsoft Samuel…

We're hosting a PyAI meetup event in London on April 8th. Join us! luma.com/fkkiar5m

3 weeks ago 0 0 0 0
PyAI Conference 2026 Highlights
PyAI Conference 2026 Highlights YouTube video by Pydantic

Last week we hosted our first conference, PyAI. The community showed up, we had an incredible event.
Here are some of the highlights of the day.
youtu.be/Sbut6lWudzY?...

3 weeks ago 0 1 0 0
Advertisement
Post image

Curious how to keep an agent’s output correct as data changes, memory grows, and systems scale? Join Tobie Morgan Hitchcock and guest speakers @sa.muelcolvin.com (@pydantic.dev) and @badmonster0.bsky.social (@cocoindex.bsky.social) at our San Francisco meetup.

Register now. 👉 sdb.li/4sryXOz

1 month ago 9 2 0 0
Preview
Pydantic Monty: A Minimal Python Sandbox for AI Agents | Pydantic Meet Monty — a secure, minimal Python interpreter written in Rust for running AI-generated code. Learn where it sits between tool calling and full computer use, and why CodeMode matters for AI agents.

A few weeks ago our founder announced Monty, a minimal, secure Python interpreter written in Rust, for running code written by AI agents. People got excited. @sa.muelcolvin.com just wrote up the full story on why he's excited about it and you should be too.
pydantic.dev/articles/pyd...

1 month ago 13 4 0 0
Video

We asked Adrian and Peter from @pydantic.dev what would block the Rust-accelerated Python trend from growing even more... Their answers:

3 months ago 2 1 1 0
Preview
Enterprise AI Gateway: Unified Access to Major AI Models The Pydantic enterprise-grade AI Gateway provides secure & scalable single API key interface to manage models from OpenAI, Google, Anthropic, Groq & others

Pydantic AI Gateway is now in open beta 🚀
One API key for OpenAI, Anthropic, Google, Groq, and Bedrock. BYOK and Built-in providers. Real cost limits. Built-in observability. Zero translation delays. Free during beta.

pydantic.dev/ai-gateway

4 months ago 6 2 1 0
Post image

Some personal (very belated*) news, I've moved to the bay area!

Let me know if you're in SF or Palo Alto and want to get coffee.

Also, last reminder that we have the inaugural Py AI meetup with @pydantic.dev in SF on Tuesday. Register now: luma.com/gjtfecc7

* I actually got here in the summer.

4 months ago 8 1 0 0
Workflow graph for the deep research agent, showing massive parallel processing (fan-out).

Workflow graph for the deep research agent, showing massive parallel processing (fan-out).

I added two new demos showing durable agent patterns (parallel vs sequential) with @pydantic.dev AI + @dbos.dev:

- Deep Research: large fan-out parallel workflows
- Twenty Questions: long sequential subagent chaining

Both are long-running, so durable execution is necessary to survive crashes.

4 months ago 9 3 1 0
Preview
Py AI Meetup: San Francisco · Luma Join us for an evening of cutting-edge AI discussions featuring lightning talks from leading practitioners: Samuel Colvin (CEO of Pydantic) Reducto + Modal…

And if you want to learn more, join us at the Py AI meetup in San Francisco luma.com/gjtfecc7

5 months ago 0 0 0 0
Preview
GitHub - Sentinel-One/purple-mcp Contribute to Sentinel-One/purple-mcp development by creating an account on GitHub.

SentinelOne just announced their Purple AI MCP Server at #OneCon. Now, you can access SentinelOne’s security platform with your Pydantic AI MCP agent!

Check out their GitHub repo: github.com/Sentinel-one...

5 months ago 0 0 1 0
Advertisement
A screenshot of using Logfire + DBOS + Pydantic AI agent.

A screenshot of using Logfire + DBOS + Pydantic AI agent.

I wrote a tutorial on integrating DBOS with Logfire. It's super easy to set up (kudos to the @pydantic.dev team!) -> just a few lines to configure the exporter and your Logfire write token. Once it's running, you'll get a unified view of your app with logs + traces in one place.

5 months ago 8 4 1 0
Preview
Py AI Meetup · Luma Join us for an evening of cutting-edge AI discussions featuring lightning talks from leading practitioners: Samuel Colvin (CEO of Pydantic) Reducto + Modal…

I'm teaming up with @sa.muelcolvin.com to launch a new meetup series, Py AI.

Our first one is November 11 in San Francisco with talks from @pydantic.dev, @modal-labs.bsky.social, ReductoAI and @fastmcp.bsky.social.

Hosted by our friends at pebblebed.com

RSVP here: luma.com/gjtfecc7

5 months ago 7 3 0 0
Post image

Just putting this here. Not much more to say.

@pydantic.dev

5 months ago 10 1 1 0
Post image

New social icon for @opensourcepledge.com spotted on
@pydantic.dev's website. Lookin' sharp! 👀

5 months ago 9 3 0 0
Preview
GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production FastAPI framework, high performance, easy to learn, fast to code, ready for production - fastapi/fastapi

Here's FastAPI 0.118.1, with compatibility for the latest @pydantic.dev. 🚀

This one had the combined effort of the community, the @pydantic.dev team, and the @fastapi.tiangolo.com team, all together. 🙌

github.com/fastapi/fast...

6 months ago 16 7 0 0