From 06ed3a36ccfd7d1471aeadfc067beb7b0ee44b96 Mon Sep 17 00:00:00 2001 From: Ayush More Date: Sun, 28 Jun 2026 12:18:54 +0000 Subject: [PATCH 1/4] feat: add summary for #293 Signed-off-by: Ayush More --- summary/sessions/293/attendees.adoc | 8 ++++++++ summary/sessions/293/config | 1 + summary/sessions/293/content.adoc | 24 ++++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 summary/sessions/293/attendees.adoc create mode 100644 summary/sessions/293/config create mode 100644 summary/sessions/293/content.adoc diff --git a/summary/sessions/293/attendees.adoc b/summary/sessions/293/attendees.adoc new file mode 100644 index 00000000..7c5abdeb --- /dev/null +++ b/summary/sessions/293/attendees.adoc @@ -0,0 +1,8 @@ +==== Attendees + +. Alpesh +. Ayush More +. Bhavesh +. Janvi +. Siddhesh +. Urmil (Gamiltron) diff --git a/summary/sessions/293/config b/summary/sessions/293/config new file mode 100644 index 00000000..dcbf546d --- /dev/null +++ b/summary/sessions/293/config @@ -0,0 +1 @@ +catchup_config_noimage=1 \ No newline at end of file diff --git a/summary/sessions/293/content.adoc b/summary/sessions/293/content.adoc new file mode 100644 index 00000000..38568741 --- /dev/null +++ b/summary/sessions/293/content.adoc @@ -0,0 +1,24 @@ +Date: 27-06-2026 + +Duration: 1 hr 48 mins + +==== Topics Discussed + +* Janvi showcased a vibe-coded agent designed to help newcomers navigate production systems. + ** She utilized link:https://www.langchain.com/[LangChain^], a link:https://www.trychroma.com/[Chroma^] vector database, and RAG to simplify the onboarding process and make complex codebases more understandable without needing to read the whole codebase. +* Bhavesh shared his learning journey and a hilarious new side project. + ** For learning AI fundamentals, he highly recommended checking out courses on Udemy, as well as Stanford and Harvard-based learning materials. + ** He also demoed a joke side project: a to-do list for a to-do app, complete with a purposely frustrating ragebait login page. +* Urmil (Gamiltron) discussed his backend learning journey. + ** He shared a sign-in/sign-out system he built for a to-do app as a learning project. + ** He asked the group for advice on whether his first major project should be complex and hardcoded or something smaller, which sparked a great group discussion on learning paths, effort, and career progression. +* Alpesh shared his recent experiences from Draper Startup House in Bangalore. + ** He highlighted his key learnings and the interesting founders he networked with during his stay. +* Siddhesh discussed his ongoing project of building a custom Python interpreter. + ** He shared and referenced specific books related to interpreter design and mechanics in Python. +* Ayush gave an overview of his work at link:https://sherlocks.ai[Sherlocks.ai^]. + ** He explained his role and answered questions from the group about whether the Sherlocks platform autonomously resolves incidents. +* The group had a deep discussion around open-source ecosystems. + ** They shared actionable tips on how to step up as a maintainer, efficiently manage projects, and make high-impact contributions. +* The conversation then shifted to advanced AI development and tooling. + ** The discussion covered the use of `agents.md`, context layers in mapping, and leveraging specific link:https://claude.ai/[Claude^] skills for building better agents. \ No newline at end of file From fb17c7a71bcc254a56cb042f273461c5c949d460 Mon Sep 17 00:00:00 2001 From: Ayush More Date: Thu, 9 Jul 2026 18:55:42 +0530 Subject: [PATCH 2/4] Update summary/sessions/293/content.adoc Co-authored-by: Ankush Kapoor --- summary/sessions/293/content.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summary/sessions/293/content.adoc b/summary/sessions/293/content.adoc index 38568741..1ec01bc6 100644 --- a/summary/sessions/293/content.adoc +++ b/summary/sessions/293/content.adoc @@ -1,4 +1,4 @@ -Date: 27-06-2026 +Date: 20-06-2026 Duration: 1 hr 48 mins From 29ebb730912df4e1bf72477df533b29f3a20ea29 Mon Sep 17 00:00:00 2001 From: Ayush More Date: Thu, 9 Jul 2026 18:55:54 +0530 Subject: [PATCH 3/4] Update summary/sessions/293/content.adoc Co-authored-by: Ankush Kapoor --- summary/sessions/293/content.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summary/sessions/293/content.adoc b/summary/sessions/293/content.adoc index 1ec01bc6..91264586 100644 --- a/summary/sessions/293/content.adoc +++ b/summary/sessions/293/content.adoc @@ -5,7 +5,7 @@ Duration: 1 hr 48 mins ==== Topics Discussed * Janvi showcased a vibe-coded agent designed to help newcomers navigate production systems. - ** She utilized link:https://www.langchain.com/[LangChain^], a link:https://www.trychroma.com/[Chroma^] vector database, and RAG to simplify the onboarding process and make complex codebases more understandable without needing to read the whole codebase. + ** She utilized link:https://www.langchain.com[LangChain^], a link:https://www.trychroma.com[Chroma^] vector database, and RAG to simplify the onboarding process and make complex codebases more understandable without needing to read the whole codebase. * Bhavesh shared his learning journey and a hilarious new side project. ** For learning AI fundamentals, he highly recommended checking out courses on Udemy, as well as Stanford and Harvard-based learning materials. ** He also demoed a joke side project: a to-do list for a to-do app, complete with a purposely frustrating ragebait login page. From 7b98ab330ee5f889b7a4cb1eb7245f620ac48634 Mon Sep 17 00:00:00 2001 From: Ayush More Date: Thu, 9 Jul 2026 18:56:34 +0530 Subject: [PATCH 4/4] Update content.adoc --- summary/sessions/293/content.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summary/sessions/293/content.adoc b/summary/sessions/293/content.adoc index 91264586..9b127af6 100644 --- a/summary/sessions/293/content.adoc +++ b/summary/sessions/293/content.adoc @@ -21,4 +21,4 @@ Duration: 1 hr 48 mins * The group had a deep discussion around open-source ecosystems. ** They shared actionable tips on how to step up as a maintainer, efficiently manage projects, and make high-impact contributions. * The conversation then shifted to advanced AI development and tooling. - ** The discussion covered the use of `agents.md`, context layers in mapping, and leveraging specific link:https://claude.ai/[Claude^] skills for building better agents. \ No newline at end of file + ** The discussion covered the use of `agents.md`, context layers in mapping, and leveraging specific link:https://claude.ai[Claude^] skills for building better agents.