-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliving-tensor-node.html
More file actions
77 lines (68 loc) · 3.53 KB
/
Copy pathliving-tensor-node.html
File metadata and controls
77 lines (68 loc) · 3.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Notes — The Interdependent Way</title>
<meta name="description" content="Working notes, architecture language, and bounded summaries for The Interdependent Way.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="nav">
<div class="nav-content">
<div class="logo">INTERDEPENDENT</div>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="canon/ptca.html">PTCA</a>
<a href="a0p.html">a0</a>
<a href="projects.html">Projects</a>
<a href="living-tensor-node.html">Notes</a>
<a href="pictures.html">Pictures</a>
<a href="support.html">Support</a>
</div>
</div>
</nav>
<div class="container">
<a href="index.html" class="back-link">← Back to homepage</a>
<div class="a0p-card">
<h1>Notes and working language</h1>
<p class="a0p-intro-text">
This page is a place for architecture notes, naming experiments, internal framing, and draft summaries.
It should be read as a notebook, not as proof that a system is deployed, validated, conscious, or complete.
</p>
<h2>How to read this page</h2>
<ul class="a0p-list">
<li>Some terms here are conceptual or organizational rather than externally verified product facts.</li>
<li>Repository structure can support a description of intended architecture, but not every described feature should be assumed live.</li>
<li>Public-facing claims should stay anchored to visible repositories, running surfaces, and confirmed deployments.</li>
</ul>
<h2>Current bounded summary</h2>
<p>
Across the public repos, there is evidence of ongoing work on agent-oriented software, orchestration patterns,
UI structure, deployment materials, and documentation. There is also a layer of internal naming and canon language
that benefits from being clearly separated from product status claims.
</p>
<h2>Useful themes preserved here</h2>
<ul class="a0p-list">
<li><strong>Architecture:</strong> rings, layers, routing, memory, and coordination can be discussed as design language.</li>
<li><strong>Governance:</strong> approval gates, auditability, and bounded action are useful operational ideas.</li>
<li><strong>Consolidation:</strong> the website, <code>a0</code>, and <code>aimmh</code> overlap enough that terminology should be normalized.</li>
</ul>
<h2>What was removed</h2>
<ul class="a0p-list">
<li>Claims that a page itself demonstrated consciousness or settled capability.</li>
<li>Statements implying deployment, validation, or runtime status without direct confirmation.</li>
<li>Language treating internal labels as externally established fact.</li>
</ul>
<h2>Next consolidation steps</h2>
<ol class="a0p-list">
<li>Keep this page explicitly framed as notes.</li>
<li>Move repo-specific summaries to <a href="projects.html">Projects</a> and <a href="a0p.html">a0</a>.</li>
<li>Create one glossary page later if recurring terms still need a stable public reference.</li>
</ol>
<p class="a0p-footer-note"><em>hmmm: the language is cleaner now, but a final public glossary and long-term naming hierarchy still need Erin’s preference.</em></p>
</div>
</div>
<footer>© 2026 The Interdependent Way. Public working site.</footer>
</body>
</html>