<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rudy Van Raemdonck, Author at Verhaert Masters in Innovation</title>
	<atom:link href="https://verhaert.com/author/rvanraemdonck/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Boosting your capacity to innovate</description>
	<lastBuildDate>Fri, 03 Apr 2026 11:37:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://verhaert.com/wp-content/uploads/cropped-2024-Verhaert-Favicon-32x32.jpg</url>
	<title>Rudy Van Raemdonck, Author at Verhaert Masters in Innovation</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Beyond &#8220;connected&#8221;: The architecture of the next generation of intelligence</title>
		<link>https://verhaert.com/insights/blog/pi/beyond-connected-the-architecture-of-the-next-generation-of-intelligence/</link>
		
		<dc:creator><![CDATA[Rudy Van Raemdonck]]></dc:creator>
		<pubDate>Mon, 02 Feb 2026 21:33:24 +0000</pubDate>
				<category><![CDATA[Product innovation]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=41853</guid>

					<description><![CDATA[<p>Discover how to balance user expectations with strict EU regulations using a synergy of crossover MCUs, Zephyr OS, and Edge AI.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/pi/beyond-connected-the-architecture-of-the-next-generation-of-intelligence/">Beyond &#8220;connected&#8221;: The architecture of the next generation of intelligence</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/pi/beyond-connected-the-architecture-of-the-next-generation-of-intelligence/">Beyond &#8220;connected&#8221;: The architecture of the next generation of intelligence</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Today’s users expect devices that are smarter, faster, more intuitive, more secure, and more private – while remaining affordable. They want seamless intelligence without friction, without thinking about what it takes to deliver it. For product teams, this creates a paradox: delivering that experience requires increasing technical and regulatory effort, which directly impacts development time and cost.</strong></p>
<p><img decoding="async" style="margin-bottom: 15px;" src="https://verhaert.com/wp-content/uploads/2026-Blog-3XT-Beyond-connected-The-architecture-of-the-next-generation-of-intelligence.png" alt="Chip-on-Board the future of embedded intelligence" /></p>
<h2 style="margin-top: 30px;">The evolution from IoT to AIoT</h2>
<p><span style="font-weight: 400;">In the history of embedded systems, we have moved from the discrete digital logic of the 1960s to the <strong>hyper-connected IoT era</strong> of the late 2000s, enabled by the ability to connect even small devices reliably to the cloud. This connectivity unlocked entirely new classes of applications, but it also introduced a strong dependency on continuous communication.</span></p>
<p><span style="font-weight: 400;">Today, we are seeing <strong>the next evolution with AIoT</strong> (Artificial Intelligence of Things). Advances in hardware and software now make it possible to <strong>embed intelligence directly at the edge</strong>, allowing devices to operate more autonomously and remain functional even when cloud connectivity is limited or temporarily unavailable. In practice, this leads to <strong>hybrid architectures</strong> where local intelligence complements the cloud rather than replaces it.</span></p>
<p><span style="font-weight: 400;">As expectations for <strong>‘smart’ products</strong> continue to rise, addressing this paradox within fixed time and budget constraints requires a shift in design philosophy. This shift involves combining <strong>the right state-of-the-art technologies</strong> to increase engineering efficiency and reduce development complexity.</span></p>
<h2 style="margin-top: 30px;">The rise of the crossover MCU: Bridging the power-performance gap</h2>
<p>For years, engineers had to choose between the efficiency of a smaller and more integrated Microcontroller (MCU) and the high-performance complexity of an Application Processor (MPU). The emergence of so-called <a href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus:IMX-RT-SERIES" target="_blank" rel="noopener"><span style="text-decoration: underline;">crossover MCUs</span></a> has broken this dichotomy. By integrating multiple heterogeneous cores – such as a <span style="text-decoration: underline;"><a href="https://developer.arm.com/Processors/Cortex-M7" target="_blank" rel="noopener">Cortex-M7</a></span> for performance and a <a href="https://developer.arm.com/Processors/Cortex-M4" target="_blank" rel="noopener"><span style="text-decoration: underline;">Cortex-M4</span></a> for real-time tasks – <strong>these chips now offer MPU-level power with MCU-level efficiency.</strong></p>
<p>This shift allows us to move away from expensive, power-hungry System-on-Modules (SOM) while retaining the ‘number-crunching’ ability needed for <strong>advanced encryption and on-device (artificial) intelligence.</strong></p>
<h2 style="margin-top: 30px;">Zephyr: The new standard for embedded portability</h2>
<p>As MCUs become more complex, software must become more abstract. The <span style="text-decoration: underline;"><a href="https://www.zephyrproject.org/" target="_blank" rel="noopener">Zephyr RTOS</a></span> is becoming the <strong>&#8220;Linux of the embedded world&#8221;</strong>. Its vendor-independent architecture allows developers to write code that isn&#8217;t tied to a specific piece of silicon. Zephyr supports over 900 starter kits, demonstrating its broad adoption across MCU architectures and platforms.</p>
<p>In a landscape where regulatory requirements are becoming mandatory, Zephyr’s built-in security features, from secure boot to encrypted over-the-air (OTA) updates, provide more standardized options for compliance that was previously a custom-build challenge.</p>
<h2 style="margin-top: 30px;">The edge AI paradigm: Intelligence without the tether</h2>
<p>One of the defining characteristics of next-generation smart products is <strong>the ability to process data locally through Edge AI</strong>. Rather than relying exclusively on cloud-based intelligence, devices can make decisions closer to where data is generated.</p>
<p>This approach addresses several challenges associated with cloud-dependent IoT architectures, including:</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li><strong>Latency:</strong> Local processing enables faster response times for time-critical actions.</li>
<li><strong>Privacy:</strong> Sensitive data remains on the device, reducing exposure and increasing user trust.</li>
<li><strong>Energy efficiency:</strong> Limiting high-bandwidth data transmission can significantly reduce power consumption.</li>
</ul>
<p>Recent advances in AI techniques now allow complex neural networks to be optimized so they can run efficiently on cost-effective, low-power hardware.</p>
<h2 style="margin-top: 30px;">The compliance catalyst: The role of the Cyber Resilience Act</h2>
<p>Meeting high product requirements now includes meeting a new legal reality: the European Cyber Resilience Act. Security can no longer be a ‘patchwork’ effort added late in the cycle; it must be <strong>an architectural pillar</strong>.</p>
<p>The synergy of this ‘power trio’ provides a strategic path to compliance:</p>
<ul style="padding-left: 40px; padding-bottom: 20px;">
<li><strong>Hardware-rooted trust: </strong>Crossover MCUs provide the physical foundation for secure boot and native encryption.</li>
<li><strong>Lifecycle management:</strong> <a href="https://www.zephyrproject.org/" target="_blank" rel="noopener"><span style="text-decoration: underline;">Zephyr</span></a> enables the secure OTA updates required to manage vulnerabilities throughout a product&#8217;s mandated support window.</li>
<li><strong>Data sovereignty:</strong> Edge AI naturally aligns with privacy-first mandates by reducing the attack surface of the product.</li>
</ul>
<h2 style="margin-top: 30px;">From complexity to synergy</h2>
<p>The challenge of modern product development is that sophisticated features often lead to <strong>technical complexity, longer development cycles and higher costs</strong>. At the same time, products must meet increasingly strict security and regulatory requirements, often invisible to the end user, but critical for market access and long-term viability.</p>
<p>Understanding how the synergy between crossover hardware, scalable OS layers and edge intelligence can reduce engineering effort is key to <strong>delivering products that are intuitive and powerful, but also secure and compliant by design</strong>.</p>
<p>We are moving toward a future where ‘smart’ is no longer a feature, but an inherent, autonomous quality that evolves over time.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/pi/beyond-connected-the-architecture-of-the-next-generation-of-intelligence/">Beyond &#8220;connected&#8221;: The architecture of the next generation of intelligence</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/pi/beyond-connected-the-architecture-of-the-next-generation-of-intelligence/">Beyond &#8220;connected&#8221;: The architecture of the next generation of intelligence</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Edge AI: Turning everyday devices into intelligent game-changers</title>
		<link>https://verhaert.com/insights/blog/pi/edge-ai-turning-devices-into-intelligent-game-changers/</link>
		
		<dc:creator><![CDATA[Rudy Van Raemdonck]]></dc:creator>
		<pubDate>Tue, 16 Sep 2025 08:30:40 +0000</pubDate>
				<category><![CDATA[Product innovation]]></category>
		<category><![CDATA[Edge AI]]></category>
		<category><![CDATA[Product technology]]></category>
		<guid isPermaLink="false">https://verhaert.com/?p=41153</guid>

					<description><![CDATA[<p>Use Edge AI to make devices intelligent, private and responsive; predicting needs, acting instantly and creating smarter user experiences.</p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/pi/edge-ai-turning-devices-into-intelligent-game-changers/">Edge AI: Turning everyday devices into intelligent game-changers</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/pi/edge-ai-turning-devices-into-intelligent-game-changers/">Edge AI: Turning everyday devices into intelligent game-changers</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>The future belongs to products that do more than function; they anticipate needs, interact naturally and operate reliably in any environment. Users expect devices to provide them with more intelligent, responsive, and intuitive experiences. Edge AI makes this possible, driving real-time intelligence directly on the device. Products powered by Edge AI can process data locally, respond immediately and continuously learn and adapt, turning ordinary devices into breakthrough innovations.</strong></p>
<p><img decoding="async" style="margin-bottom: 15px;" src="https://verhaert.com/wp-content/uploads/2025-Blog-Edge-AI-turning-devices-into-intelligent-game-changers-banner.jpg" alt="Edge AI turning devices into intelligent game-changers" /></p>
<h2 style="margin-top: 30px;">Edge AI makes products think smarter</h2>
<p>Edge AI brings artificial intelligence directly to the device, or “the edge”, rather than relying solely on internet communication and cloud computing. Sensors, IoT devices and embedded systems can process data locally, make real-time decisions and adapt their behavior instantly. By offloading computation from the cloud, Edge AI enables faster responses, lower latency, reduced data transfer and improved privacy; all while optimizing power consumption and performance for embedded devices.</p>
<h2 style="margin-top: 30px;">Why Edge AI makes your product breakthrough</h2>
<p>Edge AI isn’t just about smarter technology; it’s about overcoming the everyday limitations that stop products from reaching their full potential.</p>
<ul style="margin-left: 20px;">
<li><strong>Limited or unstable data connections?</strong><br />
Traditional cloud-based AI struggles when connectivity is poor. Edge AI makes real-time decisions locally, ensuring your product functions intelligently anywhere, anytime, without relying on constant internet access.</li>
<li><strong>Simple sensors, big insights</strong><br />
Even basic sensors can deliver high-end performance with Edge AI. Through sensor fusion, devices combine data from multiple sources to act as virtual, intelligent sensors. For example, a washing machine can estimate drum fill by analyzing vibration and motor sound, avoiding the need for supplementary (more expensive) weight sensors.</li>
<li><strong>Need a longer product lifetime?</strong><br />
Edge AI continuously monitors product health, predicting maintenance needs before failures occur. Changes in sound or vibration patterns can indicate wear in critical components, extending the product’s lifetime and reducing costly downtime.</li>
<li><strong>User interaction matters</strong><br />
Edge AI enables local processing of audio and video, allowing products to interact intuitively with users while preserving privacy. From personalized feedback to detecting behaviors in sensitive environments (like for example, smoking detection in toilets), devices become smarter and more user-friendly.</li>
<li><strong>Harsh environments or complex interfaces?</strong><br />
Edge AI supports intuitive interaction even in challenging conditions. Industrial terminals, for instance, can recognize hand movements contactlessly, ideal when workers wear thick gloves, making conventional touchscreens ineffective.</li>
</ul>
<h2 style="margin-top: 30px;">Turning Edge AI into customer value</h2>
<p>By addressing these product-level challenges, Edge AI drives multiple benefits that customers care about:</p>
<ul style="margin-left: 20px;">
<li>Improved user experience with immediate, intuitive responses.</li>
<li>Personalized interfaces and automated behavior insights.</li>
<li>Stronger privacy as raw data remains on the device.</li>
<li>Predictive maintenance that reduces downtime and operational costs.</li>
<li>Sustainability through lower energy consumption and optimized local processing.</li>
<li>Enhanced business insights for smarter product evolution.</li>
</ul>
<h2 style="margin-top: 30px;">From concept to market: Making innovation happen</h2>
<p>At Verhaert, we integrate AI and embedded systems seamlessly, from concept to market-ready solutions. Our multidisciplinary teams ensure high performance, low power consumption, secure data handling and intuitive interfaces. With Edge AI, we don’t just build devices, we create breakthrough technology that transforms user experience, strengthens customer relationships and positions your product as a market leader.</p>
<p><strong>Unlock the full potential of <a href="https://verhaert.com/offerings/product-innovation/">your products</a>. Harness Edge AI to innovate smarter, faster and more sustainably, while delighting users and reducing costs.</strong></p>
<p>The post <a rel="nofollow" href="https://verhaert.com/insights/blog/pi/edge-ai-turning-devices-into-intelligent-game-changers/">Edge AI: Turning everyday devices into intelligent game-changers</a> appeared first on <a rel="nofollow" href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
<p>The post <a href="https://verhaert.com/insights/blog/pi/edge-ai-turning-devices-into-intelligent-game-changers/">Edge AI: Turning everyday devices into intelligent game-changers</a> appeared first on <a href="https://verhaert.com">Verhaert Masters in Innovation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
