TRI NGUYEN

Systems Lab

I build operating systems for my own work.

Enterprise architecture is the day job. On my own time I build the tools I wish I had: agents that break my work into pieces, systems that remember why I made a decision, and research loops that turn a pile of half-finished experiments into something I can actually reuse.

AgentOS · the loop

How one goal becomes a finished artifact.

This is how a goal moves through my system — from a single line in a queue to a shipped artifact. The machine runs the loop. I only step into the one place that matters: anything that spends money, sends a message, or touches the outside world waits for me.

Intake

queue-first

A goal lands as one line. Work doesn't start in a chat window — it starts as a task.

Triage & decompose

auto-split

The task is triaged, then broken into worker-sized subtasks — each small enough for one agent to finish.

into the working loop

Durable kanban board

the hub

Every subtask lives here. Work is pulled from the board and returns to it — nothing survives only in a conversation.

todoreadyrunningdone

Idle steward — when the queue goes quiet, it sweeps forgotten pockets and re-files dropped work back onto the board.

role-typed workers pull ready tasks

research

sources, reads, synthesizes

content

drafts in my voice

finance

models, backtests, sizes

ops

builds, deploys, infra

engineering

writes code + tests

reviewer

audits before it ships

anything with real-world impact stops here

Human approval gate

the checkpoint
flows straight through

Safe & reversible — research, analysis, drafts, code on a branch. The machine keeps moving.

held for a human
T approves

Money, outbound messages, deploys, external writes. Nothing irreversible happens until I say go.

Artifacts + durable memory

the payoff

Real files land — code, PRs, decks, reports. What the run learned is written to durable memory, not left in the transcript.

Back to the board. The next run starts already knowing this — it inherits the memory instead of relearning from scratch.

01 Living workbench

Agentic Operating System

A personal operating layer for turning ambiguous goals into decomposed work, routed specialist agents, tracked outcomes, and reusable memory.

  • Queue-first intake for new ideas and projects
  • Automatic decomposition into worker-sized subtasks
  • Human approval gates for anything with real-world risk
  • Durable context so future agents inherit the work, not just the chat
Read the field note
02 Deck + storyline system

Executive Narrative Engine

A repeatable system for turning customer strategy, architecture, and prototype context into polished executive-ready narratives.

  • Deck-local context files that preserve storyline and slide intent
  • Reusable HTML slide templates and visual patterns
  • Animation and pacing notes for future editing agents
  • Public/private boundaries for customer-safe storytelling
Read the field note
03 Automation pipeline

Personal Research & Content Studio

A private research-to-output workflow for transforming messy notes, market research, and experiments into publishable ideas.

  • Research capture and synthesis loops
  • Script and article drafting templates in my own voice
  • Screen-recording hygiene and privacy checks
  • Disclosure-first approach for finance-adjacent content
Read the field note

The loop

01

Capture

02

Decompose

03

Build

04

Verify

05

Remember

Design Principles

The rules behind the stack.

Public by default, private by design

The site can show the shape of the work without exposing confidential customer, employer, or financial data.

Agents produce artifacts, not vibes

Every workflow should leave behind files, tasks, summaries, or reusable context that the next run can build on.

Human gates stay where judgment matters

Automation accelerates sourcing, drafting, and analysis; final calls stay explicit when reputation, money, or access is involved.

Narrative is part of the system

The value is not only in the code. It is in turning technical systems into stories people can understand and act on.

On the roadmap

Where this site is headed.

Planned work, not yet live. These ship as the underlying systems mature.

Collaborate or ask →
Planned A public changelog of what the workbench is learning — sanitized, dated entries.
Planned A writing index for AI architecture, career, and investing-process essays.
Planned An ask-my-site interface that answers from public-safe content only.