Product & technology leader · operations, AI systems and new products

I turn unclear, consequential problems into systems people can use.

I take ambiguous work from the first useful version to an operating capability. The pattern spans offshore operations, delivery teams, AI systems and new ventures.

I can’t leave broken processes alone.

From field product to operating systems
  1. 01
    Commercial uncrewed vesselBuild, testing, sale and client deployment
  2. 02
    Regional remote operationsCentre, systems, team and first live service
  3. 03
    Delivery systemsTeams, flow and operating outcomes
  4. 04
    ProductsSoftware, agents and ventures
George's career route A route connects commercial uncrewed vessel delivery, regional remote operations, client delivery leadership and product building. UNCREWED SURVEY VESSEL build · test · sell · operate REMOTE OPERATIONS built a regional capability DELIVERY SYSTEMS teams · flow · outcomes PRODUCTS software · agents · ventures 24.4539° N · 54.3773° E
The route starts with a commercial uncrewed survey vessel taken from build through sale and client work. It then expands into regional remote operations, delivery systems and product building.

Business and operating results

Commercial ownership, delivery speed and operating outcomes. Estimates are labelled where they occur.

Build → operate
commercial USV deliveryBuilt, tested, marketed, sold and operated with the team.
67%
backlog reduction60 active projects to 20 in four months.
<1 year
to the first live remote operationA new regional mandate became a working client service.
0 → 1
regional remote operationsCentre, systems, team and operating model built together.

I keep returning to the same kind of work: build the missing capability.

I started with a commercial uncrewed survey vessel. With the team, I took it from initial build through testing, marketing, sale and operation on client work.

The scope widened from one sold and operating vessel to a regional service, then to delivery systems and products. I now follow a simple loop. I find what is failing, build a working version and test it with the people who will use it. Then I improve it until it works reliably in daily use.

01 · Commercial product Uncrewed survey vessel

Build, testing, marketing, sale and operation on client work.

02 · Capability Regional remote operations

Room, network, video, workflows, team and first live operations.

03 · Systems Products, operations and AI

Edge telemetry, agent infrastructure and ventures built from the same instinct.

Useful when the problem has no clean owner.

Cross-team problems

Product, engineering and operations each hold part of the answer. I translate without flattening the detail.

Unfamiliar domains

I learn by making something concrete enough to test, then use the result to decide what comes next.

Prototypes that must survive real work

I care about authority, failure paths, handovers, users and the operating environment around the code.

Poor fit: maintaining a roadmap nobody believes, polishing a settled system by another two percent, or a role where ownership stops at the job description.

Work tested in real conditions

Delivered outcomes, active systems and modelled opportunities stay clearly labelled.

Delivered commercial product0→1 regional service

Took a commercial uncrewed survey vessel from build to client work, then scaled the learning into regional remote operations.

I owned the full delivery cycle with the team: initial build, testing, marketing, sale and operation on client projects. The next mandate was to turn that learning into a regional service.

Build → operate
commercial USV lifecycle
0 → 1
regional service
<1 year
to first remote rig move

Career record, 2020: implementation, commissioning, the remote operations centre, remote rig move and regional video-streaming solution were marked complete.

From vessel to service

With the team, I took Lady Nerissa through build, commissioning, field testing, marketing, sale and client deployment. I then led the regional centre across hardware, networks, procurement, video, global alignment, operating workflows and team building.

Early USV → regional remote operations
Uncrewed vessel work connected to a remote operations centre An early commercial uncrewed vessel, the first remote rig move and Fugro Pegasus as a later regional reference point connect to a remote operations centre. UNCREWED VESSEL BUILT → CLIENT WORK REMOTE RIG MOVE FIRST LIVE OPERATION FUGRO PEGASUS LATER REGIONAL USV REMOTE OPERATIONS CENTRE

Early USV product work became a remote service. Fugro Pegasus shows where the regional programme went next.

Active internal systemReal-infrastructure validation

Make GNSS health visible before a weak signal becomes an operational incident.

Positioning problems are hard to diagnose from scattered receiver screens, messages and snapshots. By the time the right person sees the pattern, the useful evidence may be gone.

I conceived and built Holocron, a passive edge-to-cloud telemetry system. It captures receiver health, buffers data through intermittent links, and gives operations a live fleet view with incident history.

$8M / year estimated savings from higher fleet utilisation Modelled annual opportunity, not yet realised.
  • Built against real GNSS hardware
  • Rust edge agent with local disk buffering
  • Central ingest, history and operator map
  • No interface to certified navigation or DP control
System architecture

GNSS receivers feed a native edge service that buffers events locally and sends them over HTTPS. A central service parses and stores them in PostgreSQL/PostGIS, while a MapLibre interface supports fleet triage and incident replay. The public visual is deliberately sanitised.

Sanitised telemetry model
FLEET HEALTH14:32:18 UTC
Fictional fleet telemetry map with buffered link recovery UNIT ANOMINAL UNIT BLINK LOST UNIT CNOMINAL
EDGE BUFFER 184 events held locally
14:31:48  link degraded 14:31:52  local buffer active 14:32:14  transport restored
Active public productOpen source

Keep the plan and the code answerable to each other.

Coding agents can produce locally correct changes while losing the architecture they were meant to build. The plan goes stale. The next session starts again.

Cairn gives the agent a living architecture map to update as it works. It reconciles the map against the repository, reports drift and can block a conflicting commit.

  • Agent-written blueprint and contracts
  • Brownfield extraction from existing code
  • Local-first files that travel with Git
  • Graph UI, CLI, MCP and commit gates
