--- import BaseLayout from "../layouts/BaseLayout.astro"; import BrandMark from "../components/BrandMark.astro"; import InkWash from "../components/InkWash.astro"; import IndexRow from "../components/IndexRow.astro"; import SectionHead from "../components/SectionHead.astro"; import { SITE, authors, personSchema } from "../lib/blog-data.js"; // The theme exposes the author via `authors`, not on SITE. const author = authors[0]; import projects from "../config/projects.json"; import capabilities from "../config/capabilities.json"; const concepts = [ "Agentic websites", "Autonomous SEO systems", "Multi-agent collaboration", "AI product architecture", "Retrieval-augmented generation", "AI knowledge systems", "AI workflow orchestration", "AI-driven software development", "Self-healing applications", "Autonomous business systems", ]; const industries = [ "Artificial Intelligence", "SaaS", "FinTech", "Healthcare", "Legal Technology", "Digital Marketing", "Location Intelligence", "Automation Platforms", ]; const facts = [ { label: "Writing code since", value: "1988 — Commodore 64, age 8" }, { label: "Professional experience", value: "26 years" }, { label: "FinTech since", value: "2014" }, { label: "Compliance", value: "HIPAA · SOC 2 · PCI" }, { label: "Focused on agentic AI since", value: "2022" }, ]; const jsonLd = { "@context": "https://schema.org", ...personSchema(author) }; ---

{SITE.name} — {author.jobTitle}

{author.jobTitle}

Autonomous systems that do the work teams used to do by hand.

I design and build AI agents and intelligent business systems that automate complex workflows end to end. 26 years as a software engineer — since 2022, focused entirely on agentic AI.

{`${SITE.name},
{ capabilities.map((cap) => (

{cap.title}

{cap.summary}

)) }
{ projects.map((project, i) => ( )) }

Build software that builds, improves, and manages software.

The mission

I’ve been writing software since I was eight years old, on a Commodore 64 in 1988. Nearly four decades later the instinct is unchanged: if a process is repetitive, it should build and run itself.

For 26 years I’ve worked as a Software Engineer, CTO, Product Engineer, and Technology Advisor across startups and enterprise — leading engineering teams and shipping platforms in FinTech, healthcare, SaaS, digital marketing, and geospatial technology. In FinTech since 2014, which means security and compliance aren’t an afterthought: HIPAA, SOC 2, PCI.

Since 2022 my focus has been singular. I don’t bolt AI onto existing applications — I design systems where multiple agents collaborate: researching, planning, deciding, generating content, writing software, running QA, and optimizing continuously with minimal human intervention.

{ facts.map((fact, i) => (
{fact.label}
{fact.value}
)) }
    { concepts.map((concept) => (
  • {concept}
  • )) }

Industries

{industries.join(" · ")}

Automation that actually runs itself.

Start a conversation