Ai Business

The AI Tech Stack for Solo Founders

· Felix Lenhard

Every week, someone launches a new AI tool that promises to change your business. Every week, founders add another subscription they will use twice and forget. I know because I have been that founder. At one point, I was paying for eleven different AI tools and actively using three of them.

The problem is not finding AI tools. It is finding the minimum set that produces maximum leverage without drowning you in subscription costs and context-switching overhead. After two years of building AI-native businesses, this is the stack I actually use, stripped down to what earns its place by being used daily.

The Principle: One Tool Per Function

Before I list anything, here is the principle that governs my tech stack decisions: one tool per function, and every tool must earn its place monthly.

If two tools do roughly the same thing, one goes. If a tool has not been used in the last thirty days, it gets canceled. If a cheaper tool does ninety percent of what an expensive tool does, the expensive tool goes.

This sounds obvious, but it is surprisingly hard to practice when every tool has a unique feature that seems like it might be useful someday. “Might be useful someday” is not a reason to keep paying. “Used it this week” is.

When I built my AI content agency, I started with too many tools because I assumed each specialized task needed a specialized tool. It turned out that three well-configured general tools replaced eight specialized ones at lower cost and with less friction. Most of those specialized tools were just wrappers around the same foundation models I could access directly — a common anti-pattern in 2026 that costs founders hundreds of euros per month in redundant subscriptions.

Audit your current AI subscriptions right now. Which ones did you use this week? Those stay. The rest are costing you money and cognitive load for no return.

The Core: Your Primary AI Model

This is the tool you use the most, for the widest range of tasks. It is your thinking partner, writing assistant, analyst, and brainstorming companion.

My choice: Claude Pro (EUR 20/month). I chose Claude because its writing quality is the best I have found for business content, it handles nuanced instructions well, and the 1M token context window means I can feed it my entire business documentation — brand guides, client profiles, process manuals, all of it — in a single session. With adaptive thinking, it adjusts its reasoning depth to match the complexity of the task — quick responses for simple questions, extended analysis for complex strategic problems. This is not a marketing feature. It is architecturally significant because it means the model allocates compute where it matters instead of treating every request identically.

What I use it for: First drafts of all written content, email drafting, data analysis, brainstorming, research synthesis, process design, and strategic thinking sessions where I upload entire project folders for comprehensive review. Roughly seventy percent of my daily AI usage goes through Claude.

What it is not great at: Image generation (it does not do it), real-time web search (limited but improving), and some niche tasks where specialized tools have an edge.

The specific model tier matters more than most people think. Claude Opus 4.6 is my choice for complex analysis, strategic thinking, and long-form content where depth matters. Sonnet 4.6 handles the bulk of daily tasks — email drafts, data processing, routine content — at lower cost and faster speed. Haiku 4.5 runs inside my automated workflows where I need high volume at minimal cost. Matching the model to the task is like choosing the right gear — you do not need maximum power for every situation.

The specific tool matters less than having one primary tool you know deeply. If you prefer another model, use that. The key is developing expertise with one system rather than surface-level familiarity with five. Deep knowledge of your primary tool’s capabilities, limitations, and optimal patterns multiplies your productivity more than access to multiple tools.

If you are starting from zero, get one paid AI subscription today. Use it for everything for thirty days before adding anything else.

The Builder: Development and Automation

As a solo founder, you need to build things — websites, tools, automations, prototypes. This is where the 2026 stack differs most from even a year ago.

My choice: Claude Code for development, n8n (self-hosted, roughly EUR 20/month) for workflow automation.

Claude Code has fundamentally changed how I build software. It is not a coding assistant that suggests completions. It is an agentic development environment — it reads files, writes code, runs tests, debugs errors, and iterates on solutions autonomously. I describe what I want built, and it builds it. When it hits an error, it reads the error, diagnoses the cause, and fixes it without my intervention. Multi-agent orchestration means it can work on multiple files and concerns in parallel.

I am not a developer. But with Claude Code, I have built functional web applications, data processing pipelines, custom business tools, and the automation infrastructure that runs my operations. The architectural reason this works: the model maintains the full context of the project — every file, every dependency, every design decision — within its context window, so it makes changes that are consistent with the existing codebase rather than generating code in isolation.

n8n handles the workflow automation layer — connecting AI services to business tools, running scheduled processes, and orchestrating the data flows between systems. Automated email summaries every morning, content pipeline processing, client report generation, social media scheduling, and AI workflow automation for roughly fifteen recurring business processes.

Alternative for non-technical founders: Make (formerly Integromat) at roughly EUR 15-30/month. Easier to set up, less flexible, more expensive at scale. Zapier works too but gets expensive quickly as you add workflows.

