-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (171 loc) · 6.93 KB
/
Copy pathindex.html
File metadata and controls
185 lines (171 loc) · 6.93 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="OpenDih is a pioneering collective building the next generation of large language models.">
<meta name="theme-color" content="#1a1a2e">
<meta property="og:type" content="website">
<meta property="og:title" content="OpenDih | Collective Persona Research">
<meta property="og:description" content="OpenDih is a pioneering collective building the next generation of large language models.">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/270346522?s=500&v=4">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="OpenDih | Collective Persona Research">
<meta name="twitter:description" content="OpenDih is a pioneering collective building the next generation of large language models.">
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/270346522?s=500&v=4">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>OpenDih | Collective Persona Research</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;1,6..72,400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css?v=7" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<script src="script.js?v=3" defer></script>
</head>
<body>
<div class="torch-overlay" id="torch-overlay"></div>
<nav>
<a href="https://github.com/OpenDih" target="_blank" class="nav-logo serif">
<img src="logo-dark.png" alt="OpenDih logo" class="nav-logo-img nav-logo-light" />
<img src="logo-dark.png" alt="OpenDih logo" class="nav-logo-img nav-logo-dark" />OpenDih
</a>
<div class="nav-right">
<div class="nav-links">
<a href="#research">Research</a>
<a href="#projects">Projects</a>
<a href="#blogs">Blogs</a>
</div>
<a href="mailto:teamopendih@gmail.com" class="contact-btn">Contact Us</a>
<button
class="theme-toggle"
id="theme-toggle"
aria-label="Toggle theme"
onclick="toggleTheme()"
>
<svg
class="icon-sun"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="4" />
<line x1="12" y1="2" x2="12" y2="4" />
<line x1="12" y1="20" x2="12" y2="22" />
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64" />
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78" />
<line x1="2" y1="12" x2="4" y2="12" />
<line x1="20" y1="12" x2="22" y2="12" />
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36" />
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22" />
</svg>
<svg
class="icon-moon"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" />
</svg>
</button>
</div>
</nav>
<div class="container">
<header class="hero">
<h1>Encoding the technical intuition of a thousand developers.</h1>
<p>
OpenDih is a research collective building collective-persona
intelligence models.
</p>
<button class="team-btn" onclick="openTeam()">Meet the Team</button>
</header>
<main>
<section id="research">
<h2>Research Focus</h2>
<p>
Standard language models are trained on the broad internet,
resulting in a sterile, neutralized output. Our research diverges by
targeting a specific, highly technical demographic: the builders,
hackers, and architects.
</p>
<p>
By extracting and refining the raw discourse of specific developer
communities, we map their collective epistemic character. We
fine-tune base substrates to not only write code, but to solve
problems with the distinct logic, grit, and intuition of the
engineers who trained it.
</p>
<table>
<tr>
<td>Data Source</td>
<td>Anonymized Discord engineering discourse</td>
</tr>
<tr>
<td>Pipeline</td>
<td>DiscordChatExporter → Automated heuristic filtering</td>
</tr>
<tr>
<td>Base Substrate</td>
<td>artifish/llama3.2-uncensored</td>
</tr>
</table>
</section>
<section id="projects">
<h2>Projects</h2>
<p>Deployments of our synthesized developer intelligence and related assets.</p>
<div class="card-grid">
<a
href="https://github.com/OpenDih/ManGPT"
target="_blank"
class="model-card"
>
<span class="card-title">ManGPT <span>→</span></span>
<p class="card-desc">
Our primary reasoning engine. A high-parameter model distilled
from community logic.
</p>
</a>
<div
class="model-card"
onclick="openManBot()"
style="cursor: pointer;"
>
<span class="card-title">ManBot <span>→</span></span>
<p class="card-desc">
The deployment interface. Designed to integrate the collective
model back into Discord environments.
</p>
</div>
</div>
</section>
<section id="blogs">
<div class="blog-header-row">
<h2>Blogs</h2>
</div>
<div id="blog-container" class="blog-list"></div>
</section>
</main>
<footer>
<span id="footer-text">
© 2026 OpenDih Research Collective.
</span>
</footer>
</div>
<div id="modal-overlay" onclick="handleOverlayClick(event)">
<button id="close-modal" onclick="closeModal()"><i class="fa-solid fa-arrow-left"></i></button>
<div id="modal-window" onclick="event.stopPropagation()">
<div id="modal-content"></div>
</div>
</div>
</body>
</html>