AI 资讯
Blade Runner 2099’s moody dystopia streams on Amazon in November
After teasing the series with some first-look images yesterday, Amazon is finally properly unveiling its Blade Runner streaming series. Called Blade Runner 2099, the show hits Prime Video on November 25th with all eight episodes dropping at once. We also got the first trailer for the series, which is full of Blade Runner staples: a […]
AI 资讯
Alexa Plus is getting an AI update to handle more complicated instructions
Amazon is launching an update to its Alexa Plus assistant that will allow it to connect to smart home devices in new ways. With the update, Alexa Plus can link up with tech from Bosch, Delta, Ecovacs, iRobot, Yale Home, Whirlpool, Tapo, Eufy, and others, while automatically routing requests to the correct device. In an […]
AI 资讯
Amazon puts Luna cloud-streamed games like Fallout 4 inside Prime Video
The new strategy that Amazon gaming exec Jeff Gattis talked to The Verge about last month is getting clearer now that Prime Video has added a new Games tab on Fire TV devices. With Prime Gaming, Amazon Game Studios, and Luna now combined into one organization, it's aiming at the more casual audience of people […]
AI 资讯
Amazon is bringing games to Prime Video
Amazon is hoping the addition of games can turn Prime Video into a one-stop entertainment destination, borrowing a strategy from Netflix, which has increasingly embraced party games over the past several years.
科技前沿
Amazon brings Luna game streaming to the Prime Video app
Luna will be first arrive in the Prime Video app on Fire TV devices in the US and UK.
AI 资讯
AWS Billing Bug Shows Customers Trillion-Dollar Estimates While Its Own Cost Alarms Fail to Act
A configuration change in AWS's bill computation system showed customers estimated bills in the billions and trillions of dollars for over 24 hours. AWS's own alarms detected the anomalies but failed to halt bill generation or page engineers; customer escalations alerted the company 4.5 hours later. Budget and cost anomaly alerts were disabled platform-wide during mitigation. By Steef-Jan Wiggers
科技前沿
Amazon is making a Robocop TV show with the showrunner from Lodge 49
Amazon greenlit a Robocop pilot. Now it has committed to a full TV show.
科技前沿
How to connect your Ring doorbell camera to your smart TV
It's easy to see who's at the door without grabbing your phone.
科技前沿
Amazon's Adaptive Display for Fire TVs is officially rolling out today
Amazon's Adaptive Display accessibility feature for Fire TVs is officially rolling out today
AI 资讯
An Ebike Company Was Sued for Misleading Info on Safety. It Points to a Big Problem
Several Chinese businesses associated with the ebike brand Aipas settled a lawsuit with Amazon and the safety certification company UL in July.
科技前沿
AWS Billing Glitch Hits Customers With Billion-Dollar Fees
An error with the cloud computing giant’s billing operation caused some customers’ monthly bills to rise from a few cents to billions of dollars.
科技前沿
Apple Music and Apple One prices rise for the first time in years
Apple is blaming an Apple Music price hike on "rising licensing costs."
AI 资讯
A bug in AWS has caused some customers' bills to spike from a few cents to billions of dollars
"The displayed billing estimates do not reflect actual usage and charges," Amazon said.
AI 资讯
Amazon fixing bug that billed some AWS customers billions of dollars
Some Amazon customers logged on Friday to a surprise bill estimate claiming that they owed the tech and cloud giant billions in fees.
开源项目
An OLED iPad mini could finally arrive this year
Apple will reportedly refresh the iPad mini this fall and the rest of its iPad lineup in the first half of 2027.
科技前沿
Samsung is making Amazon Music pre-installed bloatware on Galaxy phones
Don't use Amazon Music? Too bad, Samsung is installing it for you anyway.
AI 资讯
Skip the Middleman: Connecting Your UI Directly to an AI Agent via WebSocket
I've been building AI agents for a while now, and streaming responses to a UI has always been the painful part. In previous projects I tried API Gateway streaming, Lambda response streaming, and even AppSync Events via an agent tool call to notify the UI. I also looked at adding my own WebSocket API through API Gateway, which requires managing $connect , $disconnect , and $default routes, storing connection IDs in DynamoDB, and posting messages back through @connections . All of these approaches felt like too much ceremony for what should be simple. That's when I found that AgentCore has built-in WebSocket support. The browser can just connect directly to the agent. No middleman. I built WearCast to demonstrate this functionality. This is an AI agent that helps you pick out what to where based on the weather. I've found this very helpfu when packing for a trip. The code for this application is public and you can find the full implementation on this GitHub repo . The problem with the traditional approach We usually build app applications as we do REST APIs User → REST API → Lambda → AI Service → Lambda → REST API → User Every message makes a round trip through multiple intermediaries. The response waits until the entire generation is complete, and then it all comes back at once. For a chat interface, this feels sluggish. Users stare at a spinner while the model generates hundreds of tokens they could already be reading. Even if you add Server-Sent Events or long-polling, you're still stitching together a real-time experience on top of infrastructure that seemed like overkill. I wanted something better. The architecture Here's what I ended up with: ┌─────────────┐ ┌──────────────────┐ │ React UI │─── JWT ─▶│ API Gateway + │──▶ Lambda (presigned URL) │ (Cognito) │ │ Cognito Auth │ └──────┬──────┘ └──────────────────┘ │ │ WebSocket (SigV4 presigned URL) │ ← No middleman! Direct connection → ▼ ┌──────────────────────────────────┐ ┌────────────────────┐ │ AgentCore Runtim
科技前沿
SpaceX is on track for record-setting Starlink deployments
SpaceX is currently ahead of last year's record-setting pace for Starlink satellite deployments. SpaceX launched 1,589 Starlink satellites into low-Earth orbit in the first half of 2026, according to launch data compiled by Jonathan McDowell's satellite tracker, compared to 1,489 satellites deployed at the same point in 2025. 2025 was already a record year for […]
开发者
Roku is the most popular streaming TV, but lacking more than you think
The company's streaming devices aren't quite keeping up with competitors in several important categories.
AI 资讯
Amazon is reportedly working on a more powerful agentic Alexa assistant
Amazon is working on a project codenamed 'Moonraker' that would enable the AI assistant to handle multi-step tasks more effectively.