<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Gyan Labs Blog</title>
        <link>https://gyan-labs.com/blog</link>
        <description>Gyan Labs Blog</description>
        <lastBuildDate>Tue, 28 Jul 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Comparison bw VLA and WLA]]></title>
            <link>https://gyan-labs.com/blog/vla-vs-wla</link>
            <guid>https://gyan-labs.com/blog/vla-vs-wla</guid>
            <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Compairing the Vision Language Action models with World Language Action models to understand their Pros and Cons.]]></description>
            <content:encoded><![CDATA[<p>Compairing the Vision Language Action models with World Language Action models to understand their <strong>Pros</strong> and <strong>Cons</strong>.</p>
<!-- -->
<p>In recent times, the world has evolved around the combining the AI domain with Robotics Domain to achieve the results where the robot can understand it's environment and take actions to interact with it.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="current-progress">Current Progress<a href="https://gyan-labs.com/blog/vla-vs-wla#current-progress" class="hash-link" aria-label="Direct link to Current Progress" title="Direct link to Current Progress" translate="no">​</a></h2>
<p>Today's robotics companies are eagerly focusing on implementing.</p>]]></content:encoded>
            <category>robotics</category>
            <category>VLA</category>
            <category>WLA</category>
        </item>
        <item>
            <title><![CDATA[The Future of Humanoid Robotics]]></title>
            <link>https://gyan-labs.com/blog/future-of-humanoid-robotics</link>
            <guid>https://gyan-labs.com/blog/future-of-humanoid-robotics</guid>
            <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[How humanoids are evolving from lab prototypes to everyday workplace assistants, and what challenges remain in perception, control, and safety.]]></description>
            <content:encoded><![CDATA[<p>How humanoids are evolving from lab prototypes to everyday workplace assistants, and what challenges remain in perception, control, and safety.</p>
<!-- -->
<p>The field of humanoid robotics has seen remarkable progress in recent years. From Boston Dynamics' Atlas to Tesla's Optimus, humanoid robots are transitioning from research curiosities to practical machines capable of performing real-world tasks.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-current-landscape">The Current Landscape<a href="https://gyan-labs.com/blog/future-of-humanoid-robotics#the-current-landscape" class="hash-link" aria-label="Direct link to The Current Landscape" title="Direct link to The Current Landscape" translate="no">​</a></h2>
<p>Today's humanoid robots can walk, navigate complex terrain, and manipulate objects with increasing dexterity. But the gap between a controlled lab demo and a reliable workplace assistant remains significant.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="key-challenges">Key Challenges<a href="https://gyan-labs.com/blog/future-of-humanoid-robotics#key-challenges" class="hash-link" aria-label="Direct link to Key Challenges" title="Direct link to Key Challenges" translate="no">​</a></h2>
<ul>
<li class=""><strong>Perception</strong>: Understanding and reacting to unstructured environments in real-time</li>
<li class=""><strong>Control</strong>: Maintaining balance and coordination while performing complex manipulation tasks</li>
<li class=""><strong>Safety</strong>: Ensuring human-robot interaction is safe in shared workspaces</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's Next<a href="https://gyan-labs.com/blog/future-of-humanoid-robotics#whats-next" class="hash-link" aria-label="Direct link to What's Next" title="Direct link to What's Next" translate="no">​</a></h2>
<p>We believe the next breakthrough will come from combining advanced simulation-to-real transfer techniques with robust perception pipelines, enabling humanoid robots to adapt to new environments quickly and safely.</p>]]></content:encoded>
            <category>robotics</category>
            <category>humanoid</category>
            <category>AI</category>
        </item>
        <item>
            <title><![CDATA[Building Real-Time Computer Vision Pipelines]]></title>
            <link>https://gyan-labs.com/blog/real-time-computer-vision-pipelines</link>
            <guid>https://gyan-labs.com/blog/real-time-computer-vision-pipelines</guid>
            <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[A deep dive into low-latency vision systems for industrial automation, covering model optimization, edge deployment, and hardware acceleration.]]></description>
            <content:encoded><![CDATA[<p>A deep dive into low-latency vision systems for industrial automation, covering model optimization, edge deployment, and hardware acceleration.</p>
<!-- -->
<p>Real-time computer vision is the backbone of modern industrial automation. From quality inspection to autonomous navigation, the ability to process visual data with minimal latency is critical.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-pipeline-architecture">The Pipeline Architecture<a href="https://gyan-labs.com/blog/real-time-computer-vision-pipelines#the-pipeline-architecture" class="hash-link" aria-label="Direct link to The Pipeline Architecture" title="Direct link to The Pipeline Architecture" translate="no">​</a></h2>
<p>A typical real-time vision pipeline consists of image acquisition, preprocessing, inference, and post-processing stages. Each stage must be optimized to meet strict latency requirements.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="optimization-strategies">Optimization Strategies<a href="https://gyan-labs.com/blog/real-time-computer-vision-pipelines#optimization-strategies" class="hash-link" aria-label="Direct link to Optimization Strategies" title="Direct link to Optimization Strategies" translate="no">​</a></h2>
<ul>
<li class=""><strong>Model quantization</strong>: Reducing precision from FP32 to INT8 for faster inference</li>
<li class=""><strong>Hardware acceleration</strong>: Leveraging GPUs, TPUs, or dedicated vision processors</li>
<li class=""><strong>Pipeline parallelism</strong>: Overlapping computation stages to maximize throughput</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="edge-deployment">Edge Deployment<a href="https://gyan-labs.com/blog/real-time-computer-vision-pipelines#edge-deployment" class="hash-link" aria-label="Direct link to Edge Deployment" title="Direct link to Edge Deployment" translate="no">​</a></h2>
<p>Moving inference to the edge reduces latency and bandwidth requirements, but introduces constraints on model size and computational resources.</p>]]></content:encoded>
            <category>computer-vision</category>
            <category>edge-computing</category>
            <category>robotics</category>
        </item>
        <item>
            <title><![CDATA[Why Every Software Engineer Should Learn Robotics]]></title>
            <link>https://gyan-labs.com/blog/learn-robotics</link>
            <guid>https://gyan-labs.com/blog/learn-robotics</guid>
            <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Robotics blends software, hardware, and systems thinking. Here's how expanding into robotics can supercharge your engineering career.]]></description>
            <content:encoded><![CDATA[<p>Robotics blends software, hardware, and systems thinking. Here's how expanding into robotics can supercharge your engineering career.</p>
<!-- -->
<p>Software engineering and robotics are more closely connected than ever. The rise of autonomous systems, IoT, and AI-powered machines means that software skills are increasingly in demand in the robotics industry.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-robotics">Why Robotics?<a href="https://gyan-labs.com/blog/learn-robotics#why-robotics" class="hash-link" aria-label="Direct link to Why Robotics?" title="Direct link to Why Robotics?" translate="no">​</a></h2>
<p>Robotics forces you to think about the physical world. You can't just write code — you need to consider sensor noise, actuator limits, real-time constraints, and safety requirements. This breadth of thinking makes you a better engineer.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="transferable-skills">Transferable Skills<a href="https://gyan-labs.com/blog/learn-robotics#transferable-skills" class="hash-link" aria-label="Direct link to Transferable Skills" title="Direct link to Transferable Skills" translate="no">​</a></h2>
<ul>
<li class=""><strong>Systems thinking</strong>: Understanding how components interact in complex systems</li>
<li class=""><strong>Real-time programming</strong>: Working with strict timing constraints</li>
<li class=""><strong>Testing under uncertainty</strong>: Dealing with noisy sensors and unpredictable environments</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting Started<a href="https://gyan-labs.com/blog/learn-robotics#getting-started" class="hash-link" aria-label="Direct link to Getting Started" title="Direct link to Getting Started" translate="no">​</a></h2>
<p>Start with ROS 2, simulation tools like Gazebo, and a simple robot platform. The barrier to entry has never been lower.</p>]]></content:encoded>
            <category>robotics</category>
            <category>career</category>
            <category>software-engineering</category>
        </item>
        <item>
            <title><![CDATA[Sim-to-Real Transfer — From Virtual Training to Physical Deployment]]></title>
            <link>https://gyan-labs.com/blog/sim-to-real-transfer</link>
            <guid>https://gyan-labs.com/blog/sim-to-real-transfer</guid>
            <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Exploring techniques that bridge the simulation-to-reality gap, enabling robots trained in virtual environments to perform reliably in the real world.]]></description>
            <content:encoded><![CDATA[<p>Exploring techniques that bridge the simulation-to-reality gap, enabling robots trained in virtual environments to perform reliably in the real world.</p>
<!-- -->
<p>Training robots in the real world is expensive, slow, and potentially dangerous. Simulation offers a safe, scalable alternative — but policies trained in simulation often fail when deployed on physical hardware.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-sim-to-real-gap">The Sim-to-Real Gap<a href="https://gyan-labs.com/blog/sim-to-real-transfer#the-sim-to-real-gap" class="hash-link" aria-label="Direct link to The Sim-to-Real Gap" title="Direct link to The Sim-to-Real Gap" translate="no">​</a></h2>
<p>The gap arises from differences between simulated and real-world physics, sensor noise, visual appearance, and environmental dynamics. Bridging this gap is one of the central challenges in modern robotics.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="techniques">Techniques<a href="https://gyan-labs.com/blog/sim-to-real-transfer#techniques" class="hash-link" aria-label="Direct link to Techniques" title="Direct link to Techniques" translate="no">​</a></h2>
<ul>
<li class=""><strong>Domain randomization</strong>: Varying simulation parameters to improve generalization</li>
<li class=""><strong>Domain adaptation</strong>: Learning to map simulated features to real-world features</li>
<li class=""><strong>Sim-to-real fine-tuning</strong>: Using a small amount of real-world data to adapt sim-trained policies</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="real-world-success-stories">Real-World Success Stories<a href="https://gyan-labs.com/blog/sim-to-real-transfer#real-world-success-stories" class="hash-link" aria-label="Direct link to Real-World Success Stories" title="Direct link to Real-World Success Stories" translate="no">​</a></h2>
<p>Recent work in locomotion, manipulation, and navigation has demonstrated that sim-to-real transfer can work at scale when combined with careful domain randomization and robust policy architectures.</p>]]></content:encoded>
            <category>simulation</category>
            <category>deep-learning</category>
            <category>robotics</category>
        </item>
        <item>
            <title><![CDATA[Open Source Robotics — Community-Driven Innovation]]></title>
            <link>https://gyan-labs.com/blog/open-source-robotics</link>
            <guid>https://gyan-labs.com/blog/open-source-robotics</guid>
            <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[How open-source frameworks like ROS 2 are democratizing robotics development and enabling rapid prototyping across industries.]]></description>
            <content:encoded><![CDATA[<p>How open-source frameworks like ROS 2 are democratizing robotics development and enabling rapid prototyping across industries.</p>
<!-- -->
<p>The open-source movement has transformed software development, and robotics is no exception. Frameworks like ROS 2 have created a vibrant ecosystem where researchers, hobbyists, and companies can collaborate on shared infrastructure.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-open-source-matters">Why Open Source Matters<a href="https://gyan-labs.com/blog/open-source-robotics#why-open-source-matters" class="hash-link" aria-label="Direct link to Why Open Source Matters" title="Direct link to Why Open Source Matters" translate="no">​</a></h2>
<p>Robotics is inherently complex — it requires expertise in software, hardware, electronics, and mechanical engineering. Open-source frameworks lower the barrier to entry by providing reusable building blocks.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-ros-2-ecosystem">The ROS 2 Ecosystem<a href="https://gyan-labs.com/blog/open-source-robotics#the-ros-2-ecosystem" class="hash-link" aria-label="Direct link to The ROS 2 Ecosystem" title="Direct link to The ROS 2 Ecosystem" translate="no">​</a></h2>
<p>ROS 2 provides:</p>
<ul>
<li class="">Communication middleware for distributed systems</li>
<li class="">A rich set of libraries for perception, planning, and control</li>
<li class="">Tools for simulation, visualization, and debugging</li>
<li class="">A large community of contributors and users</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-involved">Getting Involved<a href="https://gyan-labs.com/blog/open-source-robotics#getting-involved" class="hash-link" aria-label="Direct link to Getting Involved" title="Direct link to Getting Involved" translate="no">​</a></h2>
<p>Whether you're a student, researcher, or industry professional, there are many ways to contribute to open-source robotics. Start by exploring existing packages, reporting bugs, or contributing documentation.</p>]]></content:encoded>
            <category>open-source</category>
            <category>ROS</category>
            <category>community</category>
        </item>
    </channel>
</rss>