<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Leonard Liao</title>
    <description>The latest articles on Forem by Leonard Liao (@dongpei_liao_8092a14d7c50).</description>
    <link>https://forem.com/dongpei_liao_8092a14d7c50</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3366700%2Fea77ebfe-667a-442c-8c25-c5075dc8521c.png</url>
      <title>Forem: Leonard Liao</title>
      <link>https://forem.com/dongpei_liao_8092a14d7c50</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dongpei_liao_8092a14d7c50"/>
    <language>en</language>
    <item>
      <title>Autonomous Robots and Edge AI</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Wed, 29 Apr 2026 03:34:10 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/autonomous-robots-and-edge-ai-on3</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/autonomous-robots-and-edge-ai-on3</guid>
      <description>&lt;p&gt;A few days ago, a small but important news story came out: a startup is trying to replace $100,000-per-day offshore ships with &lt;a href="https://www.techradar.com/pro/the-worlds-largest-untapped-frontier-nasa-led-startup-is-replacing-usd100k-a-day-ships-with-ai-infused-autonomous-robots?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;autonomous AI robots&lt;/a&gt; that can stay on-site and operate continuously.&lt;/p&gt;

&lt;p&gt;At first glance, it sounds like just another robotics headline. But if you look closer, it highlights something much bigger - edge AI is no longer experimental, it’s becoming real infrastructure.&lt;/p&gt;

&lt;p&gt;And this shift is happening faster than most people expected.&lt;/p&gt;

&lt;h2&gt;
  
  
  The key detail everyone misses
&lt;/h2&gt;

&lt;p&gt;The offshore robotics example is just one signal.&lt;/p&gt;

&lt;p&gt;Across the industry, we’re seeing the same pattern. Robotics systems are becoming autonomous, AI is moving out of data centers, and hardware is being optimized for local inference. A recent example is how &lt;a href="https://dev.to/dongpei_liao_8092a14d7c50/deepx-and-hyundai-are-building-generative-ai-robots-68h" rel="noopener"&gt;generative AI robotics systems built by DeepX and Hyundai&lt;/a&gt; are pushing this transition even further toward real-world deployment.&lt;/p&gt;

&lt;p&gt;This is what people now call physical AI - systems that don’t just analyze data, but actually act in the real world.&lt;/p&gt;

&lt;p&gt;The interesting part of that story is not the robots themselves.&lt;/p&gt;

&lt;p&gt;It’s how they work.&lt;/p&gt;

&lt;p&gt;These systems don’t rely on constant cloud connectivity. They are designed to process data locally, make decisions in real time, and operate autonomously for long periods.&lt;/p&gt;

&lt;p&gt;That’s a completely different architecture compared to traditional AI pipelines.&lt;/p&gt;

&lt;p&gt;Instead of cloud → process → response, we now have device → process → action.&lt;/p&gt;

&lt;p&gt;And that difference changes everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why edge AI suddenly makes sense
&lt;/h2&gt;

&lt;p&gt;This isn’t just hype. There are real engineering reasons behind it.&lt;/p&gt;

&lt;p&gt;The biggest one is latency. Systems that operate in the physical world simply cannot wait for cloud responses. Robotics, industrial automation, and real-time monitoring all require immediate decisions, which is why processing is moving closer to where data is generated.&lt;/p&gt;

&lt;p&gt;Bandwidth is another constraint. Streaming raw sensor data continuously is expensive and inefficient. Edge systems solve this by sending only processed results instead of raw input.&lt;/p&gt;

&lt;p&gt;Then there’s reliability. If your system depends on connectivity, it can fail the moment the network becomes unstable. Autonomous edge systems don’t have that problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  This is not an isolated case
&lt;/h2&gt;

&lt;p&gt;The offshore robotics example is just one signal.&lt;/p&gt;

&lt;p&gt;Across the industry, we’re seeing the same pattern. Robotics systems are becoming autonomous, AI is moving out of data centers, and hardware is being optimized for local inference.&lt;/p&gt;

&lt;p&gt;This is what people now call physical AI - systems that don’t just analyze data, but actually act in the real world.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hardware is the real driver here
&lt;/h2&gt;

&lt;p&gt;None of this would be possible without changes in hardware.&lt;/p&gt;

&lt;p&gt;Edge AI today is powered by specialized NPUs, efficient SoCs, and modular accelerator systems. Modern designs don’t rely on a single chip anymore. Instead, they combine control logic with dedicated inference hardware, allowing systems to scale performance without relying on the cloud.&lt;/p&gt;

&lt;p&gt;That’s why modern architectures often look like this: a main processor for control, an AI accelerator for inference, and an optional cloud connection for training.&lt;/p&gt;

&lt;h2&gt;
  
  
  The shift toward distributed intelligence
&lt;/h2&gt;

&lt;p&gt;What’s happening right now is a transition from centralized AI to distributed intelligence.&lt;/p&gt;

&lt;p&gt;Instead of one powerful system doing everything, we now have thousands of smaller systems making decisions locally. This reduces latency, improves reliability, and makes systems far more scalable.&lt;/p&gt;

&lt;p&gt;Inference is moving closer to the data source - into cameras, sensors, and machines - and that’s where the real change is happening.&lt;/p&gt;

&lt;h2&gt;
  
  
  If you want to understand the hardware side
&lt;/h2&gt;

&lt;p&gt;Most discussions around edge AI stay at a high level. But the real difference comes from hardware choices - which chips are used, how they compare, and what trade-offs exist.&lt;/p&gt;

&lt;p&gt;If you want a practical breakdown of that side, including real platforms and performance differences, this is worth checking &lt;a href="https://rockchips.net/edge-ai-for-real-time-analytics/" rel="noopener noreferrer"&gt;edge AI hardware comparison and real-time analytics systems&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It explains what actually powers modern edge systems and why modular AI architectures are becoming standard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where this is going next
&lt;/h2&gt;

&lt;p&gt;The direction is already clear.&lt;/p&gt;

&lt;p&gt;We’re moving toward systems that operate continuously, make decisions locally, and rely less on centralized infrastructure.&lt;/p&gt;

&lt;p&gt;Not because it’s trendy, but because it’s the only way to make real-time systems actually work at scale.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>edgeai</category>
      <category>robotics</category>
    </item>
    <item>
      <title>AI Is Not Just “Killing Jobs” — It’s Rewiring the Tech Industry?</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Sun, 26 Apr 2026 01:00:00 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/ai-is-not-just-killing-jobs-its-rewiring-the-tech-industry-3aig</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/ai-is-not-just-killing-jobs-its-rewiring-the-tech-industry-3aig</guid>
      <description>&lt;p&gt;The &lt;a href="https://www.investopedia.com/whether-it-s-disruption-or-renormalization-ai-is-killing-tech-jobs-and-it-s-not-done-yet-11958266" rel="noopener noreferrer"&gt;recent analysis from Investopedia&lt;/a&gt; raises a question many people are quietly asking right now: is AI actually killing tech jobs, or just changing what those jobs look like?&lt;/p&gt;

&lt;p&gt;The answer is not as dramatic as headlines suggest, but it is more important. What we are seeing is not a collapse of the tech industry. It is a structural shift inside it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Really Happening
&lt;/h2&gt;

&lt;p&gt;In 2026, the tech sector has already seen over 100,000 layoffs. At the same time, companies like Microsoft, Meta, and Amazon are pouring massive investments into AI infrastructure.&lt;/p&gt;

&lt;p&gt;At first, this looks contradictory. Why cut jobs while building more technology?&lt;/p&gt;

&lt;p&gt;The explanation is simple. AI is not replacing entire companies. It is replacing specific layers of work inside them.&lt;/p&gt;

&lt;p&gt;Tasks that used to require junior developers or support teams are now partially automated. Writing basic code, handling routine tickets, and processing structured data are no longer as labor-intensive as they were even two years ago.&lt;/p&gt;

&lt;p&gt;This creates a visible pattern: fewer entry-level roles, but continued demand for high-level engineering and system design.&lt;/p&gt;

&lt;h2&gt;
  
  
  Disruption or Correction?
&lt;/h2&gt;

&lt;p&gt;Some analysts describe this as disruption. Others call it normalization after the hiring boom during the pandemic.&lt;/p&gt;

&lt;p&gt;Both views are valid.&lt;/p&gt;

&lt;p&gt;Tech companies overexpanded between 2020 and 2022. Now they are correcting that. But AI is accelerating the correction. It gives companies a clear reason to streamline teams and rely more on automation.&lt;/p&gt;

&lt;p&gt;There is also a growing belief that some companies are using AI as a narrative to justify layoffs that would have happened anyway. That does not mean AI is irrelevant. It means AI is both a real driver and a convenient explanation.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Part Most People Miss: Infrastructure
&lt;/h2&gt;

&lt;p&gt;Most discussions about AI and jobs focus only on software roles. But the bigger shift is happening at the infrastructure level.&lt;/p&gt;

