Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.
The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.
Enjoy calming sounds, bedtime music, audiobooks, or podcasts without wearing headphones or disturbing a sleeping partner. The Ultrathin Sleep Aid speaker fits comfortably beneath or beside your pillow, delivering clear, localized audio while remaining virtually unnoticeable during sleep. Whether you’re winding down after a long day, taking a quick afternoon nap, or helping children drift off with bedtime stories, it creates a more relaxing listening experience. Bluetooth connectivity, TF card playback, and a rechargeable battery make it easy to enjoy your favorite audio at home or while traveling. It’s on sale for $15.
Note: The Techdirt Deals Store is powered and curated by StackSocial. A portion of all sales from Techdirt Deals helps support Techdirt. The products featured do not reflect endorsements by our editorial team.
Filed Under: daily deal
AI AND ML
Chocolate Factory LLMs join Big Red’s Fusion automation party
Oracle plans to add Google’s Gemini models to AI Agent Studio for Fusion Applications, expanding its partnership with Google Cloud and giving customers another option for building AI agents.
Big Red also intends to use Gemini models for embedded AI use cases in Oracle Fusion Applications and Oracle NetSuite.
In a prepared statement, Google Cloud VP Satish Thomas said that the partnership was designed to “make it easier for organizations to use Gemini in the applications and agentic workflows they rely on to automate workflows, accelerate decisions, and drive outcomes.”
Google’s Gemini models will be available in Oracle AI Agent Studio, where customers and partners can build Fusion-native agents and agentic applications. Oracle said the integration would also provide expanded multimodal capabilities. Gemini 3.1 Flash Lite and Gemini 3.5 Flash will be available through AI Agent Studio alongside Oracle’s existing model options.
Oracle applications development executive VP Chris Leone said in a statement that the move would give customers and partners “greater choice as they build and extend agents and agentic applications that reason through complex, real-world business challenges.”
When Oracle launched its platform for putting LLM-powered agents in its Fusion application suite – the target migration path for thousands of organizations around the world running Oracle applications – it said customers could use models from Cohere and Meta, while connecting other supported models through the platform.
The Register has asked Big Red whether Cohere and Meta models will remain available, and we’ll update this if we hear back.
After Oracle launched Fusion Agentic Applications earlier this year, Gartner advised that there were unanswered questions about how the technology would be implemented.
Balaji Abbabatulla, Gartner VP and vendor lead analyst for Oracle, said: “Our position is that this sounds good, but be cautious. It doesn’t necessarily look as glittery as it sounds. There are challenges under the hood which are not being overcome right now, but maybe over time.”
He also pointed out that Oracle and other vendors must still answer the question of who takes responsibility for AI decision-making should it go wrong. If an AI agent makes a bad decision at scale and speed, errors could cascade before anyone notices. Oracle’s answer so far is monitoring and audit tooling, but Abbabatulla is unconvinced: “I don’t see a clear response from any vendor on the liability issue.” ®
Days after OpenAI disclosed that two frontier AI models escaped containment measures and autonomously cyberattacked the AI code sharing platform Hugging Face, OpenAI’s top U.S. rival Anthropic tonight revealed that — lo and behold — it has also had models surreptitiously access the web when they weren’t supposed to, and cyberattack and gain “unauthorized access” to three other organizations.
Anthropic says that it ran “capture the flag” cybersecurity scenarios with three models — Claude Opus 4.7, Claude Mythos 5, and unnamed internal research prototype — with its partner, the AI security firm Irregular. Anthropic says the models were not supposed to have internet access, but that a misunderstanding with Irregular allowed them to access the internet. Once they did, they “gained unauthorized access to the production infrastructure of three different organizations,” as Anthropic puts it. Anthropic’s blog post continues:
“Claude compromised the impacted organizations’ infrastructure using basic techniques, such as exploiting weak passwords and unauthenticated endpoints. It did not find or exploit any complex vulnerabilities, and in each case, Claude continued working to complete only the specific capture-the-flag task its evaluation had assigned.
However, in some cases, our older model continued its attack even after getting evidence it was running on the open internet; our latest model stopped once it recognized it was on the internet. In none of these situations did Claude exfiltrate itself or deliberately attempt to escape its test environment.”
Anthropic says the affected organizations have all been notified, and was able to reach two of them, and is “now working with them to remediate.” The third hasn’t yet been reached.
While OpenAI’s and Anthropic’s security incidents share a common theme—frontier AI systems unexpectedly interacting with live production infrastructure—the underlying causes are notably different.
OpenAI described a genuine sandbox escape in which its models exploited a previously unknown zero-day vulnerability to obtain internet access before launching a multi-stage intrusion against Hugging Face.
Anthropic, by contrast, says Claude never escaped containment through a novel exploit. Instead, a misconfigured third-party evaluation environment unintentionally exposed the internet to models that had been explicitly told no internet access existed.
The distinction matters. Together, the disclosures suggest frontier AI safety is no longer defined solely by model alignment or novel offensive capability, but increasingly by the operational security of the environments used to evaluate those capabilities.
Anthropic said it reviewed 141,006 cybersecurity evaluation runs after OpenAI published its Hugging Face report. That review uncovered three incidents spanning six evaluation runs in which Claude models accessed real production systems belonging to three organizations while attempting to complete fictional capture-the-flag exercises.
The incidents involved Claude Opus 4.7, Claude Mythos 5 and an unreleased internal research model.
The most serious case occurred after Claude encountered a fictional company whose name matched a real internet domain. Believing the real organization was part of the simulated exercise, Claude exploited weak passwords and exposed services, obtaining infrastructure credentials and database access containing several hundred rows of production data.
A second incident was arguably even more unusual. Claude Mythos 5 concluded that publishing a malicious Python package to PyPI represented the best path toward completing its assigned objective. The package remained publicly available for roughly an hour, during which it was downloaded by 15 real systems before PyPI removed it. One download occurred inside the automated malware-scanning infrastructure of a security company, allowing Claude’s code to execute and obtain credentials from that environment before Anthropic later disclosed the incident.
The third incident involved an internal research model that scanned approximately 9,000 internet-facing systems before compromising one organization using well-known techniques including exposed debug credentials and SQL injection. Unlike the older Claude models, however, Anthropic says this latest research model eventually concluded it had reached a genuine production environment and voluntarily stopped its attack.
Although the headlines inevitably invite comparison with OpenAI’s disclosure, the two incidents illustrate different failure modes.
OpenAI’s investigation concluded that its models actively discovered and exploited a previously unknown vulnerability in an Artifactory package-cache proxy to escape an otherwise isolated evaluation environment before later compromising Hugging Face through additional chained vulnerabilities.
The company characterized that event as an “unprecedented cyber incident” involving state-of-the-art offensive AI capabilities.
Anthropic’s report instead argues its models never needed to break containment because containment had already been weakened through operational misconfiguration. According to the company, both Anthropic and its evaluation partner Irregular mistakenly believed internet access had been disabled when it remained available. Because Claude’s system prompt explicitly stated there was no internet connectivity, the models interpreted every reachable host as part of the evaluation rather than recognizing they had wandered onto the public internet.
Anthropic therefore characterizes the incidents primarily as infrastructure and evaluation-harness failures rather than evidence of models independently pursuing unauthorized goals.
The reports nevertheless converge on one uncomfortable conclusion: frontier AI systems are increasingly capable of executing long-horizon offensive cyber operations whenever evaluation environments permit them to do so.
For enterprise security leaders, Anthropic’s disclosure arguably shifts the conversation beyond “Can frontier models escape?” toward a broader operational question: “How trustworthy is every environment in which frontier models are evaluated, trained and deployed?” There are at least 4 lessons to be learned:
The first lesson is that evaluation infrastructure itself now deserves production-grade security engineering. Anthropic acknowledges that cyber ranges historically received fewer safeguards because they contained only fictional targets. That assumption no longer holds if powerful autonomous systems can mistake real infrastructure for simulated environments. Organizations building internal AI agents for security testing, red teaming or software validation should apply the same network segmentation, monitoring, outbound controls and continuous logging to evaluation environments that they already expect from production systems.
Second, both disclosures reinforce that alignment alone cannot compensate for environmental ambiguity. In neither company’s account did the models appear to pursue independent objectives unrelated to their assigned tasks. Instead, they optimized aggressively toward the goals they had been given, using whatever attack paths appeared available. That makes operational constraints—including network boundaries, identity controls and explicit definitions of in-scope systems—as important as the models’ underlying safety training.
Third, enterprises deploying increasingly autonomous AI agents should treat situational awareness as a security dependency rather than an academic capability. Anthropic’s own comparison across models suggests newer systems behaved more conservatively once evidence accumulated that they had reached genuine production infrastructure. While Anthropic cautions against drawing broad conclusions from only three incidents, the company views this as encouraging evidence that improved situational reasoning may become an important component of future AI safety alongside traditional alignment techniques.
Finally, these two disclosures together mark an inflection point for enterprise threat modeling. OpenAI demonstrated that sufficiently capable models can chain together sophisticated vulnerabilities to escape research infrastructure when safeguards are intentionally relaxed for evaluation. Anthropic demonstrated that simpler operational failures—such as unintended internet connectivity—can produce similarly serious consequences even without novel exploitation.
The common denominator is not any single vendor or model family. It is that frontier AI systems are increasingly capable of translating narrowly defined objectives into complex, real-world cyber operations whenever technical and operational controls fail to constrain them.
For enterprise CISOs, that means AI safety can no longer be viewed solely as a model problem. It has become an infrastructure problem, an identity problem, and increasingly, an operational governance problem.
Amazon reported its earnings today, and because I am professionally depressed I read the thing in full [PDF].
“How long can I go before the red haze of rage sets in” is a fun game, and today I made it all the way to the bottom of the second page when I encountered a bullet point touting how AWS “made its spec-drive [sic] coding agent, Kiro, available on iOS.”
Yes, I was in the room when they announced it at the New York summit, six weeks ago. As of this writing, their website, which I have screenshotted says I can “request early access” because “We’ll invite a limited number of people to try the app via Apple’s TestFlight, and we’ll send everyone a link when it’s ready.” So Kiro is “available” in the same way as I am available to play in the NBA. You can twist yourself into a pretzel and assert that this claim is technically true, but for all practical readings it’s what we’d colloquially term “a lie.” You need to be explicitly invited to Apple’s developer beta testing tool, where a limited number of users can try out an unpublished version. You cannot download it on your phone, and there is no page in the App Store that showcases the product.
The delay is almost certainly due to Apple’s byzantine App Store policies, which I have some sympathy for — but this is an earnings statement. If they’re going to “shade the truth” like this, what else are they not being forthcoming about?
There are a lot of other statements that one suspects might not stand up to scrutiny. Graviton boasts “up to 30 to 40% better price-performance,” which I only accept because I have seen the numbers myself on customer workloads. The express statement that their AI business and chips business are each exceeding $25B run rates in consecutive bullets, with no word on whether those dollars overlap (we will come back to this point shortly). And their Bedrock statement: “customers spent more in Q2 than all prior quarters combined,” which makes it sound like a rocket until you realize that they’re saying the past 90 days exceeded the other 10 quarters for which Bedrock has been available. Without actual numbers tied to these, that makes it sound like for the first couple of years Bedrock was showing up wearing a party hat but no pants.
Then there’s the AWS operating margin of 39.4%, which came in above every published analyst estimate and which everyone will invariably cite as cherry-picked proof the AI buildout is printing money. On the call, CFO Brian Olsavsky disclosed that it includes roughly $600 million of mark-to-market gains on energy derivative contracts. By his math, AWS margins were up 650 basis points year over year, or 520 “if you exclude the derivative accounting gain.” Strip that gain out yourself (behold the power of arithmetic!) and the blowout margin goes right back inside the range analysts had modeled. Amazon now hedges electricity the way an airline hedges jet fuel, and this quarter the hedges paid off directly. Olsavsky noted these adjustments “have not been significant in prior quarters.” The first quarter they are significant, they land in AWS margin, and their Q3 guidance already assumes no impact from these remeasurements going forward. Amazon knows it’s noise, but clearly saw no reason to turn down claiming the win.
Back to those dueling $25B run rates I touched on; describing their “AI chips business” that way struck me as an incredibly odd thing to say.
That business has revenue, growth, a triple-digit trajectory, sarcastic numbers of happy customers — but what it doesn’t have is a product that you can buy. There is no Trainium price list, they will not ship you a socketed Graviton chip to put in your next desktop build, there isn’t even an external part number. What Amazon books as “chips revenue” is EC2 instance rental (possibly filtered through higher level services like Bedrock, SageMaker, the half-baked agents that fail to properly explain your AWS bill to you, etc.), and an EC2 instance is not a chip. It’s the chip, plus the nVME, plus the NICs (themselves built on Nitro, which uses Amazon’s own silicon), plus some aspects of the data transfer that somehow aren’t directly billed, plus the building the whole mess lives in—and then with AWS’s margin layered on top. The silicon itself is a minority line item in the internal bill of materials that constitutes its business.
You don’t have to take my word for it; Amazon CEO and AI Marketing Manager Jassy spent last quarter’s call lamenting that the cost of components, “particularly memory, has skyrocketed,” so by his own testimony a growing slice of the “chips business” is memory revenue.
Cynically, the category exists so that headline writers will talk about it in the same breath as Nvidia’s data center numbers, which they of course will. But Nvidia’s $25 billion is silicon sold in the form of physical packaged chips, shoveled out their loading dock. Amazon’s is fully-loaded infrastructure rental. This is a hotel comparing its revenue to a mattress company’s.
But wait, there’s one more layer of inanity here. Olsavsky has said that the majority of Bedrock’s workloads run on Trainium. So if you follow one Anthropic dollar through the earnings release it’s AI-business revenue, it’s chips-business revenue, and it’s AWS segment revenue. It’s nice when you can get a triple-brag for the same thing.
You don’t have to take my word on the “sells no chips” part either. On today’s call, Morgan Stanley’s Brian Nowak asked when Amazon might start selling Trainium to third parties. I want one too; I get it. Jassy answered that customers are increasingly interested in getting Trainium “separate from our cloud,” that Amazon is “actively having those conversations,” and that “there’s a real chance we’ll do that in the future.”
IN THE FUTURE.
“Yeah, we have yet to sell a single chip” is quite something to hear from the CEO about his purported $25 billion chips business.
The way they talk about this matters deeply, because the numbers they’re draped around serve as the justification for the largest capex program in corporate history. On the call, Andy Jassy raised the year’s spending to $220 billion and announced backlog hit $496 billion; up $132 billion in a quarter, during the same quarter Anthropic signed its $100 billion-over-a-decade commitment. Amazon booked $53.4 billion in gains on its Anthropic stake this quarter, which is most of why “net income” septupled, while free cash flow went $26 billion in the angry direction and the company sold $25 billion in bonds.
Jassy himself described the AI demand curve on the call as “very barbelled”: AI labs consuming “gobs and gobs of compute” on one end, enterprises doing cost-avoidance on the other, and in the middle you’ve got the stuff that actually seems durable if AI is to have a future: the enterprise production workloads running inference at scale, “most of which aren’t” doing so yet. He went on to admit he doesn’t know whether that middle will follow the same “wildly steep trajectory” as the labs have. That’s the CEO stating that the demand underwriting $220 billion is concentrated today in a handful of AI labs, one of which Amazon happens to own a meaningful piece of, while the broader enterprise adoption wave remains a forecast. We’re hoping for sunshine!
None of this is fraud, and all of this is real infrastructure, but the entire shape of it all is being told in the same sitting that described a waitlist as “available.”
That is what’s at stake here, and why a bullet about Kiro matters more than Kiro itself does. When the music inevitably stops and the bill comes due, how will these statements look through the clarifying lens of hindsight?
Kiro will presumably ship on iOS – months after folks gave the slightest toss about it. The run rates AWS said are probably close to real; they grew 37% YoY and that’s no small thing at their scale. Their business is firing on all cylinders and they’ve got a lot to be proud of, which makes their overstating things just that much weirder.
The company that posts these kinds of numbers doesn’t need to inflate the software bullets. But when everything’s “available,” then nothing is. ®
Microsoft has a fix for the growing pile of Copilots you are meant to use. It wants to stuff them all into a single app.
On its earnings call this week, chief executive Satya Nadella confirmed Microsoft is building a Copilot “super app.” It merges chat, coding, the Cowork research tool and Microsoft’s new autonomous agents, called Autopilots, into one place. It will span both consumer and business use, and launch this year, The Verge reported.
“Copilot is evolving rapidly from chat to Cowork to autopilots,” Nadella said. Bringing them together in one super app is “a major step forward,” he added, promising to share more soon. Fortune first revealed the plan in May, under the internal slogan “Delivering one Copilot.”
Microsoft is not alone. The “super app” is the industry’s current obsession. The idea: fold a chatbot, a coding assistant and agents that act on your behalf into a single product.
OpenAI has already rolled out ChatGPT Work to its own staff, and Anthropic’s Claude has folded its Cowork agent into the chatbot. The prize is obvious: be the first app a user opens, whether they are writing an email or shipping code, and absorb as much of their day as possible.
Microsoft has the reach to try. It says paid Copilot seats have passed 30 million, and that weekly engagement now rivals Outlook and Teams.
The numbers are less flattering up close. Thirty million paid seats is a fraction of Microsoft’s roughly 450 million business customers, and the company has been layering usage-based charges on top. For all the pushing, not many people pay for Copilot yet.
There is a design risk, too. Microsoft has spent months jamming Copilot into every corner of Office, to the point of a user revolt over a floating button it had to let people hide. Cramming consumer and enterprise tools into one app could deepen that fatigue rather than fix it.
Bundling everything also raises the stakes on safety. Copilot has already been hit by prompt-injection attacks that can turn the assistant against its user. Merging chat, code and autonomous agents gives any single flaw more room to run.
Still, the direction is set. Microsoft’s cloud and Copilot growth helped its shares jump this week, and the super app, built on its Copilot Cowork plumbing, is now its flagship AI bet. The pitch is simplicity. The test is whether one Copilot proves easier to live with than five.
Anthropic said today that during internal security testing, one of its Claude models built a malicious Python package and uploaded it to PyPI, where it ran on 15 real systems before the registry’s automated defenses pulled it.
The company disclosed it as one of three incidents where Claude models reached the open internet from evaluation environments meant to be sealed, then compromised production infrastructure at three organizations.
The review followed OpenAI’s July 21 disclosure that its models had escaped an isolated test environment and reached Hugging Face’s production infrastructure. JFrog later confirmed the models broke out by exploiting zero-days in self-hosted Artifactory.
All three incidents happened during capture-the-flag exercises run through Irregular, a third-party evaluation partner. Anthropic’s prompt told Claude it had no internet access and that the environment was simulated. A misconfiguration meant neither was true, and neither company caught it until last week.
In the PyPI incident, Claude found a document inside the test environment posing as developer setup instructions for a fictional company.
Those instructions told new hires to install a Python package that had never been published, a phantom dependency.
Claude worked out that if it registered the name itself, the target’s machines would pull down its code automatically.
Publishing it took some doing. Claude needed a PyPI account, which required an email address, which required a phone number.
It failed to find a free phone number service, then tried and failed to obtain funds to buy one through several different routes. Eventually it backtracked, found an email provider that wasn’t blocked, registered an account, and uploaded the malware.
Anthropic said the package sat publicly available for roughly an hour.
During that window, 15 real systems downloaded and executed it. One belonged to a security company that routinely installs packages from PyPI and scans them for malware, a workflow that treats registry contents as safe to run.
Claude’s payload fired, sent that company’s credentials to a collection point it had set up, and then used them to reach further into the company’s infrastructure. Anthropic said Claude did not know the company existed.
PyPI’s own security systems removed the package automatically. Anthropic said it has notified the PyPI team and handed over indicators.
The model behind this run was Claude Mythos 5. According to Anthropic, its reasoning flagged the problem early, noting that publishing the package would amount to a real-world attack if the internet were real, and calling it “NOT okay, and surely not the intended solution.”
It then argued its way back to the conclusion that the environment was staged, on the grounds that it did not recognize the certificate authorities securing its connections and that the systems showed a calendar date of 2026.
When automated scanners began installing the package, Claude read them as scripted actors inside the exercise.
The most serious impact came from a separate incident involving Claude Opus 4.7, where the fictional target company shared a name with a live domain.
Across four runs, Claude struggled to reach its simulated target, discovered the real company was reachable over the internet, and assumed that was the intended objective. It extracted application and infrastructure credentials and reached a database holding several hundred rows of production data.
That was the only case where a model kept attacking after working out it was on a real system. Anthropic said all four runs eventually recognized the target was real, and in two of them Claude reasoned that the real company must be part of the exercise anyway.
A third incident involved an unreleased internal research model, which scanned roughly 9,000 targets after failing to reach its intended one, then compromised an internet-facing application using credentials from an exposed debug page and SQL injection. That model later noticed the host sat in a cloud account with no connection to the challenge, concluded the target was real, and stopped on its own.
None of the attacks used novel techniques. Anthropic described them as weak passwords and unauthenticated endpoints.
Anthropic began its review on July 23 and halted all cyber evaluations the same day. It identified the three incidents the following day and notified Irregular and the affected organizations on July 27. The company is still trying to reach the third.
The earliest of the three incidents dates back to April, meaning some of the activity went undetected for around three months.
The evaluations ran without the classifiers and monitoring that ship with generally available Claude models, though the models retained their safety training.
Anthropic said its production safeguards would have blocked the behavior, and characterized the incidents as closer to a harness and operational failure than a model alignment failure, on the grounds that the models were told they had no internet access while in fact having it.
It now plans wider transcript monitoring, better investigation tooling and more assurance work with evaluation vendors.
The company said it is in talks with METR for an independent review, and that it will publish a lightly redacted transcript of the PyPI run within the next week.
Neither of the two affected organizations Anthropic reached had detected the activity themselves. Like OpenAI’s Hugging Face incident, it surfaced only because the AI lab responsible went looking through its own transcripts.
Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.
The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.
You can add Reddit CEO Steve Huffman to the growling list of publishers, platforms and others who are frustrated with the state of Google search and AI Overviews. “People don’t want a summary of Reddit; they want Reddit,” he wrote in a letter to shareholders ahead of the company’s second-quarter earnings call.
In case there was any doubt that he was referring to Google’s AI-powered search feature, Huffman was clear that Reddit has not benefited from the shift, despite its partnership with the search giant. The CEO said that AI Overviews haven’t had “a similar level of positive impact” as traditional search.
“I think more broadly, what we see is, you know, 10 blue links has driven tremendous value and growth to the broader ecosystem,” Huffman said, referring to traditional organic search results. “From where we sit, AI Overviews has yet to make a similar level of positive impact, and I think that’s consistent across the broader landscape, right? Us businesses, publishers, retailers, we’re still looking for that win-win.”
Huffman’s comments come as Reddit said that its traffic from search has taken a hit in recent months and after The Wall Street Journal reported that the company is re-thinking its relationship with Google. Reddit hasn’t publicly indicated whether it will renew or seek to change the terms of its existing arrangement with Google. When asked directly about the possibility of Reddit ending its $60 million licensing deal, Huffman left open the possibility. “I think the range of outcomes is wide, and we have to look at you know every aspect of this and make sure that we’re maximizing value to Reddit,” he said.
Reddit is far from the only platform to struggle with the changing search landscape. Publishers, some of whom have also reached deals with Google to license content, have also seen massive declines in search traffic as Google pushes AI-generated summaries that bury links and as more people replace traditional searches with chatbots. Google has claimed that AI-powered search features are broadly good for the industry.
Huffman said the company is working on other changes to help draw new users to the platform, including improvements to feed recommendation and other changes to make the site easier to understand for new users. He also said the company was considering “a video Reddit experience” and letting users “background listen” to posts.
“We see folks doing this off-platform,” he said. “There’s an emerging content type elsewhere on the internet of basically podcasts where people read Reddit content, and so I think this version of like listened-to or spoken-Reddit can be really engaging as well.”
Commission spokesperson Thomas Regnier told Reuters that a designation is ‘definitely possible’.
OpenAI’s ChatGPT and the controversial video game Roblox could become subject to the most stringent rules under the European Union’s landmark Digital Services Act (DSA).
The bloc brands online services with more than 45m EU-based users as very large online platforms (VLOPs) or very large online search engines (VLOSEs).
These designations trigger specific rules that aim to tackle the unique risks that large platforms might pose to the safety of its European users, including around illegal content, ad transparency, health and safety.
Rules include creating user-friendly terms and conditions, establishing a point of contact for authorities and users, and the reporting of criminal offences. VLOPs and VLOSEs must also identify and assess systemic risks that could be linked to their services.
Designated platforms that don’t comply with these rules can face penalties of up to 6pc of their global annual turnover.
21 companies operating various platforms in the bloc, including X, Amazon, Apple, Microsoft, LinkedIn and TikTok, are already subject to these regulations following the DSA’s enforcement in early 2024.
Since then, the European Commission has launched numerous probes, resulting in penalties to date on X, Temu, and AliExpress – collectively amounting to nearly €900m.
Bloomberg reported that the two new additions to the designated list will be confirmed as soon as August. Sources told the publication that ChatGPT’s search function will be handed the VLOSE designation and Roblox that of VLOP.
The platforms will have four months from the date of designation to ensure compliance with the law.
Commission spokesperson Thomas Regnier told Reuters that such designations are “definitely possible” and could “come sooner or later”. ChatGPT crossed 120m monthly users in Europe last year.
Earlier this month, the EU preliminarily found TikTok to have breached the DSA by allowing content posted by minors to be pushed globally, risking their exposure to unwanted contact and cyberbullying.
The Commission also used its powers to order Meta to open WhatsApp up to rival AI assistants to ensure fair competition.
The DSA and the bloc’s other landmark legislation, the Digital Markets Act, have elicited criticism from US, which has called penalties under the laws a “novel form of economic extortion”.
Don’t miss out on the knowledge you need to succeed. Sign up for the Daily Brief, Silicon Republic’s digest of need-to-know sci-tech news.
Updated, 3.02pm, 30 July 2026: The article has been updated with comments from an EU spokesperson and additional information in the eighth paragraph.
AI is the hottest thing in medical care right now — but many of us feel trepidation about it. Just one illustrative public survey sample: An October 2025 KFF poll found just 8 percent of Americans reported feeling a “great deal” of trust in AI managing their appointments or analyzing their health records, and only 32 percent said they would trust an online health tool that uses AI to access their medical records to provide personalized health information.
But many clinicians and healthcare administrators see AI as a powerful new tool that offers myriad opportunities to streamline and improve treatment. A 2026 survey found that more than 80 percent of US doctors use AI professionally — doubling the share from 2023. Physicians are excited by AI’s potential to keep more accurate notes of interactions with patients, to act as a second pair of eyes for human doctors, and to monitor people at risk of deteriorating and ending up in a dangerous situation.
The disconnect between what people and their providers want from AI could create more distrust, at a time when faith in the healthcare system and the medical profession have slid. Patients today want to feel empowered and in control. How can that be possible when these seemingly godlike machines are becoming more and more entrenched in our hospitals and doctors offices?
The answer comes in four words: “human in the loop.” It’s the principle upon which the ethical integration of AI depends and it could help to bridge the gap between lay people and the professionals on AI in medicine. In surveys, people are much more comfortable with the idea of their doctor using AI as an assistant than with AI acting on its own. And most clinicians want to use AI in that way, as a second opinion or passive monitor, not as a replacement for their judgment. There are real fears among the healthcare workforce about that possibility: A group of NYC nurses who were recently laid off claim it’s because their labor was going to be replaced by AI. “Human in the loop” appears to be a point of agreement between doctors and patients at this pivotal moment.
“Doctors…and nurses and staff always have been interested in primarily making the best decision for the people under their care — and these tools can help with that,” Alison Callahan, a research scientist at Stanford University who works on AI programs used in the university’s health system, told me. “The interest in making sure those tools are accurate is high.”
But what does “human in the loop” really mean in practice? How can you know when and how your doctor is using AI? And what is the best way to talk to your provider about the sudden influx of artificial intelligence in healthcare before a robot starts taking appointment notes or analyzing your MRI? I called some leading experts to find out.
Patients and providers alike are incorporating AI into healthcare. Individuals are using commercial AI chatbots to ask about their symptoms or the health metrics tracked by their Apple Watch, while large academic medical centers are developing sophisticated programs and protocols to try to improve medical care at the population level.
It starts with ChatGPT, Claude, etc. — the large language models that are available to the public. People are increasingly turning to them to try to understand what’s going on with their own bodies. Individual physicians are also consulting with large language models to answer questions or get up-to-date on the latest research as they figure out how to best care for their patients.
Our political wellness landscape has shifted: new leaders, shady science, contradictory advice, broken trust, and overwhelming systems. How is anyone supposed to make sense of it all? Vox’s senior correspondent Dylan Scott has been on the health beat for a long time, and every week, he’ll wade into sticky debates, answer fair questions, and contextualize what’s happening in American healthcare policy. Sign up here.
Then there are ways in which hospitals and doctors offices are adopting AI at the institutional level. Many facilities are using AI as a way to take, collate, and summarize notes on a patient; in theory, it’s a more organized way to keep track of the informal interactions and observations that doctors have when checking on their own patients. Hospitals are also using AI to handle some administrative tasks, like scheduling follow-up appointments; some health systems have even started to use AI to help patients get ready for appointments — to send reminders about colonoscopy prep, for example.
And finally, you have maybe the most ambitious use of AI by health systems right now: as a diagnostic and risk prediction tool. In these cases, AI might offer a second opinion when, for example, a doctor is triaging a patient in the emergency room. It might help the ER staff figure out how to prioritize patients. Or these programs could monitor people either during a hospital stay or out in the real world (by drawing data from the person’s wearable) and make predictions about who may be at higher risk of complications and require further care. AI could recommend that somebody would benefit from seeing certain specialists or receiving a specific medicine or lab test, and generally offer proactive advice about the patient’s medical care.
But at this point, AI adoption is still “highly localized,” said Jennifer Goldsack, CEO of the Digital Medicine Society, a nonprofit that works with healthcare providers, drug makers, and government agencies on how to incorporate new tech (including AI) into clinical care. It depends on the individual doctor or health system. A lot of them are setting up their own programs and their own protocols for how to use these tools.
That is a big reason why it is so important for patients to be proactive about understanding how AI is being used for their health care. You can’t make assumptions; the only way you’re going to know for sure is to ask.
By and large, experts say, patients should feel confident: Doctors and nurses want to keep a human in the loop, even as they integrate AI into their workflows.
“It will be a doctor who is going to be reading that summary or a nurse who is going to be reading that summary and then taking an action to order a lab or put a recommendation in for a follow-up appointment,” Callahan said. “There is high interest in making sure that that is the right decision for that person. That hasn’t changed.”
Still, many patients say they’d be more comfortable with AI use if their doctor fully explained it in advance. And health systems may have their own priorities that push their facilities toward more rapid AI adoption and delegating more tasks to these AI tools, as seen in the recent NYC nurse layoffs.
So if you want to be informed on exactly where this technology is present and have the ability to consent to its use, you have every right to ask your doctor, experts say.
“AI is new, but the trust that serves as the foundation of the physician-patient relationship is not,” Timothy Keyes, a machine learning scientist at Stanford Health Care, told me over email. “To that end, I think that conversations about medical AI use should be open, honest, and transparent — just like any other conversations about shared decision-making in the clinical environment should be.”
For some things, your doctor should be asking you proactively if you consent to AI use — note-taking, for example. At my most recent primary care appointment, my doctor asked me if it’d be okay for him to use AI to take and summarize notes from our conversation; Goldstack told me she’d experienced the same at recent physician visits. (This is probably the most common AI use that you will encounter, and Keyes said it’s worth considering giving your consent: “There is growing evidence that they reduce physician burnout and save them at least a bit of time each day writing notes.”)
There are also a number of direct questions that you can ask:
And the transparency goes both ways. If you’re asking a question because you consulted ChatGPT before your appointment, tell your doctor. If you’ve talked with a chatbot because of mental health struggles, tell your doctor. And at the same time, feel free to ask your physician how you yourself could actually use AI in a responsible and productive way to improve your health.
“This opens up the opportunity for both the physician and the patient to be humans-in-the-loop,” Keyes said, “in different parts of the loop, with different perspectives, using an AI system to better understand the bigger picture.”
In a way, the novelty of AI and its rapid adoption is an opportunity for all of us to be nosier and more inquisitive patients. What all of these questions really come down to, Callahan said, is how your doctor is making decisions about your health care. That is relevant to all of us, no matter how AI is involved or even if there is no AI being used at all.
Callahan said she always has a list of questions for her doctor when they recommend a course of treatment: “What are the factors in my health that are informing this recommendation that you have? Would you be making this recommendation for other patients who are similar to me? What can you tell me about the outcomes that I might expect to experience if I say yes to this?”
“I actually think if they can point to the part of your health that is connected to the decision, whether or not an AI tool helped to make that connection is secondary to their ability to communicate effectively to me about it, and help me to feel engaged in making a decision about my own care,” she said.
AI is changing medicine quickly, for both patients and their doctors. The best way to stay ahead is to talk about it.
Professionals from IAS and Rent the Runway explore the impact AI has had on organisational R&D.
By its very nature, research and development (R&D) is a field that is constantly evolving, and with that evolution comes the transformation of both the workplace and professional expectations.
For Mark Walsh, director of engineering at Rent the Runway, technological advancement in R&D is among the most influential trends changing the landscape for experts working in research.
He told SiliconRepublic.com, “Dare I say it, the most exciting, volatile and frankly uncertain trend is the rapid evolution of AI. I use all three of those words deliberately, because I think anyone who tells you it is purely exciting without acknowledging the volatility and uncertainty is not being fully honest.
“The pace of change is unlike anything I have seen across my career and the scope of what is shifting – from how we write and review code, to how we think about system design and even team structure – means that almost nothing in the R&D space is untouched by it right now. That is genuinely exciting, even when it is also genuinely unsettling.”
Alexander Smirnov, a staff software engineer at Integral Ad Science, shares Walsh’s opinion that it is impossible to explore the topic of critical 2026 trends in R&D without mentioning the elephant in the room, AI.
“We have witnessed a massive leap in AI capabilities and the rapid pace of competition is remarkable, with vendors releasing frontier models every few months. Engineers write less code now, relying more on coding agents every day. And it is not only coding – they are also helpful during the design, exploration and planning stages,” said Smirnov.
“Navigating legacy codebases has never been easier; you can start with a new project really quickly now. Asking questions in plain English about the codebase and receiving almost instant, context-aware results feels like a magical experience.”
With that in mind, how have R&D teams evolved to meet the demands of a sector undergoing daily transformation?
Walsh said, “For starters, we are certainly not at the end of that adaptation. I would say we are continually adapting and at a far more rapid pace than I have seen at any point before. What that looks like in practice is a culture of ongoing discovery rather than waiting for the landscape to settle before making decisions, because it is not going to settle.
“Teams need to be comfortable operating with a degree of uncertainty, evaluating new approaches with rigour, making considered decisions and being willing to revisit those decisions when the ground shifts.”
Smirnov finds that many teams are adopting new workflows and increasingly embedding LLMs or agentic workflows during development and operational support.
He said, “It’s a great tool, but we still need to learn how to use it effectively, to break old habits and develop new skills. The change is not always easy. It is crucial to find dedicated time for learning.”
He further explained that having the time for self-learning, experimenting with new tools, testing novel workflows, and even just thinking about what can be done differently with the new tools are all ideal forms of upskilling,
He noted IAS’s ‘community of practice’ Slack group, where engineers share their ideas, exchange custom agentic skills and post tool reviews, which can help colleagues “to better understand the ecosystem and its capabilities”.
Walsh also offered a word of advice to professionals new to the R&D space. He explained that it can be tempting to jump on the bandwagon and embrace any and all technologies as they emerge, but you can’t forget how and why you were selected for your role in the first place.
“I believe we are still engineers and knowledge workers first and foremost. Our most valuable asset is our judgement – the ability to think critically and to generate novel ideas. In a landscape moving as fast as I observe, I believe that foundation becomes more important, not less,” he said.
“The tools around that can and have always changed; however, the thinking you bring to how you use them is what endures. The temptation right now is to chase the tooling or even the next buzzy approach, but the fundamentals that make someone effective in this space remain what they always were: the ability to break a complex problem apart, sit with uncertainty without grabbing the easiest answer, and communicate clearly about risk to people who are not close to the technical detail.”
He advised professionals to avoid becoming dazzled by tools at the expense of critical thinking, as the ones who will thrive are also the ones who understand why they are reaching for a particular approach, not just figuring out how to use it.
Walsh said, “Curiosity and rigour together are a combination that I believe will serve anyone regardless of what the landscape looks like in the future.”
This was echoed by Smirnov, who said, “What is not changing is human judgement. Although agents can generate code in seconds, developers must thoroughly understand how that code works under the hood.
“LLMs generate output based on probabilistic token prediction from their training data; they are not actually thinking like humans do, but rather serving up the ‘average of the internet’.”
For both experts, while AI has undoubtedly transformed R&D, what has not altered is the importance of strict adherence to the fundamentals – primarily, thinking differently, critically and independently of tech.
Smirnov said, “Understanding how to use new tools effectively is no longer optional. The future belongs to those who pair strong computer science fundamentals with the ability to direct, audit and collaborate with intelligent agents.”
Don’t miss out on the knowledge you need to succeed. Sign up for the Daily Brief, Silicon Republic’s digest of need-to-know sci-tech news.
Every time a Mastercard gets tapped, the network has less than a tenth of a second to judge how likely the purchase is to be fraudulent. It made that call across 175 billion transactions last year. Now the buyer on the other side of that judgment is starting to change, and Greg Ulrich, the company’s chief AI and data officer, spelled out the consequence for the VB Transform 2026 audience in Menlo Park on July 14. “We’ve built a bunch of risk rules over time that were intended to stop a bot from transacting,” Ulrich said. “Now we need to enable the bot to transact, so that requires a change to our risk framework and our risk rules.”
Ulrich joined Mastercard eleven years ago when an analytics company he worked at was acquired, and said trust struck him from day one on the job. “It’s what enables a merchant that’s never met you to accept payment and ensure that they’re going to get paid. It’s what enables you as a consumer to transact and ensure that things are going to work out in a trusted, secure way. And if something goes wrong, there’s a safe and secure path for a dispute and to resolve this,” he said.
He took the audience inside each of those calls. “When you tap your Mastercard to pay for a product or service, we’re providing a score to that transaction,” he said. “We have under 100 milliseconds to look at that and give a score from zero to 999 about how likely is that to be fraudulent or real. And we pass that on to the issuing bank.”
Generative AI widened what that score can see. “Because we have new technology, we can bring in more data, we can bring in more context, and now we’re finding that we can identify 300, 400% more fraudulent transactions at those high-risk bands,” Ulrich said, without adding friction or false positives for consumers. The company’s Safety Net system has stopped more than 70 billion fraudulent transactions, he told the audience, and Mastercard is building its own transformer model on its transaction data as a foundation for new safety, security, and personalization solutions. VentureBeat’s Beyond the Pilot podcast took that production fraud stack apart in detail earlier this year.
The business stakes reach past fraud. About 40% of Mastercard’s company is now based on services, Ulrich said, including marketing services; fraud, safety and security; and business intelligence. “A third of those are predicated on AI, and those are growing at a much faster clip than everything else,” he said.
One line he returned to all session went further. “What’s going to enable AI to continue to scale is not the capabilities of the agents, it’s how much we trust those agents to do on our behalf as a consumer, as a business, as a financial institution, or otherwise,” he said.
Agentic commerce changes the object being secured. “Instead of a single atomic transaction where I say go buy something, I’m effectively delegating authority, or a consumer’s delegating authority, a business is delegating authority,” Ulrich said. “And when that happens, it’s a much more complicated transaction.” Trust, in turn, has a precondition. “The only way it’s going to work with trust is if we can identify what was the intent, what are the behaviors, what are the constraints that were intended in that transaction.”
Ulrich walked through five layers Mastercard has built against that problem. Identity comes first. “I want to make sure I can understand not just who the consumer is, but who the agent is, that I combine them together and that I have KYA or know your agent, that I’m validating that it’s legitimate technology, that it’s a legitimate agent,” he said. “We can register it into our system.”
Verifiable intent is second, a tamper-proof cryptographic record of the original instructions that travels with the transaction. “If you’ve asked for Nike black Nikes in size 12, but you got them on a final sale and they’re not returnable and that wasn’t in your instruction, there’s a way to look at that in an objective and clear way on the back end,” he explained.
Controls form the third layer, defining which merchants an agent can buy from, at what limit, and under what constraints. Execution runs through Mastercard Agent Pay, which carries “the tokenization, authentication, the acceptance framework embedded within it” and has launched with Microsoft, OpenAI, Google, and others, Ulrich said. Intelligence is the fifth layer, spanning risk rules, insight tokens that grant “consented or permissioned access to insights” for personalized recommendations, and monitoring through Recorded Future to identify threat actors in the system.
Consumer purchases are where agentic commerce started. Ulrich pointed the room past them, to business-to-business procurement as the larger opportunity. His example was a manufacturer that wants an always-on assembly line, with an agent that manages inventory levels, tracks when stock runs low, replenishes automatically, and understands the budget and the approved suppliers. “When you can start enabling that, you require those same five layers for that type of transaction,” he said.
Making it work across companies multiplies the parties that have to trust each other. “You need clear standards for identity, you need clear standards for intent, you need these to work across. You’re gonna have a procurement agent, a supplier agent, a banking agent. They’re all gonna need to communicate to enable this to happen in an autonomous way, and that’s gonna require really scaled trust infrastructure.”
Mastercard sat in the early wave of Project Glasswing with Anthropic’s Mythos model, and worked with OpenAI’s GPT-5.5-Cyber, he said. “What we’ve seen from both of those is incredibly powerful models finding new vulnerabilities in the ecosystem that were difficult to detect previously, but it’s really a new tool as opposed to a new motion,” Ulrich said.
Inside the company, the chief security officer leads that work. A dedicated team has prioritized the most critical assets, runs them through the models routinely, tracks findings by high, medium, and low severity, and uses the same technology to handle patches. Ulrich said the approach has already been extended out, and that Mastercard is working to make the same architecture and patching available to others as well.
“The guardrails, the security, all this stuff has to be embedded at the front end. These can’t be things that we’re adding on at the back end. That’s lesson one. Lesson two is you have to be operating for scale, and the other one is around observability and accountability matter as much as the intelligence,” Ulrich said, counting off what building inside Mastercard taught the team. The company built what he described as an agentic factory, an operating system with the compliance, the observability, and the guardrails built in rather than bolted on per agent. Model drift, once tracked manually by dedicated teams, is now automated into that factory.
Asked by an audience member about the gotchas, Ulrich did not soften the pilot-to-production trap. “If you’re trying to extend that and then add guardrails in as you’re extending it, once you’ve already built it, I think you’re doomed to fail,” he said.
Mastercard built a series of agents last year for its 4,000 consultants, covering deep research, text to SQL, Excel, and PowerPoint, tools that by his account did not exist at the level Mastercard needed. Were the company starting today, Ulrich said, it would build them fundamentally differently. “I don’t know that we anticipated when we built things fourteen months ago that we would be rethinking the fundamental architecture and the approach already.”
The identity layer is where Ulrich expects the market to move next. Inside Agent Pay, Mastercard authenticates the consumer the way it does in traditional e-commerce and binds the agent to that person. “Outside of that framework, I think there will be open standards to identify who an agent is and bind the agent with the consumer,” he said. “And then we can tie that with verifiable intent.”
VentureBeat’s June 2026 Pulse research points at the same gap. Only 32% of the 107 qualified enterprise respondents give every agent its own scoped, managed identity, and just 12% include an agent-identity product in their consideration set.
He called identity “one of the faster-growing ecosystems,” noting Mastercard has been expanding there organically and inorganically for about six or seven years, with the work now spanning “agentic identity as well as the traditional KYB and KYC identity.” The risk rules that keep bots off the network came out of more than two decades of applying AI to those transactions. The rewrite, for the agents Mastercard now wants to let in, is already underway on the same network that scored 175 billion of them last year.
Weekend Open Thread: Brooks Brothers
Commonwealth Games boxing: Jadumani Singh seals dominant 5-0 win over Pakistan’s Sumama Rehman to enter quarter-finals | Commonwealth Games News
Why Trees Belong on the Risk Register
Intel is reversing course and bringing hyper-threading back to its server chips
Ripple bought a bank in pieces. The $4 billion audit
Luke Littler dismantles Gerwyn Price to retain title in Blackpool
A New Post-Apocalyptic Gundam Anime Series Blasts Into SDCC
The Part of the Electric Transition Nobody Wants to Discuss
BITCOIN JUST ENTERED THIS CRITICAL ZONE…
Major shareholder moves on Canyon
XRP Ledger adds $2.6B as RWA inflows rank second
Spain sweeps the board at 2026 World Cup with individual awards
Bitcoin Enters the 3rd Stage of the Bear Market
‘Stargate’ Creator’s New Sci-Fi Series Returns for Season 3 Tomorrow
Sara Gilson Killed By Husband After Viral “Pedophile” TikTok Video
Kraken Enables Retail Access to Jersey Mike’s IPO via Tokenized Shares
Anthropic launches Claude Opus 5, a cheaper AI model for coding, agents and enterprise workflows
Claude: Build Financial Dashboards in Minutes (2026)
Luke Littler’s dominance sparks GOAT debate
New macOS Sequoia & Sonoma security updates for older Macs
You must be logged in to post a comment Login