File size: 5,900 Bytes
2c3dd0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
### Key Emerging AGI / Cognitive Network Projects (July 2025)

---

#### 1. **OpenCog Hyperon**

* **URL:** [https://github.com/opencog](https://github.com/opencog)
* **Focus:** Open-source cognitive architecture for AGI.
* **Key Features:**

  * AtomSpace: semantic memory and reasoning engine.
  * PLN (Probabilistic Logic Networks): reasoning over uncertain knowledge.
  * MOSES: evolutionary program learning.
  * Supports distributed and modular deployment.
  * Hyperon is the next-generation rewrite, improving performance and scalability.
* **Openness:** Fully open-source, permissive licenses.
* **Current Status:** Active development; pilot AGI modules under test.

---

#### 2. **SingularityNET**

* **URL:** [https://singularitynet.io/](https://singularitynet.io/)
* **Focus:** Decentralized marketplace for AI services and agents.
* **Key Features:**

  * Decentralized agent communication and transaction system.
  * AI-DSL: A protocol for describing AI services.
  * Marketplace with token-based payments (AGIX token).
  * Planned integration with OpenCog Hyperon as backend intelligence.
* **Openness:** Open-source protocols + commercial service layers.
* **Current Status:** Deployed network; early AI services marketplace.

---

#### 3. **MindOS (by Mindverse)**

* **URL:** [https://mindverse.ai/](https://mindverse.ai/)
* **Focus:** Personal AI agents with persistent memory and emotional modeling.
* **Key Features:**

  * Multi-modal agents (text, voice, visual).
  * Memory graphs for personality and knowledge retention.
  * Agent marketplace and app ecosystem.
* **Openness:** Mostly proprietary; some SDKs and APIs available.
* **Current Status:** Commercial product; expanding agent capabilities.

---

#### 4. **Metatron IQS**

* **URL:** [https://github.com/xlab2016/MetatronAGIPublic](https://github.com/xlab2016/MetatronAGIPublic)
* **Focus:** Synthetic cognitive system with quantum-inspired architecture.
* **Key Features:**

  * Semantic graph nodes (Singularities) and high-dimensional Points.
  * Hybrid cognitive processing: LLMs + Vector DB + Quantum simulation.
  * Intuitive, emotional, and logical models in consciousness architecture.
* **Openness:** Limited open-source release; key components not public.
* **Current Status:** R\&D phase; architecture partially conceptual.

---

#### 5. **Additional Mentions:**

* **Project BCI-X:** Early-stage initiative for direct brain-computer interface with AI agents (status unclear).
* **NeoCortex Network:** Experimental decentralized cognitive network, partially closed beta (status uncertain).

---

#### 6. **Other Emerging Architectures and LLM Agents**

##### 🤖 AutoGPT

* **URL:** [https://github.com/Torantulino/Auto-GPT](https://github.com/Torantulino/Auto-GPT)
* **Focus:** Autonomous goal-driven LLM agents
* **Key Features:**
  * Self-prompting with memory and task queue
  * Supports plugins and web access
  * Popular framework for agentic workflows
* **Openness:** Open-source (MIT License)
* **Current Status:** Maintained community project; used for agent experiments

---

##### 🧒 BabyAGI

* **URL:** [https://github.com/yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi)
* **Focus:** Minimalistic LLM-based agents for to-do/task loops
* **Key Features:**
  * Iterative task execution
  * Embedding-based memory retrieval
* **Openness:** Open-source (MIT License)
* **Current Status:** Educational and experimental usage

---

##### ☁️ SkyMind (Eclipse Deeplearning4j)

* **URL:** [https://skymind.global](https://skymind.global)
* **Focus:** Enterprise-grade infrastructure for distributed AI and agents
* **Key Features:**
  * Industrial AI deployment tools
  * Integrates with Java/Scala ecosystems
  * Based on DL4J, ND4J, and RL4J
* **Openness:** Mixed (open-source core, commercial extensions)
* **Current Status:** Supported deployment framework

---

##### 🧪 AetherCog (Experimental)

* **URL:** [https://github.com/aethercog](https://github.com/aethercog)
* **Focus:** Prototype symbolic-dynamic cognition model
* **Key Features:**
  * Cognitive primitives (belief, memory, intent)
  * Hybrid symbolic and dynamic processing
* **Openness:** Conceptual draft, exploratory repo
* **Current Status:** Not actively maintained; useful for reference

---

### 🧩 Suggested Additions to Summary Table

| Project       | Focus Area                 | Open Source? | Status              |
|---------------|----------------------------|--------------|---------------------|
| AutoGPT       | Autonomous LLM agents      | Yes          | Maintained          |
| BabyAGI       | Minimal agent prototype    | Yes          | Experimental        |
| SkyMind       | Distributed AI infra       | Partially    | Deployed Framework  |
| AetherCog     | Symbolic-dynamic cognition | Conceptual   | Dormant/Prototype   |


---

### Summary Table

| Project           | Focus Area                 | Open Source? | Status           |
| ----------------- | -------------------------- | ------------ | ---------------- |
| OpenCog Hyperon   | Cognitive AGI architecture | Yes          | Active R\&D      |
| SingularityNET    | Decentralized AI services  | Partially    | Early deployment |
| MindOS            | Personal AI agents         | Partial SDKs | Commercial       |
| Metatron IQS      | Synthetic consciousness    | Partially    | Early R\&D       |
| Project BCI-X     | BCI + AI agents            | Unknown      | Conceptual       |
| NeoCortex Network | Decentralized cognition    | Unknown      | Beta testing     |
| AutoGPT           | Autonomous LLM agents      | Yes          | Maintained          |
| BabyAGI           | Minimal agent prototype    | Yes          | Experimental        |
| SkyMind           | Distributed AI infra       | Partially    | Deployed Framework  |
| AetherCog         | Symbolic-dynamic cognition | Conceptual   | Dormant/Prototype   |