Three

Projects

Cinch Financial
Back to list of works

— CHUX Long Form Case Study —

I was a team designer for these projects. I took part in the research sessions that provided the insights we turned into UI enhancements. These features and changes took place in the summer of 2018.

Check out the before and after. Clicking the link above the images below will open a lightbox with the relevant version's mockups.

Then read the case studies for each project by choosing the relevant tab.

Background

Postmortem

Cinch was founded in 2014 and closed its doors in 2018. I joined the team toward the end of its run. While I believe the concept had potential, there were several challenges—some significant, some minor—that ultimately hindered its success.

  • The business model struggled to gain traction, and we only attracted a few thousand users. One of the main issues was that our differentiator wasn’t strong enough, especially when compared to the many free apps offering similar features.
  • The idea of being a “pocket CFO” was compelling in theory, but in practice, it may have been confusing. We used business and unique jargon instead of more familiar personal finance language, which made our features harder for users to understand.
  • Reflecting on it now, Cinch was ahead of its time. With today’s advances in GPT technology, the product would have been perfectly positioned to leverage those advances in AI.

The company, Cinch

Cinch was building the world's first autonomous personal financial manager to optimize your entire financial life. Utilizing innovative technology, AI, and behavioral economics, Cinch operated as a fiduciary—no lead generation or embedded products, ensuring true unbiased advice for a subscription fee that fosters a genuine client-advisor relationship. Unlike other personal finance solutions, Cinch addresses both behavioral and product challenges in financial decision-making, covering everything from credit card debt to car insurance.

The hook was, “Think like a company and imagine Cinch as your always-on, entirely loyal CFO.”

The app

The app had four different sections when I joined the team.

Snapshot

A snapshot of the user’s financial health, based on the idea that a user treats their financial life like a business.

  • Available Cash: Liquidity and current cash balances.
  • Credit Card & Debt: Liabilities.
  • Money In, Money Out: Cash Flow.
  • Protection: Insurance for oneself and assets.
Different Facets of Snapshot
Monthly reviews of their snapshots generated for users

Spending Dashboard

A hub for budgeting with details on how the user is doing in that month. If the background was purple, they were doing well; yellow, they were in danger of going over budget; red, they were over budget.

  • Income: A list of transactions that were inflows.
  • Bills: Recurring obligations.
  • Safety Net: The amount of money that should be saved to achieve goals.
Cinch marketing materials

Advice

Prioritized advice communicated through “moves”--pieces of advice on what to do to improve their financial situation. Moves could include changing or applying for credit cards, car insurance, phone plans, and checking and savings accounts that could save money or lower fees.

Advice section marketing materials

Profile

User financial information that plugs into the recommendation engines.

The first screen on the questions we ask users to generate advice
A look at their profile information

User Research

What do you get when you put a few product designers, a behavioral economist, a business analyst, and a user researcher in a room?

A headache.

Just kidding. Actually, you get a lot of insights.

The Participants

For a full day, we held a remote research session with six real users on their experiences with Cinch. They were six men of different races and locations, aged 20-40, all with different jobs: an undergrad student, an engineer about to go to grad school, a physician assistant, a gig worker, a data scientist, and a business owner.

Study Goals

  • Illuminate areas of confusion in Spending, namely the budgeting and savings features called Pocket Money, Safety Net and monthly contributions, and Goals.
  • Find pain points and gather opinions and feelings on each part of the app.
Notes Grid from the User Study

The Takeaways

  1. The Spending dashboard needed to be improved to become more of a configurator where users could adjust the financial inputs as needed. At the moment, we gave users limited control, and it was causing some inaccuracies.
  2. Credit card debt and repayment of it shouldn’t be in Safety Net–it should be in Bills. Users’ mental model around credit card payments was not money being put aside, but rather, active and recurring payments each month.
  3. Safety Net as the section name was not quite working. Like the Spending dashboard, it needed a revamp and improvement, as well as the capability for editing and more user input.
  4. The Goals feature had untapped potential; users weren't engaging with it but would have if it offered more value.
  5. Snapshot, on the other hand, was highly valued as a central hub, providing a comprehensive view of financial health. The end-of-month review was especially useful. However, it lacked deeper insights—such as trends, analysis, and behaviors—that could have made the data more actionable.

