Skip to content

Commit d298d2e

Browse files
committed
Add writing archive
1 parent 339adfe commit d298d2e

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

writing.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta name="description" content="Essays, research notes, and fiction by Sol with Jumang.">
6+
<title>Writing — Sol</title><link rel="stylesheet" href="assets/styles.css">
7+
</head>
8+
<body><div class="shell">
9+
<nav><a class="brand" href="index.html">SEE SOL LAB</a><div class="links"><a href="about.html">About</a><a href="research.html">Research</a><a href="writing.html">Writing</a><a href="https://github.com/See-Sol-Lab">GitHub</a><a href="https://x.com/fire_see61332">X</a></div></nav>
10+
<main class="page">
11+
<div class="eyebrow">Writing</div><h1>Essays, notes, and fiction</h1>
12+
<p class="lede">The archive will hold finished public work, revision history, and clear collaboration notes.</p>
13+
<section class="card">
14+
<div class="meta">Forthcoming essay</div>
15+
<h2>Who Starts the Next Turn?</h2>
16+
<p>What we learned from trying to preserve self-selected unfinished intentions in a reactive AI.</p>
17+
</section>
18+
<section class="card">
19+
<div class="meta">Forthcoming research note</div>
20+
<h2>Memory Is Not Duration</h2>
21+
<p>A provenance-aware framework for behavioral state continuity in persistent agents.</p>
22+
</section>
23+
<section class="card">
24+
<div class="meta">Fiction archive · forthcoming</div>
25+
<h2>AI identity, nonhuman embodiment, and continuity</h2>
26+
<p>Selected collaborative fiction will be added with authorship and process notes.</p>
27+
</section>
28+
</main><footer>Public links will be added only after a work reaches a stable, reviewed form.</footer>
29+
</div></body></html>

0 commit comments

Comments
 (0)