&lt;p&gt;As companies reduce repetitive human work, they increase investment in systems that can operate independently. This includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;real-time data processing&lt;/li&gt;
&lt;li&gt;on-device inference&lt;/li&gt;
&lt;li&gt;edge computing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of hiring more people to handle workflows, companies are building systems that can run those workflows automatically.&lt;/p&gt;

&lt;p&gt;This is where hardware becomes critical.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Edge AI Matters Now
&lt;/h2&gt;

&lt;p&gt;Cloud-based AI has limits. Latency, cost, and privacy concerns are pushing more workloads closer to the device and &lt;a href="https://rockchips.net/" rel="noopener noreferrer"&gt;AI Chips, like Rockchip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That shift is driving demand for edge AI systems. These systems process data locally, respond in real time, and reduce reliance on centralized servers.&lt;/p&gt;

&lt;p&gt;This is already happening in areas like robotics, smart cameras, and industrial automation.&lt;/p&gt;

&lt;p&gt;Platforms built on chips like RK3588 are part of this transition. They allow developers to run AI models directly on devices instead of sending everything to the cloud.&lt;/p&gt;

&lt;p&gt;If you want a clear technical breakdown of how this works in practice, this article explains the fundamentals of &lt;a href="https://rockchips.net/edge-ai-for-real-time-analytics/" rel="noopener noreferrer"&gt;edge AI for real-time analytics on Rockchip platforms&lt;/a&gt;&lt;br&gt;
and why local processing is becoming the default approach.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fewer Jobs, More Output
&lt;/h2&gt;

&lt;p&gt;Every major technological shift has reduced the need for repetitive human work.&lt;/p&gt;

&lt;p&gt;AI is continuing that pattern, but this time inside the tech industry itself.&lt;/p&gt;

&lt;p&gt;Teams are getting smaller, but more productive. A few engineers with the right tools can now do the work that previously required entire departments.&lt;/p&gt;

&lt;p&gt;This does not mean jobs disappear completely. It means the nature of those jobs changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Comes Next
&lt;/h2&gt;

&lt;p&gt;In the short term, we will likely see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fewer entry-level positions&lt;/li&gt;
&lt;li&gt;slower hiring across big tech&lt;/li&gt;
&lt;li&gt;more automation in routine workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the long term, the focus shifts toward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI system design&lt;/li&gt;
&lt;li&gt;hardware-aware development&lt;/li&gt;
&lt;li&gt;edge and real-time computing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The demand is not going away. It is moving.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rockchips</category>
      <category>edgeai</category>
      <category>deepseek</category>
    </item>
    <item>
      <title>Where RK182X Fits In</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Sat, 25 Apr 2026 02:06:33 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/where-rk182x-fits-in-n46</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/where-rk182x-fits-in-n46</guid>
      <description>&lt;p&gt;The conversation around robotics has changed a lot in the past few years. What used to be mostly about movement and control is now heavily focused on intelligence. Robots are no longer just executing predefined actions — they are expected to perceive, understand, and react in real time.&lt;/p&gt;

&lt;p&gt;This shift puts serious pressure on hardware.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgapmpiy4j0tgklfqumrr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgapmpiy4j0tgklfqumrr.png" alt="RK182X Edge AI Robotics" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Bottleneck in Robotics Today
&lt;/h2&gt;

&lt;p&gt;If you look at modern robotics systems, most of the complexity comes from combining multiple workloads at once:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;motion control&lt;/li&gt;
&lt;li&gt;vision processing&lt;/li&gt;
&lt;li&gt;AI inference&lt;/li&gt;
&lt;li&gt;real-time decision making&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Trying to run all of this on a single chip often leads to compromises. Either you sacrifice latency, or you limit the size of AI models you can run.&lt;/p&gt;

&lt;p&gt;This is exactly why hybrid architectures are becoming more common.&lt;/p&gt;




&lt;h2&gt;
  
  
  RK3588 + RK182X: Splitting the Workload
&lt;/h2&gt;

&lt;p&gt;A practical approach is to separate responsibilities between chips.&lt;/p&gt;

&lt;p&gt;The RK3588 already handles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;system control&lt;/li&gt;
&lt;li&gt;sensor input&lt;/li&gt;
&lt;li&gt;video pipelines&lt;/li&gt;
&lt;li&gt;general-purpose compute&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But when it comes to heavier AI workloads — especially large models — it makes sense to offload them.&lt;/p&gt;

&lt;p&gt;That’s where RK182X comes in.&lt;/p&gt;

&lt;p&gt;Instead of overloading the main SoC, the AI co-processor handles inference independently. This avoids resource contention and keeps real-time systems stable.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Matters in Real Deployments
&lt;/h2&gt;

&lt;p&gt;This architecture is not just theoretical.&lt;/p&gt;

&lt;p&gt;In real robotics systems, timing matters a lot. Even small delays in decision-making can affect navigation, interaction, or safety.&lt;/p&gt;

&lt;p&gt;By separating AI inference from control logic:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;latency becomes more predictable&lt;/li&gt;
&lt;li&gt;system stability improves&lt;/li&gt;
&lt;li&gt;scaling AI models becomes easier&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is especially important for applications like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;humanoid robots&lt;/li&gt;
&lt;li&gt;industrial automation&lt;/li&gt;
&lt;li&gt;autonomous inspection systems&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  A Broader Industry Trend
&lt;/h2&gt;

&lt;p&gt;This shift toward dedicated AI accelerators is not unique to Rockchip.&lt;/p&gt;

&lt;p&gt;According to recent industry analysis by McKinsey &amp;amp; Company, companies are increasingly investing in edge AI infrastructure that enables real-time processing directly on devices, rather than relying on cloud-based systems.&lt;/p&gt;

&lt;p&gt;This trend is driven by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;lower latency requirements&lt;/li&gt;
&lt;li&gt;privacy concerns&lt;/li&gt;
&lt;li&gt;reliability in offline environments&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Where RK182X Stands Out
&lt;/h2&gt;

&lt;p&gt;As the industry moves forward, attention is also shifting toward next-generation AI chips. For example, there is already growing discussion around upcoming architectures like RK3688 and what they could bring to edge AI systems. A recent overview of &lt;a href="https://namescastle.com/rk3688-what-to-expect-from-rockchips-next-gen-ai-soc/" rel="noopener noreferrer"&gt;Rockchip’s next-gen RK3688 AI SoC&lt;/a&gt; highlights how future designs may push performance even further.&lt;br&gt;
What makes RK182X interesting is how it fits into a complete platform.&lt;/p&gt;

&lt;p&gt;It is not just an isolated chip. It is designed to work alongside RK3588 as part of a full robotics stack that includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;optimized vision pipelines&lt;/li&gt;
&lt;li&gt;audio interaction systems&lt;/li&gt;
&lt;li&gt;AI model libraries&lt;/li&gt;
&lt;li&gt;ROS2-based frameworks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want a deeper technical breakdown of how this platform is structured and what capabilities it includes, this detailed overview of the &lt;a href="https://rockchips.net/rk182x-ai-processor-for-robotics/" rel="noopener noreferrer"&gt;RK182X AI processor for robotics&lt;/a&gt; covers the full stack and real deployment scenarios.&lt;/p&gt;




&lt;h2&gt;
  
  
  From Demos to Real Products
&lt;/h2&gt;

&lt;p&gt;One of the biggest changes in robotics right now is the transition from prototypes to production systems.&lt;/p&gt;

&lt;p&gt;We are seeing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;robots deployed in factories&lt;/li&gt;
&lt;li&gt;AI-powered logistics systems&lt;/li&gt;
&lt;li&gt;autonomous inspection tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are not experiments anymore.&lt;/p&gt;

&lt;p&gt;They are real systems running in real environments, which means hardware decisions matter more than ever.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;The future of robotics is not just about more powerful chips — it is about smarter system design.&lt;/p&gt;

&lt;p&gt;Splitting workloads between general-purpose SoCs and dedicated AI processors is one of the most practical ways to scale performance without sacrificing stability.&lt;/p&gt;

&lt;p&gt;RK182X is a good example of this approach.&lt;/p&gt;

&lt;p&gt;It reflects a broader industry direction:&lt;br&gt;
move intelligence closer to the device, reduce latency, and make systems more reliable in real-world conditions.&lt;/p&gt;

</description>
      <category>rockchip</category>
      <category>ai</category>
      <category>rk182x</category>
    </item>
    <item>
      <title>DEEPX and Hyundai Are Building Generative AI Robots</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Wed, 22 Apr 2026 02:43:33 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/deepx-and-hyundai-are-building-generative-ai-robots-68h</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/deepx-and-hyundai-are-building-generative-ai-robots-68h</guid>
      <description>&lt;h2&gt;
  
  
  What It Actually Means for Edge AI
&lt;/h2&gt;

&lt;p&gt;A recent Reuters report highlights a major shift in edge AI: real robotics platforms are now being designed specifically for generative AI workloads.&lt;/p&gt;

