<?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: Edward Obar Cabigting</title>
    <description>The latest articles on DEV Community by Edward Obar Cabigting (@softdev0129).</description>
    <link>https://dev.to/softdev0129</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%2F3911314%2F91b4ebd5-3b5c-433d-8807-00829127ffa4.png</url>
      <title>DEV Community: Edward Obar Cabigting</title>
      <link>https://dev.to/softdev0129</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/softdev0129"/>
    <language>en</language>
    <item>
      <title>🚗 I built a Conversational Car Marketplace powered by LLMs</title>
      <dc:creator>Edward Obar Cabigting</dc:creator>
      <pubDate>Mon, 04 May 2026 05:05:26 +0000</pubDate>
      <link>https://dev.to/softdev0129/i-built-a-conversational-car-marketplace-powered-by-llms-4d3n</link>
      <guid>https://dev.to/softdev0129/i-built-a-conversational-car-marketplace-powered-by-llms-4d3n</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.amazonaws.com%2Fuploads%2Farticles%2Fz63zn3kss9jkp8ycylsm.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.amazonaws.com%2Fuploads%2Farticles%2Fz63zn3kss9jkp8ycylsm.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;Most car platforms still rely on rigid filters.&lt;br&gt;
I wanted to explore something better:&lt;br&gt;
 👉 What if users could just talk to the system?&lt;br&gt;
So I built a platform where you can type:&lt;br&gt;
“BMW E92 under $20k, manual, 70 miles”&lt;br&gt;
…and the system understands and returns relevant cars instantly.&lt;/p&gt;

&lt;p&gt;🧠 What makes it interesting?&lt;br&gt;
Instead of simple keyword matching, the system extracts structured data from natural conversation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Core vehicle
→ make, model, generation&lt;/li&gt;
&lt;li&gt;Time &amp;amp; usage
→ year range, mileage&lt;/li&gt;
&lt;li&gt;Preferences
→ transmission, color&lt;/li&gt;
&lt;li&gt;Market constraints
→ location, price range
This allows transforming messy human language into precise database queries.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⚙️ Tech Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js (frontend)&lt;/li&gt;
&lt;li&gt;FastAPI (backend)&lt;/li&gt;
&lt;li&gt;PostgreSQL (data layer)&lt;/li&gt;
&lt;li&gt;LLM (intent + entity extraction)&lt;/li&gt;
&lt;li&gt;Web scraping pipeline (real listings)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔄 How it works&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;User enters natural language&lt;/li&gt;
&lt;li&gt;LLM extracts structured fields&lt;/li&gt;
&lt;li&gt;Backend converts to query filters&lt;/li&gt;
&lt;li&gt;PostgreSQL returns matching vehicles&lt;/li&gt;
&lt;li&gt;Results improve through conversation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💡 Why this matters&lt;br&gt;
This approach replaces:&lt;br&gt;
 ❌ Manual filters&lt;br&gt;
 ❌ Trial-and-error search&lt;br&gt;
With:&lt;br&gt;
 ✅ Natural interaction&lt;br&gt;
 ✅ Faster discovery&lt;br&gt;
 ✅ Smarter recommendations&lt;/p&gt;

&lt;p&gt;🚀 Try it here:&lt;br&gt;
&lt;a href="https://askdrive-web.vercel.app/" rel="noopener noreferrer"&gt;https://askdrive-web.vercel.app/&lt;/a&gt;&lt;br&gt;
I’m exploring how LLMs can redefine search UX in marketplaces.&lt;br&gt;
Would love to hear your thoughts or feedback👇&lt;/p&gt;

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