Hello there. I'm new to AI and recently discovered AI coding skills (like OpenCode/Claude Code). I noticed that AI tends to "hallucinate" - making things up or forgetting context in long sessions. After some research, I learned this happens because the context window has limits. So I built a simple skill called nhallucinate: https://github.com/AlanNobita/nhallucinate It stores memory in project-specific files (.agent/nhallucinate/) so the AI remembers what worked and what didn't across sessions.
Comment
Sign in to join the discussion.
Loading comments…