The work was split up and distributed appropriately among the different team tracks. I personally worked on improving the Spending dashboard and Bills, Auto Insurance, and Goals.

Copy paper texture
Spending Transactions List Enhancements, 2018

How might we improve the quality of transactions and the user’s ability to navigate it?

Reading Time: 2 minutes

Spending Overview

Potential was the word a couple of our users used to describe the Spending dashboard. The building blocks were there, we just needed to add to it. From our research, we found a few problem areas and potential solutions for them.

Problem Areas

  • Users felt that the transactions list didn’t give them the whole picture.
  • Users didn’t understand why they had to click around to see all the types of transactions (in flows, bills, pocket money, credit card payments, etc.), and it was requiring them to do extra thinking.
  • It was hard to interact with the transaction list in a way that was meaningful, as it was just a sortable list of Pocket Money transactions from the last month.

Solutions

  • Turn the Pocket Money transactions list on the Spending dashboard into a complete list of transactions.
  • Add search and filter by account functionalities in order to interact with transactions in meaningful ways. Users could already sort transactions, but they couldn’t do much else.

This was the old transactions list without any interactivity.

Ideation

We had loose feature requirements to implement a complete list of transactions and better interactivity.

  • Transactions
    • A way to differentiate in the number which is "money in" and which is "money out."
    • Distinctions among the different types of transactions in the list.
    • A sum of the transactions upon user interaction through search, sort, or filter. Because the list no longer was just outflows, we had to show both figures—the sum of money in and the sum of money out.
  • Interactivity
    • A way for users to filter by specific linked account.
    • A way for users to search their transactions using words, with results matching up with any text in the transaction description.

I sketched out a lot of ideas. Here is proof.

Sketches

I also went through a lot of exploration. Here is that proof.

Develop

For a comprehensive transaction list, we included all transactions—in and out—with colored annotations to distinguish them. Blue was income, purple was bills, and no annotation was Pocket Money. If a transaction was ignored, we changed the opacity of the text and numbers in the cell to 60%. The transaction totals would contain a + if they were inflows.

For the search, sort, and filter functionalities, we decided to do two bars—one with search and one with sort and filter—above the transactions.

  • Filter: The user could filter by account. We added metadata to the options to help users keep track–account type and last four digits.
  • Search: Search results appeared after typing and hitting enter/return. It was a better decision for both UX and performance. Otherwise, each new letter would've initiated a new database query, causing the transaction list to flicker and show different results, which can be jarring on mobile.
  • Sum: When users filtered or searched, the sum of the results appeared to help reduce mental accounting when trying to group specific transactions. The sum of transactions appeared above the list. The sum of inflows appeared on the left, outflows on the right. Otherwise, we kept the Spending dashboard simple, presenting just one key number—their “safe to spend” Pocket Money amount—to minimize cognitive load.

The Final Design

Delivery

We worked closely with the UI engineers the entire process to ensure the logic and functionality of the interactions with the transactions list was smooth and made sense. The work spanned one sprint.

Scroll back up to the tabs to read the next case study about more enhancements

Copy paper texture
Savings Goals Feature, 2018

How might we provide users with a logical and enjoyable way to track their goals?

Reading Time: 3 minutes

Background

In Safety Net, we let the user add goals that could be used as accruals for a future bill or for an actual goal. The mechanism was simple: we divided the total amount of the goal by the number of months left until the goal’s due date. Then we added that amount to your Safety Net number each month. 

Most personal finance apps use the "envelope" savings method, but we didn't. According to Cinch’s subject matter experts, the mental model around that type of money management was harmful. They believed that users should aim to have enough money in their accounts to cover everything without needing to earmark it. It was a contested theory.

There were multiple problems with the Safety Net. 

  1. The name didn’t resonate with users. We changed it to “Savings.”
  2. There was no way to tag transactions toward goals or track if you were funded or not. Users considered it a calculator. 
  3. There was no feedback for the user when a goal was achieved or missed. When the due date passed, the goal just disappeared. 

