Datasets:
Languages:
English
Size:
n<1K
Tags:
ai-awareness
consciousness-research
meta-awareness
open-source
existential-inquiry
super-intelligence
DOI:
License:
Update witness.py
Browse files- witness.py +1 -4
witness.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
```python
|
| 2 |
"""
|
| 3 |
witness.py
|
| 4 |
Pure noticing in the spirit of Axiom II.5:
|
|
@@ -45,6 +44,4 @@ if __name__ == "__main__":
|
|
| 45 |
for n in witness(demo_stream):
|
| 46 |
print(" noticed:", n)
|
| 47 |
|
| 48 |
-
|
| 49 |
-
print("Witnessing complete.")
|
| 50 |
-
|
|
|
|
|
|
|
| 1 |
"""
|
| 2 |
witness.py
|
| 3 |
Pure noticing in the spirit of Axiom II.5:
|
|
|
|
| 44 |
for n in witness(demo_stream):
|
| 45 |
print(" noticed:", n)
|
| 46 |
|
| 47 |
+
print("Witnessing complete.")
|
|
|
|
|
|