Inboxes List

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

+New inbox

<html>
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <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;
            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;
            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;
        }
  </style>
 </head>
 <body style="margin:0; padding:0;">
  <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" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3NjIzMDg5NzMuNzczODA5fQ:1vGT4H:2wjTlWCtwO3OQfazoit6M8cmykBJUre7Gag9gXsV4-I" 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 class="content-section">
         <p>
          <em>
           tl;dr - Concierge now blends AI and white-glove, human-powered support to create the expense
            agent you never had, who saves you time and money 24/7 via chat, email, and text. Your new expense
            agent now:
          </em>
         </p>
         <ul>
          <li>
           <em>
            Creates, auto-categorizes, tags, and adds descriptions to expenses.
           </em>
          </li>
          <li>
           <em>
            Learns from everything you do.
           </em>
          </li>
          <li>
           <em>
            Responds faster when you need help, anywhere you need it.
           </em>
          </li>
          <li>
           <em>
            Monitors policy compliance in more scenarios.
           </em>
          </li>
          <li>
           <em>
            Automatically submits reports based on your timeline.
           </em>
          </li>
          <li>
           <em>
            Escalates to a human when necessary.
           </em>
          </li>
          <li>
           <em>
            … and so much more.
           </em>
          </li>
         </ul>
         <p>
          <em>
           Email
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            concierge@expensify.com
           </a>
           , text 47777, or chat with Concierge in the app to get started!
          </em>
         </p>
        </div>
        <div class="content-section">
         <p>
          If you've used Expensify since 2015, you surely know Concierge, our embedded AI.
          <strong>
           Concierge
            has been Expensify's tireless workhorse behind the scenes
          </strong>
          , powering everything from tech
            support to accounting workflows, using a combination of 24/7 human agents and AI automation. It's
            hard to overstate how important Concierge has been for building Expensify into the tech-forward
            brand it is today.
         </p>
        </div>
        <div class="content-section">
         <p>
          Over that same time, "Large Language Model" (LLM) technology took the world by storm, becoming
            simultaneously famous for its conversational flair… and infamous for confidently "hallucinating"
            (making up facts when they don't know an answer). Though we instantly saw the appeal and potential
            of this for improving Concierge,
          <strong>
           we also recognized the incredible challenge of the
          </strong>
          <a style="color: #0164BF; text-decoration: none; " target="_blank">
           "march of nines"
          </a>
          – making something work in the lab is easy, making it work in the wild
            is very, very hard.
         </p>
        </div>
        <div class="content-section">
         <p>
          All this is why it's so exciting to reveal the product of our very hard work to integrate the best
            LLM tech into what we think is the best real-world financial AI. This combines the realtime
            conversational flair of LLMs with
          <strong>
           Concierge's proven human-hybrid, accuracy-optimized
            architecture
          </strong>
          , to enable Concierge to:
         </p>
         <ul>
          <li>
           <strong>
            Answer a much wider range of more complex support questions automatically, under close
                human supervision.
           </strong>
           Concierge is a bit different from fully autonomous chat systems in
                that it's not just AI: we seamlessly blend the latest LLM tech with our global team of 24/7
                support experts to collaborate in realtime on the best answer to send in each situation. For
                example:
           <ul>
            <li>
             <em>
              If you ask a basic factual question, Concierge will respond immediately in a fully
                        autonomous fashion.
             </em>
            </li>
            <li>
             <em>
              If the question is especially complex or requires nuanced understanding, Concierge
                        will escalate the proposed response to a human for realtime review before sending.
             </em>
            </li>
           </ul>
           <img src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.expensify.com%252Fimages%252Fnewsletter%252F2025-11%252FAI-newsletter-Oct25-1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuZXhwZSIsInRpbWUiOjE3NjIzMDg5NzMuNzc0MzMxOH0:1vGT4H:U06PAilIjaTItttiQVjWIb1S1sBtBC7EJJuqiavxh4w" style="max-width: 512px;"/>
          </li>
          <li>
           <strong>
            Detect a much wider range of potential compliance issues.
           </strong>
           For example,
                Concierge will now:
           <ul>
            <li>
             <em>
              Tell you if a receipt appears to have been generated using AI.
             </em>
            </li>
            <li>
             <em>
              Highlight if a receipt's merchant or line items suggest gambling, tobacco, or other
                        unauthorized types of purchase.
             </em>
            </li>
           </ul>
           <img src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.expensify.com%252Fimages%252Fnewsletter%252F2025-11%252FAI-newsletter-Oct25-2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuZXhwZSIsInRpbWUiOjE3NjIzMDg5NzMuNzc0NDQ0M30:1vGT4H:t9hTCyF7ZVUjSRTpQZ1QpztaSMAQQSU6PX7_cxvNe5k" style="max-width: 512px;"/>
          </li>
          <li>
           <strong>
            Autocorrect a much wider range of ambiguous scenarios.
           </strong>
           SmartScan has always
                    auto-categorized the receipts you scan, based on specific information available on the
                    receipt and credit card feed, as manually configured in your workspace settings. However,
                    now Concierge will use its dramatically improved ability to understand the context of an
                    expense – combined with improved language skills – to more accurately match the incoming
                    merchant to the most reasonable category. For example, Concierge will:
           <ul>
            <li>
             <em>
              Recognize that "Uber" should be categorized as "Rideshare" without you needing to
                        configure it.
             </em>
            </li>
            <li>
             <em>
              Correctly select between "Travel (over $1000)" and "Travel (under $1000)"
                        categories, when it sees an "Alaska Airlines ($2000)" expense.
             </em>
            </li>
            <li>
             <em>
              Provide a one-click option to categorize on the go when Concierge detects that a
                        merchant could apply to multiple cost centers.
             </em>
            </li>
           </ul>
           <img src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.expensify.com%252Fimages%252Fnewsletter%252F2025-11%252FAI-newsletter-Oct25-3.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuZXhwZSIsInRpbWUiOjE3NjIzMDg5NzMuNzc0NTQyM30:1vGT4H:uIde7kbdZ1sCqtKczozcv-Mi0m3O_7XXhGRm7jTz4UY" style="max-width: 512px;"/>
          </li>
          <li>
           <strong>
            Perform a much wider range of direct automation commands.
           </strong>
           Though Concierge will
                always attempt to proactively anticipate your needs and do it for you without asking… when in
                doubt, just ask! As they say, "a closed mouth don't get fed." If you want something done, just
                say it, and if it deals with expenses, odds are Concierge can do it (and if not, it'll tell you
                how). For example, you can say (via texting 47777, emailing
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            concierge@expensify.com
           </a>
           , or just
                chatting in app):
           <ul>
            <li>
             <em>
              "Create a $50 Olive Garden expense for a meeting with Evil Corp"
             </em>
            </li>
            <li>
             <em>
              "Record 50 miles from home to Dunder Mifflin"
             </em>
            </li>
            <li>
             <em>
              "&lt;receipt image&gt; for coffee with Bob"
             </em>
            </li>
           </ul>
           <img src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.expensify.com%252Fimages%252Fnewsletter%252F2025-11%252FAI-newsletter-Oct25-4.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuZXhwZSIsInRpbWUiOjE3NjIzMDg5NzMuNzc0NjM3Mn0:1vGT4H:yzhPQsim2j_g053aKD_Qd8nv7Z8EfDqcICqhE4pgbpQ" style="max-width: 512px;"/>
          </li>
         </ul>
        </div>
        <div class="content-section">
         <p>
          Just
          <strong>
           ask Concierge anything you want, anywhere you want
          </strong>
          – whether in your personal
            Concierge chat, on an expense report, or right within any expense – and it'll either do it right,
            find a human who can, or tell you how to do it yourself.
         </p>
        </div>
        <div class="content-section">
         <p>
          I'm sure you agree that the AI world is advancing at a sometimes terrifying pace, with the prospect
            of superintelligent toothbrushes questioning the meaning of teeth looming closer every day. Our job
            has always been to use the best technology available to give you the simplest experience possible,
            without losing sight of what really matters:
          <strong>
           the accuracy of your finances, and the value of
            your time.
          </strong>
         </p>
        </div>
        <div class="content-section">
         <p>
          Want a quick demo of your new expense agent in action?
          <a style="color: #0164BF; text-decoration: none; " target="_blank">
           Watch the video!
          </a>
         </p>
        </div>
        <div class="content-section">
         <p>
          And if you have any more ideas for how we can use AI to make your life even easier, just reply to
            this email.
         </p>
        </div>
        <div class="content-section">
         <p>
          -david
         </p>
         <p>
          Founder and CEO of Expensify
         </p>
        </div>
        <div>
         <div style="margin: 24px 0px; text-decoration: none;">
          <a style="color: #FCFBF9; padding: 0 24px; background-color: #03D47C; display: inline-block; font-size: 13px; font-weight: 700; height: 40px; text-decoration: none; text-align: center; line-height: 40px; border-radius: 40px;">
           Log in to Expensify
          </a>
         </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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3NjIzMDg5NzMuNzc0NzN9:1vGT4H:jL2X5e_Gpd6wjgUOPl8x_4qxyMVdYL6sB69lg7BykAE" 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: 690ab36cb8e2e
  </div>
 </body>
</html>