<?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>DEV Community: Shyamli Khadse</title>
    <description>The latest articles on DEV Community by Shyamli Khadse (@shyamli_khadse_c2671d46cb).</description>
    <link>https://dev.to/shyamli_khadse_c2671d46cb</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%2F3672733%2Fa8cc6d11-19de-446b-acb6-53fff3628e5b.png</url>
      <title>DEV Community: Shyamli Khadse</title>
      <link>https://dev.to/shyamli_khadse_c2671d46cb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shyamli_khadse_c2671d46cb"/>
    <language>en</language>
    <item>
      <title>Architect's Compass: Building a Data-Driven Trade-off Engine with AWS Kiro</title>
      <dc:creator>Shyamli Khadse</dc:creator>
      <pubDate>Sat, 10 Jan 2026 15:26:02 +0000</pubDate>
      <link>https://dev.to/shyamli_khadse_c2671d46cb/architects-compass-building-a-data-driven-trade-off-engine-with-aws-kiro-3a4c</link>
      <guid>https://dev.to/shyamli_khadse_c2671d46cb/architects-compass-building-a-data-driven-trade-off-engine-with-aws-kiro-3a4c</guid>
      <description>&lt;p&gt;Architect's Compass: Building a Data-Driven Trade-off Engine with AWS Kiro&lt;/p&gt;

&lt;p&gt;In modern cloud architecture, "analysis paralysis" is a common bottleneck. Choosing between AWS Lambda and Amazon EKS (Kubernetes) isn't just about technical preference; it’s about weighing development velocity against operational cost and scalability.&lt;/p&gt;

&lt;p&gt;I built Architect's Compass to solve this. Instead of providing a static answer, this tool evaluates user constraints to quantify trade-offs, helping developers choose the path that best aligns with their business goals.&lt;/p&gt;

&lt;p&gt;The Core Challenge: Quantifying the "Choice"&lt;br&gt;
Most comparison tools just list features. To help users actually choose, I implemented a Weighted Utility Engine. The engine takes six key dimensions—Time-to-Market, Cost, Maturity, Learning Curve, Scalability, and Maintainability—and adjusts their importance based on dynamic user input.&lt;/p&gt;

&lt;p&gt;Accelerating Development with AWS Kiro&lt;br&gt;
The most significant factor in building this tool was the Spec-Driven Development workflow enabled by AWS Kiro. By maintaining a /.kiro directory at the project root, I ensured the implementation never drifted from the design.&lt;/p&gt;

&lt;p&gt;How the .kiro Directory Optimized My Workflow:&lt;br&gt;
Requirements Synchronization: My requirements.md file contained 35 specific acceptance criteria. Kiro used these to audit my code, catching edge cases in the scoring logic before I even ran the first test.&lt;/p&gt;

&lt;p&gt;Zero-Refactor Architecture: By defining interfaces in design.md before coding, the frontend components and the backend comparison engine were perfectly compatible on the first try.&lt;/p&gt;

&lt;p&gt;Traceable Tasks: Following the roadmap in tasks.md allowed for a 30-40% reduction in total development time compared to traditional manual coding.&lt;/p&gt;

&lt;p&gt;Key Results &amp;amp; Takeaways&lt;br&gt;
The final application doesn't just name a winner; it surfaces a Trade-off Summary. If a user chooses Lambda for speed, the tool explicitly warns them about potential "Cold Starts" and "Vendor Lock-in," ensuring they are aware of the technical debt they are accepting.&lt;/p&gt;

&lt;p&gt;Lessons for AWS Builders:&lt;br&gt;
Specification is Foundation: Spending time in the /.kiro folder upfront saves hours of refactoring later.&lt;/p&gt;

&lt;p&gt;Logic over Information: Tools should help users make decisions, not just consume data.&lt;/p&gt;

&lt;p&gt;Modular Scoring: Designing pluggable scoring algorithms makes it easy to add new comparisons, like RDS vs. DynamoDB, in the future.&lt;/p&gt;

&lt;p&gt;Project Resources&lt;br&gt;
GitHub Repository: &lt;a href="https://github.com/kshyamli/tradeoff-navigator/tree/main" rel="noopener noreferrer"&gt;https://github.com/kshyamli/tradeoff-navigator/tree/main&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built with: React, TypeScript, Tailwind CSS, and AWS Kiro.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>tooling</category>
      <category>architecture</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Future of Hyper-Local AI</title>
      <dc:creator>Shyamli Khadse</dc:creator>
      <pubDate>Sun, 28 Dec 2025 14:35:33 +0000</pubDate>
      <link>https://dev.to/shyamli_khadse_c2671d46cb/the-future-of-hyper-local-ai-197k</link>
      <guid>https://dev.to/shyamli_khadse_c2671d46cb/the-future-of-hyper-local-ai-197k</guid>
      <description>&lt;p&gt;Building "Aamchi Guide" was more than just a coding exercise; it was an exploration into how Agentic Workflows can bridge the gap between global AI models and local cultural nuances. By utilizing Kiro’s context-injection capabilities, I was able to transform a generic chatbot into a street-smart Mumbai companion that understands not just the geography of the city, but its "vibe."&lt;/p&gt;

