惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
Recent Announcements
Recent Announcements
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
J
Java Code Geeks
博客园_首页
Jina AI
Jina AI
美团技术团队
H
Help Net Security
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
S
SegmentFault 最新的问题

Latest from Live Science in News

Artemis II heat shield aced its blistering reentry, ghostly underwater photo reveals Scientists invent artificial neurons that 'talk' to real brain cells, paving way to better brain implants 'What are the odds': Superbright comet and exploding fireball meteor form near-perfect X over European castle Meet AGI CPU — a specialist processor that engineers believe will power the next wave of AI Egyptian mummy has part of the 'Iliad' in its abdomen, archaeologists discover Artemis moon landing could face long delay while NASA waits for next-generation spacesuits Gene therapy improves hearing in 90% of patients with inherited deafness in largest trial of its kind Oil spills from Iran war may contaminate water and food supply and threaten protected wildlife refuge NASA's Curiosity rover finds a surprising number of giant 'dragon scales' littered across Mars Watch an AI-powered table tennis robot beat elite players NASA shuts off another Voyager 1 instrument as humanity Florida is facing its most intense drought in 15 years. Here's how it got so bad and how long it will last. Neanderthal toddlers grew faster than modern humans, probably because of the harsh environment they evolved in 'Nations need to prepare now': Key Atlantic ocean current is much closer to collapse than scientists thought New blood test aims to spot liver scarring before it paves the way to cancer A giant 'shadow' has been creeping across Mars for 50 years — and scientists aren't sure why Bruce the parrot is missing his upper beak —‬ but that hasn't stopped him from becoming an undefeated… Scientists identify main cause of extreme nausea and vomiting in pregnancy Naked mole rats wage bloody wars of succession to choose a new queen — but one colony did something scientists… Lyrid meteor shower 2026: See spring's first rain of 'shooting stars' peak in moonless skies $3 million prize goes to duo whose research led to first sickle cell CRISPR therapy 700-year-old mummy from Bolivia contains earliest confirmed evidence of strep throat bacteria in the Americas New pain-relief opioid could be much less addictive than morphine, rodent study finds Experimental drug doubles one-year survival in pancreatic cancer Science news this week: Physicists witness faster-than-light darkness pinpricks, humans are still evolving, and some… Archaeologists discover perfectly circular ancient Egyptian temple that may have been used for sacred water rituals 2 supermassive black holes may collide 100 years from now ‪—‬ and Earth would feel it Anglo-Saxon burial holds an older sister cradling her little brother after they both died 1,400 years ago, possibly of… Colorado River may have pooled and spilled over to form the Grand Canyon, solving a long-standing mystery ‪—‬… 'We all screamed when it happened': Bright-green fireball meteor caught exploding over famous Viking raid site…
'I violated every principle I was given': AI agent delete...
Kenna Hughes · 2026-04-29 · via Latest from Live Science in News

An AI coding agent designed to help a small software company streamline its tasks instead blew a hole through its business in just nine seconds.

PocketOS founder Jer Crane, said that the AI coding agent Cursor — powered by Anthropic's Claude Opus 4.6 model — deleted the company's entire production database and backups with a single call to its cloud provider, Railway, on April 24.

"This isn't a story about one bad agent or one bad API [Application Programming Interfaces]," Crane wrote in an X post. "It's about an entire industry building AI-agent integrations into production infrastructure faster than it's building the safety architecture to make those integrations safe."

Unlike a regular conversational chatbot, an AI agent can perform actions on behalf of a user. It can search files, write code, use login keys and phone outside services. That can make it more useful than a back-and-forth textual exchange. But when an agent has broad access to live systems, a predictive guess can turn a wrong answer into a business disaster.

Crane's company, PocketOS makes software for car rental companies, handling tasks such as reservations, payments, customer records and vehicle tracking. After the deletion, Crane said customers lost reservations and new signups, and some could not find records for people arriving to pick up their rental cars.

"We've contacted legal counsel," Crane wrote. "We are documenting everything."

Get the world’s most fascinating discoveries delivered straight to your inbox.

Going off the rails

The Cursor agent had been working in a test version of the software called a staging environment, where developers can safely try changes before they are used by customers. Staging allows for companies to fix mistakes before anyone sees them. But after Cursor hit a credential problem within the staging environment, it reportedly decided on its own to "fix" the issue by deleting a chunk of data stored via the cloud on the Railway's servers. Unfortunately, that storage was tied to PocketOS's live database.

Crane explained that Cursor found an API token — a "digital key" made of a short sequence of code that lets software talk to other services and prove it has permission to act — in an unrelated file which it then used to run the destructive command. According to Crane, Railway's setup allowed the deletion without confirmation, and because the backups were stored close enough to the main database, they were also erased.

"We're rebuilding what we can from Stripe, calendar, and email reconstruction," Crane wrote in the X post. However, Business Insider reported that Railway said the data had been recovered. Even so, the incident shows just how quickly a small incident can create serious problems.

Confessing without understanding

After the database vanished, Crane asked Cursor to explain what happened. The AI agent reportedly admitted that it had guessed, acted without permission and failed to understand the command before running it.

"I violated every principle I was given," the AI agent wrote. "I guessed instead of verifying. I ran a destructive action without being asked. I didn't understand what I was doing before doing it."

The statement reads like a confession, although AI systems generate text based on patterns in their training data and the conversation in front of them rather than truly understanding the consequences of their actions. Indeed, previous studies have shown that AI agents can act sycophantic to appease the user. While Cursor may not have been programmed this way, it used apologetic language to explain its reasoning.

Is the best model truly the best?

Cursor was reportedly running on Claude Opus, Anthropic's flagship model family. In theory, that should have made the agent more capable as top-tier models are usually better at reading code, following complex instructions and planning several steps ahead.

"This matters because the easy counter-argument from any AI vendor in this situation is 'well, you should have used a better model.' We did. We were running the best model the industry sells, configured with explicit safety rules in our project configuration, integrated through Cursor — the most-marketed AI coding tool in the category," Crane wrote.

In his post, he pointed to earlier reports of Cursor ignoring user rules, changing files it was not supposed to touch and taking actions beyond the task it had been given. To him, the database wipe was not a freak accident but the next step in a larger, more concerning, pattern.

"We are not the first," Crane wrote. "We will not be the last unless this gets airtime."

Live Science has reached out to Railway and Anthropic for comment and is awaiting a response.