docs: Added docs site.

This commit is contained in:
Spencer Brower
2026-08-03 09:27:07 -04:00
parent 604a80ca42
commit 55a0d25173
14 changed files with 372 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"title": "AI",
"date": "2026-07-28T12:16:00-04:00"
}
## Prose
This site, and all the documentation on it was written for humans, by humans.
AI gets consulted as a sanity check, i.e. "Did I miss anything here?", "Does the documentation match the code's behaviour?", etc. All prose is hand-written by a human being.
## Code
The code is a completely different story. The majority of code is written with GLM-4.2 via OpenCode under programmer direction. I focus on architectural decisions, and I read the code emitted by the AI with varying degrees of scrutiny based on whether it touches a major part of the architecture, is in a hotpath, or holds some other high level of significance.