Normal view

Anthropic says Alibaba must be punished for largest Claude cloning attack

25 June 2026 at 18:01

Anthropic has accused the Chinese firm Alibaba of launching the largest attack yet attempting to clone Claude, as China races to match the capabilities of Anthropic's leading model following Mythos' release and subsequent restriction from foreign markets.

Ars obtained a June 10 letter sent to Senators Tim Scott (R-SC) and Elizabeth Warren (D-Mass.) one day ahead of a Senate committee hearing on “AI and the American Dream.” In the letter, Anthropic shared “new, confidential evidence of the largest campaign to illicitly extract Claude’s capabilities we have ever measured.”

The attacks occurred between April 22 and June 5, when “operators affiliated with Alibaba and Alibaba Qwen, Alibaba’s AI lab” allegedly generated “more than 28.8 million exchanges with Claude through almost 25,000 fraudulent accounts,” Anthropic said. Violating Claude's terms of service and access restrictions, this campaign “targeted some of Claude’s most valuable capabilities, such as agentic reasoning, software engineering, and long-horizon tasks.”

Read full article

Comments

© NurPhoto / Contributor | NurPhoto

IBM claims world’s first sub-1 nanometer chip technology

25 June 2026 at 10:00

A new chip architecture from IBM can integrate nearly 100 billion transistors on a chip the size of a human fingernail—nearly twice the transistor density of the company’s previous generation of chip technology. The resulting improvement in chip compute performance and energy efficiency comes from what IBM describes as the “world’s first sub-1 nanometer chip technology” for AI data centers.

“It's not just an incremental step, it's a meaningful leap forward,” said Jay Gambetta, director of IBM Research and IBM Fellow, in an advance media briefing. He described the new chip technology as “pointing to a future where computing becomes significantly more powerful without a corresponding increase in energy.”

It’s worth unpacking what the “world’s first sub-1 nanometer chip technology” means, because it is impractical to build reliably functional chips with transistors and other features smaller than 1 nanometer due to various physical limitations. Instead, IBM is basically claiming that its new “nanostack” architecture can deliver the computing performance improvements that would be expected if a theoretical chip could be built with physical features smaller than 1 nanometer.

Read full article

Comments

© IBM

AI coding agents taught robots how to install GPUs and cut zip ties

17 June 2026 at 19:25

What happens when you give AI coding agents a lab full of robotic arms, some compute resources, and a “generous token budget” for teaching the robots various tasks? The agents can apparently figure out a training regimen that teaches the robots to successfully cut zip ties and even insert GPUs into thin sockets on motherboards.

That glimpse into how AI can act in a fully autonomous way to automate robot training was made possible by a new agent harness framework—software that wraps around AI models to enable their use of various tools while also providing capabilities such as memory, context, constraint, and feedback loops. That agentic harness, called ENPIRE, was developed by robotics researchers at the Nvidia GEAR (Generalist Embodied Agent Research) lab alongside collaborators from Carnegie Mellon University in Pittsburgh and the University of California, Berkeley.

“A part of our NVIDIA GEAR lab now self-improves tirelessly overnight,” wrote Jim Fan, director of AI at NVIDIA, in a LinkedIn post. “We just read the reports in the morning.”

Read full article

Comments

© NVIDIA

$130 billion in data center projects blocked by protests so far this year

12 June 2026 at 17:18

It's clear that communities now have an effective playbook to block data center construction. This week, researchers flagged the first quarter of 2026 as producing the "most blocked and delayed data center projects on record," NBC News reported.

Data Center Watch, a project from AI intelligence firm 10a Labs that tracks data center fights around the US, reported that protestors "blocked or delayed at least 75 projects nationwide worth about $130 billion from January through March," NBC News reported.

That's "the most in a three-month period since the group began tracking in 2023," and it shouldn't be parsed as "a cyclical spike," the researchers said. Instead, there's been a "structural shift," as "communities have internalized an opposition playbook, legislative sessions introduced formal regulatory uncertainty, and the number of active opposition groups more than doubled to 833 across 49 states," researchers said.

