Live Systems
A small system, running in front of you.
I could tell you I build systems that run on their own. It's more honest to show you one. Below is a simulated deal-aggregation pipeline: it generates items, writes a short description for each, and updates itself on a loop — no hands on the wheel.
Simulated data, generated client-side. Swap generateDeal() for a real fetch and the structure is identical.
The data here is simulated and generated in your browser — I'm not going to pretend a live API is running behind a personal site. But the structure is real. This is genuinely how the Amazon deal pipeline is shaped: collect, process, describe, organise, repeat. Swap the generator for a real data source and nothing else about it changes.
That's the whole idea of this page. The site isn't only describing how I think — for a moment, it is how I think, made literal: a small thing that keeps producing value while I'm not touching it.