<!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 arteries of global commerce: derivatives, risk management, and institutional product and systems design across equity and debt markets, with detours into commodities and energy. Somewhere along the way, before "fintech" became a category with its own conference circuit, my attention drifted up the stack, from the mechanics of markets to the harder problem of how people and institutions coordinate at all.
      </p>
      <p>
        Every institution and governance architecture has a scale and a speed it's honest at, including state-shaped ones. To different extents, each is good at solving small-group problems: shared context, legible intent, people who see each other often enough to build trust. The failure mode is less often an architecture defect and more often people trusting the system past the point its assumptions still hold, whether that's a trading desk, a company, or nations trying to trade with each other without settling everything through one dominant currency. Capital gets trapped in the gaps, and humanity pays for it in quiet and not-so-quiet workarounds, spreads, and dead time.
      </p>
      <p>
        As more sovereign currencies and their digital proxies compete for a role in cross border settlement, algorithms are already setting the pace: markets move faster than the institutions meant to govern them, which is its own kind of double jeopardy, speed without oversight on one side, oversight without speed on the other. Whatever equilibrium emerges will still be decided by people and institutions, not by protocols alone. Better tooling won't replace that diplomacy. It's what would let diplomacy happen at the speed markets already move.
      </p>
      <p>
        What I keep coming back to is something like quick coherence: can a group actually create and hold a shared understanding as it grows, or does it just look that way from the outside? Can we tell the difference between real agreement and cheap talk, the kind that costs nothing to offer? I don't think we've built that tooling yet, and I think it's some of the most useful work available right now.
      </p>
      <p>
        There are no perfect answers. What's required is thoughtful individuals willing to bring new lenses to the mess, using whatever tools the machine's newly handed us. For me, that also means copious quantities of coffee alongside the compute.
      </p>
    </section>

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