Auto Awarding
Scholarship Award Recommendation Agent
Blackbaud Award Management
SCHOLARSHIP APPLICANT DASHBOARD Admin

In 2024 the customer retention team brought to the product team's attention that we were 27% over the projected churn rate, and that there had been a pattern of feedback from leaving customers that specifically the awarding stage of the award management workflow was a significant part of why they were leaving. It was categorized into two sections.

  • The functionality and design of the app was poor. The app did not update in a timely manner and information required to make the awarding decisions was fragmented.
  • The amount of time the admins had to spend each year leading up to the awarding process training their co-workers on how to use our app was untenable in the long run.

Given a mandate to figure out what was happening and why, I set up meetings with the premium support team, customers, and the dev team. Here is what I learned:

Our awarding workflow was so fragmented it required opening 3+ tabs simultaneously, making it look outdated during sales pitches. This friction drove customer churn and lost sales to competitors. A traditional UI overhaul to fix this would require a minimum of 6 months of dev time.

Strategic

Admins don't want a prettier UI; they want the heavy lifting of data gathering automated while remaining the final decision-makers.

Tactical

Instead of a full redesign, code a new AI-packaged feature that automates the universal rubric schools use to award scholarships.

Trust

Overcome admin fears of AI hallucinations by applying media literacy best practices (clear sourcing and verifiable logic) to build trust.

Working with support, we diagrammed all the logic used to make an awarding decision so that there was no AI black-box scenario where the AI chooses a recipient but no one is exactly sure how that choice was made.

To ensure the AI does not hallucinate, we built parallel code whose sole job was to run the application data (directly from the database, unmediated by AI) through the scholarship award equation, then compare that result to the AI's result. If they match, great. If not, the AI reruns its process until they do.

If you're asking yourself why we're even using AI if this can be done programmatically with code alone: I would point you to significant evidence that announcing a new feature built using AI can positively affect stock prices of public companies.

1

Shows the reasoning the AI used to arrive at its recommendation

2

AI draws data directly from the database, no interpretation of the data

3

Presents the most likely alternative so the admin can compare

4

Asks permission before taking action

Award recommendation UI
90%
Target acceptance rate of AI-generated award recommendations by admins
15%
Reduction in churn 6 months after deployment
22%
Of follow-up sales questions attributed to the auto awarding feature
6mo
Of dev time saved vs. a traditional UI overhaul
Before

Opening 3+ tabs to manually aggregate, cross-reference, and analyze student data.

After

Reviewing automated recommendations on a single screen with instant, auditable data citations.

Efficiency

Condensed the process so a single person can handle the entire workflow.