Behrad Khodayar

Software engineer. I used to read source before reading docs, now ask AI to do it for me.

2026

  1. [ai]Introducing claude-code-py-ts-pg: a full-stack template w/ Claude built inWhy & what of my new GitHub template (Python/FastAPI + TypeScript/React + Postgres) w/ a committed Claude Code harness: rules, skills, subagents & least-privilege permissions, treated as production infrastructure.Claude CodeTemplateFull-Stack
  2. [ai]Classifiers in HarnessesA field guide to the classifiers wrapped around modern LLMs — security & jailbreak screens, prompt-injection probes, tool-risk & authorization gates, and the probabilistic classifier in front of Anthropic's Fable model.ClassifiersHarnessesAI Safety
  3. [ai]interactive projectAgentic Coding Stack — All-in-OneAn interactive ontology of the agentic coding stack: nine layers, the request lifecycle, cross-cutting concerns, and build-time provenance — explorable across four axes.TaxonomyAgentsInteractive
  4. [chess]How would engines handle a chess variant where pieces transform after move?The engine-design questions behind Chexx — my chess variant where every Major/minor move transmutes the piece: volatile material evaluation, unreliable piece-square tables, and alpha-beta vs MCTS.ChexxChess EnginesGame Design
  5. [chess]Introducing CheXX: chess w/ transmuting piecesWhy & how I built CheXX — a chess variant where Major/Minor pieces transmute on landing, value-capped to keep both armies balanced, shipped as a 3D browser game.ChexxGame DesignThree.js