Mistral AI
·
3 months ago
Mistral AI released Workflows in public preview, an orchestration layer for running AI-powered business processes in production with durability, observability, and fault tolerance. The system is already used by organizations including ASML, ABANCA, and CMA-CGM to automate processes like cargo release, document compliance, and customer support triage. Developers can now write workflows in Python and deploy them to production in days rather than months, with full auditability and the ability to pause for human approval mid-execution.
Hugging Face Blog
·
3 months ago
OpenAI released Privacy Filter, an open-source personally-identifiable information detector model that identifies text across eight categories including names, emails, phone numbers, and account numbers. The 1.5-billion-parameter model processes up to 128,000 tokens in a single pass and achieves state-of-the-art performance on the PII-Masking-300k benchmark. Three reference applications—Document Privacy Explorer, Image Anonymizer, and SmartRedact Paste—demonstrate how developers can integrate the model into web apps using Gradio's Server framework to separate queued model inference from static content delivery.
OpenAI Blog
·
3 months ago
Symphony is an open-source specification that enables issue trackers to function as continuously running agent systems for code orchestration. The system reduces context switching by automating workflows that typically require manual coordination between developers and tools. This allows engineering teams to maintain momentum on tasks without repeatedly shifting attention between different platforms.