Every month I document the exact AI tools and automation platforms I use to run my side projects alongside a full-time corporate job. This is the April 2026 edition.
The rules are simple: if I used it this month, it's in. If I stopped using it, I'll tell you why. If I'm testing something new, I'll flag it as on trial. No tool pays me to be here. This is just what's actually running on my machines right now.
The Core Stack
These are the tools I use every single day. They've survived at least 3 months of use and earned permanent residency.
Claude (Anthropic)
CoreMy primary AI assistant for everything — writing, coding, analysis, brainstorming, document creation. Claude handles probably 60% of my daily AI interactions. The long context window is what keeps me here. I can paste entire codebases, full documents, or multi-page spreadsheets and get coherent responses. I've tried switching to ChatGPT multiple times and keep coming back.
n8n (Self-Hosted)
CoreThe backbone of my entire automation infrastructure. Self-hosted on my Mac mini M4, running 40,000-60,000 executions per month across all my projects. Handles lead gen pipelines, content distribution, AI agent orchestration, monitoring, and notifications. The AI Agent Tool Node in n8n 2.0 has been a game-changer — I'm building workflows where AI agents chain tool calls and make decisions autonomously.
ComfyUI (SDXL Base 1.0)
CoreLocal image generation running on my Mac mini. I use it primarily for my Night Caps YouTube channel — generating ambient scene images that feed into the FFmpeg video pipeline. Also use it for blog thumbnails and social media graphics. SDXL at 1344x768 runs fast enough on the M4's GPU that I can batch-generate 20-30 images while doing other work.
FFmpeg
CoreThe unsung hero. FFmpeg handles all my video and audio processing — the Ken Burns effect on ComfyUI images, 3-layer audio mixing (ambient + nature + noise), and final render to 8-hour YouTube videos. It's free, it's fast, and it does things that would cost hundreds per month on cloud rendering platforms. Not glamorous, but irreplaceable.
Ollama
CoreLocal LLM inference. I run smaller models through Ollama for tasks that don't need Claude's full power — quick text classification, data extraction, template filling. Keeps my API costs down and my data local. On the Mac mini M4 with 32GB RAM, I can run 7B-13B parameter models at usable speeds.
Mac mini M4 (32GB RAM)
CoreThe machine everything runs on. n8n, Ollama, ComfyUI, OpenClaw — all on a $599 base machine sitting on my desk. It runs 24/7, uses about 15 watts at idle, and handles everything I throw at it. Best tech purchase I've made in years. If you're building any kind of AI automation stack, this is the hardware to start with.
OpenClaw / Molty
CoreMy AI agent framework. Molty is the agent personality running on OpenClaw with a custom SOUL.md and AGENTS.md configuration that enforces execute-first behavior. Primary model is GPT-5.3 Codex with a fallback chain through DeepSeek, Claude Sonnet, Gemini Flash, and local Ollama. The emergency Telegram reset trigger has saved me from stuck loops more than once.
Supporting Cast
Tools I use regularly but not daily. Important to the stack but not mission-critical.
GA4 (Google Analytics)
CoreAnalytics across all my sites. I run custom named click events on every affiliate link so I can track exactly which content drives conversions. Not exciting, but you can't optimize what you don't measure.
Apollo.io
CoreLead enrichment and prospecting for outbound campaigns. The data quality has been solid for B2B contacts. I pair it with Instantly for cold email sequences. Together they've been the engine behind my lead gen pipeline.
Telegram Bots
CoreMy notification and control layer. n8n sends me Telegram alerts for workflow failures, daily revenue summaries, and content performance updates. I also use a Telegram command to trigger Molty's emergency reset when things go sideways. It's the simplest, most reliable notification system I've found.
What I Dropped This Month
Make.com
DroppedI still think Make is great — and I recommend it to anyone who doesn't want to self-host. But I fully migrated my last remaining Make scenarios to n8n this month. The tipping point was AI agent capabilities. n8n's native LangChain integration and Tool Nodes let me build agent workflows that Make simply can't match yet. No hard feelings. If n8n's self-hosting overhead ever gets to me, Make is where I'd go back.
Midjourney
DroppedI was paying $30/month for Midjourney and using it maybe twice a week for blog thumbnails. Once I dialed in my ComfyUI workflows with SDXL, I realized I could generate comparable quality locally for free — and with more control over the output. The Discord-based interface was also increasingly annoying for production use. Cancelled.
On Trial This Month
Cursor
TrialAI-native code editor that's been getting a lot of attention. Two weeks in, I'm impressed by the codebase-aware autocomplete and multi-file editing. The background agent feature — where it works on a task autonomously while you code something else — is promising but inconsistent. Jury's still out on whether it's worth $20/month over Claude Code, which I get through my existing Claude subscription. Will report back next month.
Beehiiv
TrialNewsletter platform for The Operator Stack Weekly. Just set it up this month so it's early, but the editor is clean, the analytics are solid, and the free tier is generous enough to validate before spending money. Testing the lead magnet → email sequence → paid tier pipeline. If growth hits 1,000 subscribers, I'll upgrade.
The Monthly Numbers
April 2026 Stack Costs
Claude Pro: $20/month
Apollo.io: $49/month
Instantly: $30/month
Cursor (trial): $20/month
Everything else: $0 (self-hosted or free tier)
Total monthly AI/automation spend: ~$119
Down from $189 last month after dropping Midjourney ($30) and Make ($16). The trend continues: more capability, less spend. Self-hosting is the cheat code.
What's Next
Three things I'm watching for May:
Claude Code CLI — Anthropic's command-line coding tool. I've been using it for quick scripting tasks and it's surprisingly good for one-shot file generation. Might replace Cursor if it keeps improving.
n8n's Sub-Workflow improvements — The team has been shipping updates to how sub-workflows handle data passing. This matters for my more complex agent pipelines where one workflow triggers another with context.
Expanding the Ollama model library — I want to test some of the newer quantized models for specific tasks like summarization and classification. If I can offload more work to local models, my API costs drop further.
That's the stack for April. I'll update this every month with full transparency on what changed and why. If you're building your own automation stack and want to compare notes, subscribe to the newsletter — I go deeper on specific tool decisions in the weekly emails.