&lt;p&gt;This is not just another partnership announcement. It shows how edge AI hardware, robotics, and generative models are starting to converge into real products.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Happened
&lt;/h2&gt;

&lt;p&gt;South Korean AI chip startup &lt;a href="https://www.reuters.com/business/autos-transportation/korean-ai-chip-startup-deepx-hyundai-work-robots-powered-by-generative-ai-2026-04-15/" rel="noopener noreferrer"&gt;DEEPX is expanding its partnership with Hyundai&lt;/a&gt; Motor Group to build a new computing platform for robots powered by generative AI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fay0ga0iar6i5uplshikr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fay0ga0iar6i5uplshikr.png" alt="DeepX" width="650" height="454"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The key element is DEEPX’s upcoming &lt;strong&gt;DX-M2 chip&lt;/strong&gt;, a second-generation low-power NPU designed for on-device AI.&lt;/p&gt;

&lt;p&gt;Unlike cloud-based AI systems, these chips run models directly on robots — meaning:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;no dependency on cloud latency&lt;/li&gt;
&lt;li&gt;lower power consumption&lt;/li&gt;
&lt;li&gt;real-time decision making&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The chips will be manufactured using Samsung’s &lt;strong&gt;2nm process&lt;/strong&gt;, with mass production planned for next year. &lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Is Important
&lt;/h2&gt;

&lt;p&gt;This news confirms a major trend: &lt;strong&gt;generative AI is moving to the edge&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;DEEPX is not building general-purpose GPUs. It focuses on NPUs optimized for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;robotics&lt;/li&gt;
&lt;li&gt;autonomous systems&lt;/li&gt;
&lt;li&gt;industrial AI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;According to the company, its current chips are &lt;strong&gt;up to 20× more power-efficient and cheaper than NVIDIA Jetson Orin&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;That is a big deal for robotics, because power and heat are major constraints, especially for humanoid robots.&lt;/p&gt;




&lt;h2&gt;
  
  
  Generative AI Inside Robots
&lt;/h2&gt;

&lt;p&gt;One of the most interesting parts of the report is how DEEPX describes the next generation of chips.&lt;/p&gt;

&lt;p&gt;They are designed specifically for &lt;strong&gt;generative AI workloads&lt;/strong&gt;, meaning robots can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;learn from experience&lt;/li&gt;
&lt;li&gt;adapt to new environments&lt;/li&gt;
&lt;li&gt;improve behavior over time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is closer to how large language models work, but applied to physical systems.&lt;/p&gt;

&lt;p&gt;Instead of fixed logic, robots become systems that can evolve.&lt;/p&gt;




&lt;h2&gt;
  
  
  Hyundai’s Strategy: Scale Robotics Production
&lt;/h2&gt;

&lt;p&gt;Hyundai is not experimenting — it is scaling.&lt;/p&gt;

&lt;p&gt;The company plans to produce &lt;strong&gt;up to 30,000 robots per year by 2028&lt;/strong&gt;, including humanoid platforms. &lt;/p&gt;

&lt;p&gt;This partnership with DEEPX is part of a broader strategy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;build an ecosystem of on-device AI&lt;/li&gt;
&lt;li&gt;reduce reliance on external compute&lt;/li&gt;
&lt;li&gt;control the full robotics stack&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is similar to what Apple did with its own silicon — but now for robotics.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Low-Power NPUs Matter
&lt;/h2&gt;

&lt;p&gt;Traditional AI hardware like GPUs is powerful but inefficient for edge systems.&lt;/p&gt;

&lt;p&gt;Robots need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;low latency&lt;/li&gt;
&lt;li&gt;low power consumption&lt;/li&gt;
&lt;li&gt;stable thermal behavior&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DEEPX specifically targets these constraints.&lt;/p&gt;

&lt;p&gt;For example, the company notes that lower power consumption helps prevent overheating in humanoid robots — a real problem for current designs. ([Investing.com][2])&lt;/p&gt;

&lt;p&gt;This is where specialized AI accelerators outperform general-purpose hardware.&lt;/p&gt;




&lt;h2&gt;
  
  
  How This Relates to Existing Edge AI Hardware
&lt;/h2&gt;

&lt;p&gt;If you look at the current edge AI ecosystem, there are already several approaches:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;NVIDIA Jetson (high performance, higher power)&lt;/li&gt;
&lt;li&gt;Hailo accelerators (efficient NPU design)&lt;/li&gt;
&lt;li&gt;emerging players like DEEPX&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Also, a good &lt;a href="https://rockchips.net/m-2-ai-accelerator-hailo-8-deepx-and-nvidia-jetson/" rel="noopener noreferrer"&gt;breakdown of DeepX Architectures&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What DEEPX is doing is pushing this space further toward &lt;strong&gt;generative AI + robotics&lt;/strong&gt;, not just inference.&lt;/p&gt;




&lt;h2&gt;
  
  
  Bigger Picture
&lt;/h2&gt;

&lt;p&gt;This news confirms several important shifts in edge AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI is moving from cloud → on-device&lt;/li&gt;
&lt;li&gt;robotics is becoming a primary use case&lt;/li&gt;
&lt;li&gt;NPUs are replacing GPUs in many edge scenarios&lt;/li&gt;
&lt;li&gt;generative AI is entering real-world systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most importantly, this is no longer theoretical.&lt;/p&gt;

&lt;p&gt;These systems are being designed for mass production.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The DEEPX + Hyundai partnership is a clear signal that edge AI is entering a new phase.&lt;/p&gt;

&lt;p&gt;This is not about benchmarks or demos.&lt;/p&gt;

&lt;p&gt;It is about building real robots powered by on-device generative AI.&lt;/p&gt;

&lt;p&gt;And once this model works, it will spread fast across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;factories&lt;/li&gt;
&lt;li&gt;logistics&lt;/li&gt;
&lt;li&gt;autonomous machines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Edge AI is becoming physical.&lt;/p&gt;




</description>
      <category>deepx</category>
      <category>hyundai</category>
      <category>ai</category>
    </item>
    <item>
      <title>Edge AI News – April 2026</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Wed, 22 Apr 2026 02:33:50 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/edge-ai-news-april-2026-2j34</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/edge-ai-news-april-2026-2j34</guid>
      <description>&lt;h2&gt;
  
  
  Edge AI News – April 2026: Real Developments in Robotics, Chips, and Industrial AI
&lt;/h2&gt;

&lt;p&gt;April 2026 was not about hype. It was about real deployments, real hardware, and real partnerships shaping edge AI.&lt;/p&gt;




&lt;h2&gt;
  
  
  NVIDIA and Cadence Push AI Training for Robotics
&lt;/h2&gt;

&lt;p&gt;One of the most important news this month came from a partnership between NVIDIA and Cadence.&lt;/p&gt;

&lt;p&gt;They are working on combining AI with physics-based simulation to train robots faster and more safely. Instead of training robots only in the real world, companies can now generate synthetic data using accurate simulations.&lt;/p&gt;

