Jordan Schilling | Technologist, Software Builder, and Engineer

Jordan Schilling — software engineer and technologist

Software engineer focused on automation systems, experimental tools, and developer productivity. Projects, dev logs, and technical writing.

23 March 2026

Closing the loop between validator and UI metadata

by Jordan Schilling

Devlog - 2026-03-23

Overview

Today was about closing a gap that caused product confusion: validator status and UI language metadata were not always aligned. A language could be validated in backend artifacts but still appear incorrectly in UI behavior.

Problem

Two systems were moving at different speeds:

That created mismatches in what users could select versus what the validator had actually confirmed.

Utility Added

I added a validator-to-UI sync utility that reads current validation artifacts and updates language metadata in one pass.

Core behavior:

Product Impact

This removed a whole class of inconsistent behavior:

With this in place, the validator and product surface finally operate as one system.

tags: validator - ui - metadata - automation - sync