Activity
Mon
Wed
Fri
Sun
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
What is this?
Less
More

Owned by Brendon

AI Wealth Hub

29 members • $97/month

Learn AI from zero to advanced. Build your own AI team step by step and work toward the AI Wealth Hub endgame.

Memberships

24 contributions to AI Wealth Hub
Week 8 - Masterclass and Classroom are live!
Hello beautiful people! Week 8 is now live. For anyone who could not attend, I have uploaded the Week 8 Masterclass and published the mini-lessons: Masterclass: https://www.skool.com/aiwh/classroom/5f491d98?md=9113114662754c7d9da31bd3741fd27e Classroom: https://www.skool.com/aiwh/classroom/4aa3e2a8?md=e09e87710cac498d8f0e8d442cdf6157 This week is about OpenRouter as the model engine for future agents. The main thing to understand is this: OpenRouter is not the agent. OpenRouter is not the memory. OpenRouter is not the workflow. OpenRouter is the engine layer that lets a workflow or agent call different models for different jobs. So the lesson is not "use the most expensive model for everything." The lesson is: Simple job -> cheap model Client-facing writing -> stronger model Risky decision -> reasoning model Setup/debugging -> coding model Unclear or risky -> human review This week's task is simple: Pick one future agent and create your routing map. Post it in the community using this format: My future agent: Simple work it can send to a cheaper model: Work that needs a stronger model: Work that needs deeper review: Work where Fusion might be worth it: Memory/knowledge it would need: What I should not send to the model every time: What must stay under human review: Do not overthink it. One agent. One routing map. That is enough for version one.
0
0
Week 7 - Masterclass and Classroom are live!
Hello beautiful people! Hope everyone enjoyed the session yesterday! For anyone who could not attend, I have uploaded the Week 7 Masterclass and published the mini-lessons: Masterclass: https://www.skool.com/aiwh/classroom/5f491d98?md=47bec1c4d1d14ffa9eae461020f353ae Classroom: https://www.skool.com/aiwh/classroom/aff7f4c5?md=38e4aa35493c478ea29305d187bd0163 Quick honest note for everyone who was live: You saw the automation not work properly the first time. After the call, I went back through the guide we created, and the issue was a silly setup mistake. Nothing dramatic. I had just moved too quickly and missed one of the checks in my own guide. That is actually the lesson with automation. These workflows can break when one field, URL, setting, or mapping is slightly off. When that happens, the fix is not to panic or rebuild everything. The fix is to slow down, read the guide, follow each step, and find the small place where attention slipped. That is why the Week 7 guide is inside the classroom. Use it properly. Do not guess the setup from memory. This week's task is simple: Create one GPT to n8n to Google Sheets review row using fake test notes. Post your proof when it works: My GPT created: My n8n workflow saved: My review queue is: The human review check is: The next automation step I would add later is: Looking forward to seeing your review queue screenshots and proof posts in the community!
0 likes • 5d
@Kerri-Ann Watson It is harder using your own GPT, but that is also why it is more useful. You are learning where the pieces actually sit, instead of just copying my example. On the name issue, that is usually a field problem. Your GPT is probably mixing up the person receiving the email with the person signing the email. For now, I would add one clear rule into the GPT instructions: “Always sign the email from Kerri-Ann Watson. Never use the school name, principal name, or client name as the sender.” Long term, I would separate the fields more clearly: - school name - principal name - school email - sender name - draft email - review notes But don’t rebuild the whole thing yet. Just fix the sender name first and test again. Also, if you added an extra field, it needs to be added in all the right places: the Google Sheet column, the GPT Action schema, the n8n mapping, and the GPT instructions. If it only exists in one place, it may not come through properly. On researching the school, yes, that is a good idea. But I would not add that layer yet. For now, do the research manually. Copy 3-5 notes from the school website into your GPT and let it use those notes to write the email. Later, you can connect a research step. But that is another layer that requires an LLM doing the research, and I would get the draft-to-review-queue working cleanly first. So your next move is simple: Fix the sender name. Run one fake school test. Check that the row lands properly. Check that the draft is signed by you. That is enough for Week 7. And thank you for the wedding message, very kind of you - was the best day of my life :)!!!
Week 4 Proof Post: Package Your Assistant ✅
Yesterday was about turning your Week 3 assistant into something easier to reuse. Week 3 was: can it work once? Week 4 is: can someone else start it correctly? The task today is simple: Package one assistant and test it once. Do not build ten GPTs. Do not jump into Actions yet. Do not try to automate your whole business. Pick one useful assistant and give it: 1. A clear name 2. One repeated job 3. One starter prompt 4. One fake test input 5. One human review point Post your proof in the comments: My assistant: Where I packaged it: What it does: Starter prompt: Fake test input: Pass/fail: Human review point: The proof is not that you made a GPT. The proof is that the assistant is clear enough to reuse.
0 likes • 10d
@Kerri-Ann Watson I'd suggest to test it with a small fake example. Week 4 is like: if I come back tomorrow and use it again, have I made it clear enough that it knows what job it is meant to do? So for “fake test input”, don’t put your GPT instructions there. Just put a pretend example you would give the assistant. Something like: - School: Green Valley Primary - Principal: Sarah Jones - Program: confidence and wellbeing workshop for Year 5 and 6 students - Notes: the school is focused on resilience this term - Goal: write a warm first-contact email asking if they would like more information That is enough to test it. Then your proof could be really simple: - My assistant: School Outreach Email Assistant - Where I packaged it: Custom GPT - What it does: Helps me turn school/program notes into a first-contact email draft. - Starter prompt: Use these school notes to write a warm first-contact email. Do not invent missing details. Tell me what I need to check before sending. - Fake test input: Green Valley Primary example above. - Pass/fail: Pass, but needs refining. It gave me a usable first draft, but I still need to improve the tone and make the missing-info checks clearer. - Human review point: I check the principal name, school details, tone, accuracy, and anything the GPT may have guessed before I send it. The proof is “I now have one assistant, for one job, with one test, and I know what I need to check before trusting it” That is a good Week 4 result in my opinion :)
Weekly task: write the workflow in plain English
Week 6 is the review queue week, so the task starts before the automation. A lot of people open the tool too early. I say that with love because I have also opened the tool too early and then stared at a screen like it owes me rent. This week I want you to write the workflow in English first. One sentence is enough. When this happens, use this information, create this draft, and leave it here for review. That sentence does more work than it looks like. Inside it you can see the trigger, the data, the output, and the human check. The blurry part is the real work for this week. Example: When a new lead fills in the form, use their answers and my offer notes, create a first reply draft, and leave it in the review sheet before anything gets sent. That is enough to build from. It is also enough to spot danger before the tool touches a client. Your task today: Repeated task: Workflow sentence: Blurry part: What should stay manual: Post it below. Make it clear first.
0 likes • 10d
@Kerri-Ann Watson You’ve got the main thing right: the AI is not sending the email. It is preparing the draft and putting it into a review queue so you can check it first. The blurry part is probably: “What exact information does the GPT need from me before it creates the school email?” Some fields are mandatory in my opinion such as: - School name - What program you want to introduce - Who the email is for, even if that is just “the principal” - The purpose of the email - The draft email - Status: Needs Review - Original notes Optional but useful: - Principal name - School email address -> depends who you send this email to, this might be in the mandatory fields. - School location -> if programs are relevant to the location this might also be mandatory. - Year levels - Anything personal about the school - Previous contact or relationship - Tone preference - Any deadline or event date PS: nobody knows better than you what is mandatory and what is optional, I shared the option of having fields that are mandatory and not to allow for some structure in your GPTs and response :). If the principal name is missing, the GPT should not invent one. It can write the greeting as “Hi there,” or “Hi Principal,” and put this in the review notes: “Principal name missing. Please check before sending.” Same with the email address. If the school email is missing, the draft can still go into the review queue, but it is not ready to send yet. So your workflow could become: “When I give the GPT details about a school and my program, create a first-contact email draft for the principal, save it into my Google Sheet review queue, mark anything missing in the review notes, and set the status to Needs Review.” The key rule is: Missing information does not mean the workflow fails. It means the row gets saved for review, and the missing parts are clearly marked. The next automation step would not be “send it automatically” yet. A safer next step would be: once you mark the row as approved, it creates a Gmail draft for you to review one final time.
Announcement: Weekly Masterclasses Resume on 8th July
Hello beautiful people! Quick heads up: there won't be any Masterclasses for the next 2 weeks. The reason? I'm getting married! So these 2 weeks are going to be all about family, love, and a little celebrating. While I'm away, I'd love for you to catch up on the lessons. Take some time to rewire, refocus, and pick something you'd genuinely enjoy creating and automating. This is your space to play and explore. By Week 7 you already have the foundations of automation and the basics of n8n under your belt. Combine that with some good old prompting on your AI chatbot of choice, and honestly, you can build incredible things. Can't wait to see what you come up with. See you all on the 8th of July! PS: You can ask AI to create automation files in JSON for n8n, and it'll do the whole thing for you. All that's left on your end is going node by node and connecting everything properly. Have fun with it!
0
0
1-10 of 24
Brendon Domi
3
38points to level up
@brendon-domi-1353
Building an AI empire

Active 13h ago
Joined May 6, 2026
Powered by