Tech posts

My journey in software engineering and technical management

Wrigley’s, 1937 - Charles Green Shaw - www.nga.gov
Wrigley’s, 1937 - Charles Green Shaw - www.nga.gov
in TECH on

Kairos: Convention Over Configuration for an AI Coding Agent

A story-driven workflow for Claude Code, built for projects that already exist. One markdown file as the source of truth, Rails-style defaults, a QA layer between unit tests and humans, and isolated worktree testing that took three tries to get right. The honest version — what broke, and how I hardened it.

  • #AI
  • #Claude Code
  • #Workflow
  • #Agile
  • #Spec-driven
in TECH on

NLI: The Architecture Hiding Inside Your Embeddings (and a Zero-Shot Classifier You Already Have)

Natural Language Inference trains the sentence embeddings everyone uses. It also works as a classifier that needs zero labeled examples. Here is the architecture, its history, and three very different results when I put it into production.

  • #nli
  • #natural-language-inference
  • #zero-shot-classification
  • #sentence-embeddings
  • #text-classification
  • #machine-learning