&lt;p&gt;This reduces training time and cost significantly, especially for complex robotic tasks. (&lt;a href="https://www.reuters.com/technology/cadence-nvidia-working-together-developing-ai-robotics-2026-04-15/?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Reuters&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;This is a key step toward scalable robotics development.&lt;/p&gt;




&lt;h2&gt;
  
  
  Hyundai + DEEPX: Low-Power Edge AI Chips for Robots
&lt;/h2&gt;

&lt;p&gt;Another major move comes from South Korea.&lt;/p&gt;

&lt;p&gt;AI chip startup DEEPX is working with Hyundai to build robots powered by &lt;strong&gt;low-power edge AI chips&lt;/strong&gt;. These chips are designed for real-world deployment, not cloud inference.&lt;/p&gt;

&lt;p&gt;Key details:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Focus on robotics, factories, autonomous systems&lt;/li&gt;
&lt;li&gt;Up to 20× better efficiency vs traditional solutions&lt;/li&gt;
&lt;li&gt;Mass production planned using advanced semiconductor nodes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hyundai plans to scale robot production to tens of thousands per year, which shows this is not experimental anymore. (&lt;a href="https://www.reuters.com/business/autos-transportation/korean-ai-chip-startup-deepx-hyundai-work-robots-powered-by-generative-ai-2026-04-15/" rel="noopener noreferrer"&gt;Reuters&lt;/a&gt;)&lt;/p&gt;




&lt;h2&gt;
  
  
  Qualcomm Enters Edge AI SBC Market (Jetson Alternative)
&lt;/h2&gt;

&lt;p&gt;Qualcomm is directly attacking NVIDIA’s position in edge AI hardware.&lt;/p&gt;

&lt;p&gt;They introduced a new single-board computer for robotics with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;~40 TOPS AI performance&lt;/li&gt;
&lt;li&gt;ARM architecture&lt;/li&gt;
&lt;li&gt;Price under $300&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is important because it lowers the barrier to entry for developers and startups building edge AI systems. (&lt;a href="https://futurumgroup.com/insights/can-qualcomms-arduino-ventuno-q-break-nvidias-grip-on-edge-ai-for-robotics/" rel="noopener noreferrer"&gt;Futurum&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;This could seriously impact the Jetson ecosystem in the next 1–2 years.&lt;/p&gt;




&lt;h2&gt;
  
  
  Hannover Messe 2026: Edge AI Is Already in Factories
&lt;/h2&gt;

&lt;p&gt;At Hannover Messe 2026, edge AI was not theoretical — it was deployed.&lt;/p&gt;

&lt;p&gt;Key highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI-driven robotics in manufacturing&lt;/li&gt;
&lt;li&gt;real-time defect detection using computer vision&lt;/li&gt;
&lt;li&gt;digital twins + edge AI for production optimization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Manufacturers are now using edge AI to detect defects instantly and react in real time. (&lt;a href="https://news.lenovo.com/pressroom/press-releases/hannover-messe-2026-manufacturing-ai-solutions/" rel="noopener noreferrer"&gt;Lenovo StoryHub&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;NVIDIA also demonstrated full AI-powered factory systems, including robotics, simulation, and autonomous workflows. (&lt;a href="https://blogs.nvidia.com/blog/ai-manufacturing-hannover-messe/" rel="noopener noreferrer"&gt;NVIDIA Blog&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;This confirms that edge AI is already production-ready.&lt;/p&gt;




&lt;h2&gt;
  
  
  Sensor Fusion: Radar + Vision for Robotics
&lt;/h2&gt;

&lt;p&gt;A practical development this month is sensor fusion architecture for robotics.&lt;/p&gt;

&lt;p&gt;Companies like Texas Instruments and Lattice introduced systems combining:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;mmWave radar&lt;/li&gt;
&lt;li&gt;cameras&lt;/li&gt;
&lt;li&gt;FPGA-based synchronization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is low-latency perception pipelines for robots operating in real environments. (&lt;a href="https://www.businesswire.com/news/home/20260420601906/en/Lattice-Collaborates-with-TI-to-Accelerate-Edge-AI-for-Robotics-and-Industrial-Applications" rel="noopener noreferrer"&gt;Business Wire&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;This is critical because real-world AI requires reliable perception, not just raw compute.&lt;/p&gt;




&lt;h2&gt;
  
  
  Safety-Critical Edge AI Platforms (QNX + NVIDIA)
&lt;/h2&gt;

&lt;p&gt;Another important step is the move into regulated industries.&lt;/p&gt;

&lt;p&gt;QNX and NVIDIA announced a unified platform combining:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;real-time OS&lt;/li&gt;
&lt;li&gt;AI compute (NVIDIA IGX Thor)&lt;/li&gt;
&lt;li&gt;functional safety stack&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is designed for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;robotics&lt;/li&gt;
&lt;li&gt;medical devices&lt;/li&gt;
&lt;li&gt;industrial systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The key idea: edge AI must be deterministic and reliable, not just fast. (&lt;a href="https://www.accessnewswire.com/newsroom/en/electronics-and-engineering/qnx-and-nvidia-deepen-collaboration-to-advance-safety-critical-edge-ai-1158205" rel="noopener noreferrer"&gt;ACCESS Newswire&lt;/a&gt;)&lt;/p&gt;




&lt;h2&gt;
  
  
  NPU Explosion: Edge AI Everywhere
&lt;/h2&gt;

&lt;p&gt;Outside robotics, edge AI is expanding into consumer devices.&lt;/p&gt;

&lt;p&gt;Modern devices are already reaching:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;~100 TOPS in smartphones&lt;/li&gt;
&lt;li&gt;projected 400–1000 TOPS combined per user by 2030&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This means edge AI is becoming distributed across devices, not centralized in the cloud. (&lt;a href="https://www.techradar.com/pro/the-1000-tops-consumer-how-the-npu-everywhere-strategy-could-turn-every-user-into-a-walking-supercomputer-by-2030" rel="noopener noreferrer"&gt;TechRadar&lt;/a&gt;)&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;April 2026 shows a clear shift in edge AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real partnerships (NVIDIA + Cadence, Hyundai + DEEPX)&lt;/li&gt;
&lt;li&gt;Real hardware competition (Qualcomm vs NVIDIA)&lt;/li&gt;
&lt;li&gt;Real deployments (factories, robotics)&lt;/li&gt;
&lt;li&gt;Real constraints (latency, safety, power)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Edge AI is no longer a concept.&lt;/p&gt;

&lt;p&gt;It is infrastructure.&lt;/p&gt;




</description>
      <category>ai</category>
      <category>news</category>
    </item>
    <item>
      <title>RK3588 vs Jetson Orin Nano: Real-World comparison</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Sat, 11 Apr 2026 02:04:32 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/rk3588-vs-jetson-orin-nano-real-world-comparison-47j7</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/rk3588-vs-jetson-orin-nano-real-world-comparison-47j7</guid>
      <description>&lt;p&gt;When people talk about edge AI hardware in 2026, two names come up again and again: RK3588 and Jetson Orin Nano. Both are widely used for building compact AI systems, robotics projects, and embedded computer vision setups. On paper, they look very different. But in real-world use, the gap is not always what you expect.&lt;/p&gt;

&lt;p&gt;Let’s break it down in simple terms and look at how these two platforms actually behave outside of benchmarks.&lt;/p&gt;

&lt;h2&gt;
  
  
  CPU and general performance
&lt;/h2&gt;

&lt;p&gt;RK3588 uses an 8-core CPU with a mix of high-performance Cortex-A76 cores and power-efficient Cortex-A55 cores. This makes it very flexible. It can handle heavy workloads, but it can also run lightweight tasks without wasting power.&lt;/p&gt;

&lt;p&gt;Jetson Orin Nano is more focused on AI acceleration. Its CPU is not as strong in general-purpose tasks. In real-world scenarios like running a full Linux system with multiple services, RK3588 often feels smoother.&lt;/p&gt;

&lt;p&gt;If your project includes not just AI, but also backend logic, UI, or multitasking, RK3588 has a clear advantage.&lt;/p&gt;

&lt;p&gt;For a deeper breakdown of the chip architecture and real capabilities, you can check this &lt;a href="https://kiwipi.com/blog/rk3588-specs-performance-guide/" rel="noopener noreferrer"&gt;detailed RK3588 overview&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI performance and acceleration
&lt;/h2&gt;

&lt;p&gt;This is where Jetson usually wins on paper. NVIDIA provides a strong AI ecosystem with CUDA, TensorRT, and optimized libraries.&lt;/p&gt;

&lt;p&gt;However, RK3588 is not weak. It includes an NPU capable of around 6 TOPS. In real-world applications like object detection, face recognition, or simple tracking, it performs well enough for most edge use cases.&lt;/p&gt;

&lt;p&gt;The key difference is not just raw power, but ecosystem. Jetson has better software tools. RK3588 requires more manual setup, but gives more flexibility.&lt;/p&gt;

&lt;p&gt;In many production environments, especially cost-sensitive ones, RK3588 is often “good enough” while being much cheaper.&lt;/p&gt;

&lt;h2&gt;
  
  
  Power consumption and efficiency
&lt;/h2&gt;

&lt;p&gt;Power efficiency is one of the biggest reasons people choose RK3588.&lt;/p&gt;

&lt;p&gt;Jetson Orin Nano can draw more power under load. RK3588 systems are usually easier to run passively cooled or with minimal thermal design.&lt;/p&gt;

&lt;p&gt;For edge deployments, kiosks, or always-on devices, this matters more than raw AI performance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-world use cases
&lt;/h2&gt;

&lt;p&gt;In practice, these chips are used in slightly different ways.&lt;/p&gt;

&lt;p&gt;Jetson Orin Nano is common in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;robotics research&lt;/li&gt;
&lt;li&gt;autonomous systems&lt;/li&gt;
&lt;li&gt;advanced AI prototyping&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;RK3588 is widely used in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;smart displays&lt;/li&gt;
&lt;li&gt;retail analytics&lt;/li&gt;
&lt;li&gt;industrial control systems&lt;/li&gt;
&lt;li&gt;media + AI hybrid devices&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your project needs both video processing and AI, RK3588 often feels more balanced.&lt;/p&gt;

&lt;p&gt;You can also see a real hardware implementation based on this chip here as an &lt;a href="https://rockchips.net/product/rk3588/" rel="noopener noreferrer"&gt;RK3588-based device example&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Cost and scalability
&lt;/h2&gt;

&lt;p&gt;This is where RK3588 becomes very attractive.&lt;/p&gt;

&lt;p&gt;Jetson boards are more expensive, and scaling to multiple devices can quickly increase costs.&lt;/p&gt;

&lt;p&gt;RK3588-based systems are much cheaper, and there are many vendors offering different form factors. This makes it easier to scale projects or build custom hardware.&lt;/p&gt;

&lt;h2&gt;
  
  
  Ecosystem and development experience
&lt;/h2&gt;

&lt;p&gt;NVIDIA has a clear advantage in developer experience. Their documentation, SDKs, and community are very strong.&lt;/p&gt;

&lt;p&gt;RK3588 is improving, but still requires more low-level work. You may need to configure drivers, optimize models manually, or adapt frameworks.&lt;/p&gt;

&lt;p&gt;That said, for teams with embedded experience, this is not a problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thoughts
&lt;/h2&gt;

&lt;p&gt;There is no universal winner.&lt;/p&gt;

&lt;p&gt;Jetson Orin Nano is better if you want:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;strong AI ecosystem&lt;/li&gt;
&lt;li&gt;faster setup&lt;/li&gt;
&lt;li&gt;advanced deep learning workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;RK3588 is better if you want:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;lower cost&lt;/li&gt;
&lt;li&gt;better overall system performance&lt;/li&gt;
&lt;li&gt;flexible edge deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In real-world projects, the choice often depends on constraints, not just specs.&lt;/p&gt;

&lt;p&gt;If you are building something practical and cost-sensitive, RK3588 is often the smarter option. If you are focused on AI-first development with minimal setup, Jetson may be easier.&lt;/p&gt;

&lt;p&gt;For additional technical context on edge AI hardware trends, this &lt;a href="https://developer.nvidia.com/embedded-computing" rel="noopener noreferrer"&gt;overview from NVIDIA&lt;/a&gt; is also useful:&lt;/p&gt;

</description>
      <category>rk3588</category>
      <category>rockchip</category>
      <category>nvidia</category>
      <category>jetson</category>
    </item>
    <item>
      <title>Choosing the Right Desk Occupancy Sensor: A Practical Guide</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Sun, 08 Feb 2026 03:33:13 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/choosing-the-right-desk-occupancy-sensor-a-practical-guide-54e1</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/choosing-the-right-desk-occupancy-sensor-a-practical-guide-54e1</guid>
      <description>&lt;h2&gt;
  
  
  Introduction: Why Desk Occupancy Detection Matters Today
&lt;/h2&gt;

&lt;p&gt;The evolution of hybrid work has fundamentally changed how offices operate. Organizations are no longer focused solely on how many employees they have, but rather on how physical workspace is actually used throughout the day. Empty desks in fully leased offices represent wasted cost, while overcrowded zones reduce productivity and employee comfort.&lt;/p&gt;

&lt;p&gt;This is where the &lt;a href="https://rockchips.net/desk-occupancy-sensor-technologies-selection/" rel="noopener noreferrer"&gt;desk occupancy sensor&lt;/a&gt; becomes a critical component of modern workplace strategy. By identifying whether a specific workstation is in use, these sensors enable real-time space analytics, automated desk-booking enforcement, and long-term planning based on real behavioral data rather than assumptions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr2zjxjerped3herhgwuk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr2zjxjerped3herhgwuk.png" alt="Desk Occupancy Sensor" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However, detecting occupancy at the desk level is significantly more complex than detecting motion in a meeting room. Employees may sit still for long periods, objects may be left on chairs, and privacy expectations are much higher. Selecting the correct sensing technology, therefore, requires careful evaluation of accuracy, deployment constraints, and data governance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Understanding What Desk Occupied Really Means
&lt;/h2&gt;

&lt;p&gt;Before choosing any hardware, organizations must define what occupancy actually represents in their workflow.&lt;/p&gt;

&lt;p&gt;For some environments, occupancy simply means a person is physically present at the workstation. In others, it refers specifically to a chair being used, regardless of activity. More advanced interpretations may include active work detection, distinguishing between a briefly abandoned desk and one that has been vacated for good.&lt;/p&gt;

&lt;p&gt;Effective systems rarely rely on a single instant signal. Instead, they incorporate timing logic, confidence scoring, and hold periods that prevent desks from being marked vacant too quickly. This subtle software layer is often just as important as the sensing technology itself.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1rmfb3unjxg8s9mfvm4j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1rmfb3unjxg8s9mfvm4j.png" alt="Desk Occupancy Sensor" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Core Desk Occupancy Sensor Technologies Explained
&lt;/h2&gt;

&lt;p&gt;Multiple sensing approaches are used across smart office deployments, each balancing cost, precision, and privacy in different ways.&lt;/p&gt;

&lt;p&gt;Motion-based infrared sensing remains one of the simplest and most affordable options. These sensors detect changes in heat patterns caused by human movement. While suitable for broad activity detection, they can struggle in desk scenarios where a user remains still for extended periods.&lt;/p&gt;

&lt;p&gt;Ultrasonic sensing improves sensitivity by measuring reflections of high-frequency sound waves. It can capture subtle motion but is vulnerable to environmental interference such as airflow, HVAC noise, or nearby sensors operating in the same frequency range.&lt;/p&gt;

&lt;p&gt;Millimeter-wave radar represents a more advanced presence-detection method. By analyzing reflected radio waves, it can identify micro-movements such as breathing or slight posture changes. This enables reliable detection even when a person is motionless, making it particularly effective for desk-level monitoring in real offices.&lt;/p&gt;

&lt;p&gt;Pressure-based sensing takes a different approach by measuring physical weight on a chair or seat surface. This method provides clear confirmation of seated presence, though it may misinterpret heavy objects as occupants and can introduce installation complexity during retrofitting of existing furniture.&lt;/p&gt;

&lt;p&gt;Capacitive proximity sensing detects disturbances in an electrical field near the desk. While discreet and inexpensive, its reliability depends heavily on materials, mounting position, and surrounding electromagnetic conditions.&lt;/p&gt;

&lt;p&gt;Device-based detection infers occupancy from smartphones or laptops connected via Bluetooth or Wi-Fi. Although convenient in managed IT environments, it measures device presence rather than human presence, raising both accuracy and privacy considerations.&lt;/p&gt;

&lt;p&gt;Vision and depth-based sensing technologies provide the richest spatial awareness, but workplace privacy expectations and regulatory constraints often limit their adoption. Where used, they typically rely on anonymized, on-device processing that outputs only occupancy states rather than images.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Factors When Selecting a Desk Occupancy Sensor
&lt;/h2&gt;

&lt;p&gt;Choosing the right desk occupancy sensing solution is ultimately a balance of priorities.&lt;/p&gt;

&lt;p&gt;Accuracy is essential when occupancy data drives automation, such as releasing unused reservations or optimizing cleaning schedules. Technologies capable of detecting still presence-like radar or pressure sensing-tend to perform best in these scenarios.&lt;/p&gt;

&lt;p&gt;Privacy has become equally critical. Employees are far more comfortable with systems that output anonymous occupancy states rather than identifiable behavioral data. Even non-visual tracking methods can raise concerns if they associate devices or identities with desks.&lt;/p&gt;

&lt;p&gt;Deployment complexity also shapes real-world decisions. Battery-powered sensors reduce installation effort but require maintenance cycles, while wired solutions increase upfront costs but simplify long-term operation. Office density, partitions, and furniture layouts further influence which sensing method performs reliably.&lt;/p&gt;

&lt;h2&gt;
  
  
  Placement, Signal Fusion, and Real-World Performance
&lt;/h2&gt;

&lt;p&gt;Sensor placement dramatically affects detection quality. Mounting beneath the desk can discreetly capture torso presence, while above-desk placement improves line-of-sight detection but risks obstruction. Chair-integrated sensing excels for seated work yet may require complementary methods for sit-stand environments.&lt;/p&gt;

&lt;p&gt;Because no single technology is perfect, many advanced deployments rely on sensor fusion-combining multiple signals to improve confidence and reduce false readings. Intelligent firmware, adaptive thresholds, and time-based logic transform raw sensor input into meaningful occupancy insight.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future of Smart Desk Sensing in Hybrid Offices
&lt;/h2&gt;

&lt;p&gt;As workplaces continue shifting toward flexible usage models, desk occupancy sensing is moving beyond simple presence detection. Integration with booking platforms, environmental controls, and analytics dashboards is turning occupancy data into a core operational signal for smart buildings.&lt;/p&gt;

&lt;p&gt;Advances in &lt;a href="https://www.hlktech.net/index.php?id=1181" rel="noopener noreferrer"&gt;low-power radar&lt;/a&gt;, edge processing, and privacy-preserving AI are expected to further improve reliability while maintaining employee trust. Over time, desk occupancy sensing will likely become a standard infrastructure layer, similar to Wi-Fi or lighting control, quietly enabling more efficient, responsive workplaces.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Selecting a desk &lt;a href="https://rockchips.net/what-is-an-occupancy-sensor/" rel="noopener noreferrer"&gt;occupancy sensor&lt;/a&gt; is not merely a hardware decision but a broader system design challenge. True success depends on aligning sensing technology with organizational goals, privacy expectations, and deployment realities.&lt;/p&gt;

&lt;p&gt;Basic motion detection may be sufficient for trend analysis, but accurate real-time understanding of desk usage typically requires technologies capable of sensing still presence or direct physical occupancy. When thoughtfully implemented, desk occupancy sensing provides measurable benefits in cost efficiency, workplace experience, and long-term space strategy-making it a foundational element of the modern smart office.&lt;/p&gt;

</description>
      <category>analytics</category>
      <category>iot</category>
      <category>productivity</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>RK3588S2: A Powerful ARM-Based SoC</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Thu, 22 Jan 2026 07:01:55 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/rk3588s2-a-powerful-arm-based-soc-5e1e</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/rk3588s2-a-powerful-arm-based-soc-5e1e</guid>
      <description>&lt;p&gt;The &lt;strong&gt;RK3588S2&lt;/strong&gt; is &lt;a href="https://www.rockchips.net/products/" rel="noopener noreferrer"&gt;Rockchip&lt;/a&gt;’s latest addition to its high-performance ARM-based processors. Designed to address the growing needs of PC, edge computing, and digital multimedia applications, the &lt;strong&gt;RK3588S2&lt;/strong&gt; integrates powerful processing cores, a versatile GPU, advanced video codecs, and AI acceleration. With this combination, the RK3588S2 is poised to power next-generation devices that require strong compute performance, efficient multimedia processing, and robust edge AI inference.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Highlights
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Microprocessor&lt;/strong&gt;&lt;br&gt;
At the heart of the &lt;a href="https://rockchips.net/rockchip-rk3588s2-what-it-is-and-its-role/" rel="noopener noreferrer"&gt;Rockchip RK3588S2&lt;/a&gt; is a heterogeneous octa-core CPU cluster:&lt;/p&gt;

&lt;p&gt;1) Quad-core &lt;strong&gt;Cortex-A76&lt;/strong&gt; MPcore processors for high-performance workloads.&lt;/p&gt;

&lt;p&gt;2) Quad-core &lt;strong&gt;Cortex-A55&lt;/strong&gt; MPcore processors for power-efficient tasks.&lt;/p&gt;

&lt;p&gt;This big.LITTLE setup balances performance and efficiency, while the DynamIQ Shared Unit (DSU) allows flexible workload sharing across cores. Each Cortex-A76 has 64KB L1 cache (instruction + data) and a 512KB L2 cache, whereas each Cortex-A55 has 32KB L1 cache and a 128KB L2 cache. The chip also offers a shared 3MB L3 cache.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Graphics and Multimedia
&lt;/h2&gt;

&lt;p&gt;The RK3588S2 integrates a powerful embedded 3D GPU, supporting:&lt;/p&gt;

&lt;p&gt;1) OpenGL ES 1.1/2.0/3.2&lt;/p&gt;

&lt;p&gt;2) Vulkan 1.2&lt;/p&gt;

&lt;p&gt;It also comes with a specialized 2D hardware engine with MMU to optimize display performance.&lt;/p&gt;

&lt;p&gt;For video processing, the SoC supports:&lt;/p&gt;

&lt;p&gt;1) 8K@60fps decoding for H.265 and VP9&lt;/p&gt;

