<?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: Aakinchany Jain</title>
    <description>The latest articles on DEV Community by Aakinchany Jain (@aakinchany_jain).</description>
    <link>https://dev.to/aakinchany_jain</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%2F3874355%2Feac11796-4e0b-48b0-943e-a89eee24f598.png</url>
      <title>DEV Community: Aakinchany Jain</title>
      <link>https://dev.to/aakinchany_jain</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aakinchany_jain"/>
    <language>en</language>
    <item>
      <title>I built an AI that turns small thoughts into full mental breakdowns | Brain Blast AI</title>
      <dc:creator>Aakinchany Jain</dc:creator>
      <pubDate>Sun, 12 Apr 2026 15:39:21 +0000</pubDate>
      <link>https://dev.to/aakinchany_jain/i-built-an-ai-that-turns-small-thoughts-into-full-mental-breakdowns-brain-blast-ai-3ipc</link>
      <guid>https://dev.to/aakinchany_jain/i-built-an-ai-that-turns-small-thoughts-into-full-mental-breakdowns-brain-blast-ai-3ipc</guid>
      <description>&lt;p&gt;**## 🧠 What if AI made your life WORSE?&lt;/p&gt;

&lt;p&gt;You wave at someone → they don’t wave back&lt;br&gt;
→ AI: “They hate you. Always have.”**&lt;/p&gt;

&lt;p&gt;You send a message → no reply&lt;br&gt;
→ AI: “You’ve officially lost them forever.”&lt;/p&gt;

&lt;p&gt;Welcome to &lt;strong&gt;Brain Blast AI&lt;/strong&gt;&lt;br&gt;
An AI that turns tiny moments into full-blown life crises 💀&lt;/p&gt;

&lt;p&gt;Built for the April Fools challenge…&lt;br&gt;
but dangerously accurate for overthinkers 😈&lt;/p&gt;



&lt;p&gt;&lt;strong&gt;&lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;This is a submission for the DEV April Fools Challenge&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;



&lt;p&gt;&lt;strong&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%2F3oev75zjqbe5o8i82tp7.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%2F3oev75zjqbe5o8i82tp7.png" alt="Brain Blast AI Cover" width="800" height="382"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  😈 Example
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Input:&lt;/strong&gt;&lt;br&gt;
You waved at someone → They didn’t wave back&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Output:&lt;/strong&gt;&lt;br&gt;
“They hate you. Your reputation is destroyed. Move cities immediately.”&lt;/p&gt;

&lt;p&gt;This project simulates how our brain overreacts and creates unnecessary panic out of nothing.&lt;/p&gt;



&lt;p&gt;**## 🚀 Demo&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Live Website:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://brain-blast-ai-r123.vercel.app/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;brain-blast-ai-r123.vercel.app&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Try it yourself… and watch your mental stability collapse 😄&lt;/p&gt;




&lt;h2&gt;
  
  
  💻 Code
&lt;/h2&gt;

&lt;p&gt;👉 GitHub Repo:&lt;br&gt;
&lt;a href="https://github.com/aakinchanycs2408-stack/brain-blast-ai**" rel="noopener noreferrer"&gt;https://github.com/aakinchanycs2408-stack/brain-blast-ai**&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚙️ How I Built It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js (Frontend + Backend)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Gemini API&lt;/strong&gt; (core AI engine)&lt;/li&gt;
&lt;li&gt;Custom UI with panic/anxiety theme&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Multiple modes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Normal&lt;/li&gt;
&lt;li&gt;Extreme&lt;/li&gt;
&lt;li&gt;Existential Crisis 💀&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔥 Gemini Integration
&lt;/h2&gt;

&lt;p&gt;I integrated the &lt;strong&gt;Google Gemini API&lt;/strong&gt; to power the core logic.&lt;/p&gt;

&lt;p&gt;But instead of generating helpful responses, I engineered the prompts so that Gemini:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Overthinks every situation&lt;/li&gt;
&lt;li&gt;Jumps to extreme conclusions&lt;/li&gt;
&lt;li&gt;Creates absurd, dramatic scenarios&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This transforms simple inputs into chaotic mental spirals — exactly the point of this project.&lt;/p&gt;




&lt;h2&gt;
  
  
  🏆 Prize Category
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🥇 Best Google AI Usage
&lt;/h3&gt;

&lt;p&gt;Instead of solving problems, I made AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Exaggerate emotions&lt;/li&gt;
&lt;li&gt;Simulate anxiety&lt;/li&gt;
&lt;li&gt;Create completely unnecessary panic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which fits perfectly with the idea of building something &lt;strong&gt;“delightfully useless.”&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  😂 Why This Exists
&lt;/h2&gt;

&lt;p&gt;It solves absolutely nothing.&lt;br&gt;
In fact, it makes things worse.&lt;/p&gt;

&lt;p&gt;Which makes it perfect.&lt;/p&gt;




&lt;h2&gt;
  
  
  🙌 Final Thought
&lt;/h2&gt;

&lt;p&gt;If this app makes you laugh…&lt;br&gt;
or question your life decisions…&lt;/p&gt;

&lt;p&gt;Mission accomplished.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showd</category>
    </item>
  </channel>
</rss>
