Skip to main content
HW88
  • Our StoryTeamFounder
  • Ventures
  • Learn
  • CapabilitiesBuild PodsEngagement
  • Insights
  • Media
  • Case Studies
  • Our StoryTeamFounder
  • Ventures
  • Learn
  • CapabilitiesBuild PodsEngagement
  • Insights
  • Media
  • Case Studies
  • Contact
HavenWizards88

Venture Studio for high-stakes founders. We build and automate entire ecosystems for global scale.

Company

  • About Us
  • Team
  • Ventures
  • Case Studies
  • Learn
  • Insights
  • Media
  • Build Log

Services

  • Capabilities
  • Build Pods
  • Strategic Advisory
  • Technology Development
  • Growth Acceleration
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 HavenWizards 88 Ventures OPC. All rights reserved.

Makati City, Philippines

  1. Home
  2. /Insights
  3. /The 2025 Automation Stack: Tools We Actually Use
←Back to PlaybooksPLAYBOOK

The 2025 Automation Stack: Tools We Actually Use

Automation tools sit on a control-vs-convenience spectrum. Convenience tools (Zapier, Make) win for low-stakes, low-volume workflows. Control tools (n8n self-hosted, scripts) win once volume or sensitivity crosses a line. Using convenience tools for control problems is the failure mode.

D
Diosh Lequiron
April 5, 2024 · 5 min read
playbookautomationtoolingexecution
Share
The 2025 Automation Stack: Tools We Actually Use

Most "automation tool" articles compare features. This one compares scars. We deployed automation across 8 venture lines, rebuilt the stack twice, and learned more from the deployments that failed than the ones that worked. Here is the stack we run today, why each tool is in it, and which ones we removed and never replaced.

No invented dollar savings. No round-number dashboards. Just the real list.

Key Takeaway

Automation tools sit on a control-versus-convenience spectrum, and every choice trades one for the other. Convenience tools (Zapier, Make) win for low-stakes, low-volume workflows. Control tools (n8n self-hosted, custom scripts) win once volume or sensitivity crosses a line. The mistake almost everyone makes is using convenience tools for control problems. It works until it does not. Then it fails at 2 AM on a Saturday.

The Problem

The "no-code revolution" produced a new kind of technical debt: workflows nobody understands, built by people who left, running processes nobody remembers approving. We have inherited those workflows in partner ventures and we have built them ourselves. Both feel cheap to add and expensive to inventory.

There is no single answer. The honest answer is: pick the right tool per workflow, document the why, and audit monthly. Below is how we make that pick across 8 venture lines.

The Framework

01 — The Three-Layer Architecture

What we look for:

LayerPurposeTools we useRight when
Layer 3: ConvenienceQuick wins, low stakesZapier, MakeLow volume, non-sensitive data
Layer 2: OrchestrationBusiness-critical workflowsn8n (self-hosted), PipedreamNeeds version control + error handling
Layer 1: InfrastructureCore systems, high volumePM2-supervised cron + Node/Python scriptsCompliance + high run frequency

Why it matters: A workflow handling payment processing for a venture should not run on someone else''s infrastructure with no audit logs and no version control. A Slack notification on form submit absolutely should. The mistake is using the same layer for both.

02 — The Stack We Actually Run

Production-grade tools running across HavenWizards ventures right now:

JobToolWhy we picked it
Voice generationedge-tts (Microsoft Neural)Replaced F5-TTS after the latter took more than seven minutes of CPU to generate four seconds of speech on our droplet
Workflow orchestrationn8n (self-hosted)Per-task fees on managed alternatives compound brutally past a few hundred runs/mo
Asset CDNCloudflare R2Egress-free vs S3 was a measurable monthly delta on video files
Process supervisorPM2Cron + auto-restart + log rotation in one binary
Stock photographyPexels APIPre-cleared license, programmatic, no monthly minimum
Database + authSupabasePostgres + row-level security + auth in one bill, not five
Programmatic videoRemotion + ffmpegReact-to-MP4 beat every template-based video tool we tested