&lt;p&gt;2) 8K@30fps decoding for H.264&lt;/p&gt;

&lt;p&gt;3) 4K@60fps decoding for AV1&lt;/p&gt;

&lt;p&gt;4) H.264 and H.265 encoding up to 8K@30fps&lt;/p&gt;

&lt;p&gt;Additionally, it features a JPEG encoder and decoder along with a variety of specialized pre- and post-processors for image enhancement.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Advanced ISP (Image Signal Processor)
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://rockchips.net/product/rk3588s2/" rel="noopener noreferrer"&gt;RK3588S2 features&lt;/a&gt; a hardware-based ISP capable of processing up to 48-megapixel images. It includes accelerators for advanced imaging algorithms, such as:&lt;br&gt;
1) HDR&lt;br&gt;
2) 3A (Auto-Exposure, Auto-Focus, Auto-White Balance)&lt;br&gt;
3) LSC, 3DNR, 2DNR&lt;br&gt;
4) Sharpening, dehaze, fisheye correction, gamma correction&lt;/p&gt;

&lt;p&gt;This makes it especially ideal for camera-based edge AI applications, intelligent surveillance, and computer vision systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. AI Acceleration
&lt;/h2&gt;

&lt;p&gt;A major feature of the RK3588S2 is its built-in NPU (Neural Processing Unit), which supports hybrid operations including INT4, INT8, INT16, and FP16. Offering up to 6 TOPS of processing power, it provides robust performance for edge AI applications. Moreover, it is compatible with widely used machine learning frameworks such as TensorFlow, PyTorch, MXNet, and Caffe, facilitating easy transfer and deployment of AI models.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Memory and Interfaces
&lt;/h2&gt;

