<?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: Piyar Ali Khatri</title>
    <description>The latest articles on DEV Community by Piyar Ali Khatri (@piyarkhatrizx).</description>
    <link>https://dev.to/piyarkhatrizx</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%2F4083932%2F9044a36a-bb27-4d2f-98df-0c947ff15e00.png</url>
      <title>DEV Community: Piyar Ali Khatri</title>
      <link>https://dev.to/piyarkhatrizx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/piyarkhatrizx"/>
    <language>en</language>
    <item>
      <title>Building an AI Insurance Claim Analyzer with RocketRide</title>
      <dc:creator>Piyar Ali Khatri</dc:creator>
      <pubDate>Tue, 18 Aug 2026 21:55:44 +0000</pubDate>
      <link>https://dev.to/piyarkhatrizx/building-an-ai-insurance-claim-analyzer-with-rocketride-1kne</link>
      <guid>https://dev.to/piyarkhatrizx/building-an-ai-insurance-claim-analyzer-with-rocketride-1kne</guid>
      <description>&lt;p&gt;I wanted to build a real-world application with RocketRide rather than just a simple AI demo, so I created ClaimDesk, an AI-assisted insurance claim intake and analysis application.&lt;/p&gt;

&lt;p&gt;ClaimDesk allows claims adjusters to upload vehicle damage photos and provide a description of an accident. The application then uses a RocketRide pipeline to:&lt;/p&gt;

&lt;p&gt;Analyze the vehicle damage&lt;br&gt;
Analyze the written accident description&lt;br&gt;
Compare the image and text analysis&lt;br&gt;
Generate a structured claim report&lt;/p&gt;

&lt;p&gt;I also integrated Ollama for local model execution and created a local startup workflow that launches the required dependencies, models, RocketRide pipeline, webhook connection, and web application together.&lt;/p&gt;

&lt;p&gt;What I Learned&lt;/p&gt;

&lt;p&gt;Building ClaimDesk showed me that AI applications require many of the same software engineering practices as traditional applications. I had to think about architecture, debugging, integrations, and creating structured outputs and environments for my application to be reproducible.&lt;/p&gt;

&lt;p&gt;Overall, working with RocketRide gave me a better understanding of how agentic AI can be integrated into real software applications rather than being used as a standalone model.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rocketride</category>
    </item>
  </channel>
</rss>