Why it matters: The stack got smaller after each rebuild. Two enterprise platforms that promised to "unify everything" lost on workflow specificity. Focused tools, owned where it matters, rented where it does not.

03 — What We Removed and Never Replaced

What we look for:

  • Tools used by fewer than three workflows
  • Tools whose pricing model penalizes scaling
  • Tools whose vendor changed pricing more than once in twelve months

Why it matters: The "could not use it without [tool]" feeling is usually a story we tell ourselves. We removed observability tooling, two analytics platforms, and an enterprise integration suite. Each one was in the stack because someone evaluated tools and forgot to evaluate whether the workflows actually needed them. Audits work.

Implementation Checklist

  • Inventory every active automation across your business this week
  • Tag each one with its layer (Convenience / Orchestration / Infrastructure)
  • Identify any Layer 1 work running on a Layer 3 tool
  • Set a 30-day deletion rule: any automation that has not run in 30 days gets deleted, not preserved
  • Owner + purpose statement attached to every active automation; missing one = deletion candidate

What This Produces

  • A stack that scales linearly (or sublinearly) with workflow count
  • Faster forensic recovery when something breaks (the layer tells you where to look first)
  • A shorter "tools-we-pay-for" list at the end of every quarter

Common Mistakes

  1. Layer-3 thinking on Layer-1 problems. Convenient until it is not. The 2 AM Saturday failure is not a tool failure; it is a layer-classification failure.
  2. Not deleting unused automations. Every workflow that exists adds inventory cost. Deletion is free.
  3. Building inside whatever tool the team already opens. Pick by layer, not by familiarity. Marketing should not be running payment integrations through a marketing-ops tool.

Next Steps

To see how we deploy this stack across our ventures, explore the venture portfolio. To evaluate your own automation readiness, start with our free training on execution systems.


Arena-forged across 8 venture lines. Every tool above is running in production today. See Bayanihan Harvest for the proof.

THE ARSENAL IN ACTION

Systems Thinking, Applied

Explore the capabilities behind our playbooks.

HW-Automate

Automation principles we use to eliminate ops drag, reduce handoffs, and keep teams lean without slowing delivery.

8 playbooksRead Playbooks

HW-Insights

Data and analytics thinking from our ventures, including how we instrument decisions and spot growth inflection points.

5 playbooksRead Playbooks

HW-Scale

Infrastructure patterns that grow without complexity, with playbooks on reliability, ownership, and cost control.

6 playbooksRead Playbooks
D

Diosh Lequiron

President & CEO, HavenWizards 88 Ventures

Building arena-forged execution systems and deploying governed Filipino talent across multiple venture lines. Every insight comes from real operations, not theory.

Related Playbooks

PLAYBOOK

The Automation-First Operations Framework

Hiring to solve an operations problem is like adding lanes to a congested highway — six months of relief, then the same congestion at a higher burn rate. The 6-week sprint we use to find, prioritize, and ship automations across 8 venture lines.

4 min read
PLAYBOOK

AI Automation for Small Business: A Practitioner's No-BS Guide

After 60+ systems deployed across 8 venture lines, AI automation for small business splits cleanly into three categories: 30-Day Wins worth deploying this week, 90-Day Builds worth planning next quarter, and Never-Worth-It noise filling your inbox. Here is how we tell them apart.

9 min read
PLAYBOOK

Scaling Without Headcount: The Systems Approach

Every hire to solve a capacity problem is an admission a system was never built. Across 8 venture lines we run a three-question filter — automation, self-service, leverage — before any hire is approved.

4 min read
PLAYBOOK

Building a Multi-Venture Holding Company: Lessons from Year One

Running a holding company is not the same as running a startup. Three disciplines that actually held HavenWizards together across 8 venture lines in year one — shared infrastructure, stage-gate capital, and a documented pause protocol.

5 min read

Get the Founder's Briefing

A bi-weekly, no-fluff dispatch of the systems, playbooks, and decisions we are using right now inside our ventures and partner builds. Expect short, tactical notes you can apply in the same week.

Join 2,000+ founders and operators.

No spam. Unsubscribe anytime.