
Meta has introduced the Muse Image model, an AI tool designed to generate images across its platforms, including Instagram and WhatsApp. Users can now '@ mention' other Instagram accounts in prompts, allowing the AI to incorporate their likeness into generated images. This model is part of Meta's transition from the Llama lineup to the Muse family, offering advanced features like reasoning and web searches. Muse Image will soon power new AI effects on Instagram Stories, with plans to expand to other Meta apps.
Read original
© The Verge AIMeta has quickly removed a controversial Instagram feature that allowed users to create AI-generated images using content from public accounts. This feature, part of Meta's Muse Image AI model, faced heavy criticism for enabling potential misuse without the consent of account owners. Critics, including the National Center on Sexual Exploitation, pointed out risks such as sextortion and privacy violations. Initially, Meta offered an opt-out option hidden in settings, but the backlash led to the feature's complete removal. This decision highlights the ongoing challenge for tech companies to innovate while respecting user privacy and safety.
© The Verge AIApple has taken legal action against OpenAI, accusing the company of illicitly acquiring trade secrets to enhance its hardware development. The lawsuit alleges that former Apple employees, now working at OpenAI, transferred confidential information about Apple's unreleased products and processes. This legal conflict reveals the intense competition among tech giants as they venture into AI hardware. If the allegations hold true, OpenAI's hardware plans and its partnerships could face significant challenges. This case brings attention to the vital role of intellectual property protection in the tech industry.
© The Verge AIInstagram's head, Adam Mosseri, has taken a nuanced stance on AI content, suggesting users should have the choice to exclude it from their feeds if they dislike it. While he doesn't advocate for banning AI content outright, Mosseri emphasizes transparency, proposing that AI-generated posts be clearly labeled. This approach acknowledges the challenges in detecting AI content as technology advances, while also addressing concerns about potential misuse. The introduction of Meta's AI image generator, Muse Spark, further complicates the landscape, raising issues around user safety and content authenticity.
The latest b9946 release of llama.cpp focuses on optimizing Hexagon operations, particularly unary operations, to improve performance and efficiency. By introducing tiling for wide rows and replacing divisions with fastdiv, the update aims to prevent VTCM overflow and streamline code execution. The release also includes tracing instrumentation and specialized thread functions to enhance code generation. While no new models are introduced, these technical improvements make llama.cpp more robust and efficient for developers working with Hexagon architectures.
The latest b9948 release of llama.cpp focuses on optimizing memory usage in CUDA operations, specifically in the ggml_top_k() and ggml_argsort() functions. By processing data in smaller chunks, the update reduces the need for large temporary buffers, enhancing performance on CUDA-enabled systems. This release also includes minor code improvements like allocating temporary destinations only once and refining the use of ternary operators. While no new model architectures are introduced, these changes make llama.cpp more efficient for developers working with CUDA, particularly in memory-constrained environments.
The latest b9951 release of llama.cpp marks a significant enhancement in the ET backend, introducing a range of new kernels and performance optimizations. This update includes the addition of various matrix operations and support for FlashAttention, which promises to improve computational efficiency. The release also focuses on vectorization and parallelization, aiming to boost performance across different operations. These changes make the ET backend more robust and capable, potentially benefiting developers working with complex AI models by offering improved speed and functionality.