
Nvidia has unveiled a new blueprint for humanoid robots, combining American AI technology with Chinese robotics hardware. The initiative involves a partnership with Unitree, a Chinese robotics startup, and features Nvidia's Thor T5000 chip. This collaboration aims to advance humanoid robotics by integrating powerful AI capabilities with cost-effective hardware solutions. Despite geopolitical tensions, this partnership underscores the potential for cross-border innovation in the robotics industry.
Read original
© WIRED AIProminent AI companies like OpenAI and Anthropic are advocating for legislative action to prevent AI from being used in the development of biological weapons. The letter, signed by industry leaders such as Sam Altman and Dario Amodei, warns that AI could dismantle existing barriers that have historically deterred the creation of such weapons. The potential for AI to aid in designing dangerous pathogens raises concerns about global health security. The call to action emphasizes the importance of implementing mandatory screening for synthetic DNA and RNA orders to ensure these technologies are used responsibly. This initiative reflects the urgent need for regulatory frameworks to address the risks associated with AI-driven bioterrorism.
© WIRED AIElon Musk's AI firm, xAI, is attempting to unmask the plaintiffs in a lawsuit concerning deepfake images allegedly produced by its Grok AI. The individuals involved have experienced significant emotional distress and fear further harassment if their identities are disclosed. xAI contends that revealing their names is in the public interest, despite the plaintiffs' concerns about privacy and potential retaliation. This legal confrontation illustrates the ongoing struggle between maintaining privacy rights and ensuring transparency in cases involving AI-generated content. The decision in this case could influence how similar legal battles are handled in the future, particularly those involving sensitive AI-generated material.
© WIRED AIPresident Trump has enacted a revised executive order on AI, marking a pivotal moment in the establishment of AI governance. The order shortens the federal government's pre-release access to advanced AI models from 90 to 30 days, addressing industry concerns about the rapid pace of AI advancements. This decision highlights the administration's effort to balance the need for innovation with the imperative of security, especially given the potential cyber threats posed by powerful AI systems. While the order doesn't impose formal regulations, it initiates a voluntary process to identify and mitigate vulnerabilities in AI models before they are released to the public. This action signifies the administration's dedication to maintaining US leadership in AI and cybersecurity.
The v0.22.1rc2 release addresses a specific compatibility issue with CUTLASS fmin, crucial for initializing DeepSeek-V4. This fix ensures smoother integration and functionality for developers relying on this setup. While it may seem like a minor update, resolving such compatibility issues can significantly enhance the reliability and performance of AI models. This update is particularly relevant for developers working with the DeepSeek-V4 model, ensuring they can proceed without encountering initialization errors.
The b9491 release of llama.cpp resolves PDL race conditions by eliminating 'restrict' from PDL kernel headers, which were previously causing compatibility issues. This update introduces preprocessor directives to ensure performance is maintained on older architectures while simplifying the use of 'restrict' through macros. Additionally, the release addresses the PDL restrict issue on Hopper architectures. These changes are crucial for developers as they enhance compatibility and performance across different operating systems and hardware configurations, making llama.cpp more robust and versatile.
The b9498 release of llama.cpp significantly boosts RVV quantization by extending vector dot operations to higher VLENs. This update introduces new 512b and 1024b implementations for quantization schemes like iq4_xs and q6_K, enhancing performance on targeted architectures. While no new models are introduced, the release focuses on refining existing functionalities, particularly for CPU and GPU tasks. With support for macOS, Linux, Windows, and openEuler, llama.cpp becomes a more adaptable tool for developers working with a range of hardware setups. This update underscores llama.cpp's commitment to optimizing performance across different environments.