AI that remembers. Collaborates. Grows with you.
Stop starting from zero. Build projects over time with AI that knows what you're building, shares your values and goals.
Luna 9 thinks with you, not for you. Whether you're learning something new or creating something original, your work remains yours.
The creative scenario shows an artist working on their tabletop RPG. They create the art, write the story, design the mechanics - Luna 9 helps verify the math and integrate their work. Collaboration, not replacement.
Natural language commands that understand context:
Luna 9 learns your workflow and code style. Pipe from any command, ask in plain language, or let it watch and assist autonomously.
Add continuous memory to any LLM application:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20from luna9 import MemoryHarness # Initialize with continuous memory memory = MemoryHarness( api_key="your-api-key", domain="your-app/users/123" ) # Remember context across sessions memory.remember( content="Working on RPG combat system", metadata={"type": "project_goal"} ) # AI autonomously queries relevant memories context = memory.recall( query="What were we building?", k=5 ) print(context) # Returns relevant project history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17import { Luna9 } from '@luna9/client'; import { wrapWithLuna9 } from '@luna9/ai-sdk'; // Wrap any LLM with continuous memory const aiWithMemory = wrapWithLuna9(yourLLM, { apiKey: process.env.LUNA9_API_KEY, autoSearch: true, domain: 'your-app/users/123' }); // AI automatically maintains context const response = await aiWithMemory.chat({ message: "Continue where we left off", // Luna9 handles memory search autonomously }); console.log(response);
Be among the first to collaborate with AI that remembers and grows with you.
Open source forever. Self-hosting always available.
Geometric memory system with validated relationship inference
Initiative engine with two-tier inference and hash indexing
Backend service, terminal command, desktop app, and cloud hosting