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

推荐订阅源

雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
V
V2EX
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
美团技术团队
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
From Cloud AI To Real-World Agents: The Shift To Intellig...
Sakyasingha · 2026-05-07 · via Forbes - Innovation

Dr. Sakyasingha Dasgupta is the founder and Chief Executive Officer at EdgeCortix Inc., a leading fabless semiconductor company from Japan.

getty

​For many leaders, artificial intelligence (AI) still brings to mind vast data centers filled with power-hungry GPUs. Although that picture isn't entirely wrong, it’s become increasingly incomplete. A new generation of AI is emerging beyond the cloud or traditional data centers. This new class of AI—AI agents—won't just passively respond to queries; they're built to act, making decisions and executing tasks in the real, physical world.​

Today, AI agents are appearing on factory floors, in robots, inside telecom base stations, aboard drones and on satellites. They're really good at planning what needs to be done, using the right tools and making decisions quickly. What's interesting is that I've found that these AI agents work better when they're close to the real world, rather than being far away in cloud servers like traditional AI systems. They can react faster and make better decisions because they're right where the action is happening.

As a result, AI agents depend not only on massive cloud infrastructure but also on power-efficient processors operating at the edge or the "thick edge," meaning the next era of AI may be defined less by raw computing power and more by how much intelligence it can deliver per watt.

​Why AI Agents Need The Edge

Scenarios like a quality-control system on a manufacturing line that detects defects in real time or a drone navigating through unpredictable conditions can't afford the latency of sending every frame to a remote cloud. Even a 100-millisecond response delay can be the difference between a safe maneuver and a collision in these examples.

Running AI locally changes the equation. Decisions happen instantly, sensitive data stays near its source and systems continue operating even when connectivity becomes unstable.

The cloud will remain essential for training models and orchestrating fleets of devices. But when perception, reasoning and action converge, the most valuable computation increasingly happens onsite.​​​

Engineering AI For The Physical World Is A Long-Tail Problem

​Real-world action introduces constraints like power budgets, thermal envelopes, memory bandwidth and environmental stress. Engineers describe this as size, weight, power and cost (SWaPC). Any system that flies, drives, sails or orbits must operate within tight limits. Every watt saved extends endurance. Every gram removed enables additional payload or longer operation.

In these environments, the meaningful metric isn't spec-sheet TOPS (trillions of operations per second) but how many useful decisions a system can make per joule. Models that perform perfectly in a lab may throttle inside a 45-degree telecom cabinet next to a vibrating motor. That failure is rarely about the model itself. System design is crucial. Hardware, software and thermals must be treated as a unified whole from the start.​​

The Next Wave Of Intelligent Endpoints

​AI-enabled laptops and smartphones are only visible on the edge. Cameras, robots, industrial kiosks, vehicles, satellites and tens of thousands of telecom sites are all becoming intelligent endpoints. But each environment brings its own constraints. Managing these heterogeneous fleets quickly becomes more complex than building any single device.

Success in edge AI depends on more than fitting a large model into a small box. Organizations must deploy systems safely, update them reliably and observe behavior across the entire stack.​

AI In Extreme Environments

​Some of the clearest insights come from the hardest of constraints—space and defense. Onboard AI reduces the need to transmit raw data back to Earth, identifying events in real time and enabling autonomy when communication delays make human intervention impossible. These same capabilities translate directly into commercial applications: anomaly detection in manufacturing, navigation in degraded environments and logistics under severe weather.

Telecommunications networks are also becoming a proving ground. Operators are exploring AI-enhanced radio access networks where the same hardware accelerates both radio functions and AI processing, especially inference. This convergence reduces power consumption across thousands of sites and embeds intelligence directly into the infrastructure that connects everything else.​

Engineering AI Agents For The Next Decade​

​For technology leaders, a few themes are starting to emerge:

1. Workloads must be designed with locality in mind, so real-time inference happens where data is created.

2. Power, thermals and memory bandwidth are no longer secondary concerns but are defining what an AI agent can reliably do in the field.

3. AI agents need built-in observability, guardrails, security and reliable rollback paths because agents acting in the physical world must be monitored and controlled with precision.

4. The metrics that matter have now shifted—decisions per joule, real‑world latency and operational reliability across hardware and software reveal far more than model size or peak benchmarks.

The next decade of AI will belong to systems that can make intelligent decisions closer to where data is created and with far less energy. In the end, real competition will be about who can turn millijoules of energy into reliable, real-world actions on a global scale.​​


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?