&lt;p&gt;The true power of this project lies in its Complex Intent Orchestration. By teaching the AI to parse multiple needs—like hunger, location, and fatigue—simultaneously, we move closer to a future where AI feels less like a search engine and more like a helpful local friend. Whether it's guiding a tired traveler to a Marine Drive sunset or providing a Marathi lifeline in a medical emergency, "Aamchi Guide" proves that grounding AI in regional context is the key to building technology that truly serves India’s diverse population.&lt;/p&gt;

&lt;p&gt;As we move forward in the AI for Bharat journey, the lesson is clear: Context is King. When we combine sophisticated logic with local heart, we create tools that don't just provide data—they provide solutions.&lt;/p&gt;

&lt;p&gt;check out my project on github:&lt;a href="https://github.com/kshyamli/aamchi-mumbai-guide/tree/main" rel="noopener noreferrer"&gt;https://github.com/kshyamli/aamchi-mumbai-guide/tree/main&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rag</category>
      <category>showdev</category>
      <category>agents</category>
      <category>ai</category>
    </item>
    <item>
      <title>🕹️ Retro Revival: Pitting Human vs. A* Search Intelligence</title>
      <dc:creator>Shyamli Khadse</dc:creator>
      <pubDate>Sun, 21 Dec 2025 13:36:46 +0000</pubDate>
      <link>https://dev.to/shyamli_khadse_c2671d46cb/retro-revival-pitting-human-vs-a-search-intelligence-3294</link>
      <guid>https://dev.to/shyamli_khadse_c2671d46cb/retro-revival-pitting-human-vs-a-search-intelligence-3294</guid>
      <description>&lt;p&gt;🚀 The Vision&lt;/p&gt;

&lt;h2&gt;
  
  
  For this week's challenge, I decided to breathe new life into the 1976 classic, Snake. The goal wasn't just to recreate the nostalgia of the Nokia era, but to introduce a Modern AI Twist: a competitive "Ghost" snake that uses high-level pathfinding logic to outsmart the player.
&lt;/h2&gt;

&lt;p&gt;🧠 The "Modern Twist": Complex AI Logic&lt;br&gt;
The heart of this project lies in ai.js. Unlike original arcade games that used simple "if-else" logic, my version implements the A (A-Star) Search Algorithm*.&lt;/p&gt;

&lt;p&gt;How the AI Thinks:&lt;br&gt;
The AI treats the game canvas as a grid of nodes. Every 100ms, it performs a search to find the shortest path to the food. It calculates the Manhattan Distance to prioritize moves:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                d = |x_1 - x_2| + |y_1 - y_2|
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;By assigning a "cost" of infinity to pixels occupied by snake bodies, the AI dynamically navigates around the player in real-time.&lt;/p&gt;




&lt;p&gt;🛠️ How Kiro Accelerated My Build&lt;br&gt;
The Kiro IDE was more than just a code editor; it was a lead engineer. Here is how it accelerated my development:&lt;/p&gt;

&lt;p&gt;Algorithmic Scaffolding: Writing A* from scratch is error-prone. Kiro generated the initial class structure and heuristic functions based on my plan.md.&lt;/p&gt;

&lt;p&gt;The "Straight Line" Fix: At one point, the AI snake would only move in a straight line. I shared the code with Kiro, and it identified that the target coordinate wasn't being refreshed inside the requestAnimationFrame loop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Retro Styling: Kiro helped me write the CSS for the CRT Scanline Effect and the Windows 95 beveled buttons, giving it that authentic "Retro Revival" look.
&lt;/h2&gt;

&lt;p&gt;📺 Visuals &amp;amp; Results&lt;br&gt;
The final result is a seamless blend of 90s aesthetics and modern search theory.&lt;/p&gt;

&lt;p&gt;UI: Windows 95 Teal Desktop.&lt;/p&gt;

&lt;p&gt;Logic: Real-time adversarial pathfinding.&lt;/p&gt;

&lt;p&gt;Proof of Work: All development logs are stored in my /.kiro directory.&lt;/p&gt;

&lt;p&gt;"Kiro allowed me to focus on the high-level game design while it handled the complex matrix math required for the AI's brain."&lt;/p&gt;




&lt;p&gt;🔗 Project Links&lt;br&gt;
GitHub Repository:(&lt;a href="https://github.com/kshyamli/Retro-Revival-AI-Enhanced-Snake" rel="noopener noreferrer"&gt;https://github.com/kshyamli/Retro-Revival-AI-Enhanced-Snake&lt;/a&gt;)&lt;/p&gt;




</description>
      <category>algorithms</category>
      <category>gamedev</category>
      <category>showdev</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