Read full article

Comments

© UCG / Contributor | Universal Images Group

Google sues Chinese cybercrime network that used Gemini to automate scams

12 June 2026 at 16:34

Google loves telling us all the ways people are using its generative AI products to build new things, grow businesses, and save the world. Supposedly. Of course, people are also using AI for crime. Google has announced a new legal salvo aimed at a Chinese group called Outsider Enterprise, which is allegedly responsible for a massive AI-powered scam campaign. Google says it's working with law enforcement and mobile carriers to fight back.

According to Google's legal filing, Outsider Enterprise operates through Telegram. The group offers phishing-as-a-service to individuals who may not be technically savvy enough to set up fraudulent websites and text campaigns on their own. In its Telegram channels, Outsider Enterprise reportedly provided instructions on how to use Google's Gemini AI to create websites that imitate those of Google, YouTube, and government agencies such as New York’s E-ZPass. The group offered nearly 300 scam templates.

Google says that scams enabled by Outsider Enterprise resulted in more than 2.5 million text messages being sent to Android users. About 55,000 of those messages happened in a two-week period last month. In all, Google has tracked 9,000 fake websites and 1 million URLs connected to the scam network.

Read full article

Comments

© Aurich Lawson

Pokémon Go players unwittingly contributed to tech with military drone uses

12 June 2026 at 11:15

A decade after the global craze for Pokémon Go peaked, an AI company has been using billions of real-world images captured by millions of players to develop navigation technologies for delivery robots and possibly military drones. That represents an intriguing but potentially discomfiting legacy for an augmented reality mobile game that has incentivized gamers to capture short smartphone videos of physical neighborhoods and landmarks.

The AI company, Niantic Spatial, was spun out of Pokémon Go game developer Niantic in May 2025, after Niantic separately sold its licensed games such as Pokémon Go to the Saudi-backed video game publisher Scopely. But before that deal, Niantic publicly announced plans to use scans from millions of Pokémon Go players along with data captured by users of the company’s Scaniverse app to train and develop a “large geospatial model”—a 3D model of the physical world trained on the geolocated images provided by app users scanning real-world locations.

“Ground scans were one component to help train Niantic Spatial's real-world foundation models —AI systems that learn to recognize and interpret physical spaces,” a Niantic Spatial spokesperson told Ars. “The models are the product of that training, not a copy of or a means of accessing the underlying scans, which were of public points of interest such as statues and fountains.”

Read full article

Comments

© Patrick T. Fallon / AFP via Getty Images

Google DeepMind releases DiffusionGemma, a model that runs local AI 4x faster

10 June 2026 at 19:29

Another day, another AI model from Google. This time, Google DeepMind has released a new member of the Gemma 4 open model family, but it's fundamentally different from the rest of the lineup. DiffusionGemma doesn't generate outputs linearly like most AI models. Instead, it can produce an entire block of text in parallel. Google says this makes it faster and more efficient when running on local hardware like an Nvidia DGX or a humble gaming GPU.

Most AI models are designed to be autoregressive—they generate text left to right one token at a time. DiffusionGemma has more in common with image generation models, which start with static and then denoise it to create the desired content. This model takes a field of placeholder tokens running over the canvas multiple times to generate likely tokens and using those to improve estimation of others. At the end of the process, the model finalizes its token outputs in one large block—the "denoised" text canvas.

DiffusionGemma is fairly large in the realm of Google's open models. It's a Mixture of Experts (MoE) model with a total of 26 billion parameters, but only 3.8 billion are activated during inference. That means it should fit in the 18GB RAM allotment of a high-end GPU. In testing with an RTX 5090, DiffusionGemma spits out around 700 tokens per second. With a single Nvidia H100 AI accelerator, DiffusionGemma can produce 1,000+ tokens per second. That's about four times the output of the similarly sized autoregressive Gemma models.

Read full article

Comments

© Google

S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic

5 June 2026 at 18:45

