kofdai commited on
Commit
8bd1386
·
verified ·
1 Parent(s): f893727

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -36,6 +36,37 @@ model-index:
36
  value: 0.947
37
  ---
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  # NullAI: Revolutionary Multi-Domain Knowledge System
40
 
41
  [![Model](https://img.shields.io/badge/Model-Phi--4--14B-blue)](https://huggingface.co/microsoft/phi-4)
 
36
  value: 0.947
37
  ---
38
 
39
+ > ## ⚠️ ARCHIVED — Historical / Experimental Project
40
+ >
41
+ > **This repository is kept for historical and educational purposes only.**
42
+ >
43
+ > ### What was wrong
44
+ >
45
+ > This project was built on the incorrect assumption that an LLM's reasoning engine
46
+ > and its knowledge structure could be cleanly separated and independently trained
47
+ > as a database. This turned out to be a fundamental misunderstanding of how knowledge
48
+ > and reasoning are entangled in transformer architectures.
49
+ >
50
+ > ### What I learned
51
+ >
52
+ > The failure of this approach directly led to the development of **Verantyx** — an
53
+ > LLM-free symbolic reasoning engine that takes a completely different path: instead
54
+ > of trying to restructure LLM internals, it builds reasoning from first principles
55
+ > using Cross-structure grammars, atom-based fact extraction, and formal verification.
56
+ >
57
+ > ### Current work
58
+ >
59
+ > - **Verantyx V6**: [github.com/Ag3497120/verantyx-v6](https://github.com/Ag3497120/verantyx-v6) — LLM-free symbolic reasoning engine, scoring on HLE benchmark
60
+ > - **HLE Results**: [huggingface.co/datasets/kofdai/verantyx-hle-2.6](https://huggingface.co/datasets/kofdai/verantyx-hle-2.6)
61
+ >
62
+ > **Do not use this repository as a reference for current architecture.**
63
+ > The ideas here were an important step in the exploration, but the approach was wrong.
64
+ > See Verantyx for the updated direction.
65
+
66
+ ---
67
+
68
+
69
+
70
  # NullAI: Revolutionary Multi-Domain Knowledge System
71
 
72
  [![Model](https://img.shields.io/badge/Model-Phi--4--14B-blue)](https://huggingface.co/microsoft/phi-4)