
X has launched a hosted Model Context Protocol (MCP) server, making it easier for AI tools to connect to its platform. This new server allows AI applications to use X's API with user account permissions, eliminating the need for developers to create their own MCP servers. While the server doesn't introduce new functionalities, it simplifies access to X's data, enhancing its role as an information network. The server does not permit automated posting, ensuring compliance with X's anti-spam measures.
Read original
© TechCrunch AIMeta has quickly retracted an AI feature from Instagram that allowed users to alter photos from public accounts without notifying the original poster. This feature, part of the Muse Image AI suite developed by Meta Superintelligence Labs, sparked immediate criticism due to its potential for misuse, such as generating unauthorized images. The removal underscores the ongoing struggle tech companies face in aligning innovative tools with user privacy and ethical standards. Meta intended to offer a creative tool, but the absence of user consent mechanisms led to its swift withdrawal, emphasizing the necessity for stronger safeguards in AI technology.
© TechCrunch AIApple has initiated a lawsuit against OpenAI, accusing the company of misappropriating trade secrets and breaching contracts. The allegations suggest that OpenAI's leadership, including Chief Hardware Officer Tang Tan, orchestrated the acquisition of confidential information from former Apple employees. This legal battle emerges as OpenAI is rumored to be developing a hardware product that could compete with Apple's iPhone. Apple's move to protect its intellectual property underscores the competitive landscape between the two tech giants. The resolution of this case could have significant implications for OpenAI's hardware development plans.
© TechCrunch AIClem Delangue, CEO of Hugging Face, underscores the critical role of open source AI, comparing the platform to a GitHub for AI models and datasets. He observes that as companies expand, they often move from expensive proprietary APIs to more affordable open source options, which he believes is essential for democratizing AI technology. Delangue voices concerns about the risk of a few large companies dominating the AI landscape, advocating for openness and transparency, particularly in the field of robotics. This approach is reflected in Hugging Face's decision to focus on capital efficiency rather than traditional fundraising, even declining a significant investment offer from Nvidia to stay true to its open source principles.
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.