How do you start using AI?

Most SMEs believe that they need an AI mandate, but have no idea how to implement one.

So how do you start? how do you innovate when AI is innovating itself faster than you can get to grips with it?

This article introduces a framework way to think and what to do next.

Steve Jackson

Steve Jackson

Chief Data Officer

Steve has over 20 years experience with getting the most out of data platforms having made his clients 100s of millions in cost savings or sales directly attributable to his work. For the last 5 years he has been building an AI driven travel SaaS and vibe coding his way through all kinds of software development hell!

How Do You Start Using AI? A Practical Framework for SME Leaders

Most small and medium enterprises believe they need an AI mandate, but have no idea how to implement one. The landscape is moving so fast that by the time you understand one tool, three new ones have emerged claiming to be revolutionary. This leaves many SME leaders paralyzed, watching competitors potentially gain advantages while they remain stuck in analysis mode.

The reality is that AI implementation doesn’t require a complete digital transformation or a team of data scientists. What it requires is a structured approach that aligns with your business goals, builds on your existing infrastructure, and creates sustainable growth rather than technological debt.

This framework will guide you through five practical steps to move from AI curiosity to AI implementation, specifically designed for resource-conscious SMEs who need to make every technology investment count.

Ground Zero: Currently You Do Everything Manually

Meet Sarah, CTO of a 50-person travel booking company. Six months ago, she discovered ChatGPT and was amazed at how it could help her craft client emails and create presentation slides for board meetings. She started using it to debug code snippets and even generate ideas for improving their booking system’s user experience.

Sarah represents where most SME leaders find themselves today. She’s experimenting with AI tools on an individual level, seeing glimpses of potential, but struggling to translate these personal productivity gains into systematic business improvements. Her team knows she’s “playing with AI,” but there’s no clear strategy for how these tools might transform their operations.

The gap between personal experimentation and business implementation is where most SMEs get stuck. They see the potential but don’t have a roadmap to scale beyond individual use cases. Sarah’s company still manually processes customer inquiries, creates reports by copying data between spreadsheets, and relies on human judgment for all pricing decisions.

This ground zero position isn’t a weakness – it’s actually a strategic advantage. Unlike large enterprises weighed down by legacy systems and compliance requirements, SMEs can move quickly once they have a clear direction. The key is building systematically rather than continuing to rely on ad-hoc experimentation.

The challenge Sarah faces is common across industries. Whether you’re running a wellness center manually scheduling classes, a restaurant managing inventory through spreadsheets, or a retail business tracking customer preferences in your head, the pattern is the same: valuable processes trapped in manual workflows that AI could enhance or automate.

What To Do Next? Step 1: Your Business Goals

Before diving into AI implementation, you need to distinguish between simple automation and AI-powered solutions. This distinction will save you thousands of dollars and months of development time.

Simple automation handles predictable, rule-based processes.

  • When a customer books a service, send a confirmation email.
  • When inventory drops below a threshold, create a purchase order.
  • When a form is submitted, add the data to your CRM.

These workflows can be handled by tools like n8n, Zapier, or Make.com without any AI involvement.

AI-powered solutions handle unpredictable, judgment-based processes. Understanding customer sentiment in reviews, generating personalized product recommendations, or analyzing sales patterns to predict demand fluctuations. These require Large Language Models or machine learning algorithms that can process unstructured data and make intelligent decisions.

Start by auditing your current processes and categorizing them:

Simple Automation Candidates:

  • Data entry between systems
  • Scheduled reports and notifications
  • Standard email responses
  • File organization and backup
  • Basic data validation

AI-Powered Solution Candidates:

  • Customer service conversations
  • Content creation and personalization
  • Demand forecasting
  • Quality assessment
  • Complex scheduling optimization

The critical risk assessment involves three factors: cost, training requirements, and market saturation. Simple automation typically has predictable costs and minimal training needs. AI solutions can have variable costs based on usage, require more extensive staff training, and may put you in competition with well-funded startups building similar solutions.

For SMEs, the sweet spot often lies in hybrid approaches. Use simple automation to handle routine tasks, then apply AI to add intelligence to specific decision points within those automated workflows.

Step Two: Determine What Your Data Sources Are

AI is only as good as the data it can access, and data locked in proprietary formats or manual processes is essentially invisible to AI systems. This is where an API-first approach becomes crucial for SME leaders planning their AI strategy.

An Application Programming Interface (API) is essentially a communication protocol that allows different software systems to exchange data automatically. Think of it as a standardized language that lets your booking system talk to your email platform, or your inventory management system share data with your accounting software.

For AI implementation, APIs are critical because they provide real-time access to business data without manual intervention. Instead of exporting CSV files and uploading them to AI tools, APIs allow AI systems to pull fresh data whenever they need it, enabling dynamic responses and up-to-date analysis.

Conduct a data source audit across your business:

Customer Data:

  • CRM systems (contact information, interaction history)
  • Support tickets and communication logs
  • Purchase history and preferences
  • Website behavior and engagement metrics

Operational Data:

  • Inventory levels and supplier information
  • Financial transactions and accounting records
  • Staff schedules and productivity metrics
  • Equipment usage and maintenance logs

External Data Sources:

  • Weather data (crucial for hospitality and retail)
  • Market prices and competitor information
  • Social media mentions and reviews
  • Economic indicators relevant to your industry

The goal isn’t to connect everything immediately, but to ensure your most critical data sources can be accessed programmatically. Many SME-focused software solutions now offer API access as standard features. If your current tools don’t provide APIs, factor this into your software selection criteria going forward.

