Skip to content

Commit 3ebc94d

Browse files
authored
Week 2 blog by Aman Naik (#228)
* Week 2 blog by Aman Naik * Update 2025-06-15-dmp-25-AmanNaik-week02.md
1 parent 60e5e0e commit 3ebc94d

File tree

3 files changed

+93
-0
lines changed

3 files changed

+93
-0
lines changed
299 KB
Loading
143 KB
Loading
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: "DMP ’25 Week 2 Update by Aman Naik"
3+
excerpt: "This week's focus was on creating a story builder feature in such a way that it engages creativity of the children."
4+
category: "DEVELOPER NEWS"
5+
date: "2025-06-15"
6+
slug: "2025-06-15-dmp-25-AmanNaik-week02"
7+
author: "@/constants/MarkdownFiles/authors/amannaik247.md"
8+
tags: "dmp25,writeactivity,write,sugarlabs,week01,amannaik247"
9+
image: "assets/Images/c4gt_DMP.png"
10+
---
11+
12+
<!-- markdownlint-disable -->
13+
14+
# Week 2 Progress Report by Aman Naik
15+
16+
**Project:** [Add an AI-assistant to the Write Activity](https://github.com/sugarlabs/write-activity/issues/52)
17+
**Mentors:** [Walter Bender](https://github.com/walterbender), [Ibiam Chihurumnaya](https://github.com/chimosky)
18+
**Reporting Period:** 2025-06-09 – 2025-06-15
19+
20+
---
21+
22+
## Goals for This Week
23+
24+
- **Goal 1:** Design a story builder feature to help children write stories
25+
- **Goal 2:** Explore ways to integrate AI into the feature
26+
- **Goal 3:** Document the architecture and workflow
27+
- **Goal 4:** Focus on developing creative features that support learning
28+
29+
---
30+
31+
## This Week’s Achievements
32+
33+
1. **Explored Engaging Approaches to Story Writing**
34+
- Through guidance from mentors in biweekly and one-on-one meetings, I explored effective ways to encourage children to write creatively. This included analyzing architecture ideas that support active participation in storytelling.
35+
36+
2. **Finalized the Architecture for the Story Builder Feature**
37+
- After research and discussions, I finalized an architecture that aids students in story writing while ensuring that the AI guides rather than writes the story for them.
38+
39+
![Question-Answer workflow](assets/Images/aman_naik_week2_img1.png)
40+
41+
![Create a framework using the context gained from the Q&A](assets/Images/aman_naik_week2_img2.png)
42+
43+
3. **Created Documentation for Future Reference**
44+
- I’ve documented the feature's flow and design so it can be referred to later. [Link](https://docs.google.com/document/d/14V_FreatUU-gGgiHRdlvNDUXUgmBTWIeFyDaap38RnA/edit?usp=sharing)
45+
46+
---
47+
48+
## Challenges & How I Overcame Them
49+
50+
- **Challenge:** The grammar correction feature was too strict for learning environments.
51+
**Solution:** Since the goal is to foster creativity, I decided to shift focus from strict grammar correction to more engaging, story-focused features. Grammar support can be introduced later as an enhancement.
52+
53+
- **Challenge:** Stories don’t always follow a fixed pattern (e.g., not every story has a villain).
54+
**Solution:** I designed the AI to categorize responses into typical story elements automatically. This adaptive framework allows story parts like “villain” or “sidekick” to remain optional and dynamically appear based on user input.
55+
56+
- **Challenge:** Prevent the AI from writing the story directly.
57+
**Solution:** Due to the resource constraints of Sugar’s environment, I couldn’t run large models locally. I used Hugging Face Spaces to host the models externally and used their APIs inside Sugar for lightweight testing. This also helped keep the feature lightweight and modular.
58+
59+
---
60+
61+
## Key Learnings
62+
63+
**Developed Engaging Pedagogical Strategies for Story Writing**
64+
- Mentors helped me explore interactive ways to encourage children’s creativity, shifting from passive AI responses to more guided interactions.
65+
66+
**Designed and Finalized a Guided AI Architecture**
67+
- I developed a modular design that prompts students to build stories step by step, ensuring they stay involved and learn narrative structure.
68+
69+
**Learned Effective Student-AI Interaction Techniques**
70+
- I realized that giving the AI a playful personality that gently prompts students can make the writing process more enjoyable and educational.
71+
72+
---
73+
74+
## Next Week’s Roadmap
75+
76+
- Begin coding the designed architecture
77+
- Develop a basic Streamlit application to test the feature outside Sugar
78+
- Work on feedback provided by mentors
79+
80+
---
81+
82+
## References
83+
84+
Here’s an insightful video shared by Walter Bender:
85+
[CBS: The Thinking Machine (MIT Film, 1961)](https://www.youtube.com/watch?v=HCl19WKrfeg)
86+
87+
---
88+
89+
## Acknowledgments
90+
91+
Thank you to my mentors, the Sugar Labs community, and fellow contributors for their continued support and encouragement!
92+
93+
---

0 commit comments

Comments
 (0)