Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,57 +9,75 @@ tags:
|
|
| 9 |
- verification
|
| 10 |
- reasoning
|
| 11 |
- code-generation
|
| 12 |
-
- datasets
|
| 13 |
-
- local-first
|
| 14 |
datasets:
|
| 15 |
- Outer-Void/blux-ca-dataset
|
| 16 |
- Outer-Void/blux-coga-dataset
|
| 17 |
---
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
# BLUX
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Core Components
|
| 26 |
|
| 27 |
### CogA
|
| 28 |
The reasoning layer.
|
| 29 |
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
### cA
|
| 33 |
The execution layer.
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
## Datasets
|
| 38 |
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
- `blux-coga-dataset`
|
| 42 |
-
- `blux-ca-dataset`
|
| 43 |
|
| 44 |
-
These datasets
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
## Current Direction
|
| 47 |
|
| 48 |
-
The BLUX pipeline is:
|
| 49 |
-
|
| 50 |
GitHub finalization
|
| 51 |
→ deterministic dataset export
|
| 52 |
-
→
|
| 53 |
→ training
|
| 54 |
|
| 55 |
## Links
|
| 56 |
|
| 57 |
- GitHub: https://github.com/Outer-Void
|
| 58 |
-
-
|
| 59 |
|
| 60 |
## License
|
| 61 |
|
| 62 |
BLUX components are proprietary.
|
| 63 |
|
| 64 |
-
For licensing inquiries:
|
| 65 |
outervoid.blux@gmail.com
|
|
|
|
| 9 |
- verification
|
| 10 |
- reasoning
|
| 11 |
- code-generation
|
|
|
|
|
|
|
| 12 |
datasets:
|
| 13 |
- Outer-Void/blux-ca-dataset
|
| 14 |
- Outer-Void/blux-coga-dataset
|
| 15 |
---
|
| 16 |
|
| 17 |
+
<p align="center">
|
| 18 |
+
<img src="docs/assets/outer-void-logo.png" alt="Outer Void" height="88">
|
| 19 |
+
</p>
|
| 20 |
+
|
| 21 |
# BLUX
|
| 22 |
|
| 23 |
+
Deterministic AI Systems — Built for Verification, Not Guesswork
|
| 24 |
+
|
| 25 |
+
## What BLUX Is
|
| 26 |
+
|
| 27 |
+
BLUX is a structured AI system built around one core principle:
|
| 28 |
+
|
| 29 |
+
**Deterministic intelligence.**
|
| 30 |
|
| 31 |
+
Every output is:
|
| 32 |
+
- reproducible
|
| 33 |
+
- structured
|
| 34 |
+
- verifiable
|
| 35 |
+
|
| 36 |
+
No randomness. No hidden behavior. No guesswork.
|
| 37 |
|
| 38 |
## Core Components
|
| 39 |
|
| 40 |
### CogA
|
| 41 |
The reasoning layer.
|
| 42 |
|
| 43 |
+
- Breaks down problems
|
| 44 |
+
- Identifies assumptions
|
| 45 |
+
- Detects contradictions
|
| 46 |
+
- Produces structured, non-directive reasoning
|
| 47 |
|
| 48 |
### cA
|
| 49 |
The execution layer.
|
| 50 |
|
| 51 |
+
- Converts structured intent into outputs
|
| 52 |
+
- Enforces strict contracts
|
| 53 |
+
- Validates every result
|
| 54 |
+
- Produces deterministic artifacts and verdicts
|
| 55 |
|
| 56 |
## Datasets
|
| 57 |
|
| 58 |
+
- blux-coga-dataset
|
| 59 |
+
- blux-ca-dataset
|
|
|
|
|
|
|
| 60 |
|
| 61 |
+
These datasets:
|
| 62 |
+
- map directly to engine behavior
|
| 63 |
+
- are deterministic
|
| 64 |
+
- export to JSONL for training
|
| 65 |
|
| 66 |
## Current Direction
|
| 67 |
|
|
|
|
|
|
|
| 68 |
GitHub finalization
|
| 69 |
→ deterministic dataset export
|
| 70 |
+
→ HuggingFace publication
|
| 71 |
→ training
|
| 72 |
|
| 73 |
## Links
|
| 74 |
|
| 75 |
- GitHub: https://github.com/Outer-Void
|
| 76 |
+
- HuggingFace: https://huggingface.co/Outer-Void
|
| 77 |
|
| 78 |
## License
|
| 79 |
|
| 80 |
BLUX components are proprietary.
|
| 81 |
|
| 82 |
+
For licensing inquiries:
|
| 83 |
outervoid.blux@gmail.com
|