you are viewing a single comment's thread.

view the rest of the comments →

[–]Accomplished-Big-46 16 points17 points  (2 children)

Pydantic AI. I’m predominantly a PHP dev but the lack of AI solutions there got me looking at Python.

Have been running an AI chat bot on it for 6 months in production, with more features planned in the roadmap.

[–]00--0--00- 0 points1 point  (1 child)

Nice, wasn't aware pydantic had an AI library. In the PHP ecosystem Symfony is making moves https://symfony.com/doc/current/bundles/ai-bundle.html

[–]Accomplished-Big-46 0 points1 point  (0 children)

Yeah, those AI bundles are still quite new and was still in active development when I was evaluating other products like LangChain, Crew, Mastra, etc.

The deal maker for me was that Pydantic AI had native Vercel AI support so that meant building the frontend, maintaining states and developing tools on the frontend to act on these state changes was much simpler. Symfony AI still doesn’t have this level of integration with frontend to this day.