Notes from
the field.
JavaScript, interface architecture, product systems, and whatever I learned the hard way recently.
Article / systems
AGENTS.md Is a Communication Protocol
How I use AGENTS.md to define clear communication, bounded autonomy, and repeatable engineering behavior for AI coding agents.
aiagentsworkflowcommunication
11 MIN READ
Article / build notes
Making AI Research Source-Conscious
How I built a multi-agent research system that separates sourced facts from hypotheses, preserves the work behind a decision, and makes uncertainty visible.
airesearchmulti-agenttooling
7 MIN READ
Article / build notes
Building a Multi-Agent Code Review Board
How I turned code review into a routed, source-conscious system with independent reviewers, bounded execution, and one useful report.
aicode reviewmulti-agenttooling
7 MIN READ
Article / javascript
Building Breadcrumbs with Remix useMatches Hook
The useMatches hook is a very powerful tool that allows you to access child route data. We'll use this to build a breadcrumb navigation.
javascripthooksreactremix
3 MIN READ
Article / javascript
Javascript Array Methods
Simple showcase of the most used array methods in Javascript.
javascriptarraymutableimmutable
3 MIN READ