<?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: Soham Kulkarni</title>
    <description>The latest articles on DEV Community by Soham Kulkarni (@bettercallsoham).</description>
    <link>https://dev.to/bettercallsoham</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%2F3269759%2F3d98aa9d-4155-4c92-b4ec-519ebfa00aad.png</url>
      <title>DEV Community: Soham Kulkarni</title>
      <link>https://dev.to/bettercallsoham</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bettercallsoham"/>
    <language>en</language>
    <item>
      <title>I Prompted AI Hundreds of Times. The Documentation Fixed It in One Go.</title>
      <dc:creator>Soham Kulkarni</dc:creator>
      <pubDate>Wed, 10 Dec 2025 17:12:51 +0000</pubDate>
      <link>https://dev.to/bettercallsoham/i-prompted-ai-hundreds-of-times-the-documentation-fixed-it-in-one-go-n5</link>
      <guid>https://dev.to/bettercallsoham/i-prompted-ai-hundreds-of-times-the-documentation-fixed-it-in-one-go-n5</guid>
      <description>&lt;p&gt;As a developer in 2025, it almost feels illegal to struggle.&lt;br&gt;
We’re surrounded by AI copilots, autocomplete, “explain this error” bots, StackOverflow threads from 2012, and a thousand tutorial videos saying “just follow these simple steps.”&lt;/p&gt;

&lt;p&gt;So when I hit a React Native CLI issue last week, I did what every modern dev does.&lt;/p&gt;

&lt;p&gt;I opened ChatGPT.&lt;/p&gt;

&lt;p&gt;Then Cursor.&lt;/p&gt;

&lt;p&gt;Then Claude.&lt;/p&gt;

&lt;p&gt;Then my terminal.&lt;/p&gt;

&lt;p&gt;Then ChatGPT again.&lt;/p&gt;

&lt;p&gt;I wrote prompt after prompt, refining, rephrasing, simplifying and straight up dumping my entire project folder into an AI chat window.&lt;/p&gt;

&lt;p&gt;After hundreds of prompts, I still didn’t have a working solution.&lt;br&gt;
Errors kept changing shape. Gradle kept being Gradle.&lt;br&gt;
And every time I asked AI “what now?”, it gave me an almost correct answer close enough to feel helpful but not close enough to fix the issue.&lt;/p&gt;

&lt;p&gt;At some point, I had this moment of clarity:&lt;/p&gt;

&lt;p&gt;“What if I… actually read the official documentation?”&lt;/p&gt;

&lt;p&gt;Crazy idea, I know.&lt;/p&gt;

&lt;p&gt;So I opened the React Native docs.&lt;/p&gt;

&lt;p&gt;Within one page, I found the exact explanation of the issue.&lt;br&gt;
Within three minutes, I fixed the entire thing.&lt;br&gt;
No hallucinations. No missing steps. No outdated commands.&lt;br&gt;
Just clean, direct, accurate information from the people who actually built the tool.&lt;/p&gt;

&lt;p&gt;That’s when it hit me:&lt;br&gt;
&lt;strong&gt;AI can:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;explain concepts&lt;/li&gt;
&lt;li&gt;generate examples&lt;/li&gt;
&lt;li&gt;speed up coding&lt;/li&gt;
&lt;li&gt;guide you through steps&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;But documentation:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;is accurate&lt;/li&gt;
&lt;li&gt;is up-to-date&lt;/li&gt;
&lt;li&gt;matches the real tool versions&lt;/li&gt;
&lt;li&gt;contains the reasoning behind decisions&lt;/li&gt;
&lt;li&gt;tells you exactly what’s deprecated, removed, or required&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Most importantly:&lt;/strong&gt;&lt;br&gt;
Docs tell you what you should do.&lt;br&gt;
AI tells you what you might do.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And that difference?&lt;/strong&gt;&lt;br&gt;
That’s the gap between spending 3 days debugging vs 3 minutes understanding.&lt;/p&gt;

&lt;p&gt;The Advice I’m Giving Every Developer Now&lt;br&gt;
Before asking AI 50 questions, do this instead:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the official docs&lt;/li&gt;
&lt;li&gt;Read the section about your tool or error&lt;/li&gt;
&lt;li&gt;Understand why the problem exists&lt;/li&gt;
&lt;li&gt;Then use AI to speed up the implementation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You’ll fix things faster, learn deeper and become the kind of engineer who doesn’t panic when something breaks.&lt;/p&gt;

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