File size: 1,218 Bytes
b23e50f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
license: other
license_name: sovereign-source-license-v2
base_model: nvidia/Nemotron-Mini-4B-Instruct
tags:
- gguf
- sovereign
- snapkitty
- ollama
- harness
- syscall
- nemotron
model_type: nemotron
---

# SnapKitty Harness

**Sovereign harness compute resource** built on Nemotron-Mini-4B · SnapKitty Collective

The harness model treats itself as a compute resource, not an authority. The SnapKitty harness enforces all rules externally. Model emits `<|syscall|>` tokens for tool dispatch.

## Design principle
The model is subordinate to the harness. It does not make policy decisions — it executes within the harness enforcement layer. This is the correct inversion: intelligence as resource, governance as external constraint.

## Output format
```
decision: <verdict>
assumptions: <list>
syscalls: [<|syscall|> tokens]
next_action: <step>
```

## Run with Ollama
```bash
ollama run SNAPKITTYWEST/snapkitty-harness
```

## Base model
nvidia/Nemotron-Mini-4B-Instruct (Q4_K_M quantization, 2.7GB)

## Trust
THE SHARED PRIMORDIAL FOUNDATION · EIN 42-6976431 · Bel Esprit D'Accord Irrevocable Trust

## Repo
[github.com/SNAPKITTYWEST/foundry-f1](https://github.com/SNAPKITTYWEST/foundry-f1)