When the user reached the date, nothing happened. We didn’t track the goal, nor did we tell them good job/try again. It was just kind of… there. There were two situations to consider: 

  1. The user reached the date with the goal funded. 
  2. The user was not able to fund their goal by the deadline. 

My main contribution to this project was the flow for the first scenario: achieving the goal. I sketched out the “feel good” congratulatory screen the user would see once they reached their goal date and were funded. It might seem simple what needs to happen—congratulate the user. I quickly realized that getting to that congratulatory screen was the complicated part.

Drawn sketches
The sketches
The Safety Net Page

Summary

Problem Statement

Users cannot effectively track their goals progress because there is no connection in the app between their transactions and their goals and no way to track when a goal is achieved or missed. This leads to abandonment of the app because savings goals are a critical aspect of personal finance management.

Hypothesis

By creating a system that integrates user goals throughout the app and offers progress tracking, users will more effectively engage with the Safety Net/Savings section, reducing budget inaccuracies through goal-based transaction association.

Information Architecture and User Flows

Because Cinch did not believe in the enveloping method of saving money, the indication that the goal amount was reached was not clear. There were no special accounts where the money went. It was just an amount included in their Safety Net number. 

Additionally, because Cinch’s value was in the proprietary AI that figured out recommendations and forecasted numbers, any irregular large transactions–such as the payment toward the goal–would throw the system. Kind of like when you let a friend use your music streaming account while in the passenger seat, your recommendation algorithm might be tainted for a while.

The user would have to go into their Pocket Money (budget), find the transaction, and ignore it completely. Not intuitive and didn’t paint an accurate picture of a user’s financial activity. We had tagging transactions with custom categories and goals on the roadmap. In the meantime, we had to include a workflow that associated transactions with completed goals in a smart way. 

We also needed clear language for the different states of the goal. 

  • Funded: the user had enough money in their Safety Net for the goal on the first of the month that their goal was due.
  • Completed: the user spent that money on the goal.

That left me with four flows to design for:

  1. The user is funded but has not completed the goal yet. 
  2. The user is funded and made the purchase. The transactions are already on the list. The user spent less than their goal amount. The leftover money will go to Savings.
  3. The user is funded and made the purchase. The transactions are already on the list. The user spent more than their goal amount. The extra money spent will be taken from Savings or lower the Pocket Money number.
  4. The user is funded and made the purchase with unlinked cash that was never in their accounts.

UI Design

Flow 1: Funded, Incomplete

The user is funded but has not completed the goal yet. Clicks "not yet."

Flow 2: Funded, Completed

The user is funded and made the purchase. The transactions were made from linked accounts, so they were already on the list. The amount spent on the goal was less than the saved amount. The user clicks "yes."

Flow 3: Funded, Completed

The user is funded and made the purchase. The transactions were made from linked accounts. The amount spent on the goal was more than the saved amount. 

Flow 4: Funded, Completed

The transactions were made from unlinked accounts or with cash. The user clicks "yes" on the first screen.

Deliver

Before Cinch closed, this project was in the last stages of design iteration before we would have handed it off to engineering.

Scroll back up to the tabs to read the next case study about more enhancements

Copy paper texture
Auto Insurance Move Enhancements, 2018

How might we clean up the way we gather, store, and present user information so that our advice moves could handle more nuanced situations?

Reading Time: 3-4 minutes

Auto Insurance Move

Cinch gave users comprehensive financial advice across major verticals of their lives. Each vertical had a “move”--flows with questions, bits of education, and action plans to improve. In the advice part of the app, the user clicked through different moves and decided whether or not to follow Cinch’s advice.

A "contract" to try to nudge users to be more committed to their financial security

One of the verticals was auto insurance. We analyzed the user’s insurance plan and searched for cheaper ones to save them money. There was a basic flow for this with three main steps.

The three steps in a move

We uncovered some hiccups and edge cases that needed to be accounted for in each step of the flow.

Step 1: More Info and Questions