Plan ↔ reality
A blueprint graph is checked against code and either passes or reports drift BLUEPRINT INGEST AUTH STORE REPLAY RECONCILE REPOSITORY src/ingest.rs src/auth.rs src/store.rs src/replay.rs GHOST FOUNDplanned, not built

A map the agent writes, a gate the model cannot talk around.

Private TestFlight buildConsumer product

A child’s toy becomes a character that remembers.

Generated stories often forget the child, the character and everything that happened before. Each new story starts from zero.

Yarnling turns a photograph of a toy into a persistent character. The story world remembers the child, earlier events and the small details that make a sequel feel like a return.

  1. Photograph a toy
  2. Create its character
  3. Read the first story
  4. Return to a world that remembers
Private build · illustrative product view
Illustrative Yarnling story library view based on the private TestFlight build

Open-source systems

Tools I built to solve problems I kept running into across AI, design and physical systems.

george-rd.github.io/mag
MAGSwitch AI tools. Keep the context.
Open live site
Early alpha · active public product

MAG

A private, local-first memory system that lets several AI tools share one portable record of decisions, fixes and handoffs.

Memory architecture

Exact, semantic and relationship-aware retrieval share one inspectable SQLite file, with public benchmarks and explicit trade-offs.

Source ↗
george-rd.github.io/openspine
OpenSpineLet your AI earn more responsibility. One job at a time.
Open live site
Self-hosted personal AI · alpha

OpenSpine

A self-hosted control layer for personal AI. Its reference assistant, Lyra, takes one clear job at a time. Each task is bounded, tested and recorded. The full loop for growing responsibility is still being built.

Progressive delegation

Lyra can learn a repeated job. It cannot promote itself. New routines stay inactive until you approve them. You can limit, pause or remove them later.

george-rd.github.io/design-studio
Design StudioDecide the direction before touching the code.
Open live site
Active public tool

Design Studio

A multi-agent design workflow that separates visual direction, implementation and blind review before changes reach the existing frontend.

Design as a system

Design judgement becomes a recorded, bounded workflow with durable product context, visual rules and evidence from the rendered result.

george-rd.github.io/growth-arsenal
Growth ArsenalPressure-test the offer before the market does.
Open live site
Active public tool

Growth Arsenal

Linked workshops that test an offer, lead generation and customer copy. Independent agents attack the market, maths, message and execution plan.

Commercial reasoning

Business assumptions become explicit, reviewable and reusable instead of remaining inside one conversation.

george-rd.github.io/rive-rs-cli
Rive CLIAnimation becomes inspectable from the command line.
Open live site
Working public build

Rive CLI

A command-line tool that lets people and AI inspect, render and evaluate interactive Rive animation files in repeatable steps.

Agent animation workflow

The same file can be inspected, rendered and scored in repeatable steps, so an agent can check its own output.

george-rd.github.io/cli-anything-meerk40t
MeerK40t CLIGive agents a safe path to a real laser.
Open live site
Physical AI

MeerK40t CLI

A command line that lets an agent inspect, calibrate and drive a real laser engraver through explicit safety gates.

Physical result

The software has produced a real engraving, moving the proof beyond a simulator or interface demo.

george-rd.github.io/hologlyph
HologlyphA face made from text, speech and expression.
Open live site
Active public demo

Hologlyph

A talking face for the web, driven by text, speech and expression, with support for custom avatars.

Embodied interface

An agent gains visible presence while the mechanism remains open enough to inspect and change.

Open the lab note 1 early experiment
SkillkeepEarly experiment · source only

Exploring how reusable agent skills can stay portable across different clients.

Source ↗

Products and ventures

These products test the same ownership pattern against customers, families, regulation and production.

reaveshq.com
ReavesHQAgents that work inside real customer workflows.
Open live site
Live venture

ReavesHQ

An agent services business building assistants for communication and operating workflows where mistakes have real costs.

Commercial application

The work tests agent architecture against customer workflows, communication channels and the cost of getting an action wrong.

Agents · operations · communication
ogmallow.com
OG Mallow product packagingOG MallowA product venture carried through production and sales.
Open live site
Live family venture

OG Mallow

A family product venture spanning recipe, packaging, sourcing, licensing, production and direct selling.

Production and sales

The idea has been tested against materials, regulation, production constraints and real customers.

Recipe · compliance · production · sales

How I work

Three moves recur across the work above.

  1. 1

    Find what produces the problem.

    Map the incentives, dependencies, handovers, authority and failure paths before accepting the requested solution.

  2. 2

    Build the earliest version reality can argue with.

    Make the idea concrete enough for a user, operator, machine or codebase to prove it wrong.

  3. 3

    Keep the loop open until people can trust it.

    Watch what happens, fix the weak link and document the decisions that must survive the first version.

Building is how I understand the world.

At twelve, I built my first computer. At university, I made an Android app that controlled a Leica laser measure and captured its readings. Years later, I was connecting vessels to remote operations centres.

Now the work spans AI control layers, memory systems, children’s products and tools that drive real machines. I learn by making, then turn what survives into something other people can inspect and reuse.

c. 2001 First computer
University Laser measure app
Operations Connected vessels
Now Agent systems

Start with the problem.

Tell me what is failing, what matters and what has already been tried.

george@reid-dowd.me

Strongest fit

  • Product and technology leadership
  • Digital operations and internal products
  • Agent and AI systems
  • Founder environments and unclear 0→1 work