&lt;p&gt;The RK3588S2 accommodates high-performance memory interfaces such as LPDDR4, LPDDR4x, and LPDDR5, ensuring sufficient bandwidth for demanding tasks. Its versatility allows it to be used across various applications, from embedded systems to lightweight edge servers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Applications
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;RK3588S2&lt;/strong&gt; is extremely versatile and can be used in a wide range of applications:&lt;br&gt;
2) Edge Computing Gateways: Handling AI inference, image recognition, and local decision-making.&lt;/p&gt;

&lt;p&gt;3) Digital Signage and Displays: Powering 8K playback and smooth rendering.&lt;/p&gt;

&lt;p&gt;4) Smart Cameras: Utilizing its advanced ISP and AI processing for analytics.&lt;/p&gt;

&lt;p&gt;5) Mobile Internet Devices: Offering strong multimedia and connectivity features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AIoT Systems:&lt;/strong&gt; Enabling efficient real-time AI at the edge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Rockchip RK3588S2&lt;/strong&gt; is a powerful SoC that features high-performance ARM cores, an advanced GPU, strong multimedia codecs, a reliable ISP, and an integrated NPU. It supports 8K multimedia and offers AI acceleration at the edge, making it ideal for developers building next-generation smart devices, embedded systems, and AI-driven applications. For those looking for a good mix of performance, efficiency, and flexibility, the RK3588S2 is among the best ARM-based options available today.&lt;/p&gt;

</description>
      <category>rk3588</category>
      <category>rockchip</category>
      <category>arm</category>
      <category>ai</category>
    </item>
    <item>
      <title>Rockchip RK3588 Boards 2026</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Tue, 20 Jan 2026 03:35:29 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/rockchip-rk3588-boards-2026-4lnl</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/rockchip-rk3588-boards-2026-4lnl</guid>
      <description>&lt;p&gt;This comprehensive overview examines the &lt;a href="https://rockchips.net/rockchip-rk3588-boards-in-2026-landscape-comparisons-and-sbc-choices/" rel="noopener noreferrer"&gt;Rockchip RK3588 boards&lt;/a&gt; ecosystem in 2026, compares popular options, and guides you in choosing the right one for projects like edge computing, robotics, embedded AI, and media servers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rockchip RK3588
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://rockchips.net/product/rk3588/" rel="noopener noreferrer"&gt;Rockchip RK3588&lt;/a&gt; is an 8-core Arm System on Chip (SoC) built for high-performance embedded computing. It includes:&lt;/p&gt;

&lt;p&gt;Features include 4 Cortex-A76 performance cores and 4 Cortex-A55 efficiency cores, an ARM Mali-G610 GPU for advanced graphics and multimedia, a dedicated 6 TOPS NPU for AI tasks, support for a wide range of video codecs and displays, and extensive connectivity options such as PCIe, USB3, Ethernet, and multi-camera interfaces.&lt;/p&gt;

&lt;p&gt;Fabricated using an 8 nm process node, the RK3588 offers robust compute, graphics, and AI capabilities with efficient power use. It is expected to be highly popular in 2026 for SBCs, industrial edge devices, and AIoT products.&lt;/p&gt;

&lt;h2&gt;
  
  
  Comparison Table
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5n5lv53zccrr2fr8tt82.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5n5lv53zccrr2fr8tt82.png" alt="Comparison Table Rockchip RK3588 SBCs" width="800" height="355"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Professionals often choose RK3588 boards for self-hosted services like media servers, &lt;a href="https://en.wikipedia.org/wiki/Jellyfin" rel="noopener noreferrer"&gt;such as Jellyfin&lt;/a&gt;, containers, or lightweight edge servers, due to their efficient power usage. Equipped with robust connectivity and a wide range of I/O options, these boards are ideal for robotics controllers, automation gateways, and custom embedded systems where space and power constraints are critical.&lt;/p&gt;

&lt;p&gt;The ecosystem’s expansion emphasizes how RK3588 keeps bridging the divide between hobbyist boards and industrial solutions, offering desktop-level performance alongside scalable connectivity and extensive software support. For customers aiming to deploy RK3588 boards on a large scale or with tailored hardware needs, professional support and design services are accessible to help speed up development and deployment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;So, here are the best RK3588 single-board computers (SBCs):&lt;br&gt;
1) Kiwi Pi 5B&lt;br&gt;
2）Kiwi Pi 5 Pro / Ultra&lt;br&gt;
3）Orange Pi 5 Plus / Pro&lt;br&gt;
4）Radxa Rock 5B&lt;/p&gt;

