Why I built LORE: AI keeps forgetting why your code exists
Dev.to AI
•
Generative AI
AI Tools
Every time I start a new AI coding session, I have to explain everything from scratch. "We use PostgreSQL because. " "Our auth uses JWT with 24h expiry. " "The API follows REST with /api/v1/. " The AI forgets. Every. Single. Time. After the 50th time explaining the same decisions, I built LORE. What is LORE? LORE is an MCP server that reads your existing codebase and automatically extracts architectural decisions - no manual work needed. cd your-project lore init That's it.