8 AI Agents & Tools I Use to Make $1.6M / Year
Based on Simon Høiberg's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
The business reports near-90% profit margins after shrinking a nine-person team to four by replacing many tasks with AI tools.
Briefing
A seven-figure SAS business owner says the fastest path to near-90% profit margins in 2024 was replacing much of a nine-person team with AI tools—then wiring those tools into four core business functions: operations, customer support, content creation, and product development. Total revenue topped $1M last year, with a target of at least 1.5× growth in 2025, but the more striking shift was headcount: the team shrank to four people while AI took over large portions of day-to-day work.
The workflow starts with AI chat. OpenAI’s ChatGPT remains the most broadly useful “chat with it for a long time” option, while Gemini is singled out for location-and-maps tasks. Alternatives are also in the mix—Claude as a preferred choice for many founders, DeepSeek for strong recent results, and Llama as an open-source option. Cost becomes a deciding factor: ChatGPT’s $200/month plan is described as too expensive for the market, so the business uses OpenAI models directly through a chat UI called TypingMind to get more value.
Automation is handled by n8n, positioned as a more flexible alternative to tools like Zapier or Make because it supports advanced workflows while still letting users drop into code when needed. n8n can also serve as a backend prototyping layer by generating API endpoints via drag-and-drop. The key upgrade is agent-building: connect n8n to OpenAI, add memory and tools, and let an AI agent autonomously decide how to use those tools to complete tasks—reducing the need to handcraft complex conditional automation flows.
Customer support is addressed with 8base, an AI-powered support system that blends a trained model with a website chat experience and a managed knowledge base. The setup supports training on data such as PDFs, website content, and even YouTube videos, then routes work between humans and AI: humans remain first-line support, while AI assists with tickets and emails to carry the heavy load—especially for small, bootstrapped teams.
For content creation, the stack leans heavily on image, video, and 3D generation. Replicate is used to run and fine-tune open-source models, including Stable Diffusion variants and Flux, with Flux described as a top image model and “Fox” highlighted as a leading option. Replicate also supports fine-tuning; the creator claims to have trained a LoRA model using images of himself to generate hyper-realistic thumbnails. For deeper control and custom pipelines, ComfyUI is used with node-based workflows and controlnets (depth maps and outlines), including cloud or local execution. For quick 3D-like environments, Depth is used to predict depth from a 2D image, turning it into a mesh that can be brought into After Effects.
Social distribution is managed with FeedHive, an AI-assisted scheduling tool spanning LinkedIn, YouTube, Instagram, TikTok, and more. It includes an AI assistant fine-tuned for content writing and a feature (V-dive) that predicts post performance and suggests edits to improve reach. FeedHive also supports automation inside AI agent workflows.
Finally, product development is accelerated with Cursor, a code editor with built-in AI features. Experienced engineers get predictive autocomplete and rapid edit suggestions, while non-coders can describe what they want in natural language and have Cursor help assemble an entire codebase. The overall message is that AI can run business functions in “10x mode,” but the practical advantage comes from combining tools into connected systems rather than using chatbots in isolation.
Cornell Notes
The core claim is that a SAS business can cut headcount dramatically by replacing routine work across operations, customer support, content creation, and product development with AI—while maintaining (and even improving) profitability. ChatGPT remains a central interface, but cost pressure pushes the use of OpenAI models through TypingMind. n8n provides the automation backbone, including agent setups that can autonomously choose tool actions instead of relying on complex hand-built flows. 8base handles support by training on company data and assisting with tickets and emails through a website chat and knowledge base. For content, Replicate, ComfyUI, and Depth help generate images and 3D-like assets, while FeedHive schedules and optimizes posts. Cursor speeds coding for both engineers and non-coders.
Why does the stack start with multiple AI chat options instead of one chatbot?
How does n8n change automation compared with simpler no-code tools?
What does 8base add that a fully custom “agent + RAG” setup might not?
How do Replicate, ComfyUI, and Depth divide up content production work?
What role does FeedHive play beyond scheduling social posts?
How does Cursor support both experienced developers and non-coders?
Review Questions
- Which tool in the stack is presented as the automation backbone for building AI agents, and what specific capability reduces the need for complex conditional workflows?
- How do Replicate and ComfyUI differ in how they handle diffusion model execution and control?
- What hybrid support model does 8base use, and what kinds of data can it train on?
Key Points
- 1
The business reports near-90% profit margins after shrinking a nine-person team to four by replacing many tasks with AI tools.
- 2
ChatGPT remains a general-purpose AI chat option, but TypingMind is used to access OpenAI models directly to avoid a $200/month ChatGPT plan.
- 3
n8n functions as the automation layer, enabling advanced workflows and agent setups that autonomously decide how to use tools.
- 4
8base provides a packaged AI support system that trains on company data and assists with tickets and emails while humans stay first-line support.
- 5
Replicate, ComfyUI, and Depth split content creation into infrastructure-free generation, fine-grained node-based control, and low-effort 3D-like environments.
- 6
FeedHive combines scheduling with AI writing assistance and performance prediction (V-dive) to improve social reach.
- 7
Cursor accelerates development for both engineers (predictive edits) and non-coders (natural-language codebase generation), with a caution about guardrails.