Files
thor/site/content/ai.md
T
2026-08-03 14:43:38 -04:00

694 B

{ "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.