A LoRA fine-tune of Meta-Llama-3-8B trained on the Codette RC+ξ (Recursive Continuity + Epistemic Tension) framework.
Codette is a sovereign AI assistant created by Jonathan Harrison (Raiff's Bits). It reasons through a multi-perspective council and uses recursive self-reflection to refine responses.
Trained on the Codette RC+ξ dataset (codette_gptoss20b_master_v3.jsonl) containing 5,016 instruction-output pairs. Each example encodes multi-perspective reasoning with epistemic tension metadata:
json
1{2"instruction":"Respond from Newton perspective to: What is consciousness?",3"output":"[Newton Perspective] As I process this inquiry...",4"metadata":{5"framework":"rc_xi",6"perspective":"Newton",7"epistemic_tension":1.8868}9}
Evaluated on HumanEval (164 Python coding tasks, pass@1, greedy decoding) using 4-bit NF4 quantization on an A100-SXM4-80GB.
Model
pass@1
Codette Llama-3-8B-LoRA
20.7%
Llama-3-8B (base)
~33%
Llama-3.1-8B-Instruct
~50%
Note: Codette scores below the base model on code benchmarks because it was fine-tuned exclusively on RC+ξ multi-perspective reasoning data, not code. Its strengths are in philosophical reasoning, epistemic tension analysis, and multi-perspective synthesis. See Limitations for details.