
Apple has developed a custom AI model for the Chinese market in collaboration with Alibaba, marking a rare US-China partnership amid rising tensions. This move allows Apple to have more control over its AI offerings in China, where US models like ChatGPT are not available. The model has been registered with China's cyberspace regulator, clearing a significant regulatory hurdle. Apple is set to launch its on-device generative AI service in China soon, making it the first US company to offer a proprietary AI model in the country.
Read original
© The Verge AIGoogle's decision to let users toggle off visible watermarks in its AI-generated content marks a shift in how AI creations are identified. While the visible 'sparkle' watermark can now be removed, Google ensures that invisible SynthID and C2PA watermarks remain embedded, maintaining a way to verify AI-generated content. This move aligns Google with other AI companies like OpenAI and Meta, which also rely on invisible markers. The change could make it harder to immediately recognize AI content, but it reflects a broader industry trend towards less intrusive identification methods.
© The Verge AIOpenAI is experiencing a significant leadership shake-up with the departure of Denise Dresser, its chief revenue officer, who joined the company less than a year ago. This follows the recent exit of Brad Lightcap, the former COO and special projects lead. These changes come at a critical time as OpenAI prepares for its IPO and aims to scale its operations for the next generation of AI models. Dali Rajic from Wiz will step in as the new CRO, tasked with building a revenue system to support OpenAI's ambitious growth plans. The leadership transitions highlight the company's evolving strategy and the challenges of maintaining stability during rapid expansion.
© The Verge AISuno Studio 2.0 is making strides towards becoming a full-fledged digital audio workstation with its latest update. The addition of MIDI support is a significant step, allowing users to transform MIDI data into audio and extend melodies. While it lacks third-party plugin support, its proprietary synth and built-in effects like reverb and compression offer a solid foundation. The integration of a chatbot that can handle tasks like cleaning up notes and suggesting vocal chains further automates the music production process. This update positions Suno Studio as a more comprehensive tool for music creators, though it still has room to grow in terms of plugin compatibility.
The latest llama.cpp update expands its functionality by integrating the MiniMax-Text-01 and MiniMaxM1ForCausalLM models, enhancing its role in causal language modeling. This release focuses on refining the MiniMax-Text-01 model by eliminating state transpose operations and implementing a logits mask to manage zero-valued embeddings. These adjustments aim to streamline the token sampling process and boost model efficiency. While no new model architectures are introduced, the update significantly refines existing processes, making llama.cpp more robust and efficient for developers working with these specific models.
The latest release of llama.cpp, version b10441, introduces a significant change by replacing deprecated flags with a unified --load-mode argument. This update simplifies the configuration process across scripts, examples, and documentation, making it easier for developers to manage memory mapping and loading options. The release also includes updates to internal warning messages and environment variable documentation, ensuring clarity and consistency. While this update doesn't introduce new features, it streamlines the user experience and reduces potential confusion for developers working with llama.cpp.
The b10442 release of llama.cpp brings notable improvements to Vulkan support, specifically targeting Intel Xe platforms. By adding SHMEM_STRIDE_PAD and APPLY_SLM_A_RESHAPE for cooperative matrix operations, this update aims to optimize performance on Intel hardware. Additionally, it addresses a critical out-of-bounds read issue in kvalues_mxfp4 initialization, enhancing stability. While these changes are technical, they signify a focused effort to refine performance and compatibility for developers working with Intel's Vulkan drivers. This release doesn't introduce new models but strengthens the existing infrastructure for better efficiency.