2 min read

Apple’s Gemini-Powered Siri & OpenAI’s 20M ChatGPT Logs Leak Spark AI Legal Wars

New AI Models and Releases

NousResearch Releases NousCoder-14B, a Reinforcement-Learning-Optimized Coding Model
NousResearch introduced NousCoder-14B, a competitive programming model fine-tuned from Qwen3-14B using reinforcement learning. It achieves a Pass@1 accuracy of 67.87% on LiveCodeBench v6 (up from Qwen3-14B’s 60.79%) and was trained on 24k verifiable coding problems over four days using 48 B200 GPUs.


Qwen3-30B-A3B-Instruct-2507 Optimized for Raspberry Pi 5 with Near-Lossless Quality
ShapeLearn released a GGUF-quantized version of the Qwen3-30B-A3B-Instruct-2507 model, enabling real-time inference on a Raspberry Pi 5 at 8.03 tokens/sec while retaining 94.18% of BF16 quality. The optimization prioritizes memory efficiency before speed and quality tuning.


AI Infrastructure and Optimization

200ms Search Over 40M Texts Using CPU-Only Binary + Int8 Embeddings
A new quantized retrieval technique enables sub-200ms search across 40 million Wikipedia texts using only a CPU server. The method combines binary embeddings for fast retrieval with int8 rescoring to balance speed and accuracy while drastically reducing memory/storage requirements. A live demo is available on Hugging Face.


Judge Orders OpenAI to Release 20M Anonymized ChatGPT Logs in Copyright Dispute
A U.S. judge ruled that OpenAI must disclose 20 million anonymized ChatGPT conversation logs (2022–2024) as part of an ongoing AI copyright lawsuit. The logs aim to clarify how user interactions may have influenced training data, marking a pivotal moment in AI transparency and legal accountability.


Apple Partners Exclusively with Google’s Gemini for Next-Gen Siri, Sidelining OpenAI
Apple signed an exclusive deal with Google to integrate Gemini into the next version of Siri, replacing potential OpenAI (ChatGPT) collaborations. The move leverages Google’s AI infrastructure to enhance Siri’s capabilities while maintaining Apple’s control over user experience.


AI-Powered Applications and Demos

Developer Builds AI-Powered Google Earth Clone (“Geoplexer”) Using Sonar API
A solo developer created Geoplexer, an AI-enhanced Google Earth alternative, using the Sonar API alongside Perplexity and Serper Maps APIs. Features include weather overlays, POI recommendations, bookmarking, and a React/TypeScript/Mapbox tech stack. The project is open-source on GitHub.