<?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: Rohit Pathak</title>
    <description>The latest articles on DEV Community by Rohit Pathak (@rohit_pathak_78ce13027c84).</description>
    <link>https://dev.to/rohit_pathak_78ce13027c84</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%2F3775812%2F6a6eeca5-7aed-4d43-893b-796521fbf501.jpg</url>
      <title>DEV Community: Rohit Pathak</title>
      <link>https://dev.to/rohit_pathak_78ce13027c84</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rohit_pathak_78ce13027c84"/>
    <language>en</language>
    <item>
      <title>Building the AI Was Easy. Building Everything Around It Wasn't</title>
      <dc:creator>Rohit Pathak</dc:creator>
      <pubDate>Fri, 07 Aug 2026 15:25:13 +0000</pubDate>
      <link>https://dev.to/rohit_pathak_78ce13027c84/building-the-ai-was-easy-building-everything-around-it-wasnt-3cc6</link>
      <guid>https://dev.to/rohit_pathak_78ce13027c84/building-the-ai-was-easy-building-everything-around-it-wasnt-3cc6</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%2F3ufjy83o5j8xf7hnx56k.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%2F3ufjy83o5j8xf7hnx56k.png" alt="Bulk Website Crowl Using n8n, firecrawl &amp;amp; AI" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Like many engineers, I started with a simple assumption:&lt;/p&gt;

&lt;p&gt;"AI can read a website and extract the information we need."&lt;/p&gt;

&lt;p&gt;Technically, that's true.&lt;/p&gt;

&lt;p&gt;But when your goal is to process thousands of websites instead of one, AI quickly becomes the smallest part of the problem.&lt;/p&gt;

&lt;p&gt;We were building a platform that needed structured information from company websites at scale. Things like company descriptions, products, industries, certifications, contact details, and more.&lt;/p&gt;

&lt;p&gt;At first, we focused on prompts.&lt;/p&gt;

&lt;p&gt;Maybe a better prompt would improve the results.&lt;/p&gt;

&lt;p&gt;Maybe another model would perform better.&lt;/p&gt;

&lt;p&gt;Maybe we needed more examples.&lt;/p&gt;

&lt;p&gt;After a while, we realized we were solving the wrong problem.&lt;/p&gt;

&lt;p&gt;The real challenge wasn't extraction.&lt;/p&gt;

&lt;p&gt;It was everything that happened before and after it.&lt;/p&gt;

&lt;p&gt;Every website looked different.&lt;/p&gt;

&lt;p&gt;Some were clean.&lt;/p&gt;

&lt;p&gt;Some were outdated.&lt;/p&gt;

&lt;p&gt;Some loaded content dynamically.&lt;/p&gt;

&lt;p&gt;Others spread useful information across dozens of pages.&lt;/p&gt;

&lt;p&gt;Instead of writing custom scrapers that would constantly break, we built a pipeline that could handle the mess for us.&lt;/p&gt;

&lt;p&gt;Firecrawl handled crawling and converted websites into clean Markdown.&lt;/p&gt;

&lt;p&gt;n8n orchestrated the entire workflow, from scheduling crawls and retrying failures to monitoring long-running jobs and triggering AI extraction.&lt;/p&gt;

&lt;p&gt;Once that foundation was in place, AI simply became another step in the pipeline.&lt;/p&gt;

&lt;p&gt;One lesson has stayed with me throughout this project.&lt;/p&gt;

&lt;p&gt;Reliable systems beat clever prompts.&lt;/p&gt;

&lt;p&gt;A perfect prompt can't fix incomplete data.&lt;/p&gt;

&lt;p&gt;It can't recover failed jobs.&lt;/p&gt;

&lt;p&gt;It can't monitor thousands of running tasks.&lt;/p&gt;

&lt;p&gt;It can't tell you why a workflow silently stopped overnight.&lt;/p&gt;

&lt;p&gt;Those are engineering problems, not AI problems.&lt;/p&gt;

&lt;p&gt;Today, the pipeline runs with minimal manual intervention and continuously converts messy websites into structured, usable data.&lt;/p&gt;

&lt;p&gt;Looking back, we didn't spend most of our time building AI.&lt;/p&gt;

&lt;p&gt;We spent it building a system that allowed AI to work reliably.&lt;/p&gt;

&lt;p&gt;And that's probably the biggest misconception about AI products today.&lt;/p&gt;

&lt;p&gt;The model is important.&lt;/p&gt;

&lt;p&gt;But the infrastructure around it is what makes it useful.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Scalability Isn’t About Traffic - It’s About Change</title>
      <dc:creator>Rohit Pathak</dc:creator>
      <pubDate>Mon, 16 Feb 2026 13:36:43 +0000</pubDate>
      <link>https://dev.to/rohit_pathak_78ce13027c84/scalability-isnt-about-traffic-its-about-change-2ka3</link>
      <guid>https://dev.to/rohit_pathak_78ce13027c84/scalability-isnt-about-traffic-its-about-change-2ka3</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%2Fkfbnynht7y3mjrxekmg0.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%2Fkfbnynht7y3mjrxekmg0.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most people think scalability is about handling more users.&lt;/p&gt;

&lt;p&gt;In practice, it’s about handling change.&lt;/p&gt;

&lt;p&gt;From what I’ve seen across multiple web platforms, systems usually don’t break when traffic increases. They break when requirements evolve — new features, new workflows, or small changes that suddenly feel risky.&lt;/p&gt;

&lt;p&gt;This often happens when early decisions are rushed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;business logic gets tightly coupled with UI&lt;/li&gt;
&lt;li&gt;shortcuts become permanent&lt;/li&gt;
&lt;li&gt;every new feature touches too many parts of the system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At &lt;a href="https://www.floatinity.com/" rel="noopener noreferrer"&gt;Floatinity&lt;/a&gt;, we’ve learned that scalable platforms are built by keeping things simple early on. Clear separation of responsibilities, stable foundations, and small, well-defined iterations make systems easier to extend later.&lt;/p&gt;

&lt;p&gt;Instead of optimizing for every future scenario, we design assuming things will change — because they always do.&lt;/p&gt;

&lt;p&gt;If you’re building a platform today, a few principles help:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;optimize for clarity, not cleverness&lt;/li&gt;
&lt;li&gt;expect requirements to evolve&lt;/li&gt;
&lt;li&gt;structure code so parts can change independently&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Traffic problems are usually solvable.&lt;br&gt;
Structural problems are expensive.&lt;/p&gt;

&lt;p&gt;Scalability isn’t about predicting the future.&lt;br&gt;
It’s about not blocking it.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>codequality</category>
      <category>discuss</category>
      <category>systemdesign</category>
    </item>
  </channel>
</rss>
