<?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: Jidnya</title>
    <description>The latest articles on DEV Community by Jidnya (@jidnya_26).</description>
    <link>https://dev.to/jidnya_26</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%2F4088735%2Fb2a3677f-21cf-4683-8410-1d9e222dc1c4.png</url>
      <title>DEV Community: Jidnya</title>
      <link>https://dev.to/jidnya_26</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jidnya_26"/>
    <language>en</language>
    <item>
      <title>Aayra: Building an AI Agent to Help Students Learn, Adapt, and Grow</title>
      <dc:creator>Jidnya</dc:creator>
      <pubDate>Sun, 23 Aug 2026 16:33:06 +0000</pubDate>
      <link>https://dev.to/jidnya_26/aayra-building-an-ai-agent-to-help-students-learn-adapt-and-grow-1k33</link>
      <guid>https://dev.to/jidnya_26/aayra-building-an-ai-agent-to-help-students-learn-adapt-and-grow-1k33</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;As an Information Technology student, I have seen how difficult it can be for students to decide what to learn, what to prioritize, and how to manage their time.&lt;/p&gt;

&lt;p&gt;Students have different goals, skill levels, schedules, deadlines, and learning needs. A fixed timetable or a traditional productivity tool cannot always adapt to these changes.&lt;/p&gt;

&lt;p&gt;This made me think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What if an AI Agent could understand a student's situation, create a plan, monitor progress, and adapt when things change?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This idea led me to &lt;strong&gt;Aayra — an AI Agent for student growth and productivity.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn. Adapt. Grow.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Aayra?
&lt;/h2&gt;

&lt;p&gt;Aayra is an AI Agent designed to help students turn their goals into &lt;strong&gt;personalized and actionable plans&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of simply answering questions like a chatbot, Aayra is designed to understand the student's context and help determine what they should focus on next.&lt;/p&gt;

&lt;p&gt;The basic workflow is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Student → Understand → Analyze → Plan → Act → Monitor → Adapt&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It can consider information such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Goals&lt;/li&gt;
&lt;li&gt;Current skills&lt;/li&gt;
&lt;li&gt;Subjects&lt;/li&gt;
&lt;li&gt;Areas of difficulty&lt;/li&gt;
&lt;li&gt;Available time&lt;/li&gt;
&lt;li&gt;Learning progress&lt;/li&gt;
&lt;li&gt;Deadlines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to provide &lt;strong&gt;personalized next steps instead of generic advice&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  How the AI Agent Works
&lt;/h2&gt;

&lt;p&gt;Imagine a student says:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"I have five days before my DBMS exam. I can study two hours every day and I am weak in Distributed Databases."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Aayra can analyze the student's available time, deadline, and weak areas and create a prioritized learning plan.&lt;/p&gt;

&lt;p&gt;If the student misses a study session, the agent can reconsider the remaining time and adjust the plan.&lt;/p&gt;

&lt;p&gt;The process can be:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Understand → Analyze → Decide → Plan → Act → Monitor → Adapt&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This makes Aayra different from a static timetable because the plan can respond to changes in the student's situation.&lt;/p&gt;

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

&lt;p&gt;Suppose a student wants to become a Full Stack Developer.&lt;/p&gt;

&lt;p&gt;Their current skills are:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HTML, CSS, JavaScript&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The AI Agent can identify potential next steps such as:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;React → Backend → Database → APIs → Project&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If the student's available time changes from two hours to one hour per day, the agent can adjust the plan and prioritize the most important tasks.&lt;/p&gt;

&lt;p&gt;The objective is not to create a perfect plan once, but to continuously help the student decide &lt;strong&gt;what to do next&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Generative AI Fits
&lt;/h2&gt;

&lt;p&gt;Generative AI allows students to communicate naturally with the system.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"I have college until 4 PM, two assignments due tomorrow, and I also want to practice DSA."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Instead of requiring multiple forms, the AI Agent can understand this context and use it to determine priorities.&lt;/p&gt;

&lt;p&gt;Generative AI can support:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Natural-language understanding&lt;/li&gt;
&lt;li&gt;Personalized planning&lt;/li&gt;
&lt;li&gt;Learning recommendations&lt;/li&gt;
&lt;li&gt;Practice generation&lt;/li&gt;
&lt;li&gt;Explanations&lt;/li&gt;
&lt;li&gt;Progress-based suggestions&lt;/li&gt;
&lt;li&gt;Adaptive planning&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not simply to generate text. The goal is to use AI to help students &lt;strong&gt;make decisions and take useful actions&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Gen AI Academy APAC Journey
&lt;/h2&gt;

&lt;p&gt;My participation in the &lt;strong&gt;Gen AI Academy APAC Edition&lt;/strong&gt; is helping me explore how practical GenAI applications can be built and deployed.&lt;/p&gt;

&lt;p&gt;Through the Academy, I am learning about technologies and concepts including:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini, AI Agents, RAG, ADK, BigQuery, and Cloud Run.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The hands-on experience is helping me understand that a useful AI application needs more than an AI model. It needs:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A real problem + relevant context + reasoning + useful actions + a good user experience.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges
&lt;/h2&gt;

&lt;p&gt;Building an AI Agent also comes with challenges.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Personalization:&lt;/strong&gt; Every student has different goals, skills, and schedules.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reliability:&lt;/strong&gt; AI recommendations need to be relevant and dependable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Adaptation:&lt;/strong&gt; The system needs to recognize when a plan should change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Human Control:&lt;/strong&gt; The AI should assist students while allowing them to review and control their decisions.&lt;/p&gt;

&lt;p&gt;These challenges are also opportunities to learn and improve the system.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bigger Vision
&lt;/h2&gt;

&lt;p&gt;My vision for Aayra goes beyond study schedules.&lt;/p&gt;

&lt;p&gt;I want to explore how an AI Agent can support a student's broader journey:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goals → Skills → Learning → Practice → Projects → Progress → Career&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the future, Aayra could help students identify skill gaps, discover learning paths, choose projects, prepare for opportunities, and adapt their learning journey.&lt;/p&gt;

&lt;p&gt;The goal is not to make students dependent on AI.&lt;/p&gt;

&lt;p&gt;It is to help them become &lt;strong&gt;more organized, aware of their progress, and confident about their next step.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I want to continue developing Aayra from an idea into a practical working system.&lt;/p&gt;

&lt;p&gt;My next steps are to experiment with AI Agent workflows, relevant data, tools, cloud deployment, and real user feedback.&lt;/p&gt;

&lt;p&gt;My approach is simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Find a problem → Build → Test → Learn → Adapt → Improve&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Aayra is one step in my journey as a builder.&lt;/p&gt;

&lt;p&gt;I believe students don't always need more information.&lt;/p&gt;

&lt;p&gt;Sometimes, they simply need help answering:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;"What should I do next?"&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That is the problem I want to explore with Aayra.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn. Adapt. Grow.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
  </channel>
</rss>
