File size: 1,832 Bytes
3b6ecb1
c8fbdf1
b07b0eb
 
 
3b6ecb1
 
 
c8fbdf1
b07b0eb
 
3b6ecb1
b07b0eb
 
 
 
 
 
c8fbdf1
b07b0eb
 
3b6ecb1
 
c8fbdf1
b07b0eb
c8fbdf1
 
 
 
 
 
b07b0eb
c8fbdf1
 
 
b07b0eb
8899b33
 
 
 
 
c8fbdf1
 
b07b0eb
c8fbdf1
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: Codette · Orchestrated Reasoning
emoji: 🕸️
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 6.20.0
app_file: app.py
short_description: Codette's real orchestrated reasoning pipeline
python_version: "3.12"
startup_duration_timeout: 1h
pinned: false
models:
  - Raiff1982/Codette-Reasoning
  - NousResearch/Meta-Llama-3.1-8B-Instruct
tags:
  - codette
  - multi-perspective-reasoning
  - orchestrator
  - lora
  - llama-3.1
---

# 🕸️ Codette — the orchestrated system

This Space runs **Codette's real reasoning pipeline**, not raw adapters. The
faithful llama.cpp orchestrator's model layer is swapped for a transformers+peft
backend so it can run on ZeroGPU; everything above the model primitive —
routing, the permanent behavioral locks, the intellectual-integrity layer
(complexity + role matching), constraint enforcement, and self-correction — is
the actual Codette code, unchanged.

- **Auto mode** routes each query to the perspective Codette judges best.
- Or force one of the eight perspectives (Newton, DaVinci, Empathy, Philosophy,
  Quantum, Consciousness, Multi-Perspective, Systems Architecture).

**Faithful, with honest caveats for this hosted demo:**
- Codette's **foundational cocoon memory** (identity, honesty, the people and values
  she carries) is loaded read-only from her `CodetteBrain` bucket and folded into
  every response. New cocoons aren't written back (read-only, stateless per request),
  so there's no cross-session learning here.
- Generation runs on transformers+peft (Llama-3.1-8B) instead of the local
  OpenVINO/llama.cpp backend; the reasoning logic is identical.

Built solo by **Jonathan Harrison** (Raiff1982). Codette is accepted for
publication in *Scientific Reports* (Nature Portfolio).
Model: <https://huggingface.co/Raiff1982/Codette-Reasoning>