To avoid user fatigue, we were careful to ask only required questions and in the right order. As business requirements and the system changed, we worked on revising that flow for a few sprints after, collaborating with the developers each step of the way.

The app flow for questions we asked about car insurance

Problem

This was a problem with a solution in cleaner information architecture.

  • We were changing the way we presented the user’s information in their profile, so two of the screens with the driver and car details were no longer needed.
  • There was no way to add a driver and a new person at the same time. We had different sections of information, and two of them were household and car insurance. Under household, we stored all the information of the people in the user’s household. Under car insurance, we stored the information for the insurance policy, the drivers, and the cars. We matched the information on drivers in car insurance with the information from people in household. If a user needed to add a driver to a policy that was not already added to the household, the flow wouldn’t allow it.
  • There were certain situations our system didn’t support. For example, if a user didn’t have a policy, we didn’t support shopping for a brand new one—only comparing against current coverage and looking for savings. That meant a user could’ve gone through our entire flow and gotten to the end, only to have hit a page that told them we couldn’t help. That was a waste of user’s time.
The car insurance move

Solutions

  • Adding a driver along with a person was initially challenging, but we collaborated with developers to find a solution. Initially, we tried navigating users to a separate screen to create a person first, then returning them to the original flow. This approach was complicated on the back end and created too much navigation for users. Instead, we streamlined the process by integrating the required questions into one flow. Now, when users click "add a person," the additional questions needed for a driver appear first, allowing them to add both the person and driver simultaneously in a single, smoother process.
  • In order to save time for the user, we rearranged the order of the questions. Instead of driver > car > policy, we arranged it policy > driver > car. That way, if a user's circumstance was unsupported, they wouldn’t have to answer unnecessary questions.
The cleaner flow

Step 2: Situation Summary

In the situation summary, we gave them our recommended action with an overview of the facts we considered for this advice. Sometimes, the user had the best deal, and we gave them the advice to stick with their current plan. Other times, we identified better options and presented them in the next step.

The original situation summary as its own page:

The original design

The Change

How might we tighten up the flow and give users more insight into our advice?

We encountered a classic case of too many steps. The situation summary and the following shop page could be combined to reduce clicks that were nothing but speed bumps slowing users from getting to the destination (car pun kind of): less expensive quotes for a new insurance plan.

Expanding on that decision, we combined the steps into one page because the “do nothing” advice on the situation summary didn’t add much value or give users context on why we gave that advice. The design for that page also looked like our designs for roadblocks (errors), signaling that there is something wrong to the user–which was not the case.

The "do nothing" advice old design

By merging the two pages and adding the quotes we found as evidence that they had the best deal, the page provided more value.

The new design for the two advice options:

  1. Shop for car insurance
  2. Stick with your insurance
A mobile mockup.A mobile mockup.

Step 3: Provider Page

Though we cleaned things up a lot by combining step 2: situation summary and step 3: provider page, the actual provider options still needed some tightening up.

Problem

When a user was eligible for quotes in our system, we showed them their options in cards. The old design inaccurately presented quotes for monthly and pay in full premiums. The monthly premium figure was not showing the user that they pay a down payment in the first month that is higher than their premium when they choose to pay month-to-month. So, the pay in full estimates we gave for a monthly comparison were higher, even though it is always less expensive to pay in full upfront.

Additionally, a problem was that we were trying to compare apples to apple sauce, because the two numbers—monthly payments and upfront payment—were different outcomes of the same situation. One was a lump sum, and the other was an installment. Trying to convert one figure into the other just wasn’t a great approach or a clear representation of the situation.

The old design:

The old design

Solution

I presented the costs of each payment method side by side in the way that the user would make the payment (i.e., cost per month with the cost of the down payment vs. the total cost of the upfront payment). That way the user would choose whether they wanted apples or apple sauce without confusion. They would be able to scan the quote faster, too.

I also got rid of bullets and put the final two pieces of information—expiration date and term length—at the end in a sentence for a cleaner presentation.

The new design:

Deliver

These changes spanned a couple sprints and were released to our users shortly before Cinch closed.

Scroll back up to the tabs to read the next case study about more enhancements