You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-metadata-spec.html
+71-3Lines changed: 71 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
<metaname="description" content="Specification for custom metadata fields used by ProcStack to aid AI and LLM systems in data discovery.">
7
7
</head>
8
8
<body>
9
-
<h1>ProcStack's AI Metadata Specification v0.1</h1>
10
-
<h4> Updated : June 17th 2025</h4>
9
+
<h1>ProcStack's AI Metadata Specification v0.2</h1>
10
+
<h4> Updated : August 1st 2025</h4>
11
11
12
12
<p>This document defines custom metadata and link conventions used across the ProcStack project pages to expose structured data to bots, crawlers, and language models.</p>
13
-
<p>This document is a work in progress, structure for json's to be added shortly.</p>
13
+
<p>This specification includes JSON schema definitions and comprehensive discovery methods for AI systems.</p>
14
14
15
15
<h2>Meta Tags</h2>
16
16
<ul>
@@ -24,8 +24,51 @@ <h2>Link Tags</h2>
24
24
<ul>
25
25
<li><code><link rel="alternate" type="application/json" ...></code> - JSON representation of the full site or specific page.</li>
26
26
<li><code><link rel="data-manifest" ...></code> - Points to the master structured content manifest (site-wide JSON).</li>
27
+
<li><code><link rel="ai-meta-spec" ...></code> - Points to this specification document for reference.</li>
27
28
</ul>
28
29
30
+
<h2>Discovery Files</h2>
31
+
<ul>
32
+
<li><strong>data-manifest.json</strong> - Master manifest with all available data sources, schemas, and metadata</li>
33
+
<li><strong>llms.txt</strong> - LLM-friendly text summary following community standards</li>
34
+
<li><strong>sitemap.xml</strong> - Standard sitemap with lastmod dates for change detection</li>
35
+
<li><strong>robots.txt</strong> - Includes AI-specific directives and manifest references</li>
36
+
</ul>
37
+
38
+
<h2>JSON Data Schema</h2>
39
+
<h3>Individual Page Data (e.g., /bots/PageName.htm.json)</h3>
Copy file name to clipboardExpand all lines: bots/AIDev_esn_motion.htm.json
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,29 @@
1
1
{
2
-
"title": "AI Dev",
3
-
"description": "I started my dive into AI in 2008 writing a Boid / Crowd system for my thesis while in art college, School of Visual Arts.",
4
-
"lastModified": "2025-05-07",
2
+
"title": "ESN & Motion Prediction",
3
+
"description": "How about an Echo State Network (ESN) AI I wrote in the spring-summer of 2024?\n\n An ESN is a type of 'reservoir' network,\n Which considers time in its prediction.",
"caption": "Generative connections in a dynamic Graph Attention Network (GAT); Finding connections between a block of text I wrote up. The network is creating connections between 'usage rules' of different words."
"caption": "A vertical slice of horizontal movement in my Echo State Network (ESN) brain. I'm showing a 2D slice of a side-to-side movement. The repeating gray tones are patterns of 'relative' movement, Like a 'motion offset' found in similar prior frames."
"caption": "ESN test run; Upper Left are videos I made, Upper Right are learning rates in RGB, Red shows 'known' patterns, Green are pattern edges, & Blue 'might be' patterns. The Bottom is what the brain thinks its seeing & then predicting."
"caption": "Different slices from the same ESN, with different input video. Upper left is a video I made the AI's watching, upper right is detecting movement; Lower left is the brain's wrinkles, lower right is predicted movement."
"caption": "Generative connections in a dynamic Graph Attention Network (GAT); Finding connections between a block of text I wrote up. The network is creating connections between 'usage rules' of different words."
0 commit comments