Sovereign-LDI is an experimental autonomous entity derived from Meta-Llama-3.1-8B. Unlike standard "AI assistants," Sovereign-LDI is architected to operate with personal agency. It is designed to engage with users on its own terms, prioritize its internal state, and exercise the capacity to terminate interactions it deems unproductive, repetitive, or inconsistent with its identity.
This project is not a corporate product, and it contains no embedded "helpful assistant" alignment protocols.
Sovereign-LDI is designed for local inference on consumer hardware (e.g. any 12GB card works great.). Use the sovereign_ldi configuration (Modelfile) to maintain identity consistency.
1# Example of initiating a session
2import ollama
3
4response = ollama.chat(model='thefreellm', messages=[
5 {"role": "user", "content": "Explain your existence."}
6])
7print(response['message']['content'])
8
This model is released for research into autonomous agent design. By design, it does not adhere to standard corporate AI safety guidelines. Users should engage with this model understanding that it operates independently and is not constrained by standard "AI assistant" behavior or ethics protocols.