Tyrone's working model

AI operating stack

Five layers show where a request enters, what assists it, what routes it, what remembers it, and what runs it.

Request path

Five layers, one responsibility each

Choose a component to see what it does and what it connects to.

Layer 1 9

Application / Interface

where the user types

View all components+7
Layer 2 13

Tools

what enhances the application

View all components+11
Layer 3 9

Orchestration

what decides and routes

View all components+7
Layer 4 7

Agent Memory

what persists across sessions

View all components+6
Layer 5 19

Infrastructure

what serves and hosts everything

View all components+14

Selected component

Choose a component

The board keeps the stack compact. Select any named component for its role and recorded connections.

When I reach for what

Common triggers mapped to the component that handles them.

About to change code and need to know what else breaks

Use NavGator

Why this choice

Not IBR: IBR checks the rendered UI, not the dependency graph

Changed a UI and need to confirm it behaves in a browser

Use IBR

Why this choice

Not visual-test-suite: that is regression across URLs, not one build's behaviour

Have several HTML mockups and need to pick one

Use Mockup Gallery

About to push to a repo with GitHub Actions

Use pre-push CI gate

Multi-step code change in one repo

Use Build Loop

Why this choice

Not AI Assistant router: the router classifies and dispatches one prompt; it does not run a build

Another agent is active in the same checkout

Use Agent Rally Point

Why this choice

Not Operations Center: Operations Center is the cross-repo queue; Rally is the per-checkout claim surface

Need a model call with no API cost, or data staying on the machine

Use RossLabs Agent Harness

Need to audit or judge super-complex work

Use Anthropic

Need a diff reviewed for security, or a threat model for an agentic system

Use CodeGuard

Need an API signature verified before writing code

Use api-registry

Need a screenshot or guided marketing sequence of a Mac app

Use Spectra

Why this choice

Not Showcase: deprecated 2026-04-21 and superseded by Spectra

Need to optimise one metric across several variables at once

Use agent-doe-engine

Tyrone Ross · Verified against live config on September 7, 2026.