You do not need automation on day one. Start with manual AI workflows (copy-paste between tools) and automate only when you find yourself running the same workflow more than three times per week. Premature automation wastes setup time on processes you have not validated yet.

The API Layer: When Subscriptions Are Not Enough

Some AI tasks are better handled through API access than through the chat interface. APIs let your automation tools call AI directly, enable custom integrations, and are often cheaper per-use than chat subscriptions for high-volume tasks.

My choice: Anthropic API with tool use. I pay per use, which means I only pay for what I actually use. Monthly API costs vary between EUR 50 and EUR 200 depending on volume.

The tool use capability is what makes the API transformative in 2026. The AI does not just process text — it can call functions, query databases, read files, search the web, and take actions in external systems. This is the foundation of agentic AI: the model plans what tools it needs, calls them, evaluates the results, and iterates. A single API call can trigger a multi-step process where the AI researches a topic, writes a draft, formats it for publication, and generates social media variants — all autonomously.

What I use it for: All automated workflows (the n8n workflows call the API directly), batch processing tasks like generating multiple product descriptions, agentic workflows that handle multi-step business processes, and any task where I need structured outputs in specific formats (JSON, XML, markdown) that the chat interface does not guarantee.

When you need this: When your automation tool needs to call AI as part of a workflow, when you are processing data in batches, when you need tool use for agentic workflows, or when you need more control over the AI’s behavior than the chat interface provides.

Most solo founders do not need API access in their first three months. The chat interface handles individual tasks. API access becomes necessary when you are running automated systems that need AI capabilities without human intervention. Do not add this until you have workflows ready to use it.

The Knowledge Layer: Your Second Brain

AI is only as good as the context you give it. A knowledge management system stores your business context, making it available to feed into AI sessions when needed.

My choice: Obsidian (free) with organized markdown files, connected through MCP.

MCP — Model Context Protocol — is the 2026 addition that changed how I think about knowledge management. Instead of manually copying context into each AI session, MCP allows AI tools to connect directly to my knowledge base. The AI agent can query my file system, pull the relevant client profile, reference the brand voice guide, and check the process documentation — all without me copying and pasting anything. The reason this matters architecturally: it eliminates the context preparation step that used to eat fifteen to twenty minutes at the start of every complex AI session.

My business knowledge lives in a structured folder system: client profiles, project briefs, process documentation, voice guides, and reference materials. When I start an AI session for a specific client, the relevant context is accessible through MCP or I can load it into the 1M token context window directly.

What I use it for: Storing all the context documents that make my AI assistant effective. Building a personal AI assistant depends on having organized context to feed it.

Alternative: Notion (free for personal use, EUR 10/month for team features). Less flexible for power users, more approachable for beginners. Any system where you can store and quickly retrieve text documents works.

The tool matters less than the habit. If you maintain organized context documents, any AI tool becomes dramatically more useful. If you do not, every AI session starts from zero and produces generic output.

Start by creating three documents: your business overview, your brand voice guide, and your top client profile. These three documents alone will improve every AI interaction you have.

The Content Layer: Writing and Publishing

If content is part of your business (and for most solo founders, it should be), you need tools that handle the creation-to-publication pipeline.

My choice: Claude for writing (already covered), Canva Pro (EUR 12/month) for graphics and social media images, and my website’s CMS for publishing.

What Canva does in the stack: Social media graphics, presentation design, simple video editing, and brand template management. The AI features in Canva handle background removal, image resizing for different platforms, and basic design suggestions. It is not a replacement for a designer, but it covers eighty percent of a solo founder’s design needs.

What I do not use: Dedicated AI writing tools (Jasper, Copy.ai, etc.). My primary AI model handles all writing tasks. Adding a separate writing tool adds cost and context-switching without enough additional value. These tools are the textbook example of the AI wrapper problem — they add a UI on top of the same foundation models you already have access to, charge a premium for it, and provide less flexibility than using the model directly.

The content pipeline for a solo founder is: AI generates first draft, human edits and approves, Canva creates accompanying visuals, CMS publishes. Three tools, end to end. Building a content pipeline does not require more than this.

The Communication Layer: Email and CRM

Solo founders need to manage relationships and communications without a team. AI integrated into these tools saves significant daily time.

My choice: ConvertKit (EUR 30/month) for email marketing, with AI-assisted subject line testing and content suggestions. A simple CRM (I use a customized Notion database) for relationship management.

What AI adds: Email draft generation, segmentation analysis, subject line optimization, and follow-up reminders. The CRM data feeds into AI sessions when I am preparing for client calls or writing proposals.

