<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <meta name="color-scheme" content="light" />

  <title>Rob Desideri — Profile</title>
  <meta name="description" content="Researcher, engineer, and advisor working on governance and coordination problems in global finance and commerce: programmable settlement, sovereign currency fragmentation, and the infrastructure for machine-native commerce. Also: multiplayer tools for thought, deep learning, and multi-party coherence at scale." />
  <meta name="author" content="Robert Desideri" />
  <meta name="keywords" content="Rob Desideri, Robert Desideri" />
  <link rel="canonical" href="https://robertdesideri.com/" />

  <meta property="og:type" content="profile" />
  <meta property="og:title" content="Robert Desideri" />
  <meta property="og:description" content="Experimenting &amp; On Good Days Learning" />
  <meta property="og:url" content="https://robertdesideri.com/" />

  <link rel="icon" type="image/png" sizes="256x256" href="/favicon.png" />
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
  <link rel="apple-touch-icon" sizes="256x256" href="/favicon.png" />

  <!-- Schema.org JSON-LD -->
  <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://robdesideri.com/#website","url":"https://robdesideri.com/","name":"Rob Desideri","description":"Researcher, engineer, and advisor working on governance and coordination problems in global finance and commerce: programmable settlement, sovereign currency fragmentation, and the infrastructure for machine-native commerce. Also: multiplayer tools for thought, deep learning, and multi-party coherence at scale.","inLanguage":"en","copyrightYear":2026,"copyrightHolder":{"@id":"https://robdesideri.com/#person"},"creator":{"@id":"https://robdesideri.com/#person"}},{"@type":"ProfilePage","@id":"https://robdesideri.com/#webpage","url":"https://robdesideri.com/","name":"Rob Desideri — Profile","isPartOf":{"@id":"https://robdesideri.com/#website"},"about":{"@id":"https://robdesideri.com/#person"},"inLanguage":"en","description":"Researcher, engineer, and advisor working on governance and coordination problems in global finance and commerce: programmable settlement, sovereign currency fragmentation, and the infrastructure for machine-native commerce. Also: multiplayer tools for thought, deep learning, and multi-party coherence at scale."},{"@type":"Person","@id":"https://robdesideri.com/#person","name":["Rob Desideri","Robert Desideri"],"alternateName":"Robert Desideri","givenName":"Robert","familyName":"Desideri","jobTitle":"Researcher | Engineer | Advisor","description":"Researcher, engineer, and advisor working on governance and coordination problems in global finance and commerce: programmable settlement, sovereign currency fragmentation, and the infrastructure for machine-native commerce. Also: multiplayer tools for thought, deep learning, and multi-party coherence at scale.","image":"https://robdesideri.com/rob-headshot-web.png","url":"https://robdesideri.com","knowsAbout":["Economics","Artificial Intelligence","Fintech","Capital Formation","Pricing And Valuation Modeling","Complex Systems","Deep Learning","Socioeconomic Systems","Protocol Development","Economic Strategy","Currency Markets","International Trade","Risk Management","Securities Trading","Securities Settlement And Clearing","Commodities Trading","Renewable Energy","Institutional Finance","Payment Systems","Collective Intelligence"]}]}</script>

  <style>
    *,*::before,*::after{box-sizing:border-box}

    :root{
      --bg: #ffffff;
      --fg: #0b0c0f;
      --muted: #474b57;
      --hairline: rgba(15,18,28,0.14);
      --hairline2: rgba(15,18,28,0.10);
      --link: #0b0c0f;
      --max: 860px;
      --padX: clamp(16px, 5vw, 32px);
      --padY: clamp(32px, 8vw, 56px);
      --lh: 1.55;
      --radius: 10px;
    }

    @media (max-width: 600px){
      :root{
        --lh: 1.5;
      }
    }

    html, body {
      background: var(--bg);
      color: var(--fg);
      margin: 0;
      padding: 0;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-kerning: normal;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
      line-height: var(--lh);
      letter-spacing: -0.01em;
    }

    a{
      color: var(--link);
      text-decoration: none;
      border-bottom: 1px solid var(--hairline);
    }
    a:hover{
      border-bottom-color: var(--fg);
    }

    .wrap{
      max-width: var(--max);
      margin: 0 auto;
      padding: var(--padY) var(--padX) 12px var(--padX);
    }

    header{
      margin-bottom: 26px;
    }

    .profile-row{
      display: flex;
      align-items: center;
      gap: 28px;
      margin-bottom: 18px;
    }

    .avatar{
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-image: url('/rob-headshot-web.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      flex-shrink: 0;
      border: none;
    }

    .kicker{
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--muted);
      margin: 0 0 10px 0;
    }

    h1{
      font-size: clamp(34px, 5.2vw, 54px);
      line-height: 1.04;
      margin: 0 0 8px 0;
      letter-spacing: -0.03em;
    }

    .dek{
      font-size: 17px;
      color: var(--muted);
      margin: 0;
      max-width: 70ch;
    }

    .rule{
      margin: 28px 0;
      border: 0;
      height: 1px;
      background: linear-gradient(to right, var(--hairline), transparent);
    }

    h2{
      font-size: 18px;
      letter-spacing: -0.02em;
      margin: 30px 0 8px 0;
    }

    p{
      margin: 0 0 14px 0;
      max-width: 76ch;
    }

    blockquote{
      margin: 18px 0;
      padding: 14px 16px;
      border-left: 2px solid var(--hairline);
      background: linear-gradient(to right, var(--hairline2), transparent);
      border-radius: var(--radius);
    }
    blockquote p{
      margin: 0;
      color: var(--fg);
    }

    .section-card{
      margin: 24px 0;
      padding: 18px 20px;
      border: 1px solid var(--hairline);
      border-radius: var(--radius);
      background: var(--bg);
    }

    .section-card h3{
      margin: 0 0 10px 0;
      font-size: 17px;
    }

    .section-card p{
      margin: 0 0 10px 0;
      font-size: 15px;
    }

    .observation{
      padding: 12px 0;
      border-bottom: 1px solid var(--hairline2);
    }
    .observation:last-child{
      border-bottom: none;
      padding-bottom: 0;
    }
    .observation-text{
      font-size: 15px;
      color: var(--fg);
      margin: 0 0 4px 0;
      font-style: italic;
    }
    .observation-meta{
      font-size: 13px;
      color: var(--muted);
      margin: 0;
    }

    .interests{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
    }
    .interest{
      font-size: 13px;
      color: var(--muted);
      padding: 4px 12px;
      border: 1px solid var(--hairline);
      border-radius: 20px;
    }

    .site-footer{
      margin-top: 56px;
      padding-bottom: 32px;
      font-size: 8pt;
      color: #4a4e5a;
      line-height: var(--lh);
    }
    .site-footer a{
      color: #4a4e5a;
      border-bottom: 1px solid rgba(74,78,90,0.3);
    }
    .site-footer a:hover{
      border-bottom-color: #4a4e5a;
    }

    @media (max-width: 600px){
      .profile-row{
        flex-direction: column;
        text-align: center;
        gap: 16px;
      }
      .avatar{
        width: 100px;
        height: 100px;
      }
      h2{
        font-size: 17px;
        margin: 24px 0 6px 0;
      }
      .dek{
        font-size: 16px;
      }
      .section-card{
        padding: 14px 16px;
      }
    }

    @media (max-width: 400px){
      .kicker{
        font-size: 12px;
        letter-spacing: 0.10em;
      }
      .foot{
        font-size: 12px;
      }
    }
  </style>
