mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
13 lines
694 B
Markdown
13 lines
694 B
Markdown
{
|
|
"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.
|