Skip to main content
Back to blog
AI Strategy14 March 20269 min read

The AI Integration Stack for SMEs: A Practical Guide to What Actually Works in 2026

Based on real experience across three production projects. What AI tools work, what doesn't, and how to build an AI stack that delivers without the hype.

AB

Adam Broons

Founder, Cognitiv

Every week I see another article listing "the 50 best AI tools for business." Most of them are written by people who've never shipped a production product using any of them.

I've built three production projects in the past six months using AI tools extensively - a SaaS product, two web platforms for a sports organisation, and the consulting infrastructure for my own business. Here's what actually works, what's overhyped, and how to put together an AI stack that delivers real value for a small or medium business.

The stack that works

I'm going to be specific. Not "AI-powered CRM" generic. Specific tools, specific use cases, specific results.

Claude (Anthropic) for everything language-based. Report generation, document drafting, data analysis, code review, content creation. I tested GPT-4, Claude, and Gemini extensively. Claude produces the most nuanced, well-structured output for professional use cases. The writing quality is noticeably better for documents that will be read by clients, investors, or stakeholders.

I use Claude in three ways:

  1. Claude Code (Opus 4.6, 1M context) for all software development - building features, debugging, code review, architecture discussions
  2. Claude API integrated into Scorafy for automated assessment report generation - this is the core AI feature of the product
  3. Claude conversational for document drafting, analysis, and strategic planning

Supabase for database and authentication. PostgreSQL with Row Level Security, built-in auth, real-time subscriptions. AI-friendly because the schema is inspectable, the API is RESTful, and the documentation is excellent. When I ask Claude to write a database query or design a schema, Supabase's well-documented patterns mean the AI produces accurate results more often than not.

Vercel for deployment. Git push to deploy. Zero DevOps overhead. Preview URLs for testing. This isn't an AI tool per se, but it's an enabler - by eliminating infrastructure management, it frees up all my time for feature development where AI assistance has the highest impact.

Sanity CMS for content management. Headless CMS with a visual editing studio. Non-technical team members can update content independently. This removes an entire category of "can you update the website" requests that would otherwise consume developer time.

Stripe for payments. REST API for checkout, webhooks for event handling. Stripe's documentation is so thorough that AI can generate accurate integration code on the first attempt most of the time.

That's five tools. Not fifty. Five tools that compound because they're designed to work together and they're all well-documented enough that AI assistance is reliable.

What to automate first

If you're a business owner trying to figure out where AI fits, here's the priority order based on what I've seen deliver the fastest return:

1. Report and document generation. If anyone in your organisation spends more than an hour per week writing reports, assessments, summaries, or documentation, that's your first automation target. AI is exceptionally good at taking structured data and producing well-written narrative documents.

At Scorafy, this is the core product: coaches and educators upload assessment data, and AI generates personalised reports in minutes instead of hours. The same principle applies to any business that produces repetitive documents with a consistent structure but varying data.

2. Data processing and analysis. Matching records across spreadsheets. Cleaning imported data. Generating summaries from large datasets. I've used AI to process player databases, match customer records with fuzzy matching, and synthesise survey responses. Tasks that would take an analyst a full day take minutes.

3. Code and technical work. If you have a developer on your team (even part-time), AI-assisted development tools will multiply their output by 3-5x. This isn't speculative - it's what I've measured across my own projects.

4. Customer communication. Email drafting, response templates, newsletter content. AI produces solid first drafts that need light editing, which is dramatically faster than writing from scratch.

5. Internal knowledge management. Loading company documentation, policies, and procedures into an AI context and using it as an internal knowledge base. With 1M token context windows now available, you can load years of accumulated documentation into a single session.

What doesn't work (yet)

Being honest about limitations is important. Here's where AI consistently falls short:

Fully autonomous agents. The "AI agent that runs your business" narrative is premature. Agentic AI - where AI takes multi-step actions independently - works in controlled environments with well-defined parameters. It doesn't work reliably in messy, real-world business contexts where judgment calls are required at every step.

I use AI agents for specific, bounded tasks: run a security audit across these files, generate reports for this dataset, process this batch of records. But I don't hand it open-ended business operations and walk away. Every output gets reviewed. Every action gets verified.

Replacing domain expertise. AI doesn't know your industry, your customers, or your competitive landscape the way you do. It can process information faster than you, but it can't make the judgment calls that come from years of experience in a specific domain.

I built a sports organisation's technology platform, but the decisions about what to build came from understanding the sport, the organisation's culture, and the stakeholders' priorities. AI accelerated the execution but couldn't have designed the strategy.

Creative brand work. AI can generate competent copy. It cannot create a brand voice, design a visual identity, or make the creative choices that give a company personality. The brands I work with - including my own - all have human-designed identities that AI helps execute consistently but didn't create.

Zero-oversight workflows. Any workflow where AI output goes directly to customers, partners, or the public without human review is a risk. AI produces confident-sounding errors. It hallucinates facts. It sometimes generates plausible but wrong analysis. Everything customer-facing gets reviewed.

The decision framework

When a client asks me whether they should use AI for a specific task, I run it through four questions:

  1. Is the task repetitive with a consistent structure? Reports, data processing, template-based documents - yes. Novel strategic decisions - no.
  1. Is the cost of an error manageable? Internal analysis where a mistake gets caught in review - fine. Medical advice, legal filings, financial reporting that goes directly to regulators - not without significant human oversight.
  1. Can a human verify the output faster than they could produce it? This is the key test. If reviewing an AI-generated report takes 15 minutes versus writing it from scratch in 3 hours, the maths works. If reviewing takes as long as writing, the AI isn't saving you anything.
  1. Does the data exist in a structured format? AI works best with structured inputs - spreadsheets, databases, form responses, well-organised documents. Unstructured data (scattered emails, informal notes, verbal information) needs to be organised first.

If the answer is yes to all four, automate it. If it's mixed, pilot it carefully. If it's mostly no, keep it human.

Practical next steps

If you're running a small or medium business and you're ready to move beyond "we should probably use AI for something," here's how to start:

  1. Audit your team's time. Where are the biggest time sinks? Which tasks are repetitive, structured, and low-risk? Those are your first candidates.
  1. Pick one workflow. Not five. One. Automate it, measure the result, and use that data to justify expanding.
  1. Budget realistically. Claude API costs are modest for most business use cases. Supabase and Vercel have generous free tiers. The biggest cost is usually the time investment in setting things up properly.
  1. Get expert help for the setup. The tools are accessible, but configuring them correctly for your specific use case requires experience. A few hours of consulting to set up the right architecture will save weeks of trial and error.

If you want to talk through where AI fits in your operations, get in touch. I help businesses build practical AI stacks that deliver measurable results - not theoretical ones.

Want to discuss this further?

I'm always up for a conversation about AI, product development, or technology strategy.

Get in Touch