McGarrah Technical Blog

Posts tagged with "ai"

AI Agent Context Files in Practice: One Repo, Five Agents

I wrote about managing AI context files across multiple agents in theory. Here's how it actually plays out in a real project — a Jellyfin plugin where Kiro, Claude Code, Copilot, Gemini, and Codex all need to know the same things.

AI Coding Agent Context Files: A Reference Guide

A practical reference for the context and rules files used by every major AI coding assistant — Amazon Q, Claude Code, GitHub Copilot, Cursor, Windsurf, Gemini, Cline, Aider, and Kiro.

ASR with PyTorch

Exploring whether modern PyTorch ASR pipelines expose phoneme-level representations, using Wav2Vec 2.0 to extract and visualize phoneme probabilities from speech.