TLDRocket
Sign in

Open Source

303 summarised stories about Open Source, each linking back to the original source. Browse all topics →

Monday, 27 April 2026

How to build scalable web apps with OpenAI's Privacy Filter

Hugging Face Blog 2 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.

An open-source spec for orchestration: Symphony

OpenAI Blog 2 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.