<?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: Sikder Arifa Rahman</title>
    <description>The latest articles on DEV Community by Sikder Arifa Rahman (@sikder_arifa_rahman).</description>
    <link>https://dev.to/sikder_arifa_rahman</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%2F3318486%2F2c834640-a296-4b1a-b41c-bc3ef18b7019.jpg</url>
      <title>DEV Community: Sikder Arifa Rahman</title>
      <link>https://dev.to/sikder_arifa_rahman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sikder_arifa_rahman"/>
    <language>en</language>
    <item>
      <title>I Was Supposed to Study. Instead I Built This With MeDo #BuiltWithMeDo</title>
      <dc:creator>Sikder Arifa Rahman</dc:creator>
      <pubDate>Tue, 19 May 2026 14:31:53 +0000</pubDate>
      <link>https://dev.to/sikder_arifa_rahman/i-was-supposed-to-study-instead-i-built-this-with-medo-builtwithmedo-2np1</link>
      <guid>https://dev.to/sikder_arifa_rahman/i-was-supposed-to-study-instead-i-built-this-with-medo-builtwithmedo-2np1</guid>
      <description>&lt;p&gt;Just today while clearing out my inbox, I came across the MeDo Hackathon. &lt;/p&gt;

&lt;p&gt;I had never heard of MeDo before, but something about the idea of “building full-stack apps in minutes” made me click the "Learn More" button anyway.&lt;/p&gt;

&lt;p&gt;I’ve tried quite a few AI coding tools before, usually out of curiosity or while rushing to prototype ideas quickly. Most of them follow the same pattern: you type a prompt, and suddenly there’s a wall of generated code, components, and files appearing everywhere.&lt;/p&gt;

&lt;p&gt;Sometimes it works. Sometimes it completely misses what I was actually trying to build.&lt;/p&gt;

&lt;p&gt;What surprised me about MeDo was that it slowed down first.&lt;/p&gt;

&lt;p&gt;Before generating the app itself, it created a structured requirements.md file from my prompt. It broke down the workflows, features, and overall product logic in a way that actually made sense.&lt;/p&gt;

&lt;p&gt;That small step genuinely made the experience feel different.&lt;/p&gt;

&lt;p&gt;Instead of feeling like I was wrestling with an AI code generator, it felt more like the platform was trying to understand the idea before building it.&lt;/p&gt;

&lt;p&gt;For the first time, an AI tool genuinely felt less like “autocomplete for code” and more like collaborating with a product manager + engineering team.&lt;/p&gt;

&lt;p&gt;And honestly, the results surprised me.&lt;/p&gt;

&lt;p&gt;With essentially one prompt, MeDo generated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;authentication flows&lt;/li&gt;
&lt;li&gt;backend APIs&lt;/li&gt;
&lt;li&gt;database schemas&lt;/li&gt;
&lt;li&gt;responsive dashboards&lt;/li&gt;
&lt;li&gt;AI integrations&lt;/li&gt;
&lt;li&gt;onboarding flows&lt;/li&gt;
&lt;li&gt;session management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What shocked me even more was how STABLE the first generated version was. The prototype worked immediately, without any random errors or incomplete features. &lt;/p&gt;

&lt;p&gt;Now for the fun part.&lt;/p&gt;

&lt;p&gt;I have a brutally difficult exam coming up in 2 days, and like many students, I’ve been drowning in messy PDFs, incomplete class notes, screenshots, and last-minute panic.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;ClarifAI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;ClarifAI turns chaotic study materials into a personalized AI tutor.&lt;/p&gt;

&lt;p&gt;Students can upload:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PDFs&lt;/li&gt;
&lt;li&gt;handwritten notes&lt;/li&gt;
&lt;li&gt;textbook images&lt;/li&gt;
&lt;li&gt;lecture transcripts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The AI then transforms them into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;simplified tutorials&lt;/li&gt;
&lt;li&gt;adaptive quizzes&lt;/li&gt;
&lt;li&gt;crash courses&lt;/li&gt;
&lt;li&gt;high-probability exam topics&lt;/li&gt;
&lt;li&gt;revision summaries&lt;/li&gt;
&lt;li&gt;even voice conversations with your notes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One of my favorite features is the ability to choose &lt;em&gt;how&lt;/em&gt; the AI teaches you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;explain like a friendly YouTuber&lt;/li&gt;
&lt;li&gt;explain like a strict exam coach&lt;/li&gt;
&lt;li&gt;explain like I’m 12&lt;/li&gt;
&lt;li&gt;explain with analogies&lt;/li&gt;
&lt;li&gt;explain in another language&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also adapts based on urgency:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1 month left&lt;/li&gt;
&lt;li&gt;1 week left&lt;/li&gt;
&lt;li&gt;exam in 48 hours&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The idea is simple:&lt;br&gt;
Most AI study tools summarize notes.&lt;/p&gt;

&lt;p&gt;ClarifAI tries to actually &lt;em&gt;teach&lt;/em&gt; them.&lt;/p&gt;

&lt;p&gt;This is still an early prototype, but MeDo made it possible to go from idea → working product shockingly fast.&lt;/p&gt;

&lt;p&gt;Definitely excited to keep building this further during the hackathon.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>learning</category>
      <category>builtwithmedo</category>
    </item>
  </channel>
</rss>
