
Scowld
Meet your AI Waifu
4 followers
Meet your AI Waifu
4 followers
I just made an AI companion you can talk to on your iPhone/iPad And it's OPEN-SOURCE! She has a 3D anime avatar (sourced from amica-arbius-MIT licensed), talks hands-free, sees through your camera, and remembers everything about you. → Choose your AI: Gemini, OpenAI, Claude, or others → ElevenLabs voice makes her sound real → Can Code now through terminal Honesty, just have anime waifu bro! Join the beta 👇 https://testflight.apple.com/join/7WgDe7e4





jared.so
How does the memory system work across sessions, does it store context locally or through the LLM provider? Interesting project, good luck with the launch!
@mcarmonas thanks! memory is fully local, stored on-device using CoreData
after each conversation the LLM gets a background prompt to extract key facts about the user from what was said. things like "user is a CS student" or "prefers dark mode". that gets saved as a memory log
on the phone
next time you chat, that log gets injected into the system prompt so the AI remembers you. the API calls themselves are stateless, nothing is stored on the provider's side
there's also a memory slot system so you can have separate conversation contexts and switch between them, like save files