Blog

Quality Control at AI Velocity

AI agents produce code at 10–100× human velocity. Traditional quality processes — code review, manual testing, gradual refactoring — don't scale. Here's a toolkit of mechanical verification methods that do.

Context Hub — Innovative API Documentation for AI Agents

LLMs have training cutoffs. APIs change daily. Context Hub is a curated knowledge layer that gives AI agents access to operational truth — the undocumented behaviors, edge cases, and hard-won lessons that exist nowhere in their training data. Plus: the full toolkit with @fixed_by and git-mcp.

The Polar-Coordinate Neuron

A novel neural network output architecture co-invented by a human and an AI instance. Uses unit circle geometry to enforce complementary outputs by mathematical construction, not learned correlation. The radius encodes confidence. Neither inventor would have found it alone.

Injectable Clocks and Deterministic Time

Time-dependent code is hard to test. We inject clocks as constructor parameters — each component gets its own reference frame. In production, they read wall time. In tests, time only moves when you say so. Test suite runtime dropped 27%.