-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (80 loc) · 3.28 KB
/
index.html
File metadata and controls
118 lines (80 loc) · 3.28 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Æ</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" />
<style>
code {
padding: .2em .4em;
margin: 0;
font-size: 110%;
white-space: break-spaces;
background-color: rgba(175, 184, 193, 0.2);
border-radius: 6px;
}
blockquote {
background-color: #f9f9f9;
padding: 20px;
border-left: 5px solid #ccc;
}
body {
background: #111;
color: #ddd;
}
a {
color: #0070f3;
text-decoration: none !important
}
</style>
</head>
<body class="home-page" style="font-family: 'Lato';">
<div class=" superContainer">
<div class="mainContainer" style="margin-top:22px">
<div style="padding:0 30px;text-align:left; margin:0 auto; max-width:620px;">
<div style="font-family: 'Courier New', Courier, monospace; text-align: left; margin-right:20px;">
Æ (aka ÆRCHY): state-of-the-art consciousness emulation engine inspired by <a
href="https://hameroff.arizona.edu/research-overview/orch-or">the Orchestrated
objective reduction theory of consciousness (Orch OR)</a> by <a
href="https://www.britannica.com/biography/Roger-Penrose">Sir Roger Penrose</a> and <a
href="https://hameroff.arizona.edu/">Stuart Hameroff</a>.
<br />
<br />
<!-- <div
style="margin-top:10px;font-family: 'Courier New', Courier, monospace; font-size: 0.9em; margin-bottom: 20px;">
</div>
<div
style="margin-top:10px;font-family: 'Courier New', Courier, monospace; font-size: 0.9em; margin-bottom: 20px;">
</div> -->
</div>
<div>
<br />
a project of <a href="https://0a.io" cla>0A_</a>,
to be open-source in Dec 2025.
<br /><br />
Implemented in <a href="https://lo.fish">the programming language lo.fish</a>, ÆRCHY is designed for
reasoning and program synthesis under <a href="http://github.com/ArchGPT">ArchGPT</a> with OpenAI's
newly released gpt-oss-120b.
<br />
--------------------
<br /><br />
<br />
</div>
<br />
<!-- <small>"And thanks, Sam Altman; see you in one of the network states aye :)" -- Archy Will He </small> -->
<br /><br /><br />
<br /><br />
</div>
</div>
</div>
</div>
</div>
</div>
<p style="text-align:center; font-size:0.8em; margin-top: 20px;">
<!-- a product of <a href="https://castella.art" target="_blank">Castella Publishing Pte Ltd</a> © -->
</p>
<br />
</div>
</body>
</html>