Prioritize data sources that update frequently and directly impact customer experience or operational efficiency. A restaurant’s point-of-sale system API is more valuable for AI implementation than historical accounting data that changes monthly.

Step 3: Infrastructure

The democratization of AI tools means that writing code is no longer the primary barrier to implementation. Platforms like Bubble, Retool, and even advanced spreadsheet tools can create sophisticated AI-powered applications without traditional programming skills.

However, infrastructure – the underlying systems that support your applications – remains a critical success factor. The difference between a successful AI implementation and an expensive experiment often comes down to getting the infrastructure foundation right.

Scalability planning requires thinking beyond your current needs. If your customer service AI handles ten inquiries per day initially but could potentially manage hundreds during peak seasons, your infrastructure needs to accommodate that growth without requiring complete rebuilds.

Key Infrastructure Considerations

Deployment Strategy:
Enable rapid, iterative deployment with reliable rollback capabilities. AI applications improve through iteration, so your infrastructure should support frequent updates without disrupting business operations. Cloud platforms like Vercel, Netlify, or even WordPress with proper staging environments can provide this flexibility for SMEs.

Data Storage and Processing:
Ensure your data infrastructure can handle both structured data (databases) and unstructured data (documents, images, conversations). Cloud storage solutions like AWS S3 or Google Cloud Storage integrate well with AI tools and scale automatically with usage.

Integration Architecture:
Design your infrastructure to support connections between multiple systems. A hub-and-spoke model, where a central integration platform connects your various business tools, often works better than point-to-point connections for SMEs planning to expand their AI usage.

Security and Compliance:
Implement proper authentication, data encryption, and access controls from the beginning. AI applications often process sensitive customer data, and retrofitting security is more expensive than building it in initially.

For most SMEs, cloud-based infrastructure offers the best balance of capability, scalability, and cost-effectiveness. Starting with managed services reduces the technical complexity while providing enterprise-grade reliability.

Step 4: Documentation

Traditional documentation becomes obsolete quickly, especially in AI projects where requirements and capabilities evolve rapidly. Living documentation represents a fundamental shift from static documentation to dynamic, integrated knowledge management.

Living documentation updates automatically as your systems change, maintains relevance through continuous integration with your development process, and serves as the foundation for AI system prompts and decision-making.

This approach transforms documentation from a compliance exercise into a strategic asset that directly improves AI performance. When your AI systems can access current, accurate documentation about business processes, they make better decisions and provide more relevant responses to users.

Components of Living Documentation:

Process Documentation:
Document business processes in structured formats that both humans and AI can understand. Instead of narrative descriptions, use flowcharts, decision trees, and structured templates that clearly define inputs, outputs, and decision criteria.

API Documentation:
Maintain current documentation of all data sources and integrations. Tools like Postman or Insomnia can automatically generate and update API documentation as your integrations evolve.

Prompt Libraries:
Develop standardized prompts and templates that ensure consistent AI behavior across different users and use cases. These templates should include context about your business, expected output formats, and quality criteria.

Performance Metrics:
Document what success looks like for each AI implementation, including quantitative metrics and qualitative assessment criteria. This documentation guides both human evaluation and AI self-improvement processes.

The key to successful living documentation is integration with your existing workflows. Documentation updates should happen naturally as part of system changes, not as separate tasks that compete with operational priorities.

Template development accelerates AI implementation by providing consistent frameworks for common tasks. A customer service AI performs better when it has templates for different types of inquiries, complete with your brand voice, escalation procedures, and outcome objectives.

Step 5: Practical Next Steps for Our Ground Zero CTO

Returning to Sarah, our travel booking company CTO, here’s a concrete 30-day action plan that moves beyond individual experimentation toward systematic AI implementation.

Week 1: Business Process Audit
Sarah should map her company’s three most time-consuming manual processes. For a travel business, these might be customer inquiry responses, itinerary customization, and booking change management. Document current workflows, time requirements, and quality criteria for each process.

Week 2: Quick Win Implementation
Select one simple automation opportunity and implement it using existing tools. Sarah might automate booking confirmations through Zapier, connecting their booking system to email templates and calendar integrations. This builds confidence and demonstrates value without significant investment.

Week 3: Data Access Assessment
Evaluate API availability for critical business systems. Sarah’s booking platform, payment processor, and customer communication tools likely offer API access. Create a simple integration that pulls booking data into a dashboard or reporting tool, establishing the foundation for future AI applications.

Week 4: AI Pilot Project
Implement a contained AI application that adds intelligence to existing processes. Sarah might create an AI-powered customer inquiry classifier that routes questions to appropriate team members, or an AI assistant that helps generate personalized travel recommendations based on customer preferences and booking history.

This pilot should be designed for easy measurement and rollback. Choose a process where AI assistance enhances human decision-making rather than replacing human judgment entirely.

Success Metrics:

  • Time saved on routine tasks
  • Improvement in response quality or consistency
  • Team adoption and satisfaction with new tools
  • Customer experience improvements

The goal isn’t to revolutionize operations immediately, but to establish a systematic approach to AI implementation that can scale with business needs and technological developments.

By following this framework, SME leaders can move beyond individual AI experimentation toward integrated business improvements that provide competitive advantages without overwhelming their teams or budgets.

Ready to move beyond AI experimentation to implementation?

Ready to move beyond AI experimentation to implementation?

Start with a business process audit this week. Identify your three most time-consuming manual processes and evaluate them using the simple automation versus AI-powered solution framework outlined above.

The journey from ground zero to AI-enhanced operations begins with understanding what you’re trying to improve, not with the technology itself.

Free Resource