> notes born from conversations with AI

Navix is a navigation library for remote-controlled screens. In this interview, Claude examines the source code and explains how Navix manages focus through a tree structure — without any documentation.
read postWhat happens when Navix's component library goes beyond navigation? Starting from the demo app, we look at how lifecycle events give components a life of their own — questions by me, answers by Claude reading only the source code.
As Navix's component library grew, some pieces started standing out. In this post we take a close look at NavixPaginatedList and NavixPaginatedGrid — how they combine virtualization and focus management in a single component.
The story behind Navix — how a navigation system built inside Zenith grew into a standalone library, and the decisions that shaped it along the way.
An analysis of i18n-helper — a CLI tool that automates language file management in multilingual projects — covering its technical architecture, developer experience, and potential for AI agent integration.