<?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>Forem: Chathura Abeywickrama</title>
    <description>The latest articles on Forem by Chathura Abeywickrama (@ahc_hasanga_ee09aa1fbd).</description>
    <link>https://forem.com/ahc_hasanga_ee09aa1fbd</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%2F1902746%2F57b2ffb7-e12e-41ac-ace7-ef30a90d8abd.jpg</url>
      <title>Forem: Chathura Abeywickrama</title>
      <link>https://forem.com/ahc_hasanga_ee09aa1fbd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ahc_hasanga_ee09aa1fbd"/>
    <language>en</language>
    <item>
      <title>🎓 Smart Study Buddy – AI-Powered Study Assistant</title>
      <dc:creator>Chathura Abeywickrama</dc:creator>
      <pubDate>Thu, 03 Jul 2025 06:44:42 +0000</pubDate>
      <link>https://forem.com/ahc_hasanga_ee09aa1fbd/smart-study-buddy-ai-powered-study-assistant-4m5</link>
      <guid>https://forem.com/ahc_hasanga_ee09aa1fbd/smart-study-buddy-ai-powered-study-assistant-4m5</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is my submission for &lt;a href="https://dev.to/deved/build-apps-with-google-ai-studio"&gt;DEV Education Track: Build Apps with Google AI Studio&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built Smart Study Buddy, a personalized study assistant app using Google AI Studio and Gemini. The app allows students to input their study notes or textbook content and receive:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;- Summarized bullet points&lt;/li&gt;
&lt;li&gt;- Multiple-choice and short-answer questions&lt;/li&gt;
&lt;li&gt;- Simple explanations of difficult concepts&lt;/li&gt;
&lt;li&gt;- Visual mind map suggestions&lt;/li&gt;
&lt;li&gt;- Optional translation of content&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This helps learners understand and revise content quickly and effectively using the power of AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prompt I Used in Google AI Studio:
&lt;/h2&gt;

&lt;p&gt;You are an intelligent AI study assistant for a student learning complex subjects.&lt;br&gt;&lt;br&gt;
Given a block of text (like class notes, textbook paragraphs, or lecture transcripts), perform the following tasks:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Summarize the main points in bullet form.
&lt;/li&gt;
&lt;li&gt;Create 3 multiple-choice questions and 2 short-answer questions based on the content.
&lt;/li&gt;
&lt;li&gt;Generate a simple explanation of difficult concepts.
&lt;/li&gt;
&lt;li&gt;Provide a visual representation suggestion (like a diagram or mind map idea).
&lt;/li&gt;
&lt;li&gt;Translate the content into [User's Language] if requested.
Keep answers concise and student-friendly.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Other features I used:
&lt;/h2&gt;

&lt;p&gt;Google Translate API for multilingual support&lt;br&gt;
Gemini-generated output directly integrated via Google AI Studio&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&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%2F3e7pnklfukipkmat6zqz.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%2F3e7pnklfukipkmat6zqz.png" alt=" " width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Try the applet: Smart Study Buddy on Google AI Studio &lt;a href="https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221cpG8B-cZqRGZK3Vc6m1gCyPe43k83NzG%22%5D,%22action%22:%22open%22,%22userId%22:%22107436125392132246389%22,%22resourceKeys%22:%7B%7D%7D&amp;amp;usp=sharing" rel="noopener noreferrer"&gt;https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221cpG8B-cZqRGZK3Vc6m1gCyPe43k83NzG%22%5D,%22action%22:%22open%22,%22userId%22:%22107436125392132246389%22,%22resourceKeys%22:%7B%7D%7D&amp;amp;usp=sharing&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  My Experience
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Working through the Google AI Studio track was a great experience. I learned:&lt;/li&gt;
&lt;li&gt;How to use Gemini prompts effectively to handle structured educational outputs&lt;/li&gt;
&lt;li&gt;The importance of crafting clear, layered instructions to guide the AI’s behavior&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How powerful Gemini can be for interactive learning use-cases
&lt;/h2&gt;

&lt;p&gt;That simple prompts, when carefully engineered, can simulate advanced tutor-like behavior&lt;/p&gt;

&lt;p&gt;Surprisingly, I found that Gemini could even suggest visuals and simplify dense content in a way that could help school and university students grasp topics faster. This project motivated me to explore more education-focused tools using AI.&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
