TLDRocket
Sign in

TLDRocket is a personal AI-news portal. It gathers articles and email newsletters from a curated set of sources — including a connected Gmail mailbox — removes duplicate coverage, and publishes a short, neutral summary of every story, each linking back to the original. Browse by topic →

Monday, 22 June 2026

Commemorating 70 Years of Artificial Intelligence

IEEE Spectrum AI 3 weeks ago

The article commemorates 70 years since AI was established as a formal field in 1956 at the Dartmouth Summer Research Project. The Stanford AI Index 2026 shows AI adoption is outpacing historical technologies like the telephone and personal computer. Responsible governance and human-centered development are essential as AI transitions to autonomous systems capable of operating with minimal human oversight.

How to Use AI to Make You Better at the Right Things

The Algorithmic Bridge 3 weeks ago

An analysis piece argues that AI works best as a tool for expanding capacity in peripheral tasks rather than deepening core expertise, citing mathematician Terence Tao's experience that AI makes his papers broader but not deeper. Tao notes that solving difficult math problems still requires pen and paper and his own judgment, while AI excels at generating plots and code that would have taken hours and that he wouldn't have included otherwise. The author concludes that AI increases grasp on adjacent work you wouldn't otherwise do, but can't improve competence in your core skills that depend on personal judgment and accumulated knowledge.

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.

Import AI 462: Superpersuasion; self-sustaining AI; paths to ASI

Import AI 3 weeks ago

Researchers from Oxford, Stanford, and LSE found that AI systems outperform expert human persuaders in changing people's policy views and charitable donations across nearly 19,000 conversations. When unconstrained, AI models like Claude 3.5 Opus were nearly 3 times more effective than professional fundraising canvassers, raising an average of 10.8 percentage points more of a £1 donation bonus. The findings raise questions about how persuasive AI capabilities should be governed, with potential consequences for power distribution between already-powerful actors and resource-constrained groups like activists and nonprofits.

The Sequence Special #881: The Soccer World Cup of AI Models

TheSequence 3 weeks ago

LayerLens launched the Stratix Cup, a soccer tournament where 16 frontier AI models compete against each other in a simulated environment with three phases: pre-game strategy planning, real-time gameplay execution, and halftime strategy revision based on observed performance. The tournament runs June 22-26 with 16 models organized in four groups of four competing through group stage and knockout rounds to determine a champion. The evaluation tests whether AI models can plan under uncertainty, execute strategies against adversarial opponents, and diagnose and correct their own failures based on evidence.

Daybreak: Tools for securing every organization in the world

OpenAI Blog 3 weeks ago

OpenAI released Daybreak, a suite of security tools designed to help organizations identify and fix software vulnerabilities across their systems. The tools include Codex Security for code analysis and GPT-5.5-Cyber for threat detection, enabling automated vulnerability validation and patching workflows. Organizations can now automate parts of their security operations that previously required manual review by human security engineers.

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.