Pydantic AI now supports AG-UI - an open protocol for building chat agents, meaning you can use existing frontend apps to interact with @pydantic.dev AI agents.
ai.pydantic.dev/ag-ui/#agent...
@pydantic.dev.bsky.social
First we build Pydantic, next Pydantic Logfire - uncomplicated observability
Pydantic AI now supports AG-UI - an open protocol for building chat agents, meaning you can use existing frontend apps to interact with @pydantic.dev AI agents.
ai.pydantic.dev/ag-ui/#agent...
Is Slack the new BI layer for the AI era?
It's now possible to build custom, self-service agentic analytics experiences in a single afternoon thanks to Slack, @pydantic.dev @anthropic.com MCP and ClickHouse
Podcast with @sa.muelcolvin.com on Software Engineering Radio is out!
Covers the @pydantic.dev ecosystem including Pydantic Validation, Pydantic AI and @logfire.pydantic.dev. Well worth a listen.
se-radio.net/2025/07/se-r...
It's so pleasant to start any data project by defining the @pydantic.dev models β€οΈ
02.07.2025 07:42 β π 6 π 1 π¬ 2 π 0Here's FastAPI 0.115.14 π
@patrick.wtf fixed support for unions of @pydantic.dev models in Form data. ππ
(This will make it easier to implement single sign-on π)
github.com/fastapi/fast...
Working on a number of AI Agent Boilerplates using #pydantic @pydantic.dev
09.06.2025 15:48 β π 1 π 1 π¬ 0 π 0Iβll give a talk about @pydantic.dev AI and Logfire today 12:25 at @pyconit.bsky.social π
29.05.2025 07:42 β π 6 π 3 π¬ 0 π 0Created a video on agents with @pydantic.dev ai
- Creating bare bones agents
- Adding tools
- Using different llm models (local and cloud)
- Running agent in different ways (a
sync/async, streamed, graph)
youtu.be/_m2YpvsdxSA
Well done to whoever came up with the name for @pydantic.dev - itβs perfect
21.05.2025 18:38 β π 3 π 1 π¬ 0 π 0At @pycon.us today @sa.muelcolvin.com is talking about Pydantic AI and Pydantic Logfire.
Room 316, 11.30 today.
There will be code.
us.pycon.org/2025/schedul...
@pydantic.dev's FastA2A! (A2A is Google's Agent2Agent Protocol, which complements MCP (developers.googleblog.com/en/a2a-a-new...).
ai.pydantic.dev/a2a/
Daily Startup Spotlight: @pydantic.dev
Recently recognised in the π₯π’π¦π¦ ππ»π±π²π
, the company develops open-source tools and observability solutions, with a mission focused on improving developer experience through transparency and data validation.
Find out more: www.linkedin.com/posts/ai-wor...
The recording of last week's meetup with Jason Liu, David Soria Parra (Anthropic), OpenAI and @sa.muelcolvin.com is now live on youtube.
Notably this includes David's plan for the future of MCP.
youtu.be/GqufkaLJV44
I love @pydantic.dev, it makes things so much easier and more elegant it almost makes me cryπ₯Ί
09.04.2025 18:51 β π 2 π 1 π¬ 0 π 0As an alternative to the Console, I also deployed a variant on @pydantic.dev 's pydantic.run : sweatstack.run
04.04.2025 09:42 β π 1 π 1 π¬ 1 π 0Are you building agents, or building with AI more generally?
Double win:
* Help make @logfire.pydantic.dev better
* Get $100 Amazon voucher
Sign up for a short interview with the amazing Greg Kogan:
docs.google.com/forms/d/e/1F...
THE EVAL HAS LANDED. π¦
pydantic-evals has been a major piece of work from David Montague over the last month.
I'm pretty excited to see it move the dial on how easily Python developers can benchmark and improve AI code.
Pydantic Evals is a powerful evaluation framework designed to help you systematically test and evaluate the performance and accuracy of the systems you build, especially when working with LLMs.
More info here: ai.pydantic.dev/evals/
Pydantic Logfire now supports dedicated EU data residency!
If you need your data in the EU for compliance, or just want to keep your data physically within the EU, this new region makes it easy.
Announcement blog post: pydantic.dev/articles/eu-...
The new Logfire JavaScript/TypeScript SDK is here! Built on @opentelemetry.io , it supports @cloudflare.social Workers, @vercel.com , & Node.js/Express. Check out the details:
pydantic.dev/articles/log...
I feel that! Many tools are just infuriatingly bad, making very easy things slightly easier and supposedly easy things very hard.
The exception: PydanticAI by @pydantic.dev. It's still relatively fresh, but it's built by people who know how to write production code for people who know.
I just opened a PR on @hf.co's Transformers repo for @pydantic.dev's Logfire integration as TrainerCallback π€
This integration facilitates real-time logging and monitoring, offering enhanced visibility into training metrics and events βοΈ
Pydantic Logfire Enterprise is here!
We now offer both self-hosted Logfire and Cloud enterprise @logfire.pydantic.dev.
pydantic.dev/articles/log...
Logfire's MCP server could fundamentally change how people complete the software development feedback loop: development -> runtime errors -> bug fix.
Unlike other observability platforms, @logfire.pydantic.dev let's the model (or you!) write full SQL to find the relevant data.
Pydantic Logfire MCP Server is here! Easily hook your AI agents into observability data and supercharge debugging in real time.
For Cursor integration, just update .cursor/mcp.json to use Logfire and youβre set: www.youtube.com/watch?v=lCda...
Full details: pydantic.dev/articles/mcp...
Our new Logfire Rust SDK is out! It's a drop-in addition to your existing Rust instrumentation. Not all Python SDK features are there yet, let us know what you want us to tackle first: pydantic.dev/articles/rus...
19.03.2025 18:50 β π 8 π 1 π¬ 0 π 1We're hiring, come join the team and work on AI, observability and databases.
pydantic.dev/articles/hir...
π It'll land next week.
12.03.2025 22:01 β π 1 π 0 π¬ 0 π 0Have you worked with Pydantic AI from @pydantic.dev yet?
07.03.2025 21:26 β π 2 π 1 π¬ 1 π 0I received a report that the last FastAPI release broke some use cases.
The report had a short and clear explanation of expected behavior and a minimal reproducible example. Love those. β¨
The use case was valid, it should be supported as it was standard @pydantic.dev.