What I avoid: Complex CRM systems with built-in AI that cost EUR 100+ per month. For a solo founder, a Notion database with good structure and AI-assisted workflows provides ninety percent of the value at a fraction of the cost.

The communication stack should be simple enough that you actually use it. A fancy CRM that goes unused is worse than a spreadsheet you check daily.

The Analysis Layer: Data and Finance

My choice: Claude for all data analysis (upload CSV, ask questions, get structured analysis), with QuickBooks for accounting and invoicing.

What AI replaces: Dedicated BI tools, spreadsheet expertise, and financial analysis software. I upload financial exports to Claude and ask questions in plain English. The 1M token context window means I can upload an entire year of financial data in a single session and ask questions across the full dataset — trend analysis, anomaly detection, scenario modeling — without hitting limits. The answers are immediate and actionable.

Total cost for analysis: EUR 0 beyond the Claude subscription I already have.

This is the stack section with the highest return on investment because it replaces tools and skills that would otherwise be expensive to acquire. You do not need Tableau, Power BI, or a data analyst. You need your data in a file and an AI that can read it.

The Complete Stack and Monthly Cost

Here is the full stack with monthly costs:

ToolFunctionMonthly Cost
Claude ProPrimary AI modelEUR 20
Anthropic APIAutomated workflows + agentic AIEUR 50-200
Claude CodeDevelopment + buildingIncluded in Pro
n8n (self-hosted)Workflow automationEUR 20
Obsidian + MCPKnowledge managementFree
Canva ProDesign and visualsEUR 12
ConvertKitEmail marketingEUR 30
QuickBooksAccountingEUR 25

Total: EUR 157-307/month

This stack runs my entire business operation. Content production, client management, financial analysis, marketing, automation, development, and daily operations. Compare that to the combined cost of the specialized tools and team members this stack replaces.

The important number is not the total cost. It is the value-to-cost ratio of each tool. Every tool on this list saves me at least ten times its monthly cost in time or capability. If a tool does not clear that bar, it does not belong in the stack.

What I Explicitly Do Not Use

Knowing what to skip is as important as knowing what to use.

Dedicated AI writing tools: My primary AI handles all writing. A second writing tool adds cost and inconsistency. These are wrappers — you are paying for a UI around the same models.

AI meeting transcription tools: My phone’s built-in transcription plus AI summarization handles this. A dedicated tool is unnecessary at my meeting volume.

AI social media management platforms: Canva plus my primary AI plus a scheduling tool (I use Buffer’s free tier) covers this. Dedicated AI social tools are overpriced for solo founders.

AI-powered project management: For a solo founder, a simple to-do list and calendar are sufficient. AI project management tools solve a team coordination problem that solo founders do not have.

Prompt engineering courses and frameworks: I am going to be direct about this. The investment that actually pays off is domain expertise, not prompting technique. Understanding your business deeply, knowing your customers specifically, and having genuine expertise in your field — that is what makes AI output exceptional. The prompting part is straightforward once you know what you actually need to produce.

Each of these categories has good tools. The point is not that they are bad. The point is that for a solo founder, they add complexity and cost without sufficient additional value over what the core stack already provides.

Takeaways

  1. Start with one paid AI subscription and use it for everything for thirty days. Learn one tool deeply before adding others. Expertise with one tool beats surface familiarity with five.

  2. Apply the monthly audit: if you did not use it this month, cancel it. Subscription creep is real and expensive. Every tool must earn its place through active use. Watch especially for AI wrappers that duplicate what your primary model already does.

  3. Automate only after you have validated the workflow manually. Add workflow automation when you are running the same manual process three or more times per week. Not before.

  4. Build your knowledge layer early and connect it through MCP. Three context documents (business overview, brand voice, top client profile) make every AI interaction better. MCP integration eliminates the manual context-loading step.

  5. Total monthly cost for a complete solo founder AI stack is EUR 150-300. If you are spending significantly more, audit for redundancy and AI wrapper subscriptions. If you are spending significantly less, you may be under-investing in tools that would multiply your output.

ai tools

You might also like

ai business

The Future of AI in Business: What's Coming in 2027

Predictions grounded in what's already working today.

ai business

Training AI on Your Brand Voice

How to make AI sound like you, not like a robot.

ai business

AI for Invoice Processing and Bookkeeping

Automate the most tedious part of running a business.

ai business

The AI Audit: Where Is Your Business Wasting Human Hours?

Find the manual processes that AI should handle.

Stay in the Loop

One Insight Per Week.

What I'm building, what's working, what's not — and frameworks you can use on Monday.