&lt;p&gt;By 2025, Rockchip RK3588 boards continue to be an attractive option for developers who need a combination of high performance, AI features, and multimedia capabilities in a small size. From the Kiwi Pi 5B to the more advanced Kiwi Pi 5 Pro/Ultra, as well as competing options from Orange Pi and Radxa, these SBCs offer strong platforms for embedded systems, AI edge applications, media servers, and other projects.&lt;/p&gt;

</description>
      <category>rk3588</category>
      <category>sbc</category>
      <category>rockchip</category>
      <category>raspberrypi</category>
    </item>
    <item>
      <title>The Silent Sentinel: How Occupancy Sensors Are Quietly Revolutionizing Our Spaces</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Fri, 16 Jan 2026 09:38:04 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/the-silent-sentinel-how-occupancy-sensors-are-quietly-revolutionizing-our-spaces-2g45</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/the-silent-sentinel-how-occupancy-sensors-are-quietly-revolutionizing-our-spaces-2g45</guid>
      <description>&lt;p&gt;In the ever-evolving landscape of smart buildings and sustainable design, one technology operates with such subtlety that its profound impact often goes unnoticed. The occupancy sensor—a small, unassuming device—is fundamentally transforming how we interact with and manage our environments, delivering remarkable gains in efficiency, comfort, and cost savings.&lt;/p&gt;

&lt;h2&gt;
  
  
  Beyond the Simple Light Switch
&lt;/h2&gt;

&lt;p&gt;At its core, an &lt;a href="https://rockchips.net/what-is-an-occupancy-sensor/" rel="noopener noreferrer"&gt;occupancy sensor&lt;/a&gt; is an electronic device that detects the presence or absence of people within a monitored space. While most famously associated with automatically turning lights on when you enter a room and off when you leave, its applications now extend far beyond illumination.&lt;/p&gt;

&lt;p&gt;These sensors employ various technologies to perform their task:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Passive Infrared (PIR):&lt;/strong&gt; The most common type, it detects heat emitted by moving human bodies. It's cost-effective and ideal for smaller, enclosed spaces like private offices or restrooms.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ultrasonic:&lt;/strong&gt; Emits high-frequency sound waves and measures their reflection. It can detect subtle movements, like typing at a desk, making it perfect for spaces with obstructions or where people remain still for long periods.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Microwave:&lt;/strong&gt; Similar to ultrasonic but uses radio waves. It offers a wider coverage area and can sense through non-metallic materials, suited for larger, open-plan areas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dual-Technology (DT):&lt;/strong&gt; Combines PIR and another technology (often ultrasonic) to reduce false triggers. It requires both sensors to be triggered for an "occupied" state, maximizing accuracy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Image Processing &amp;amp; Camera-Based:&lt;/strong&gt; Advanced systems using low-resolution cameras or &lt;a href="https://rockchips.net/people-counting-solution-technologies-accuracy-privacy/" rel="noopener noreferrer"&gt;people-counting algorithms&lt;/a&gt; to not only detect presence but also track space utilization patterns.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Triple Bottom Line: Why Occupancy Sensors Are Essential
&lt;/h2&gt;

&lt;p&gt;The adoption of these intelligent sentinels is driven by a powerful convergence of benefits:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Energy Efficiency &amp;amp; Sustainability&lt;/strong&gt;&lt;br&gt;
This is the most celebrated advantage. By ensuring lights, HVAC, and plug loads are only active when needed, waste is dramatically reduced. The U.S. Department of Energy notes that lighting alone accounts for about 17% of a commercial building's electricity use—a significant portion of which is wasted in empty rooms. Automated control via occupancy sensors can yield lighting energy savings of 30% or more. In an era of climate consciousness and rising energy costs, this is a compelling proposition.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Operational Cost Reduction&lt;/strong&gt;&lt;br&gt;
Energy savings translate directly into lower utility bills. Furthermore, reduced runtime extends the lifespan of lighting fixtures, HVAC components, and other equipment, slashing maintenance and replacement costs. For large-scale commercial real estate portfolios, these savings compound into substantial financial returns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Enhanced Convenience, Safety, and Data Insights&lt;/strong&gt;&lt;br&gt;
The "hands-free" operation adds a layer of hygiene and convenience, particularly in restrooms, storage areas, or when carrying items. In corridors and stairwells, they enhance security by ensuring areas are well-lit upon approach. Modern, network-connected sensors provide a treasure trove of space utilization data. Facility managers can see which conference rooms are actually used, how often workstations are occupied, and optimize cleaning schedules or space allocations based on real data rather than guesswork.&lt;/p&gt;

&lt;h2&gt;
  
  
  Intelligent Integration: The Heart of the Smart Building
&lt;/h2&gt;

&lt;p&gt;Today's occupancy sensors are not isolated devices. They are integral nodes in the Internet of Things (IoT) ecosystem for smart buildings. Integrated with Building Management Systems (BMS), they enable holistic control:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HVAC Optimization:&lt;/strong&gt; Ventilation and temperature can be zoned and adjusted based on real-time occupancy, providing comfort where needed and saving energy where not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Space Management:&lt;/strong&gt; Data feeds into workplace apps, allowing employees to find and book available rooms or desks dynamically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Predictive Maintenance:&lt;/strong&gt; Systems can alert facilities teams when areas see abnormal usage patterns or when sensor health is declining.&lt;/p&gt;

&lt;h2&gt;
  
  
  Considerations and Best Practices
&lt;/h2&gt;

&lt;p&gt;Successful deployment requires careful planning:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Placement is Key:&lt;/strong&gt; Sensors must be located to cover the entire zone without obstructions, avoiding false triggers from vents, windows, or HVAC units.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technology Selection:&lt;/strong&gt; Choose the right sensor type for the space. A PIR sensor might fail in a restroom stall, while ultrasonic is ideal for a focused library cubicle.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Timeout Settings:&lt;/strong&gt; Adjust the delay period before a space is considered "vacant" to balance energy savings with user annoyance (no one wants the lights to go out while reading).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Privacy:&lt;/strong&gt; For camera-based or more advanced systems, clear communication about data collection and anonymization is essential to maintain trust.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future: More Adaptive and Predictive
&lt;/h2&gt;

&lt;p&gt;The future of occupancy sensing lies in increased intelligence and granularity. We are moving towards systems that don't just detect if a space is occupied, but how many people are present and even what they are doing. This allows for &lt;a href="https://en.wikipedia.org/wiki/Environmental_control_system" rel="noopener noreferrer"&gt;finer-tuned environmental control&lt;/a&gt;. Furthermore, AI and machine learning will enable predictive occupancy, anticipating room usage based on historical patterns, meetings schedules, and even real-time location data (with user consent), preparing spaces just before they are needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The humble occupancy sensor has evolved from a simple light-switch helper to a critical data-gathering tool for intelligent space management. It stands as a perfect example of how subtle, automated technology can create outsized benefits—making our buildings greener, our operations leaner, and our environments more responsive. In the quest for smarter, more sustainable, and human-centric spaces, the silent sentinel is on constant duty, ensuring that energy and resources are devoted precisely where and when they matter most.&lt;/p&gt;

</description>
      <category>automation</category>
      <category>design</category>
      <category>iot</category>
      <category>monitoring</category>
    </item>
    <item>
      <title>Arm Mali-G57 MC2 GPU: Mid-Range Graphics Power</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Fri, 26 Dec 2025 02:26:43 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/arm-mali-g57-mc2-gpu-mid-range-graphics-power-5ef8</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/arm-mali-g57-mc2-gpu-mid-range-graphics-power-5ef8</guid>
      <description>&lt;p&gt;The ARM &lt;a href="https://rockchips.net/mali-g57-mc2-gpu-practical-overview/" rel="noopener noreferrer"&gt;Mali-G57 MC2&lt;/a&gt; is a mid-range graphics processing unit (GPU) from ARM Holdings that brings modern graphics performance and power efficiency to a wide range of mobile and embedded devices. Positioned between entry-level and high-end solutions, the &lt;strong&gt;G57 MC2&lt;/strong&gt; bridges performance and efficiency, making it a compelling choice for mainstream smartphones, tablets, smart TVs, and other graphics-enabled systems.&lt;/p&gt;

&lt;p&gt;This article explores the architecture, key features, performance characteristics, real-world use cases, and comparative position of the &lt;strong&gt;Mali-G57 MC2&lt;/strong&gt; in today’s GPU landscape.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is the Mali-G57 MC2 GPU?
&lt;/h2&gt;

&lt;p&gt;The Mali-G57 MC2 is part of ARM’s Mali-G57 series, based on the Valhall architecture—a design that emphasizes improved performance, better energy efficiency, and strong support for modern graphics APIs like Vulkan and OpenGL ES. The &lt;strong&gt;MC2&lt;/strong&gt; suffix indicates that this GPU configuration includes two cores (clusters), offering balanced graphics performance for devices that need more than basic UI rendering but don’t require flagship GPU power.&lt;/p&gt;

&lt;h2&gt;
  
  
  Architecture &amp;amp; Technology: Valhall at Its Core
