Apple’s new MacBook Neo isn’t simply essentially the most reasonably priced MacBook by far — it’s additionally essentially the most repairable MacBook in “about fourteen years,” in keeping with an in-depth teardown by the how-to web site iFixit. The “massive story,” in iFixit’s view, is the battery. Whereas older MacBook batteries are supposedly glued into place, the Neo’s battery is held by a tray secured with 18 screws. That’s loads of screws, however iFixit declared that “screws nonetheless beat adhesive each time.” Actually, this new association — which ought to make it a lot simpler to exchange your MacBook battery…
Author: Naveed Ahmad
Nvidia CEO Jensen Huang used the corporate’s keynote at Nvidia GTC on Monday to introduce DLSS 5, a brand new model of the chipmaker’s AI graphics tech designed to make video video games extra lifelike whereas utilizing much less compute energy. The brand new DLSS 5 system combines conventional 3D graphics knowledge with generative AI fashions that may predict and fill in components of a picture, permitting Nvidia’s GPUs to supply detailed scenes and lifelike characters with out rendering each aspect from scratch. “We fused controllable 3D graphics, the bottom fact of digital worlds, the structured knowledge … with generative AI,…
angles = np.linspace(0.0, 2.0 * np.pi, n_particles, endpoint=False, dtype=np.float32) px0_np = 0.4 * np.cos(angles).astype(np.float32) py0_np = (0.7 + 0.15 * np.sin(angles)).astype(np.float32) vx0_np = (-0.8 * np.sin(angles)).astype(np.float32) vy0_np = (0.8 * np.cos(angles)).astype(np.float32) px0_wp = wp.array(px0_np, dtype=wp.float32, machine=machine) py0_wp = wp.array(py0_np, dtype=wp.float32, machine=machine) vx0_wp = wp.array(vx0_np, dtype=wp.float32, machine=machine) vy0_wp = wp.array(vy0_np, dtype=wp.float32, machine=machine) state_size = (steps + 1) * n_particles px_wp = wp.empty(state_size, dtype=wp.float32, machine=machine) py_wp = wp.empty(state_size, dtype=wp.float32, machine=machine) vx_wp = wp.empty(state_size, dtype=wp.float32, machine=machine) vy_wp = wp.empty(state_size, dtype=wp.float32, machine=machine) wp.launch( kernel=init_particles_kernel, dim=n_particles, inputs=[n_particles, px0_wp, py0_wp, vx0_wp, vy0_wp], outputs=[px_wp, py_wp, vx_wp, vy_wp], machine=machine, ) wp.launch( kernel=simulate_particles_kernel, dim=steps * n_particles, inputs=[n_particles, dt, gravity,…
The AI-powered design platform Picsart is launching an AI agent market, permitting creators to “rent” AI assistants to assist them with particular duties, like resizing and remixing social content material, or enhancing product pictures on Shopify. With over 130 million worldwide customers that skew Gen Z, Picsart is sort of a extra superior Canva for social media managers and content material creators. The corporate reached unicorn standing amid the creator financial system growth in 2021, however has remained related by persevering with to ramp up its AI-powered merchandise to serve the present market. The timing is sweet for Picsart to…
Apple has acquired MotionVFX, an organization that develops plug-ins, templates, and superior capabilities for Apple’s Ultimate Reduce Professional video modifying software program. The monetary phrases of the deal are unknown. “We’re extraordinarily excited to share that MotionVFX is becoming a member of the Apple staff to proceed to empower creators and editors to do their finest work,” MotionVFX mentioned in a message on its website. “For over 15 years, we’ve been on a mission to create world-class, visually inspiring content material and results for video editors. From the very starting, we’ve been all about high quality, ease of use, and nice…
Shawn Shen believes that AI might want to keep in mind what it sees to be able to succeed within the bodily world. Shen’s firm Memories.ai is utilizing Nvidia AI instruments to construct the infrastructure for wearables and robotics to have the ability to keep in mind and recall visible reminiscences. Reminiscences.ai introduced a collaboration with semiconductor large Nvidia at its GTC convention on Monday. By this partnership, Reminiscences.ai makes use of Nvidia’s Cosmos-Purpose 2, a reasoning imaginative and prescient language mannequin, and Nvidia Metropolis, an software for video search and summarization, to proceed to develop its visible reminiscence expertise.…
The SEC is engaged on a proposal to permit public firms to launch earnings stories twice a yr as an alternative of quarterly, per the WSJ. Chatter about making the 50-plus-year-old quarterly requirement non-obligatory has picked up steam previously yr, as firms lament the fee and burden of getting ready for quarterly earnings. The requirement can also be regarded as one purpose why some firms select to remain non-public longer. These in favor of change hope {that a} semiannual requirement will encourage extra firms to go public by making it simpler to keep up public firm standing. SEC Chairman Paul…
Nvidia CEO Jensen Huang thinks each firm ought to have an OpenClaw technique. And Nvidia is right here to supply it. Nvidia has developed NemoClaw, an enterprise-grade AI agent platform, Huang announced throughout his GTC keynote on Monday. The platform is constructed on high of OpenClaw, the favored open-source framework for constructing and working AI brokers regionally on an organization’s personal {hardware}. The brand new open supply platform is actually OpenClaw with enterprise-grade safety and privateness options baked in. The thought is to show OpenClaw right into a safe platform that enterprises can faucet into with one command, giving them…
Mistral AI has launched Mistral Small 4, a brand new mannequin within the Mistral Small household designed to consolidate a number of beforehand separate capabilities right into a single deployment goal. Mistral workforce describes Small 4 as its first mannequin to mix the roles related to Mistral Small for instruction following, Magistral for reasoning, Pixtral for multimodal understanding, and Devstral for agentic coding. The result’s a single mannequin that may function as a basic assistant, a reasoning mannequin, and a multimodal system with out requiring mannequin switching throughout workflows. Structure: 128 Specialists, Sparse Activation Architecturally, Mistral Small 4 is a…
Nvidia CEO Jensen Huang threw out quite a lot of numbers — largely of the technical selection — throughout his keynote Monday to kick off the corporate’s annual GTC Convention in San Jose, California. However there was one monetary determine that buyers absolutely took discover of: his projection that there might be $1 trillion price of orders for Nvidia’s Blackwell and Vera Rubin chips, a financial reflection of a booming AI enterprise. About an hour into his keynote, Huang famous that final yr Nvidia noticed about $500 billion in demand for its Blackwell and upcoming Rubin chips by way of…