Direct answer: When a new student pays at Modern Wealth Academy, an AI-assisted workflow adds them to our database, sends the relevant onboarding messages and carries out the onboarding steps to join the bootcamp. Gavin estimates the current workflow saves at least five hours per week. It is AI-assisted rather than autonomous, and this article describes only what the workflow does, not how any tool inside it works.
Why I am writing this up
This is a firsthand account of an internal workflow, not a product pitch and not a client result. It is deliberately narrow. I describe what the workflow does, and I am explicit about the things this article does not claim to know.
Everything below about Modern Wealth Academy is our own system, running for our own students. The recommended controls and the measurement method that follow are advice for teams building something similar. They are not a description of what we have in place.
What the workflow does
The factual scope is short, and it is worth keeping it that way.
- It begins after a new student payment is confirmed. This article does not describe payment processing and makes no claim about how payment is handled or validated.
- The student is added to our database. The record is created automatically as part of the same workflow.
- The relevant onboarding messages are sent. That is the claim: relevant messages go out. I am not describing how they are selected, written or routed.
- The onboarding steps to join the bootcamp are carried out. The student ends up onboarded into the programme rather than sitting in a queue waiting for someone to notice.
- Students use Step Up. Step Up is our in-house AI-assisted learning management system. Students can use it to access their learning environment and materials and to book coaching calls. AI-assisted does not mean every function in it is performed by AI.
The workflow is AI-assisted rather than autonomous. Anything beyond the list above, including which specific steps are handled by which kind of software, is outside what I am prepared to assert here.
The five-hour figure, stated honestly
Gavin estimates the current workflow saves at least five hours per week; a formal time study has not been supplied for this article.
That sentence is the whole claim. It is an operator's estimate of a real change in a real business, and it should be read as an estimate rather than as a measured result. Treating it as a benchmark for your own workflow would be a mistake, because volume, programme mix and the manual process it replaced are all specific to us.
A recommended way to measure your own saving
If you want a defensible number rather than an estimate, this is the method I would recommend. It describes what you should do. It is not a description of what we did.
- Record a baseline before you change anything. Time each manual step: data entry, sending messages, setting up access, chasing missing details.
- Count the frequency. How many times does the workflow run in a typical week? Frequency, not per-run heroics, is where a saving lives.
- Measure residual time after launch. Time the exceptions, checks and support that remain, and subtract them from the baseline total.
- Re-measure after four weeks. Early weeks flatter the result, because everyone is paying attention.
- State it in hours, with the volume attached. A saving is only meaningful alongside the number of runs that produced it.
If you run that method and get thirty minutes, that is a valid answer. It usually means the workflow you picked does not run often enough to be worth automating yet.
Risks worth testing before you trust a workflow like this
These are risks any team should test for. They are not reported failures at Modern Wealth Academy.
- Wrong or incomplete data. A mistyped email or a partial record propagates through every downstream step.
- Duplicate or repeated messages. A repeated trigger or an existing record can produce two welcome sequences, which looks careless to the person receiving them.
- Access exceptions. Someone pays but cannot get in, or gets in before their cohort starts. This is the failure a student actually notices.
- Privacy scope. Personal data should travel only through systems that need it. Fewer integrations and tighter scopes are the practical defence.
- Silent drift. Programme details change; an unattended workflow keeps sending the old version until someone reads what it actually sent.
Recommended controls for a workflow like this
This is a checklist to design against, offered as advice. It is not a claim about which controls exist at Modern Wealth Academy.
- Validate inputs before any record is created, and stop cleanly if validation fails.
- Make record creation and access provisioning idempotent so a repeated trigger cannot duplicate.
- Give exceptions a named human owner who is expected to intervene rather than escalate.
- Review a sample of real runs on a fixed schedule, not only when something breaks.
- Keep a log of what was actually sent, so drift is visible rather than assumed.
- Limit the personal data each connected system can see to what that system needs.
A reusable workflow template
Strip out the specifics and this is the pattern any team can reuse for onboarding, intake or fulfilment.
- Define the single trigger event that unambiguously starts the workflow.
- Validate the inputs before anything is created.
- Create records and grant access with deterministic automation only.
- Send the notifications the recipient actually needs at that moment.
- Route anything unexpected to a named human owner, immediately and visibly.
- Measure the baseline and the result, then publish the number internally.
What we learned
Two things stand out. First, the saving came from frequency rather than cleverness: an ordinary workflow that runs constantly is worth more than a sophisticated one that runs occasionally. Second, an AI-assisted workflow still belongs to people. It changed how much administration we do; it did not change who is answerable for a student's first week.
The broader lesson sits in the pillar article on what operational AI adoption actually looks like. The creative-quality side of the same argument is in why AI-generated images and video still need human judgement.
Frequently asked questions
What starts the workflow?
The workflow begins after a new student payment is confirmed. This article does not describe payment processing and makes no claim about how payment is handled or validated.
Is the workflow fully autonomous?
No. It is AI-assisted. The claim here is limited to what the workflow does: it adds the student to the database, sends the relevant onboarding messages and carries out the onboarding steps to join the bootcamp.
How was the five-hour weekly saving arrived at?
Gavin estimates the current workflow saves at least five hours per week; a formal time study has not been supplied for this article. A recommended measurement method is set out separately below, and it describes what you should do rather than what was done here.
What is Step Up?
Step Up is Modern Wealth Academy’s in-house AI-assisted learning management system. Students can use it to access their learning environment and materials and to book coaching calls. It is AI-assisted, which does not mean every function in it is performed by AI.
What risks should a team test before trusting a workflow like this?
Wrong or incomplete data at the entry point, duplicate or repeated messages, access exceptions where someone pays but cannot get in, privacy scope, and silent drift as programme details change. These are risks to test for, not reported failures at Modern Wealth Academy.
Could a smaller team reuse this?
Yes, if the workflow is genuinely recurring. The reusable pattern is trigger, validate, create record, notify, grant access, review exceptions. The tools matter far less than getting that sequence and its ownership right.
Sources and methodology
Firsthand operational evidence. Two things are firsthand. One: at Modern Wealth Academy, when a new student pays, an AI-assisted workflow adds the student to the database, sends messages and carries out onboarding to join the bootcamp, and Gavin estimates this saves at least five hours per week. Two: Step Up is our in-house AI-assisted learning management system, which students can use to access their learning environment and materials and to book coaching calls. Nothing else in this article is presented as a fact about our systems.
Recommendations, clearly separated. The measurement method, the risk list, the recommended controls and the reusable template are advice for readers. They are not descriptions of what Modern Wealth Academy has implemented, and no formal time study is claimed.
External statistics. This article contains none. Singapore-wide adoption data, with its sources, is set out in the pillar article on operational adoption so that firsthand evidence and survey data are never blended.
If you are mapping your own workflow
Teams doing this inside an organisation usually need a shared method rather than a tool recommendation, which is what corporate AI training is for. The commercial side of the same operating approach is described in the OFT AI Framework.