Urgent.News

What's breaking now, across thousands of outlets.

AI

Techie Tonic: Is the future of AI computing in the devices we carry?

Thanks to my fellow MANY CXO community members for this interesting discussion: Do you think the next major transformation in computing may not happen in the cloud. It may happen in the devices people carry, wear and use every day? Smartphones, laptops, tablets, vehicles, cameras and industrial equipment are rapidly evolving from conventional computing endpoints into intelligent devices capable…

The future of AI computing may be shifting from cloud-based servers to the devices we carry on a daily basis, including smartphones, laptops, tablets, vehicles, cameras, and industrial equipment. As these endpoints evolve into intelligent devices capable of understanding users, processing information, and taking action, they are being equipped with dedicated AI processors, known as neural processing units (NPUs).

This shift allows devices to perform certain AI tasks locally, reducing dependence on the cloud and enabling faster responses, improved privacy, and the ability to use AI services even when internet connectivity is limited. With AI agents becoming more prevalent, users may be able to simply tell their devices what they want done, without needing to navigate through various applications.

The devices will learn users' preferences, routines, and working patterns, providing increasingly personalized assistance while keeping sensitive personal data local. However, this AI endpoint revolution also presents significant challenges, particularly in terms of security and privacy, as well as the need for organizations to rethink endpoint management.

Brief written by urgent.news from Gulf News's own syndicated text. Machine-written — may contain errors; check the original before relying on it.

Read the original at gulfnews.com →

More in AI

Audit the Server, Not the Model: A Free-Tier Test for AI Coding Tools

The model decides what the tool says, but the server decides what the tool does, and most developers audit the first and ignore the second.

  • Server performance crucial for AI coding tools to execute generated code
  • Free server audit evaluates tool's capabilities and reliability
  • Metrics include time to first edit, run, and error-to-fix cycles

Debugging a Flaky LLM Pipeline: Timeouts, Truncation, and a 40-Line Probe

The failure had nothing to do with the free server, and everything to do with two assumptions I had baked into my harness.

  • Batch job processed 40 requests, then returned 200 with empty content for next 3-4 requests
  • ReadTimeout occurred after 30-second hang, indicating real issue with input length
  • Fixed context-window overflow and dead keep-alive connection in author's harness

More from Tuesday 25 August →