Skip to content

Commit 2b07973

Browse files
Update README.md
1 parent f4b72f3 commit 2b07973

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Jellyfish is a lightweight, portable AI library written in pure C with no external dependencies. Designed for embedded and trust-critical systems, it uses blockchain-inspired techniques to provide transparent, verifiable learning and memory. Each input/output interaction is stored as a cryptographically hashed block, forming a tamper-resistant chain of reasoning and decisions. The system can learn from past inputs, respond based on memory, and automatically prune outdated or irrelevant data. This makes fossil_jellyfish ideal for AI applications that demand traceability, minimal resource usage, and self-cleaning behavior.
44

5-
ʼʼʼmeson
6-
\# This is the primary logic bundle for TAI personality
5+
```meson
6+
# This is the primary logic bundle for TAI personality
77
88
mindset('core_logic') {
99
description: 'Fundamental AI building blocks'
@@ -16,8 +16,8 @@ mindset('core_logic') {
1616
tags: ['core']
1717
confidence_threshold: 0.5
1818
19-
\#:bootstrap
20-
\#:taint-free
19+
#:bootstrap
20+
#:taint-free
2121
}
2222
2323
# Another mindset with conditional loading
@@ -28,7 +28,7 @@ mindset('persona_trump') {
2828
priority: 10
2929
#:persona
3030
}
31-
ʼʼʼ
31+
```
3232

3333
## Key Features
3434

0 commit comments

Comments
 (0)