TechCrunch AI
·
1 day ago
Apple released iOS 27 public beta with an upgraded Siri that uses on-device AI to access user information like emails and photos while grounding answers in web knowledge. The new Siri is available across Apple's 2.5 billion active devices worldwide and integrates with the device's search tool, photos, calendar, and other built-in apps. Users can now access Siri through voice command, side button, Dynamic Island swipe, a standalone app, or via Spotlight search, expanding when and how they interact with the assistant compared to the previous version.
TLDR
·
2 days ago
Apple released the first public beta of iOS 27, which is compatible with all iPhones running iOS 26. The update requires iPhone 15 Pro or newer to access Apple Intelligence features, particularly the new Siri AI capabilities. Users can now test performance and stability improvements ahead of the official release.
TLDR
·
2 days ago
Apple's new SpeechAnalyzer API achieved a 2.12% word error rate on clean speech and 4.56% on noisy speech, outperforming Whisper Small (3.74% and 7.95% respectively) while running three times faster. The legacy SFSpeechRecognizer scored 9.02% on clean speech, representing a 3.5x to 4x increase in errors compared to the new engine. Developers using the older API should migrate to SpeechAnalyzer for English transcription on current Apple devices, as it is now the strongest on-device option available, though Whisper retains advantages for non-English languages and cross-platform support.
TLDR
·
2 days ago
Apple filed a lawsuit against OpenAI alleging intellectual property theft, potentially hampering OpenAI's plans to develop competing devices. OpenAI aims to release its first device product in 2027, but the legal action may discourage Apple employees from joining the company and slow recruitment. The lawsuit could delay OpenAI's hardware ambitions by making talent acquisition more difficult during a critical development phase.
TLDR
·
2 days ago
Apple released the iOS 27 public beta with a rebuilt Siri AI system that can hold conversations, search personal information, and understand onscreen content. Apps can launch up to 30% faster and AirDrop transfers up to 80% faster on devices including iPhone 11 and newer. iPhone users now have access to AI-powered features across Photos, Safari, Mail, and parental controls, with full iOS 27 releasing in the fall.
The Neuron
·
2 days ago
Osaurus is a macOS application that runs open-source AI models locally on Apple Silicon Macs without sending data to external servers. The software is free, MIT-licensed, and allows users to integrate ChatGPT, Claude, or Gemini for specific tasks while maintaining a shared memory across all models. Users can build autonomous agents with voice control, file monitoring, and browser extensions that operate offline and independently.
Apple ML Research
·
2 days ago
Apple Music developed a multilingual semantic retrieval system using a 305M-parameter Siamese bi-encoder model fine-tuned from GTE-multilingual-base to improve search across 150+ storefronts and dozens of languages. In an online A/B test, the system achieved a 2.28% relative conversion-rate lift overall, an 86% reduction in the no-result rate, and a 7.93% relative CR lift for tail queries. The hybrid retrieval architecture integrates dense nearest-neighbor results with token-based indexing, enabling improved recall on misspelled, transliterated, and cross-lingual queries without retraining downstream rankers.