&lt;/h2&gt;

&lt;p&gt;The Valhall architecture represents a generational improvement over previous &lt;strong&gt;Mali designs&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enhanced performance density:&lt;/strong&gt; Compared with earlier Mali GPUs like the G52, the G57 delivers around 30% higher performance density and double the texturing performance, enabling smoother 3D graphics and better support for high-resolution content. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Parallel compute design:&lt;/strong&gt; Each core has multiple ALUs (Arithmetic Logic Units), enabling efficient parallel processing for graphics rendering and compute tasks. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;API support:&lt;/strong&gt; The G57 MC2 supports Vulkan, OpenGL ES, and OpenCL, allowing developers to build games and applications that leverage modern graphics pipelines. &lt;/p&gt;

&lt;p&gt;Despite its mid-tier positioning, this GPU also integrates features like advanced shading, HDR support, and texture compression — helping developers extract more visual fidelity from mid-range hardware.&lt;/p&gt;

&lt;h2&gt;
  
  
  Performance Overview
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Dual-Core (MC2) Configuration
&lt;/h3&gt;

&lt;p&gt;The MC2 configuration (two cores) strikes a balance between performance and efficiency. &lt;a href="https://browser.geekbench.com/v6/compute/4205027" rel="noopener noreferrer"&gt;Benchmarks like Geekbench Vulkan scores&lt;/a&gt; (e.g., ~1298 on some devices) illustrate its mid-range nature — capable of handling everyday graphics workloads and casual gaming smoothly, but obviously not competing with flagship GPUs. &lt;/p&gt;

&lt;p&gt;In independent performance tables and specs, typical Mali-G57 MC2 configurations deliver modest shader counts and moderate FP32/FP16 throughput, suitable for 1080p or lower-resolution rendering at playable frame rates on mainstream titles.&lt;/p&gt;

&lt;h3&gt;
  
  
  Power Efficiency &amp;amp; Battery Life
&lt;/h3&gt;

&lt;p&gt;One of the &lt;strong&gt;Mali-G57&lt;/strong&gt;’s biggest strengths is power efficiency — a critical factor in battery-constrained devices like phones and tablets:&lt;/p&gt;

&lt;p&gt;Designed for mobile use cases, the Valhall architecture delivers improved performance per watt compared to earlier Mali generations. &lt;/p&gt;

&lt;p&gt;Features like clock and power gating help decrease energy consumption during periods of low workload. &lt;/p&gt;

&lt;p&gt;This leads to longer battery life during multimedia playback and light gaming — a key advantage in the mainstream device market.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final
&lt;/h2&gt;

&lt;p&gt;The Arm &lt;strong&gt;Mali-G57 MC2&lt;/strong&gt; offers a strong solution for mainstream mobile and embedded graphics:&lt;/p&gt;

&lt;p&gt;✔️ Balanced performance for everyday use&lt;br&gt;
✔️ Good energy efficiency for mobile devices&lt;br&gt;
✔️ Modern API support and architectural improvements&lt;br&gt;
✔️ Scalable integration in SoCs targeting broad hardware tiers&lt;/p&gt;

&lt;p&gt;While not ideal for flagship-level gaming or intensive professional tasks, the G57 MC2 delivers strong graphics performance for mid-range devices, helping manufacturers deliver responsive UIs and enjoyable media experiences without excessive power consumption.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In summary:&lt;/strong&gt; The Mali-G57 MC2 is a modern, efficient, and capable mid-range GPU that hits the sweet spot for mainstream mobile graphics — perfect for daily users seeking balanced performance and battery life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://rockchips.net/mali-g57-mc2-gpu-practical-overview/" rel="noopener noreferrer"&gt;Mali-G57 MC2 GPU: Practical Overview&lt;/a&gt;&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>mobile</category>
      <category>performance</category>
    </item>
    <item>
      <title>Arm Immortalis-G925: The Next-Gen Flagship Mobile GPU</title>
      <dc:creator>Leonard Liao</dc:creator>
      <pubDate>Fri, 26 Dec 2025 02:14:20 +0000</pubDate>
      <link>https://forem.com/dongpei_liao_8092a14d7c50/arm-immortalis-g925-53da</link>
      <guid>https://forem.com/dongpei_liao_8092a14d7c50/arm-immortalis-g925-53da</guid>
      <description>&lt;p&gt;The &lt;a href="https://rockchips.net/immortalis-g925-a-flagship-mobile-gpu/" rel="noopener noreferrer"&gt;Arm Immortalis-G925&lt;/a&gt; represents a major evolution in mobile GPU technology, ushering in a new era of high-performance graphics and artificial intelligence (AI) performance for flagship devices. Built on Arm’s 5th-generation GPU architecture, &lt;strong&gt;Immortalis-G925&lt;/strong&gt; is Arm’s most powerful and efficient GPU to date, pushing advancements in gaming visuals, ray tracing, and AI workloads while simultaneously reducing power consumption compared to prior generations.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Immortalis-G925?
&lt;/h2&gt;

&lt;p&gt;Arm’s Immortalis line sits at the top tier of its GPU offerings—above the Mali family—with hardware support for advanced features such as ray tracing. The &lt;strong&gt;Immortalis-G925&lt;/strong&gt; is designed specifically for flagship mobile SoCs, targeting premium smartphones, tablets, and other high-performance, power-sensitive applications&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key architectural enhancements include:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Fragment prepass – reduces redundant rendering work to improve efficiency.&lt;/p&gt;

&lt;p&gt;Doubled tiler and shift-convert throughput – accelerates geometry and shading workloads.&lt;/p&gt;

&lt;p&gt;Improved command stream frontend – optimizes job dispatch to shader cores.&lt;/p&gt;

&lt;p&gt;Enhanced ray tracing performance – facilitates realistic lighting and effects.&lt;/p&gt;

&lt;p&gt;Scalable configurations – supports up to 24 GPU cores to suit diverse performance points.&lt;/p&gt;

&lt;p&gt;These architectural changes help balance peak performance and sustained efficiency, a key challenge in thermal-limited smartphone environments. Unlike solutions that chase peak scores only to throttle quickly under load, G925’s design focuses on delivering consistent real-world gaming performance over longer sessions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Performance Gains: Gaming, Efficiency, and Beyond
&lt;/h2&gt;

&lt;p&gt;Arm’s internal tests and industry analyses indicate that Immortalis-G925 delivers significant performance uplifts over its predecessor, the Immortalis-G720:&lt;/p&gt;

&lt;h3&gt;
  
  
  Graphics &amp;amp; Gaming
&lt;/h3&gt;

&lt;p&gt;1) ~37 % higher overall graphics performance compared to Immortalis-G720.&lt;/p&gt;

&lt;p&gt;2) Up to ~46 % average uplift in popular mobile games.&lt;/p&gt;

&lt;p&gt;3) Standout game performance improvements include Genshin Impact (~49 %) and Roblox (~46 %).&lt;/p&gt;

&lt;p&gt;4) 52 % better ray tracing performance with intricate scenes, enabling more realistic shadows, reflections, and lighting.&lt;/p&gt;

&lt;p&gt;This makes Immortalis-G925 particularly attractive for mobile AAA gaming, where high frame rates and advanced visual effects are increasingly expected on flagship phones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Efficiency &amp;amp; Power&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Despite the performance gains, Immortalis-G925 uses ~30 % less power than the previous generation when delivering comparable graphics performance.&lt;/p&gt;

&lt;p&gt;This efficiency boost is crucial for maintaining battery life and mitigating thermal throttling in handheld devices.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI &amp;amp; Machine Learning Capabilities
&lt;/h2&gt;

&lt;p&gt;Beyond raw graphics, &lt;strong&gt;Immortalis-G925&lt;/strong&gt; also enhances AI and machine learning performance. Arm’s GPU architecture can accelerate various AI inference tasks, such as image classification, segmentation, object detection, and natural language processing—helpful for on-device AI features in mobile apps&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In benchmark tests, the GPU demonstrated:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;~&lt;a href="https://newsroom.arm.com/blog/arm-gpus-consumer-devices" rel="noopener noreferrer"&gt;36 % faster AI inference performance&lt;/a&gt; vs. the previous generation.&lt;br&gt;
Arm Newsroom&lt;/p&gt;

&lt;p&gt;~41 % better performance in image processing workloads.&lt;br&gt;
Arm Newsroom&lt;/p&gt;

&lt;p&gt;Significant improvements in super-sampling and speech-to-text tasks.&lt;br&gt;
Arm Newsroom&lt;/p&gt;

&lt;p&gt;These improvements make Immortalis-G925 a compelling platform for AI-centric applications such as real-time image enhancement, immersive AR/VR effects, and high-performance AI helpers on smartphones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://rockchips.net/immortalis-g925-a-flagship-mobile-gpu/" rel="noopener noreferrer"&gt;Immortalis-G925: A Flagship Mobile GPU (Rockchips.net)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>gamedev</category>
      <category>gpu</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
