Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <style>
   body {
            color: #002E22;
            font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
            font-size: 15px;
            line-height: 1.333;
        }
        p {
            margin: 0;
            padding: 0;
            font-size: 15px;
            color: #002E22;
        }
        h1 {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 8px;
            padding: 0;
            color: #002E22;
            font-weight: 700;
        }
        h2 {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 8px;
            padding: 0;
            color: #002E22;
            font-weight: 700;
        }
        hr {
            background-color: #F8F4F0;
            border: none;
            height: 2px;
            margin-left: 0;
            margin-right: auto;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        p a {
            color: #0164BF;
        }
        .wrapper {
            font-size: 15px;
            color: #002E22;
            margin-bottom: 16px;
            margin-top: 16px;
        }
        .chat-message {
            font-size: 0;
            padding: 8px 0;
            display: table;
        }
        .chat-message__avatar {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            display: inline-block;
            overflow: hidden;
            vertical-align: top;
            margin-right: 12px;
        }
        .chat-message__avatar img {
            display: block;
            width: 40px;
            height: 40px;
        }
        .chat-message__comment {
            font-size: 15px;
            display: table-cell;
            vertical-align: top;
            width: 100%;
        }
        .chat-message__comment__sender {
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            height: 20px;
            color: #002E22;
            display: inline-block;
            white-space: nowrap;
        }
        .chat-message__comment_sender__name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            vertical-align: top;
            max-width: 220px;
            height: 20px;
        }
        .chat-message__comment__sender a {
            text-decoration: none;
            pointer-events: none;
            color: #002E22;
        }
        .chat-message__comment__date {
            color: #76847E;
            font-size: 11px;
            text-align: left;
            font-weight: 400;
            display: inline-block;
            max-width: 180px;
        }
        .chat-message__comment__text {
            font-size: 15px;
            line-height: 20px;
        }
        .chat-message__comment__text p {
            margin-bottom: 16px;
        }
        .chat-message__comment__text_last p {
            margin-bottom: 0;
        }
        .chat-message__comment__payment_last {
            color: #76847E;
        }
        .chat-message__comment__system_message {
            color: #76847E;
        }
        .chat-message__comment__previewcard {
            background-color: #F8F4F0;
            border-radius: 16px;
            width: 335px;
            margin-top: 4px;
            margin-bottom: 16px;
            overflow: auto;
        }
        .chat-message__comment__previewcard__content {
            padding: 16px;
        }
        .chat-message__comment__previewcard__eyebrow {
            color: #76847E;
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 4px;
        }
        .chat-message__comment__previewcard__amount {
            color: #002E22;
            font-size: 19px;
            line-height: 24px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        .chat-message__comment__previewcard__description {
            color: #76847E;
            font-size: 15px;
            line-height: 20px;
            margin-top: 4px;
        }
        .chat-message__comment__previewcard__receipt {
            width: 100%;
            height: 100%;
            flex: 1;
        }
        .chat-message__comment__previewcard__receipt img {
            width: 100%;
            height: 140px;
            object-fit: cover;
            object-position: top;
        }
        .chat-message__comment__previewcard__receipt__container {
            flex-direction: row;
            border-radius: 12px;
            overflow: hidden;
            height: 140px;
            display: flex;
            margin: 4px 4px 0px 4px;
        }
        .chat-message__comment__previewcard__button-wrapper {
            margin-top: 16px;
            text-decoration: none;
            color: #FCFBF9;
        }
        .chat-message__comment__previewcard__button-wrapper a {
            color: #FCFBF9 !important;
        }
        .chat-message__comment__previewcard__link {
            text-decoration: none;
        }
        .chat-message__comment__previewcard__button {
            background-color: #03D47C;
            background-image: linear-gradient(#03D47C, #03D47C);
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: #FCFBF9;
            height: 40px;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            border-radius: 40px;
            width: 100%;
        }
        .chat-message__comment__previewcard__button__grey {
            background-color: #E6E1DA;
            background-image: linear-gradient(#E6E1DA, #E6E1DA);
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: #002E22;
            height: 40px;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            border-radius: 40px;
            width: 100%;
        }
        .chat-message__comment__task__container {
            display: table;
            margin-bottom: 16px;
        }
        .chat-message__comment__task__container_last {
            margin-bottom: 0px;
        }
        .chat-message__comment__task__checkbox {
            height: 16px;
            width: 16px;
            border: 2px solid;
            border-color: #E6E1DA;
            border-radius: 6px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
        }
        .chat-message__comment__task__name {
            display: table-cell;
            vertical-align: middle;
            color: #002E22;
        }
        .checkmark {
            width: 22px;
            height: 22px;
            margin-left: 5px;
        }
        .footer-text p {
            color: #72847D;
            font-size: small;
        }
        .singleExpenseIOUField {
            color: #72847D;
            font-size: small;
        }
        .content-section {
            margin-bottom: 32px;
        }
        /* Gmail-only: force consistent width to prevent auto-scaling.
           The u + #body selector works because Gmail replaces <!DOCTYPE> with a <u> element. */
        u + #body {
            width: 100% !important;
        }
        u + #body .email-container {
            min-width: 680px !important;
        }
        /* Disable the shim and forced min-width on viewports that can't fit the 680px content box.
           The outer wrapper table applies 20px of padding on each side, so 720px is the smallest
           viewport that fits a 680px container plus 40px of padding. Below that (true mobile and
           narrow tablet/split-screen Gmail), let the email reflow naturally. At 720px+ (desktop
           and Gmail webmail), the shim and min-width stay active to prevent auto-scaling. */
        @media only screen and (max-width: 719px) {
            .gmail-fix { display: none !important; }
            u + #body .email-container { min-width: 0 !important; }
        }
        .dm-blend-screen {
            background: #000;
            mix-blend-mode: screen;
        }
        .dm-blend-difference {
            background: #000;
            mix-blend-mode: difference;
        }
        .cta-bg {
            background-color: #03D47C;
            background-image:linear-gradient(#03D47C,#03D47C);
        }
  </style>
 </head>
 <body id="body" style="margin:0; padding:0;">
  <div aria-hidden="true" class="gmail-fix" role="presentation" style="letter-spacing: 676px; line-height: 0; mso-hide: all; font-size: 0; height: 0; max-height: 0; overflow: hidden; visibility: hidden;">
  </div>
  <table border="0" cellpadding="0" cellspacing="0" style="color: #002E22; padding: 20px; font-size: 15px; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';" width="100%">
   <tr>
    <td align="center">
     <!-- Main content table -->
     <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" style="max-width: 680px;" width="100%">
      <tr>
       <td style="padding: 0px; text-align: left;">
        <!-- Each content section goes here. They will be left-aligned inside the centered table. -->
        <div>
         <img alt="Expensify Logo" height="24px" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Femail%252Fexpensify-email-logo-header2025.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODI4NTE0OTQuMzU3Mjc4M30:1wef7G:1nMpdTLUxT36n_wpQrfXJ5wNvGoEKpV_OCtSh28SJzY" width="100px"/>
         <table border="0" cellpadding="0" cellspacing="0" style="width: 100% !important; margin: 24px 0;" width="100%">
          <tr>
           <td style="width: 100% !important; background-color: #E6E1DA; height:1px; font-size:0; line-height:0;">
           </td>
          </tr>
         </table>
        </div>
        <div>
         <div class="content-section">
          <p>
           Hi! I know we're all inundated with AI hype, so let me cut to the chase. If you reply to this (or email
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            concierge@expensify.com
           </a>
           ) with any question about anything, such as:
          </p>
          <ul>
           <li>
            <em>
             How much do I spend per month?
            </em>
           </li>
           <li>
            <em>
             When did I last go to Mr Taco?
            </em>
           </li>
           <li>
            <em>
             Do a quarterly flux analysis by category, merchant, and employee
            </em>
           </li>
          </ul>
         </div>
         <div class="content-section">
          <p>
           … or any request to do anything, such as:
          </p>
          <ul>
           <li>
            <em>
             Record a $10 Extracto Coffee expense and add Bob as an attendee
            </em>
           </li>
           <li>
            <em>
             Create a rule to categorize all Mr Taco expenses as "Fine Dining"
            </em>
           </li>
           <li>
            <em>
             Copy my "New Client" workspace, rename it "Mr Taco", and add bob@mrtaco.ai as an admin
            </em>
           </li>
          </ul>
         </div>
         <div class="content-section">
          <p>
           … then our Concierge AI will respond with:
          </p>
          <ul>
           <li>
            Confirmation that it did whatever you instructed it to, or
           </li>
           <li>
            A complete answer to whatever question you asked, along with a beautiful chart like this!
           </li>
          </ul>
          <img alt="Concierge AI top categories chart" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Fnewsletter%252F2026-06%252Fjun-product-update-202606-top-categories-chart.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODI4NTE0OTQuMzU4Mjg1fQ:1wef7G:Pf87D8cVZnV7Bd89RA01BtT-s19aQmItB7wJjsceoag" style="width: 100%; max-width: 680px; height: auto; margin-top: 20px; display: block; border-radius: 16px"/>
         </div>
         <div class="content-section">
          <p>
           All this works through email -- or text 47777 -- no need to use the app (though obviously, the app is even better, with realtime streaming responses and push notifications). I'm pretty sure that level of deep AI integration is not just a first for expense management, but maybe a first anywhere. We've long said "every expense is a conversation", and that conversation isn't just with your team: it's increasingly with a superintelligent AI, eager to help.
          </p>
         </div>
         <div class="content-section">
          <p>
           More of a visual learner? Watch this to get a sense of what you can do:
          </p>
          <a>
           <img alt="Concierge AI demo video preview" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Fnewsletter%252F2026-06%252Fjun-product-update-202606-video-preview.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODI4NTE0OTQuMzU4NTA1N30:1wef7G:I3nc628TK407NdEl_Cz7m-bTY7VTMOlnWy_uLGF2gdE" style="width: 100%; max-width: 680px; height: auto; margin-top: 20px; display: block; border-radius: 16px"/>
          </a>
         </div>
         <div class="content-section">
          <p>
           It's hard to list out just how much a superintelligent AI can do for you, given that it's "pretty much everything".
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            Check out all the ways Concierge can help you
           </a>
           , including:
          </p>
          <ul>
           <li>
            <strong>
             Expense assistant.
            </strong>
            Create, categorize, tag, and modify expenses and reports. Submit, approve, and reject reports on command. Or, just sit back and do your thing, and Concierge can learn your habits and fix mistakes automatically as it sees them.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Policy enforcer.
            </strong>
            Group and submit expenses on whatever cadence you choose. Verify enough food was ordered for that number of attendees, make sure nobody is giving out crazy tips. Route and auto-approve/reject reports based on amount, expense, submitter, moon cycle, cuisine, or truly anything you can imagine, just say the word.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Virtual CFO.
            </strong>
            Get a series of flux analyses in your email inbox every month. Ask any question about any dimension of your data – submitter, category, tag, workspace, card, month, quarter, receipt status, export stats… anything – and get a beautiful chart. Don't like that chart? Say why and get a better one, no clicking, coding, or customization required.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Expense IT.
            </strong>
            Concierge can not only explain what Expensify can do, but can configure it for you. Something didn't work as you expected? Don't spend hours debugging it yourself: just ask Concierge and it can diagnose the problem for you, and fix your config so it won't happen again.
            <br/>
            <br/>
           </li>
          </ul>
         </div>
         <div class="content-section">
          <p>
           Still not quite getting it? I can't blame you: AI is a marketing term, not a technology, and the market has aggressively "AI-washed" traditional automation with "AI this" and "agent that", to the point all AI can start to sound the same. But underneath the marketing there are some genuine technical differences happening that are important to understand. So to help you separate the reality from the hype, let me suggest a variation of the 5-level framework used to rank self-driving car capability, adapted to expense management:
          </p>
          <ul>
           <li>
            <strong>
             Level 0: Rules and alerts ("you drive, and it gives you warnings").
            </strong>
            This is where most of the industry is at: highly configurable tools that highlight problematic conditions and make changes using basic "if/then" rules engines. Autocorrection, traditional rules engines, and missing-receipt alerts are good examples of level 0 automation. This kind of manually-configured automation is powerful when it works. But when you break it (and as you add more and more rules, you inevitably will), it's on you to debug and fix it.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Level 1: AI insight ("you drive, but it helps you see the road").
            </strong>
            The first level of "real AI" (a hilariously paradoxical concept) is when you start using a general-purpose AI to analyze or transform snapshots of data -- such as by copy/pasting data into a chat window, uploading a CSV, or even
            <a style="color: #0164BF; text-decoration: none; " target="_blank">
             connecting Claude to Expensify through MCP
            </a>
            . This can produce impressive insights and beautiful dashboards. But it's generally a read-only experience that advises you how to do your job -- meaning it's still on you to actually do the work.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Level 2: On-demand AI action ("it helps steer when you ask").
            </strong>
            This is quickly becoming the "new baseline", where you can ask the AI to do anything you can do via the UI, and it just works. Concierge is a Level 2 AI that can scan receipts, categorize expenses, approve reports, and more. It can also explain why it did it -- and reconfigure the workspace and itself to do it differently next time. Concierge and most modern "copilot" experiences live here: extremely useful, but you still decide what should happen and when.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Level 3: Workflow autonomy ("it drives the workflow, but asks you to take over when needed").
            </strong>
            AI gets really interesting when it starts to operate independent of you as a full member of a predefined workflow. Rather than you asking it to do something, it recognizes when it's supposed to do it -- and does it in a way that can be audited later, but without waiting for confirmation. This isn't a basic "deterministic" (ie, if/then) workflow engine operating on cleanly defined transactional data. This is using "non-deterministic" (ie, large language model) technology to evaluate unstructured natural-language conversations and documents to find patterns and make genuine judgement calls -- and then collaborate using natural language with other humans or agents. It can inspect, modify, route, and process expenses; ask employees for missing information through conversational email; chase receipts; apply exceptions; and escalate only the difficult cases. This is the jump from AI replacing clicks to AI owning a workflow. Our
            <a style="color: #0164BF; text-decoration: none; " target="_blank">
             agent rules
            </a>
            feature (in beta) is I think the first in our industry to do anything like this.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Level 4: Role autonomy ("it fully drives within a defined operating area").
            </strong>
            At this level it starts to get pretty wild: rather than defining specific rules in the narrow confines of a defined workflow, you build a persistent virtual agent to operate as an extension of yourself. Think of the most boring, repetitive parts of your job, and hand it off to a collaborative agent that serves as your virtual expense compliance manager, AP coordinator, travel administrator, close assistant, and so on. Expensify's
            <a style="color: #0164BF; text-decoration: none; " target="_blank">
             custom agents
            </a>
            can collaborate through email, chat, and text; decide what work needs doing; handle routine exceptions; and maintain a complete audit trail -- within defined permissions, budgets, and escalation rules. They do not just execute requests; they perform a real operational role.
            <br/>
            <br/>
           </li>
           <li>
            <strong>
             Level 5: Outcome autonomy ("it drives anywhere").
            </strong>
            This last level is admittedly a bit aspirational. Rather than "just" handing off your most boring and repetitive work -- the kind of work you can do in your sleep -- you give AI a high-level goal, and then step back and let it get to work. For example, rather than ...
            <ul>
             <li>
              "attach this receipt image to this transaction" (level 0),
             </li>
             <li>
              "match this folder of receipts to this CSV" (level 1),
             </li>
             <li>
              "automatically match all uploaded receipts to this linked card feed" (level 2),
             </li>
             <li>
              "contact everyone who needs to upload a receipt and verify it matches" (level 3),
             </li>
             <li>
              "reconcile my corporate card feed and verify nobody is inflating attendees" (level 4)
             </li>
            </ul>
            <p>
             … you give a high level assignment like …
            </p>
            <ul>
             <li>
              "maintain GAAP compliant records and prevent fraud" (level 5)
             </li>
             <li>
              "reduce close time by 30%" (level 5)
             </li>
             <li>
              "launch a UK entity" (level 5)
             </li>
            </ul>
            <p>
             … and a level 5 AI will independently figure out what work must happen, coordinate people and systems, adapt the process when circumstances change, and only come back for genuinely consequential decisions. Expensify doesn't do this yet. But someday…?
            </p>
           </li>
          </ul>
         </div>
         <div class="content-section">
          <p>
           Anyway, I know we're all overwhelmed by endless talk of AI, and are anxious about its pace and direction of development. But it's here, it's not going anywhere, and it's ready to work for us, right now. If you've been sitting on the sidelines, Expensify AI is the easiest way to join the party – come on in, the water's fine! Because Expensify is committed to not merely keeping a "human in the loop", but a "human in the
           <strong>
            lead
           </strong>
           ". Our AI isn't going to replace you, but it
           <em>
            will
           </em>
           supercharge you. Think of everything you wish you could do if you had unlimited time… and let's start there.
          </p>
         </div>
         <div class="content-section">
          <p>
           Expensify is your ride or die expense AI. For $5/mo.
          </p>
         </div>
         <div class="content-section">
          <p>
           -david
           <br/>
           Founder and CEO of Expensify
           <br/>
           Follow me on LinkedIn!
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            linkedin.com/in/davidmbarrett
           </a>
          </p>
         </div>
        </div>
        <div>
         <div style="margin: 24px 0px; text-decoration: none;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse: separate;">
           <tr>
            <td align="center" style="background-color: #03D47C; border-radius: 40px; mso-padding-alt: 10px 24px;">
             <div class="cta-bg" style="display:inline-block; border-radius:40px;">
              <div class="dm-blend-screen" style="border-radius:40px;">
               <div class="dm-blend-difference" style="border-radius:40px;">
                <a style="color: #FCFBF9; padding:0 24px; display:inline-block; font-size:13px; font-weight:700; height:40px; text-decoration:none; text-align:center; line-height:40px;">
                 Log into Expensify
                </a>
               </div>
              </div>
             </div>
            </td>
           </tr>
          </table>
         </div>
         <span style="padding: 0px; margin: 0px; font-size: 15px;">
         </span>
        </div>
        <table border="0" cellpadding="0" cellspacing="0" style="width: 100% !important; margin: 24px 0;" width="100%">
         <tr>
          <td style="width: 100% !important; background-color: #E6E1DA; height:1px; font-size:0; line-height:0;">
          </td>
         </tr>
        </table>
        <div style="margin-top: 24px;">
         <img alt="Expensify Logo" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Femail%252Fexpensify-email-logo-footer2025.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODI4NTE0OTQuMzU4Njg1N30:1wef7G:vJdeXx3ng-iPbRm121tEKCxvIbZMcvgbim4msdMlu-I" style="width: 100%; max-width: 80px;"/>
        </div>
        <div style="font-size: 11px; margin-top: 12px; line-height: 14px;">
         <p style="font-size: 11px; margin: 0px 0px 8px 0px; padding: 0px;">
          <a style="color: #76847E; text-decoration: none;">
           548 Market St #61434 • San Francisco, CA 94103
          </a>
         </p>
         <a style="color: #0164BF; text-decoration: none; " target="_blank">
          Unsubscribe
         </a>
        </div>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <!-- Unique hidden ID to prevent trimming -->
  <div style="display: none; font-size: 1px; color: #ffffff;">
   EmailID: 6a44279da482c
  </div>
 </body>
</html>