How We Enable the Team Without Losing Control
One tool gates entry. Two tiers let people build safely. Nothing touches production until it's been reviewed by a dev.
Gatekeeper
Web app every coach fills out before building anything. Two checks: is the data clean, and is this tool worth building?
Gate 2: Product integrity questions — forces a real business case before anyone writes a line of code
Coaches Sandbox
Approved ideas get built here. Coaches push to GitHub, it auto-deploys to a live URL. Password-protected so members and clients can't stumble onto it. Completely isolated — no real data, no production access.
Example: supplier-terms.vercel.app — push to deploy, password-protected
Dev Review
Rossco, Josh, Travis, or Jake review before anything goes across. Curriculum sign-off, security check, quality pass. Only approved tools graduate. Completely isolated from EE's existing infrastructure.
Isolation: Does not touch EE's GitHub or servers
Production
Ben, Reverie, or Rossco pull approved tools across into EE's main GitHub and infrastructure.
Gatekeeper → Coaches Sandbox → Dev Review | EE App — one-way, wall between sandbox and production
What to Buy
A personal sandbox for Jake, a shared team box for data crunching, and a cloud alternative. All prices AUD.
Jake's Sandbox
48GB / 1TB SSD
Personal isolated machine. Learn the technical side, test tools, run local models — no risk to business systems. Your sandbox to break things safely.
Team Box
128GB / 1TB SSD
Shared machine for serious work. Handles the full data load — 3,500 member Meta accounts, Shopify exports, ad performance crunching. Runs 70B+ local models. Coaches book time slots and remote in.
Cloud Alternative
48 vCPU / 192GB RAM
Same capability as the Team Box but no capital outlay. Faster for burst workloads. Same booking model — team books slots, remotes in. Can run alongside or instead of the Mac Studio.
Meeting Room Model: Team books 2-hour slots via Cal.com. Remote access via Tailscale + RustDesk (both free/open source). Local AI runs on the box via Ollama — no platform credits burned.
End of Year: Apple M5 chip (mid-year) and NVIDIA/Dell local AI hardware (late 2026) will change the game. Worth revisiting Q4 before committing to long-term compute spend.
What Happens When
Two weeks. Sandbox live, coaches building, hardware ordered. Aligned with AI April.
Stand It Up
- Jake signs off on this approach
- Gatekeeper web app built and deployed
- GitHub org + Vercel set up for coaches
- Vercel env vars configured for API key management
- Order hardware (Mac Mini + Mac Studio or VPS)
- Coaches submit AI April ideas through the Gatekeeper
Coaches Building
- Approved ideas enter the sandbox
- First coaching session with Rossco (fortnightly from here)
- Booking system configured for team box
- Jake's Mac Mini set up for personal sandbox
- Best tools reviewed for production graduation
The deal: The team gets to build and experiment. Jake gets visibility and control. Nothing touches production without a dev review. Everyone stops flying blind.