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

推荐订阅源

H
Help Net Security
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
Jina AI
Jina AI
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Last Week in AI
Last Week in AI
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
WordPress大学
WordPress大学
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog

The Register

Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul Panasonic creates device-locked QR codes to speed facial biometric capture Iran claims US used backdoors to knock out networking equipment during war NASA Inspector fears new spacesuits won’t be ready for Moon landing Vibe coding upstart Lovable denies data leak, cites 'intentional behavior,' then throws HackerOne under the bus Trump-branded datacenter project fails to make itself great, again World's blandest man steps down from CEO job to spend more time in tastefully appointed home Chase got a spiff of $77 million to create one job with New York datacenter Scot becomes second Scattered Spider-linked crook to plead guilty in US You too can build a nuclear battery from junk you have lying around the house Schmoozebots: study finds flattery will get AI everywhere One of Europe's sovereign cloud picks may not be so-sovereign after all New Android development tool designed for robots, not humans
AWS lets agents drive its virtual cloudy desktops
Simon Sharwood Simon Sharwood · 2026-05-06 · via The Register

PaaS + IaaS

AWS lets agents drive its virtual cloudy desktops – which could cost 500,000 tokens per click if used carelessly

Vendor benchmark finds APIs let you do the job faster and cheaper

Amazon Web Services has let AI agents loose in its cloudy WorkSpaces virtual PCs.

The new service, currently in preview, allows users to assign agents an identity using Amazon’s Identity and Access Management service. Using those credentials, agents can access a WorkSpace at a unique pre-signed URL and drive any apps running there on the cloudy PC.

An AWS spokesperson told us the cloudy colossus recommends developers give each agent a unique identity, because doing so makes it easier to track their activities and to distinguish agentic actions from activity conducted by humans.

We’re also told that agents “connect through a managed MCP endpoint that provides governed access to desktop tools such as screenshots, mouse control, and text input.” This apparently “gives developers a controlled interface for agents to interact with the desktop while maintaining guardrails around what actions they can take.”

The main reason to give an agent its own PC is so it can automatically use software to perform various tasks. Cloudy or virtual PCs are well-suited to this scenario because they can be ephemeral – you can run them long enough for an agent to accomplish a chore, then shut them down. Keeping agents in an isolated virtual private cloud may also be preferable to letting them loose on the LAN or in the datacenter. Organizations that rely entirely on physical PCs, or don’t fancy letting agents drive VMs on a local machine, may also prefer cloudy PCs to the complexity of setting up on-prem virtual PCs.

AWS will allow agentic access to any of the many instance types its WorkSpaces service offers – and they run from small instances that offer a single virtual CPU and 2GB of RAM all the way up to big boppers that pack a GPU, 32 vCPUs, and 256GB of RAM. Amazon rents all its WorkSpaces for either a monthly flat fee that allows non-stop access, or a smaller fee plus hourly access charges.

Amazon is not alone in letting agents drive cloudy PCs: Microsoft has created a version of its Windows 365 service just for agents.

Agents drive PCs using computer vision – they typically take screenshots or video of a desktop, interpret what they “see” and then take action, assuming they’ve been given permission to click, type, and scroll.

AI coding outfit Reflex thinks the work required to do so is non-trivial. The company recently published research that claims a browser-use vision agent needed half a million tokens to click on a dropdown menu and concluded that using an agent can be 45 times more expensive than using an API.

The company has published its benchmark tools on GitHub so you can test its approach to see if you get the same results.

In its blog, Reflex’s head of growth Palash Awasthi allows that better AI models will eventually lower costs. But he insists that using agents will always require more steps to complete a job than APIs.

An Amazon spokesperson contacted The Register to point out that  Reflex's benchmark measures just one browser-use vision scenario and described that as "a useful data point in its own right" but one that "doesn't quite map to how these agents are architected and deployed in real enterprise environments.

"Computer-use agents and APIs solve fundamentally different problems. When an API exists, agents should — and do — use it," the spokesperson wrote. "But the majority of enterprise software — legacy ERP systems, thick-client applications, proprietary tools — simply doesn't have API access."

Which suggests letting agents loose in a cloudy desktop is not a decision to be taken lightly. ®