</head>
<body>
  <main class="wrap">
    <header>
      <div class="profile-row">
        <div class="avatar"></div>
        <div>
          <h1>Rob Desideri</h1>
          <p class="dek">Experimenting &amp; On Good Days Learning</p>
        </div>
      </div>
    </header>

    <section>
      <p>
        I've spent most of my career in the plumbing of global commerce: derivatives, risk management, and institutional product and systems design across equity and debt markets, with detours into commodities and energy. Well before <em>Fintech</em> became a standardized category, I moved my focus up the stack to governance and coordination problems. The real application layer.
      </p>
      <p>
        This shift was driven by a realization that the primary bottlenecks have become <em>structural</em>. Too much of the global economy still runs through fragmented systems that trap capital and force institutions into costly workarounds. Sovereign currency containerization is one of the oldest examples. The technology for moving value across borders has improved enormously. The governance frameworks that would make programmable, multi-party settlement globally trustworthy have not kept pace. That gap is the opportunity. Closing it is foundational to a more coherent path for global economic growth. The x402 payment primitive matters here as an enabler of machine-native commerce at internet scale, and AI is the accelerant that makes forms of coordination possible in years that would otherwise take decades.
      </p>
      <p>
        Compounding structural complexities are <em>cognitive</em> complications. Human institutions evolved to solve small-group problems, shared context, legible intent, repeated interaction, durable trust. That architecture can work well at small scale. It does not scale by itself. Even with modern conversational tools, the cognitive prerequisites for good collective reasoning rarely transfer cleanly into asynchronous digital environments.
      </p>
      <p>
        What matters here is multi-party coherence: maintaining a shared model across a conversation when participants begin with genuinely different assumptions, tracking where understanding has actually been reached rather than merely performed, and producing an artifact that reflects what was truly resolved. That is the layer where AI has the most to contribute, and where the least has been built.
      </p>
      <p>
        The window for meaningful human and machine collaboration is open now. My own contribution to that stack is maintained via specific system invariants: high-fidelity pizza and coffee, scoped with zero temporal dependencies, and a healthy side of tokens.
      </p>
    </section>

    <footer class="site-footer">
      &copy; 2026 <a href="https://robertdesideri.com">Robert Desideri</a>
    </footer>
  </main>
</body>
</html>