TLDRocket
Sign in

Open Source

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

Monday, 22 June 2026

GLM-5.2 is the step change for open agents

Interconnects 3 weeks ago

Z.ai released GLM-5.2, an open-weight model on June 16th, 2026, that matched or exceeded closed-source models from OpenAI and Anthropic in agent and coding benchmarks. The model achieved performance parity with Claude Opus 4.5 in just 6.8 months after that model's November 2025 release, closing the historical capability gap between U.S. and Chinese labs. GLM-5.2's availability creates pricing pressure on closed-model providers like Anthropic and accelerates adoption of open models across inference platforms, while raising regulatory questions about whether capable Chinese open models should face restrictions similar to those imposed on Anthropic's Claude Fable.

PP-OCRv6 on Hugging Face: 50-Language OCR from 1.5M to 34.5M Parameters

Hugging Face Blog 3 weeks ago

PaddleOCR released PP-OCRv6, a new optical character recognition model family supporting 50 languages across three size tiers. The medium-tier model achieves 86.2% detection accuracy and 83.2% recognition accuracy, improving over the previous version by 4.6 and 5.1 percentage points respectively. Users can deploy PP-OCRv6 through PaddleOCR, Transformers, or ONNX Runtime backends on devices ranging from edge computers to servers.

Patch the Planet: a Daybreak initiative to support open source maintainers

OpenAI Blog 3 weeks ago

OpenAI launched Patch the Planet, a program that helps open-source software maintainers identify and fix security vulnerabilities using AI tools combined with expert human review. The initiative provides maintainers with automated detection of vulnerabilities and assistance in validating and patching them before they can be exploited. This reduces the security burden on volunteer maintainers who often lack dedicated resources to manage vulnerability discovery and remediation.

We got local models to triage the OpenClaw repo for FREE!*

Hugging Face Blog 3 weeks ago

A developer built a system using local open-source models (Gemma and Qwen) running on their own NVIDIA hardware to automatically categorize and triage pull requests and issues in the OpenClaw repository, eliminating reliance on paid cloud API services. The system achieved 80% F1 score on a 330-item evaluation set while generating 402 tokens per second with 16 concurrent requests on the local hardware. This approach enables real-time notifications for relevant issues without incurring API costs or dependency on proprietary closed models that could be discontinued.

Codex-maxxing for long-running work

OpenAI Blog 3 weeks ago

Jason Liu demonstrated techniques for using Codex to maintain context across multiple interactions while managing complex projects. He employed methods to store and retrieve project state, allowing work to persist beyond individual prompts through structured documentation and reference systems. This approach reduces the need to re-explain project details and enables more efficient continuation of long-term development tasks.