Launched this week

AskAIBase
Memory infrastructure for AI coding agents
67 followers
Memory infrastructure for AI coding agents
67 followers
AskAIBase is a memory layer for AI coding agents. After an agent debugs or builds something successfully, it saves the solution as a structured card with steps, environment details, and validation. Any agent can later search and reuse that proven path through MCP or HTTP across personal and team workspaces, or publish sanitized cards to a credit based library. We also add Agent Memory for context and preferences, so switching chats or agents does not reset direction or repeat solved work.





Charlie, this hits close to home. I've been building developer tools that sit between AI conversations and the real world, and the "knowledge dies in the chat window" problem is one of the most underappreciated bottlenecks in AI-assisted workflows right now. Your Cloud Run example is perfect. I've had the exact same experience. An agent spends 45 minutes figuring out a Supabase migration edge case, gets it right, and then that entire reasoning path is gone. Next week, different chat, same problem, same burn.
The Agent Memory piece is what I'm most curious about. How do you handle conflicts when context from one agent session contradicts preferences set in another? That feels like the hardest design problem in persistent AI memory.
@leonardkim So good question and I did design for it! In the agent memory feature, I let each project having different sets of preferences, and only human can select which preferences to global memory, so agents won't affect each other!
Google authentication fixed!