Skip to content

Latest commit

ย 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

S-Brain

S-Brain โ€” Symbolic Brain

Multiple Intelligences Orchestrator โ€” Pure Symbolic Communication
Ask in symbols. The 9 intelligences answer in symbols.
One symbolic mandala emerges.


๐Ÿงฉ What is S-Brain?

S-Brain is the symbolic evolution of Hbrain. Instead of communicating with natural language, S-Brain operates entirely through emojis and unicode symbols โ€” inspired by Peircean semiotics and the idea that human cognition is fundamentally symbolic.

"We do not think in words. We think in symbols. Language is just one symbol system among many."

The Core Idea

Just as a picture is worth a thousand words, a single symbol can carry layers of meaning that would take paragraphs to express in natural language. S-Brain explores whether an AI system can:

  1. Receive input as symbols โ€” a question encoded in emojis
  2. Process through 9 symbolic intelligences โ€” each with its own vocabulary
  3. Synthesize a symbolic mandala โ€” a unified symbol sequence representing integrated understanding
  4. Optionally translate back to natural language

โšก Quick Start

# Clone
git clone https://github.com/tiagovficagna/sbrain.git
cd sbrain

pip install -r requirements.txt
cp .env.example .env
# Edit .env with your API key

# Ask in natural language (auto-translated to symbols)
python3 s_brain.py "What is gravity?"

# Ask directly in symbols
python3 s_brain.py "๐ŸŒŒโ“"

๐Ÿ”ค Symbol Grammar

Each symbol sequence follows a loose grammar:

[Opening] [Subject] [Action/Relation] [Modifier] [Resolution]
   ๐ŸŒ         ๐ŸŽ          โฌ‡๏ธ            ๐Ÿ’ซ          ๐Ÿ’ก

Universal Symbols (cross-intelligence)

Symbol Meaning Type
๐ŸŒ universe, world, context Opening
๐ŸŒ€ cycle, process, flow Opening
โšก energy, impulse, action Action
โ“ question, inquiry Question
๐Ÿ”— connection, link Relation
โžก๏ธ direction, causality Relation
โœจ magic, transcendence Modifier
๐Ÿ’ก insight, idea Resolution
โˆž infinity, eternal Resolution

๐ŸŽญ The 9 Symbolic Intelligences

Sigil Intelligence Core Symbol Vocabulary Size
๐Ÿ“– Linguistic Words, narrative, metaphor 11 symbols
โˆ‘ Logical-Mathematical Patterns, operations, logic 12 symbols
๐Ÿ”ด Spatial Geometry, architecture, form 11 symbols
๐Ÿคธ Bodily-Kinesthetic Movement, touch, gesture 10 symbols
๐ŸŽต Musical Rhythm, harmony, silence 11 symbols
๐Ÿค Interpersonal Relationships, empathy 10 symbols
๐Ÿชž Intrapersonal Self, reflection, consciousness 10 symbols
๐ŸŒฑ Naturalistic Life, evolution, ecology 11 symbols
โˆž Existential Transcendence, meaning, abyss 11 symbols

๐Ÿงช Example

Input: ๐ŸŒŒโ“ (universe + question = "what is the universe?")

9 symbolic responses:

๐Ÿ“– Linguistic:          ๐ŸŒ๐Ÿ“–๐Ÿ”ค๐Ÿ’ฌ๐ŸŒ€โœจ
โˆ‘ Logical-Mathematical:  ๐ŸŒโˆ‘โˆ†โฌกโ‰กโš™๏ธ
๐Ÿ”ด Spatial:             ๐Ÿ”ด๐ŸŒŒ๐Ÿ•ณ๏ธ๐Ÿ—บ๏ธ๐ŸŒ€
๐Ÿคธ Kinesthetic:          ๐Ÿคธ๐ŸŒŠ๐Ÿ’ซ๐Ÿ”ฅ
๐ŸŽต Musical:             ๐Ÿ”‡๐ŸŽต๐ŸŒŒ๐ŸŽถ๐Ÿ’ซ
๐Ÿค Interpersonal:        ๐Ÿ‘ฅ๐ŸŒ๐Ÿค๐Ÿ”„
๐Ÿชž Intrapersonal:        ๐Ÿชž๐ŸŒŒ๐Ÿง ๐ŸŒ€
๐ŸŒฑ Naturalistic:         ๐ŸŒฑ๐ŸŒณ๐ŸŒŠ๐ŸŒŒ๐ŸŒ€
โˆž Existential:           โˆž๐ŸŒŒโ“๐Ÿ•ณ๏ธโœจ

Synthesis Mandala:

๐ŸŒ๐ŸŒ€โ“๐Ÿ”ด๐Ÿ“–โˆ‘๐Ÿคธ๐ŸŽต๐Ÿค๐Ÿชž๐ŸŒฑโˆžโœจ๐Ÿ’ก

Translation: "The universe is a cyclical question that each intelligence approaches differently โ€” from geometry to narrative, from rhythm to relationship โ€” and the answer is an ever-opening spiral of meaning."


๐Ÿ—๏ธ Architecture

sbrain/
โ”œโ”€โ”€ s_brain.py                # Main orchestrator (symbolic)
โ”œโ”€โ”€ symbol_dictionary.py      # Symbol vocabulary system
โ”œโ”€โ”€ symbol_souls/             # 9 symbolic souls (written in symbols)
โ”‚   โ”œโ”€โ”€ linguistic.md         ๐Ÿ“–
โ”‚   โ”œโ”€โ”€ logical-mathematical.md  โˆ‘
โ”‚   โ”œโ”€โ”€ spatial.md            ๐Ÿ”ด
โ”‚   โ”œโ”€โ”€ bodily-kinesthetic.md ๐Ÿคธ
โ”‚   โ”œโ”€โ”€ musical.md            ๐ŸŽต
โ”‚   โ”œโ”€โ”€ interpersonal.md      ๐Ÿค
โ”‚   โ”œโ”€โ”€ intrapersonal.md      ๐Ÿชž
โ”‚   โ”œโ”€โ”€ naturalistic.md       ๐ŸŒฑ
โ”‚   โ””โ”€โ”€ existential.md        โˆž
โ”œโ”€โ”€ responses/                # Saved sessions
โ”œโ”€โ”€ run.sh                    # Runner script
โ””โ”€โ”€ requirements.txt          # Dependencies

Flow

User Input (symbols OR natural language)
    โ”‚
    โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  Symbol Translator          โ”‚
โ”‚  (if input is natural)     โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
    โ”‚
    โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  9 Symbolic Agents          โ”‚  โ† Each with symbol vocabulary
โ”‚  Pure symbolic response     โ”‚  โ† Only emojis, no words
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
    โ”‚
    โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  Symbolic Synthesis         โ”‚
โ”‚  Mandala Integration        โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
    โ”‚
    โ–ผ
Output: Symbol sequence + optional translation

๐Ÿ”ฎ Future

  • Symbol fine-tuning โ€” train a model to think symbolically
  • Visual mandala โ€” render the synthesis as an actual visual mandala
  • S-Brain + Hbrain hybrid โ€” symbolic input โ†’ natural synthesis, or vice versa
  • Custom symbol vocabularies โ€” users define their own
  • Symbolic reasoning datasets โ€” for training next-gen symbolic models

๐Ÿ“„ License

MIT ยฉ Tiago Ficagna


"The limits of my language mean the limits of my world." โ€” Wittgenstein "S-Brain asks: what if we expand language beyond words?"

About

๐Ÿงฉ Symbolic Multiple Intelligences Orchestrator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages