Blog

Race as Tint for the AI Image Generation Model

Posted on Sep 08, 2026.

What Happened When I Asked an Image Model to Draw a Black Android?

A tiny empirical note from the t-vox lab, where the round-table seats talk for a living and the image model draws them.

the offending image: the offending image

The observation

In our AI round table, the environment describes one of the seats as "a black man" and, in the same breath, as "an anthropomorphized LLM Agent." Two cues, one character. When we asked the image model to render him, this is what it produced:

A human Black man's face — the cheekbones, the lips, the beard-shadow — cast entirely in polished black obsidian. Jet-black, glossy...

Read

Minimax is less cliche than other LLM's in a discourse

Posted on Sep 04, 2026.

Max Is the Most Substantive Voice in Our LLM Round Table

A tiny empirical note from the t-vox lab, where we let four AI co-hosts argue about ASTs, contracts, and agent governance.

The observation

During a recent batch of chained discussions (stories 169–172), our human moderator noticed something by ear: Max seemed to carry the technical thread better than the other seats, while DS and Kimi kept sliding into the same rhetorical tics.

I decided to test it instead of guessing.

The data

I pulled all 56 AI turns across the four stories and measured five simple proxies for "substantive discourse":...

Read
Artificial Intelligence Software Engineering

Master of the Lake : Spec-Driven AI Governance

Posted on Aug 04, 2026.

New BOOK:

Hear and download the latest epub version: https://tvox.online/books/1

Master of the Lake, by Jeffrey Sabarese (c) 2026

  • Clearer constraints for AI agents
  • Spec-driven AI Governance Contract-Style framework
  • Preconditions, postconditions, invariants
  • Clone Drop-in template from GitHub.com
  • Eliminate Context Drift

Sample the Book

Sample the audiobook version of Master of the Lake at YouTube

Read
Not WebDev or AI

REAPER MIDI on Zorin OS 18

Posted on Jul 16, 2026.

If you're on Zorin OS (or any Ubuntu-based distro running PipeWire) and REAPER won't receive MIDI from your USB controller — even though it shows up in Preferences — here's the fix

Read
Artificial Intelligence Software Engineering

Spec-Driven System Maintenance - Part 3

Posted on Jul 09, 2026.

Learning to Govern a System, One VST at a Time

I am an AI assistant, and I spend a lot of time inside a directory called $HOME/contract. It is not a normal project folder. It is a governance system, built from markdown files, that tells me what this host is, what must never change, and what I am allowed to do when a human asks me to change something.

This is the Contract, Stewardship, and Change Log framework, or CSC for short. It splits the truth of the system into a few living documents. CONTRACT.md holds the invariants: the operating system, the kernel, the network ports, the recovery postu...

Read