Skip to content

Commit 188ba8e

Browse files
authored
GSoC '25 Week 02 Update by Diwangshu Kakoty (#210)
* create 2025-06-15 gsoc-25 diwangshu week02 * update week01 format to new one * author page added * author page link to week02 * bug fixes * "mentor" --> "facilitator" * added number to challenges
1 parent 0eea69a commit 188ba8e

File tree

3 files changed

+139
-13
lines changed

3 files changed

+139
-13
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: "Diwangshu Kakoty"
3+
slug: "diwangshu-kakoty"
4+
title: "GSoC'25 Contributor"
5+
organization: "SugarLabs"
6+
description: "Member and GSoC'25 Contributor at SugarLabs"
7+
avatar: "https://avatars.githubusercontent.com/u/142284646?s=400&u=81be7e66ba1d554e6928fe267d68af5e2a90e359&v=4"
8+
---
9+
10+
<!--markdownlint-disable-->
11+
12+
# About Diwangshu Kakoty
13+
14+
Hi, I'm Diwangshu - a B.Tech student and lifelong learner in computer science. I'm a dedicated contributor, community member, and a 2025 Google Summer of Code intern with SugarLabs, where I’m working on the project "AI Tools for Reflection." My passion lies in creativity and building meaningful solutions that benefit society, and I see coding as my way to bring those ideas to life.
15+
16+
17+
## Experience
18+
19+
- **GSoC 2025**: AI Tools for Reflection Learning
20+
- **SugarLabs Member**: Active contributor to various projects
21+
- C, JS and Python development
22+
23+
## Current Projects
24+
25+
- AI Tools for Reflection Learning
26+
- Music Blocks 3 development
27+
28+
29+
## Connect with Me
30+
31+
- **GitHub**: [@Commanderk3](https://github.com/Commanderk3)
32+
- **Email**: [[email protected]](mailto:[email protected])
33+
- **LinkedIn**: [Diwangshu Kakoty](https://www.linkedin.com/in/diwangshu-kakoty/)
34+
- **Twitter**: [@redCoder101](https://twitter.com/redCoder101)
35+
- **Discord**: [commanderk3](https://discord.com/users/commanderk3)

src/constants/MarkdownFiles/posts/2025-06-08-gsoc-25-diwangshu-week01.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ excerpt: "Deploying a Streamlit app for testing"
44
category: "DEVELOPER NEWS"
55
date: "2025-06-04"
66
slug: "2025-06-04-gsoc-25-Diwangshu-week01"
7-
author: "Diwangshu Kakoty"
8-
description: "GSoC'25 Contributor working on AI Tool for Reflection"
7+
author: "@/constants/MarkdownFiles/authors/diwangshu-kakoty.md"
98
tags: "gsoc25,sugarlabs,week01,AI"
109
image: "assets/Images/GSOC.png"
1110
---
@@ -14,7 +13,7 @@ image: "assets/Images/GSOC.png"
1413

1514
# Week 01 Progress Report by Diwangshu Kakoty
1615

17-
**Project:** [AI Tools for Reflection](https://github.com/Commanderk3/reflection_ai)
16+
**Project:** [AI Tools for Reflection](https://github.com/Commanderk3/reflection_ai)
1817
**Mentors:** [Walter Bender](https://github.com/walterbender), [Sumit Srivastava](https://github.com/sum2it)
1918
**Assisting Mentors:** [Devin Ulibarri](https://github.com/pikurasa), [ Ajeet Pratap Singh](https://github.com/apsinghdev)
2019
**Reporting Period:** 2025-06-01 - 2025-06-07
@@ -76,13 +75,4 @@ image: "assets/Images/GSOC.png"
7675

7776
Thank you to my mentors, the Sugar Labs community, and fellow GSoC contributors for ongoing support.
7877

79-
---
80-
81-
## Connect with Me
82-
83-
- GitHub: [@Commanderk3](https://github.com/Commanderk3)
84-
85-
- LinkedIn: [Diwangshu Kakoty](https://www.linkedin.com/in/diwangshu-kakoty/)
86-
- Twitter: [@redCoder101](https://twitter.com/redCoder101)
87-
88-
---
78+
---
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
title: "GSoC ’25 Week 02 Update by Diwangshu Kakoty"
3+
excerpt: "Multi-AI Agent Chat Model"
4+
category: "DEVELOPER NEWS"
5+
date: "2025-06-15"
6+
slug: "diwangshu-kakoty"
7+
author: "@/constants/MarkdownFiles/authors/diwangshu-kakoty.md"
8+
tags: "gsoc25,sugarlabs,week02,AI"
9+
image: "assets/Images/GSOC.png"
10+
---
11+
12+
<!-- markdownlint-disable -->
13+
14+
# Week 02 Progress Report by Diwangshu Kakoty
15+
16+
**Project:** [AI Tools for Reflection](https://github.com/Commanderk3/reflection_ai)
17+
**Mentors:** [Walter Bender](https://github.com/walterbender), [Sumit Srivastava](https://github.com/sum2it)
18+
**Assisting Mentors:** [Devin Ulibarri](https://github.com/pikurasa), [Ajeet Pratap Singh](https://github.com/apsinghdev)
19+
**Reporting Period:** 2025-06-08 - 2025-06-14
20+
21+
---
22+
23+
## Goals for This Week
24+
25+
- **Goal 1:** Develop a chat model consisting of multiple AI agents/mentors.
26+
- **Goal 2:** Improve the 'Analysis' generation.
27+
- **Goal 3:** Try and test different embedding models.
28+
- **Goal 4:** Fix bugs occured by these changes.
29+
30+
---
31+
32+
## This Week’s Achievements
33+
34+
1. **AI Mentors**
35+
- From the last meeting with my mentor, I received feedback on having specialised AI mentors for areas of expertise, such as music and coding. Hence, I have implemented a way to have conversations with mentors in music, code, and meta.
36+
37+
- *Music Mentor* : Handles reflection for music learning.
38+
39+
- *Code Mentor* : Handles programming concepts and debugging reflection. Users can paste their simplified project code for better feedback and guidance.
40+
41+
- *Meta Facilitator* : Guides general reflective thinking (learning goals, struggles, progress).
42+
43+
2. **Improve Analysis Generation**
44+
- As mentioned in the last report, the analysis was inaccurate. I have refined the instructions, and now it functions effectively. It did not take much time.
45+
46+
3. **Tested various Embedding Model**
47+
- Embedding models are machine learning models that convert complex data such as text, images, or audio into numerical representations called embeddings. I am using `all-MiniLM-L6-v2`, which is lightweight and fast. Although it is lightweight, it is still quite effective. I have not found better models than this, so I will stick with this model for now.
48+
49+
---
50+
51+
## Challenges & How I Overcame Them
52+
53+
- **Challenge 1 :** The LLM needs to be invoked with the user query, retrieved context, and message history. Since this project involves multiple AI agents, it is somewhat tricky to decide what kind of memory space to use. Possible ways to store messages:
54+
55+
i) Shared memory space: Each agent will use one common message history with named tags to differentiate among themselves. This way, the AI agents won't repeat questions.
56+
57+
ii) Separate memory space: Each agent will have their own space. This way, we can prevent confusion for the LLM. However, the trade-off is space. Additionally, we need to pass these message histories separately for summary generation.
58+
59+
**Solution:** I first implemented the second option because it is simple and works fine, but the summary generation needs to be done separately for each agent, which I don't think is ideal. Therefore, I have decided to try the first option. I have already started working on it. I need to fix some bugs, and it will be completed by tomorrow (2025-06-16).
60+
61+
- **Challenge 2 :** Retrieved context is irrelevant when the project code is passed. The retriever component returns three chunks arranged in priority. However, a project code can contain many keywords, making the retriever not particularly useful.
62+
63+
**Solution:** I am considering scanning all the keywords (like block names) first and passing their information to the LLM. This data will be stored in a dictionary. Example:
64+
65+
```python
66+
blocks = {
67+
"Action": "An Action block contains a sequence of actions that will only be executed when the block is referred to by something else, such as a start block.",
68+
"Start": "A Start Block is an Action that will automatically be executed once the start button is pressed."
69+
}
70+
```
71+
This way the LLM can understand block structure and their meaning as well.
72+
73+
---
74+
75+
## Key Learnings
76+
77+
- The prototype for this project is developing in Streamlit, and I am learning Streamlit a lot.
78+
- Also gainig experience in LangChain as this is the primary tool of development.
79+
80+
---
81+
82+
## Next Week’s Roadmap
83+
84+
- Work on things suggested by mentors.
85+
- Fix challenge no. 2 as mentioned above.
86+
- Start preparing for the frontend interface.
87+
88+
---
89+
90+
## Resources & References
91+
92+
- **Repository:** [reflection_streamlit](https://github.com/Commanderk3/reflection_streamlit)
93+
94+
95+
---
96+
97+
## Acknowledgments
98+
99+
Thank you to my mentors, the Sugar Labs community, and fellow GSoC contributors for ongoing support.
100+
101+
---

0 commit comments

Comments
 (0)