<?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: Raj Patil</title>
    <description>The latest articles on DEV Community by Raj Patil (@lostxmusafir).</description>
    <link>https://dev.to/lostxmusafir</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4023227%2Fffd01f7a-87c7-4026-b761-fe69ffba3903.jpg</url>
      <title>DEV Community: Raj Patil</title>
      <link>https://dev.to/lostxmusafir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lostxmusafir"/>
    <language>en</language>
    <item>
      <title>The Skill Gap in Indian Engineering: Why Self-Learning Matters More Than Syllabus published: true</title>
      <dc:creator>Raj Patil</dc:creator>
      <pubDate>Thu, 09 Jul 2026 21:43:16 +0000</pubDate>
      <link>https://dev.to/lostxmusafir/the-skill-gap-in-indian-engineering-why-self-learning-matters-more-than-syllabus-published-true-2ch7</link>
      <guid>https://dev.to/lostxmusafir/the-skill-gap-in-indian-engineering-why-self-learning-matters-more-than-syllabus-published-true-2ch7</guid>
      <description>&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsp4276d312gp0g7v2rx4.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsp4276d312gp0g7v2rx4.png" alt=" " width="799" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Indian engineering colleges produce over 1.5 million CS graduates every year. Yet only a small fraction are industry-ready on day one. The problem isn't the students. It's the growing gap between what's taught and what's needed.&lt;/p&gt;

&lt;p&gt;Where the Gap Exists&lt;/p&gt;

&lt;p&gt;Curriculum — Turbo C++, HTML table layouts, Waterfall model, Written theory exams, No project work&lt;/p&gt;

&lt;p&gt;Industry — Modern tooling VS Code and Git, Component-based frameworks, Agile and iterative workflows, Live coding and system design, Portfolio with deployed projects&lt;/p&gt;

&lt;p&gt;This isn't about blaming institutions. Many colleges face genuine constraints — outdated approval processes, limited faculty with industry exposure, and infrastructure gaps.&lt;/p&gt;

&lt;p&gt;What Actually Works&lt;/p&gt;

&lt;p&gt;From my experience, the developers who stand out share one common trait: they don't wait for the syllabus to catch up.&lt;/p&gt;

&lt;p&gt;They build projects outside the classroom. They read official documentation, not just textbooks. They contribute to open source, even small PRs. They write about what they learn — articles, posts, notes. They learn Git, deployment, and CI/CD on their own.&lt;/p&gt;

&lt;p&gt;A Thought for Two Audiences&lt;/p&gt;

&lt;p&gt;For students: Your degree opens doors. Your skills get you the job. Don't treat the syllabus as a ceiling — treat it as a floor. Build on top of it, not instead of it.&lt;/p&gt;

&lt;p&gt;For hiring managers: When you see a gap in a fresher's skills, ask yourself — was that gap in their control? A candidate who learned React despite their college teaching HTML tables shows initiative that no syllabus can teach.&lt;/p&gt;

&lt;p&gt;Moving Forward&lt;/p&gt;

&lt;p&gt;The system won't change overnight. But individual trajectories can — starting today. One project. One PR. One article. That's how the gap closes, one developer at a time.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>career</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How I Built a Local AI Orchestrator and City AI: My Journey as a Developer</title>
      <dc:creator>Raj Patil</dc:creator>
      <pubDate>Thu, 09 Jul 2026 20:41:30 +0000</pubDate>
      <link>https://dev.to/lostxmusafir/how-i-built-a-local-ai-orchestrator-and-city-ai-my-journey-as-a-developer-46ea</link>
      <guid>https://dev.to/lostxmusafir/how-i-built-a-local-ai-orchestrator-and-city-ai-my-journey-as-a-developer-46ea</guid>
      <description>&lt;p&gt;Hi, I'm &lt;strong&gt;Raj Patil&lt;/strong&gt; (known online as &lt;strong&gt;Dream&lt;/strong&gt; / &lt;strong&gt;lostxmusafir&lt;/strong&gt;), an AI Engineer and Full-Stack Developer. In this article, I want to break down how I developed two of my most impactful projects: &lt;strong&gt;Local AI Orchestrator&lt;/strong&gt; and &lt;strong&gt;City AI&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;You can find my full interactive portfolio here: &lt;a href="https://rajpatil-port.vercel.app/" rel="noopener noreferrer"&gt;Raj Patil AI Portfolio&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Local AI Orchestrator: Privacy-First Offline AI
&lt;/h2&gt;

&lt;p&gt;With growing data privacy concerns, relying on cloud-based LLM APIs isn't always feasible for enterprise applications. I built the &lt;strong&gt;Local AI Orchestrator&lt;/strong&gt; to solve this. It's a completely offline, privacy-first AI system that runs locally on consumer hardware like my NVIDIA RTX 3050.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tech Stack &amp;amp; Architecture:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks:&lt;/strong&gt; LangChain, FastAPI (Python)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local Models:&lt;/strong&gt; Ollama (Llama 3, Mistral, Phi-3)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hardware Integration:&lt;/strong&gt; NVIDIA CUDA &amp;amp; TensorRT optimization&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cache Layer:&lt;/strong&gt; Redis (to store local session contexts)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Key Learnings:
&lt;/h3&gt;

&lt;p&gt;Optimizing LLM quantization (GGUF formats) was critical to achieving sub-100ms token generation times on a local laptop GPU. It proved that robust, responsive AI applications don't always need expensive cloud servers.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. City AI: AI-Powered Civic Administration
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;City AI&lt;/strong&gt; is a platform built to automate municipal feedback loops. When citizens submit complaints (like street light outages or road damage), the system categorizes, prioritizes, and routes them to the correct local government departments automatically.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tech Stack:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core Orchestrator:&lt;/strong&gt; Google Gemini API&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Node.js, Express.js&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; MongoDB&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Authentication:&lt;/strong&gt; JSON Web Tokens (JWT)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How it Works:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;A user submits a complaint text or image.&lt;/li&gt;
&lt;li&gt;The Gemini API analyzes the semantic meaning, extracts key descriptors, and assigns a severity score.&lt;/li&gt;
&lt;li&gt;The Express backend uses custom routing logic to dispatch the ticket to the respective agency's dashboard.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Why I Specialize in Web + AI Integration
&lt;/h2&gt;

&lt;p&gt;I believe the future of software lies at the intersection of high-performance web applications and intelligent AI orchestrations. Whether it's building a full-stack food delivery system (like my &lt;strong&gt;Swiggy Clone&lt;/strong&gt;) or engineering cross-platform apps using &lt;strong&gt;Flutter&lt;/strong&gt; (like my mobile civic client &lt;strong&gt;Place.ai&lt;/strong&gt;), my objective is to make software feel alive, smart, and exceptionally fast.&lt;/p&gt;

&lt;h3&gt;
  
  
  Connect with Me:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Portfolio:&lt;/strong&gt; &lt;a href="https://rajpatil-port.vercel.app/" rel="noopener noreferrer"&gt;https://rajpatil-port.vercel.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/lostxmusafir" rel="noopener noreferrer"&gt;lostxmusafir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LinkedIn:&lt;/strong&gt; &lt;a href="https://www.linkedin.com/in/raj-patil-771037322/" rel="noopener noreferrer"&gt;Raj Patil&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to check out my open-source code and reach out if you'd like to collaborate on building next-generation AI platforms!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>python</category>
    </item>
  </channel>
</rss>
