November 2025 Summaries
3 posts from Prefect
Filter
Month:
Year:
Post Summaries
Back to Blog
Sales calls hold valuable insights, such as product intelligence, competitive analysis, attribution data, and feature adoption tracking, but these often go unextracted due to a lack of systematic capture methods. Prefect faced this issue with its Gong sales call recordings until a system using FastMCP was developed, which allows the AI model Claude to automatically analyze and synthesize insights from these calls. FastMCP, a Python framework, facilitates the creation of MCP servers that provide Claude with seamless access to external data sources, eliminating the need for complex custom API setups. This setup includes three components: an MCP Server connecting to Gong, a daily analysis Prefect flow, and an ad-hoc search tool, enhancing flexibility and enabling real-time analysis without extensive pre-processing. FastMCP's integration transforms traditional AI data handling by allowing AI to directly interact with data sources, thereby orchestrating tasks independently and offering a higher abstraction level, which is adaptable to various applications beyond sales intelligence.
Nov 12, 2025
2,362 words in the original blog post.
Prefect has enhanced its feature flagging process by transitioning from an in-house solution to LaunchDarkly, aiming to streamline development and improve collaboration with users. Previously, maintaining feature flags as code led to slower development and challenges in targeting users effectively. LaunchDarkly allows Prefect to create, manage, and deploy feature flags more efficiently by enabling user segmentation and environment-specific targeting rules. This transition facilitates rapid feature deployment, early user feedback collection, and safe feature rollout, ultimately allowing Prefect to validate features with internal users and external partners before a full release. The company is committed to continuous improvement and invites users to join its community for further collaboration.
Nov 07, 2025
554 words in the original blog post.
AI agents are powerful tools for automating complex reasoning tasks, but they suffer from fragility issues such as LLM API failures and network errors, which can disrupt workflows. To address these challenges, an integration with Pydantic and Prefect has been developed to make agents production-ready by enhancing reliability, observability, and scheduling. This integration employs Pydantic AI for building type-safe agents and Prefect for orchestrating workflows, enabling automatic failure recovery through durable execution and granular retry policies. Prefect caches successful task results, allowing workflows to resume from the point of failure without repeating completed steps. This approach reduces redundancy and saves on API costs, while structured outputs from Pydantic AI allow agents to act as composable workflow components, facilitating integration with other tasks and systems. The integration shifts the perspective from treating AI agents as isolated scripts to viewing them as integral parts of the workflow infrastructure, offering a robust solution for deploying AI in production environments.
Nov 04, 2025
2,509 words in the original blog post.