
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