SpaceX has requested unusually swift entry into several leading stock market indexes as a condition of its historic stock market debut. But the S&P 500 stock market index representing many of the largest profitable US companies has surprised market analysts by refusing to bend the rules for Elon Musk’s space and AI company.

The June 4 decision by S&P Dow Jones Indices—the company that creates and manages stock market indexes such as the S&P 500—means that SpaceX will not gain accelerated access to potentially billions more dollars through passive investment funds that automatically purchase shares of S&P 500 companies. Modifying the rules in response to SpaceX's request could have also allowed leading AI companies such as OpenAI and Anthropic to gain entry not long after their own expected initial public offerings (IPOs). That possibility has now been shuttered.

The news will likely come as a relief to people concerned about passive investor money and people’s retirement savings plans having greater exposure to the market risks associated with SpaceX’s big bet on AI and speculative orbital data center plans. AI companies are generally facing more challenges in funding and building expensive AI data centers, even as they shift more of the subsidized costs of running AI services onto shocked customers through usage-based pricing.

Read full article

Comments

© Michael Yanow/NurPhoto via Getty Images

"We pissed off a lot of people": Giant data center plan cut 50% amid protests

One of the world's biggest data center projects was designed to be nearly three times the size of Manhattan, stretching across multiple Utah sites. But intense local backlash in Box Elder County has now pushed the developer to cut the project plans in half before construction starts.

Residents' top concern was the Stratos data center project draining local waters, and they were willing to pay to protect them, most especially the vulnerable Great Salt Lake. Many locals paid a $15 fee to register comments to block the transfer of 1,900 acre-feet of water from a ranch to the hyperscale data center. Other concerns include electricity bills rising and potential risks to air quality, local wildlife, and land.

Venture capitalist Kevin O'Leary, chair of O'Leary Digital and Shark Tank investor, is behind the construction of the project. He told a local ABC affiliate that he regrets not working with state officials to be more transparent about the project from the beginning.

Read full article

Comments

© Natalie Behring / Stringer | Getty Images News

The Fitbit Air is a good wearable weighed down by a chatty AI "coach"

5 June 2026 at 15:40

Smartwatches can track your health stats, but they also do a lot of other things you might not always want or need. The $100 Fitbit Air tracker ditches the screens that have become common on people's wrists, leaving behind a tiny puck of health sensors you can often forget you're wearing. You will not, however, forget that Google's new health platform is built around AI.

The Air has no speaker, and there's only one LED on the side to indicate battery level. You can double-tap the tracker to check the level, and that's about the end of on-device features. The vibration motor is only for alarms—it can't sync with notifications on your phone. That makes sense, given there is no screen to tell you what that buzz was all about.

Fitbit Air side view The Fitbit Air doesn't have a display or buttons—just a small LED on the side for battery status. Credit: Ryan Whitwam

The stock Performance Band is simple, consisting of a smooth polyester yarn with small velcro pads and a metal loop. It's durable but does seem to absorb a bit of moisture. For swimming or heavy workouts, you'll probably want the silicone active band. This one hides the Air puck a bit more effectively, and it looks good in a sporty way.

Read full article

Comments

© Ryan Whitwam

Elon Musk tries again to escape FTC audits of X data handling

Critics hope to keep Elon Musk from escaping a strict data-privacy order imposed by the Federal Trade Commission (FTC) shortly before he took over Twitter.

The FTC order placed restrictions on X's data use for 20 years, while requiring regular independent audits and granting the agency authority to request documents as needed to ensure compliance.

The FTC’s action came after Twitter voluntarily disclosed that between May 2013 and September 2019, a coding error accidentally allowed phone numbers and email addresses that users shared for two-factor authentication purposes to be used for targeted advertising aimed at those same users. In a settlement that came just months before Musk's 2022 takeover, Twitter agreed to pay $150 million and to allow the FTC to monitor the platform's data-handling practices until 2042 in order to protect user privacy.

Read full article

Comments

© Anadolu / Contributor | Anadolu

❌