ended3월 20일· 6 sources

My Coding Agent Remembered My Mistakes I Never Told It To

내 코딩 AI 에이전트가 알려주지 않은 실수까지 기억하고 있었다

Why it matters

The author built CodeMentor AI, an AI-powered coding practice mentor at HackWithIndia 2026, featuring a Monaco Editor with LeetCode-style problems and an AI chat mentor. The key innovation is integrating Hindsight's memory layer with Groq's llama-3.3-70b model, enabling the AI mentor to remember users' past mistakes and weak spots across sessions instead of treating every interaction as a fresh start. Previous approaches like localStorage-based chat history failed due to token bloat, but Hindsight's retain() operation allows storing structured summaries of each submission for smarter, selective context retrieval.

6
Sources
+0
24h
Growth
185d
Active
agent memoryai coding mentorai memoryarecallbug fingerprintcode mentor aicodebertcodementor aicoding practicefastapigroqhackwithindiahindsightirtleetcodellama 3.3llmpersistent memorystratifyaivector memoryvectorize

Sources

Related Issues