AI for SMEs — Strategy, Use Cases and Roadmap 2026

As of: 22 May 2026 · Reading time approx. 22 minutes · Reviewed by David Richter

In 2026, artificial intelligence is no longer a technology of the future but is already in use in most small and medium-sized enterprises — usually uncoordinated, legally grey when it comes to data protection, and without measurable added value. SMEs face a double challenge: on the one hand, capturing the real productivity gains of large language models, and on the other, meeting the regulatory requirements arising from the EU AI Act, GDPR and sector-specific rules. Anyone who fails to build a structured AI strategy over the next 18 months will not only lose efficiency headroom against competitors but also risk fines and cancelled cyber insurance policies. This guide shows you how to introduce AI concretely — from the first use case to a productive roll-out.

What AI can really do for SMEs today

In practice, the term "artificial intelligence" is above all an umbrella term for two very different technologies: classic machine learning (ML) and large language models (LLM). Both have their own strengths, costs and fields of application — and both are often conflated in marketing, which leads to poor decisions in tool selection.

Classic machine learning has delivered reliable results with structured data for over a decade: demand forecasts from sales histories, predictive maintenance from sensor streams, fraud detection in transaction data, image classification in quality control. The model is trained once on historical data and then delivers predictions in milliseconds — very deterministic, very cheap to operate, but specialized in exactly one task.

Large language models such as GPT-4o, Claude Opus, Gemini 2.5 and the open-source families Llama and Mistral, by contrast, can understand, generate, translate, classify unstructured text and interact with tools. They are more universally applicable, require no training of their own, but cost typically 0.1 to 5 cents per call — and deliver probabilistic results, meaning not exactly the same answer every time. Multimodal LLMs additionally process images, PDF documents and audio directly.

The honest hype-vs-reality assessment for 2026: LLMs are excellent for text processing, knowledge queries, classification and code generation. They are unreliable for mathematical calculations without tools, for current factual questions without RAG, and for regulatorily strict decisions without human review. Anyone trying to replace Excel calculations with a language model has misunderstood the tool — anyone trying to automate contract drafts, support replies or marketing copy has found the right use case.

EU AI Act — what becomes mandatory in 2026

The EU AI Act has been in force since August 2024, with staggered implementation deadlines. Three dates are relevant for SMEs: since February 2025, prohibited AI practices (social scoring, manipulative behaviour, biometric mass surveillance) have been banned. Since August 2025, the transparency obligations for general-purpose AI providers have applied — which mainly affects the tool providers, but indirectly also users. From August 2026, the main body of the regulation applies: obligations for high-risk AI, compliance documentation, conformity assessment.

The risk classes. The AI Act divides applications into four tiers. Minimal risk (spam filters, AI in computer games, simple chatbots without a decision function) has no specific obligations. Limited risk (chatbots with customer contact, generative image tools, deepfake applications) requires transparency: users must be able to recognize that they are interacting with AI. High risk (HR selection, credit scoring, biometric identification, critical infrastructure, educational assessment) requires a full conformity assessment, risk management system, data governance, logging, human oversight. Unacceptable risk is prohibited.

What does this mean in practice? Most SME applications fall under minimal or limited risk — an internal knowledge assistant, a marketing copy generator or a translation tool are uncritical and only need transparency labelling and data processing agreements with the provider. Anyone who uses AI in the HR area (CV screening, performance scoring), in lending or in safety-critical decisions, however, ends up in the high-risk class with considerable documentation effort and a formal conformity assessment.

The penalties. Violations of prohibited practices are punished with up to 35 million euros or 7 percent of global annual revenue. Violations of high-risk obligations with up to 15 million euros or 3 percent. False information given to authorities with up to 7.5 million euros or 1 percent. Here too the rule applies: management is personally liable, and insurance cover does not kick in without proven compliance.

Which AI Act risk class applies to your initiative?

In a free 30-minute conversation we classify your specific use case by AI Act tier and name the next steps. A concrete answer, no "it depends".

Request an AI Act assessment

Data protection: GDPR and AI

The GDPR applies unchanged to AI applications too — and is stricter on several points than is often assumed. Anyone who sends personal data to a language model is carrying out processing within the meaning of Article 4, with all the consequences for legal basis, information obligations and data subject rights.

Data processing. Every LLM provider that processes personal data on your behalf is a processor under Article 28. You need a data processing agreement with documented technical and organizational measures, a sub-processor list, an audit right and an EU data residency guarantee. OpenAI, Anthropic, Google and Microsoft offer these data processing agreements in their enterprise tiers. The free or consumer tiers do not include these agreements — using them with personal data is simply unlawful there.

Training data. The second critical point is the question of whether your inputs are used to train future model versions. In the ChatGPT Free and Plus tier: yes by default, opt-out possible. In the ChatGPT Team, Enterprise and API tier: no by default. With Claude Pro and Enterprise: no by default. With Gemini Workspace: no by default. This distinction is not a marketing detail but a GDPR-relevant contractual element — check the data processing clauses word for word.

Sub-processing chain. OpenAI uses Microsoft Azure as its infrastructure provider, Anthropic uses AWS and Google Cloud, Mistral uses its own servers in France. Each of these sub-processors must be documented in your record of processing activities under Article 30, and for processing outside the EU you need standard contractual clauses plus a transfer impact assessment. Anyone in Germany who sends data of EU citizens to a US provider is carrying out a third-country transfer within the meaning of Chapter V GDPR — with all the accompanying requirements.

Data subject rights. The rights to access, erasure and rectification also continue to apply. For a RAG system this means: if an employee requests the deletion of their data, you must remove the data from the vector index, not only from the original source. This is technically solvable, but it must be designed into the architecture from the outset.

Cloud vs on-premise vs hybrid

The architecture question determines cost, data residency, model quality and operating effort. Three options are available, each with a clear profile.

Pure cloud LLMs. ChatGPT, Claude, Gemini — top models, instantly available, no initial investment. Costs scale with volume, typically 0.002 to 0.05 euros per 1,000 tokens depending on the model. For 100 employees with moderate use, budget 30 to 80 euros per person per month in enterprise licences. EU data residency is available (Azure OpenAI in Frankfurt, Anthropic in the EU, Gemini Workspace EU region). Advantage: maximum model quality, tool integration (web browsing, code interpreter, image generation) with no effort of your own. Disadvantage: every request leaves your infrastructure.

On-premise with open-source models. Llama 3.3 70B, Mistral Large 2, Qwen 2.5 — all available as open-weight models and runnable on your own GPU hardware. Acquisition: 40,000 to 120,000 euros for an inference box with two to four H100 or L40S GPUs. Ongoing electricity costs: around 800 to 1,500 euros per month. Advantage: full data sovereignty, fixed costs regardless of volume, no third-country transfer. Disadvantage: model quality lags roughly 6 to 18 months behind the cloud top models, operating effort for updates and monitoring, and the initial investment only pays off from around 200,000 monthly API calls.

Hybrid architectures. The most common solution in practice: a routing layer decides per request whether the cloud model or the local model answers. Sensitive data (personnel files, customer contracts, patent submissions) stays local, general tasks (translations, brainstorming, public research) go to the cloud. Tools like n8n, LangChain or our own Reepa stack orchestrate this decision. Advantage: optimal cost-quality mix, regulatory cleanliness for sensitive workloads. Disadvantage: higher complexity in operations and monitoring.

Use cases by industry

AI success is a question of how the use case is scoped, not of the technology. From our SME projects across the DACH region, five industry clusters with clear success patterns can be derived.

Mechanical and plant engineering. High-value use cases: making technical documentation searchable via RAG (DIN standards, component specifications, maintenance manuals), generating quote drafts from customer requirements (reducing sales lead time by 40 to 60 percent), automatically classifying and routing service tickets, translating technical documentation into 15 languages without an external agency. Predictive maintenance remains the domain of classic ML, not of language models.

Retail and e-commerce. Generating product descriptions from master data (economically feasible only via LLM for thousands of SKUs in multiple languages), first-level customer support bots (40 to 70 percent full automation with good RAG data), review analysis and sentiment tracking, personalization of marketing copy. ROI typically achieved within four to six months.

Service providers and consultancies. Research acceleration (legal requirements, market studies, competitor profiles), first drafts of reports and presentations, meeting minutes and to-do extraction, an internal knowledge base for methods and past projects. A consulting team of 30 people typically saves 4 to 8 hours per person per week.

Accounting and administration. Invoice classification and account assignment suggestions (accuracy over 95 percent with well-trained patterns), automated dunning texts with an individual tone, travel expense receipt checks, contract clause comparison, GoBD-compliant archiving with full-text search. Interfaces to DATEV, SAP and Sage are established in 2026.

Sales and marketing. Lead qualification and first-contact emails, CRM entry enrichment from public sources, social media content planning, A/B test copywriting, sales coaching through conversation analysis. Important: sales personalization must remain authentic — the market recognizes generic LLM copy after just a few weeks.

Tools landscape 2026

The market has consolidated. Five providers dominate the cloud side, two the open-source world, and half a dozen orchestration tools the workflow integration.

ChatGPT Enterprise. As of 2026, by far the most widespread model among SMEs. Strengths: extreme tool maturity (code interpreter, web browsing, image generation with DALL-E, vision for image analysis), Microsoft integration via Copilot, clear compliance contracts. Price: around 60 dollars per person per month from 150 licences. Weaknesses: higher latency in deep reasoning, less control over model behaviour than with Claude or Mistral.

Claude Enterprise. Anthropic model with the longest usable context (200,000 tokens standard, 1 million in the enterprise tier), strong reasoning quality, market leader for coding tasks. Price comparable to ChatGPT Enterprise. In the Reepa stack it is our primary model, because we consider the SDK integration and caching behaviour to be more technically mature. Weaknesses: a smaller plugin ecosystem than OpenAI, no image generation.

Google Gemini Workspace. Deeply integrated into Google Workspace — anyone using Gmail, Drive, Docs and Meet gets AI features in every app without separate licensing logic. The model quality of Gemini 2.5 Pro is now on par with ChatGPT and Claude. Price: from 24 dollars per person per month as a Workspace add-on. Sensible if Google Workspace is already the central platform.

Mistral AI. French provider with open-source models (Mistral Small, Mistral Large) and a commercial cloud platform in Paris. Strengths: EU data residency without third-country transfer, open-weight models for on-premise operation, good multilingualism. Weaknesses: model quality lags about one to two generations behind ChatGPT and Claude, a thinner tool ecosystem.

Llama self-hosting. Meta releases Llama models as open-weight under its own licence. Llama 3.3 70B runs on two H100 GPUs at around 30 tokens per second, Llama 4 with a Mixture-of-Experts architecture is significantly more efficient. Suitable for companies with high data residency requirements, high request volumes or specialized fine-tuning needs.

n8n. Workflow automation, developed in Switzerland, available free as the open-source variant and commercially as a cloud service. n8n connects LLMs with over 400 standard applications (CRM, ERP, email, databases) and is in 2026 the tool of choice for embedding AI into existing business processes. The learning curve is flatter than with programmatic frameworks like LangChain.

RAG stacks. For internal knowledge bases, vector databases (Qdrant, Weaviate, pgvector, Chroma), embedding models (OpenAI text-embedding-3, Cohere embed-v3, BGE) and orchestration frameworks (LlamaIndex, LangChain) are combined. For most SME projects we recommend Qdrant plus OpenAI embeddings plus a dedicated API layer — robust, well documented, EU-deployable.

Reepa Solutions approach — we use the stack ourselves

Our own tool

Reepa Security — built on Anthropic Claude, n8n and our own RAG

We don't just talk about AI for SMEs, we build it ourselves. Our audit platform Reepa Security has been productively using Claude for finding analysis for over two years, n8n for orchestrating the audit pipelines, and a dedicated RAG stack over Qdrant for the knowledge base from over 100 detectors, CVE databases and compliance frameworks.

The result: AI consulting that doesn't come from PowerPoint but from our own operations. We know the pitfalls of token costs, hallucination rates, latency bottlenecks and contract clauses — because we have solved them ourselves.

For customer projects we work with a proven three-layer structure. First layer: model routing. A dedicated routing logic decides per request which model fits — Claude for complex reasoning tasks, GPT-4o for fast multitasking answers, Mistral or Llama locally for sensitive data. Second layer: RAG mediation. Before the model answers, it searches the customer-specific knowledge base and receives only the relevant passages with source citations. Third layer: output validation. Every answer passes through schema checks (JSON Schema, Pydantic, custom DSL) and, in the high-risk case, a human review step.

This architecture is not academic — it is what we run productively every day. When we advise you, you don't adopt theoretical patterns but the concretely tested setup.

AI roadmap in 90 days

Successful AI rollouts follow a disciplined three-phase structure. Anyone who needs more than 90 days for the first productive use case has usually not scoped it tightly enough or is trying too early to build a platform instead of a solution.

Days 1 to 30: Discovery. Use-case workshop with the business departments — identify three to five candidates, evaluate them by impact (time savings, error reduction, new revenue) and effort (data availability, integration complexity, compliance risk). Data review: which data sources, in what quality, with what access rights? Architecture sketch: cloud, on-premise or hybrid, which models, which orchestration? The outcome of this phase is a one-page pilot plan with a clear go/no-go criterion.

Days 31 to 75: Pilot. A prototype for exactly one use case with real data in an isolated environment. Iterative improvement over two to three weeks with feedback from the future owners. In parallel: data processing agreement with the provider, data protection impact assessment if required, documenting the AI Act classification. Mid-pilot: a success check against the previously defined metrics. If the results are not convincing, this is the point to abort — not six months later.

Days 76 to 90: Scaling. Employee training for the affected department, handover to the internal owner (every productive AI workflow needs a responsible person, not just a technical owner), monitoring setup for cost, latency and output quality, documenting the architecture for the compliance file. After day 90 the use case runs productively and you know from experience how the next one is introduced.

Calculating ROI — concrete examples

AI ROI is measurable when the metrics are defined before the project. Three real calculation paths from our projects.

Example 1: Customer support automation. Starting point: 5,000 support tickets per month, average handling time 12 minutes, internal hourly rate 35 euros per hour. Monthly cost: 35,000 euros. A RAG-powered bot answers 45 percent of tickets fully autonomously, a further 25 percent prepared with a draft reply. Effective time savings: 45 percent fully plus a 60 percent reduction on the prepared share = 60 percent total saving = 21,000 euros per month. LLM API costs: 800 euros per month. Net saving: 20,200 euros per month. Project investment: 28,000 euros one-off. Payback: 1.4 months.

Example 2: Document classification in accounting. Starting point: 4,000 incoming invoices per month, manual account assignment 3 minutes per document, hourly rate 28 euros. Monthly cost: 5,600 euros. AI-supported pre-classification with a 96 percent hit rate reduces the handling time to 0.5 minutes per document for the accepted cases plus 4 minutes of review for the 4 percent of doubtful cases. New cost: 980 euros per month plus 120 euros API. Saving: 4,500 euros per month with a project investment of 18,000 euros. Payback: 4 months.

Example 3: Sales acceleration in mechanical engineering. Starting point: creating a quote takes an average of 6 hours per inquiry, 80 inquiries per month, hourly rate in sales 65 euros. Monthly cost: 31,200 euros. A RAG system with a product database and previous quotes creates 75-percent-finished drafts in 8 minutes, sales finalizes in 1.5 hours. New cost: 7,800 euros plus 400 euros API. Saving: 23,000 euros per month, and additionally a shorter response time raises the win rate from 28 to 36 percent.

Risks: hallucinations, bias, vendor lock-in, security

AI is not risk-free. Four categories must be actively managed — and each has an established remedy.

Hallucinations. Language models invent facts when no sources are available — typically 5 to 20 percent of answers to questions outside their training knowledge. The three effective remedies: RAG architecture with a source requirement (the model may only answer what is in the context), structured outputs against a schema (JSON Schema validates the answer structure), and human-in-the-loop for high-risk decisions. This brings the hallucination rates in our projects below 2 percent.

Bias. Models adopt the biases of their training data — gender stereotypes in job recommendations, skin-colour biases in image analysis, language bias in favour of English. In the B2B SME world this is rarely the main sticking point, but in HR applications it is legally and ethically sensitive. Standard countermeasures: bias audits before going live, regular retraining with corrected data sets, external reviews by diversity experts.

Vendor lock-in. Anyone who hard-wires all workflows against the OpenAI API depends on the provider's pricing and its strategic decisions. Remedy: an abstraction layer over multiple providers (Vercel AI SDK, LiteLLM, or your own routing layer), so that a model switch is possible without code changes. In our projects, the ability to switch between Claude, GPT-4o and Mistral is always built in.

Security. Prompt injection (manipulating the model through instructions smuggled into inputs) is in 2026 the most common AI-specific security vulnerability. Indirect prompt injection via RAG data sources, data leakage via model responses and jailbreaks against content filters are real attack vectors. We test every AI application before going live against the OWASP LLM Top 10 catalogue — the AI security sibling of our audit platform Reepa Security covers exactly this area.

AI training for employees

The biggest hurdle in AI rollouts is not the technology but acceptance and competence within the team. Three training stages have proven themselves in our projects.

Stage 1: Foundations for everyone. A four-hour workshop for all employees regardless of role. Content: What can an LLM do, what can't it? Which data may we input, which not? What does hallucination concretely mean, and how do I recognize it? How do I write a good prompt? Which tools do we provide, and which are prohibited? This basic training is not optional — anyone who goes into an LLM with customer data without this knowledge is a data protection risk.

Stage 2: Departmental deep dive. Two days of training for power users per department. Content: department-specific use cases, advanced prompt patterns (few-shot, chain-of-thought, role-prompting), tool integration (custom GPTs, Claude projects, n8n workflows), output quality control. The result is a library of tested prompts and workflows for the respective department.

Stage 3: AI champion programme. Four to six weeks of support for one employee per area, who takes on internal knowledge sharing and drives new use cases. A mix of their own projects, weekly coaching sessions with our team, and a documented set of knowledge routines, tool configurations and escalation paths. On completion, the organization can continue to scale without external consulting.

Your individual AI training package

We tailor training content to your tools, your industry and your compliance requirements — from the management briefing to the technical deep dive for IT.

Request training

Frequently asked questions

What does an AI pilot project cost for an SME?

A focused AI pilot project with a clearly defined use case (e.g. document classification, customer support bot, RAG system for internal knowledge) starts at 15,000 to 35,000 euros including discovery, architecture, implementation and training. Ongoing operating costs for the LLM API range from 200 to 2,000 euros per month depending on volume. Larger roll-outs with multiple use cases, dedicated RAG infrastructure and n8n orchestration fall in the range of 60,000 to 150,000 euros in the first year.

Is the EU AI Act relevant to our company?

Yes, as soon as you use or develop AI systems. Most SME applications (chatbots, document analysis, translation, marketing copy) fall into the minimal or limited risk category and only require transparency obligations. High-risk applications (HR screening, credit scoring, biometric identification, critical infrastructure) are subject to strict conformity assessments. Prohibited practices (social scoring, manipulative systems) have applied since February 2025, obligations for general-purpose AI since August 2025, and the main body from August 2026.

Are we allowed to feed ChatGPT with customer data?

Only under certain conditions. The free or Plus version of ChatGPT stores inputs for training purposes by default — which is GDPR-critical. ChatGPT Enterprise, Claude Enterprise and Gemini Workspace, by contrast, offer contractual no-training guarantees, EU data residency on request and data processing agreements under Article 28 GDPR. For highly sensitive data we recommend on-premise or hybrid architectures with Mistral or Llama on your own infrastructure.

Cloud or on-premise — which is right for us?

Cloud LLMs (ChatGPT, Claude, Gemini) offer top-tier model quality, immediate availability and low entry costs — ideal for standard use cases without extreme data sensitivity. On-premise models (Mistral, Llama) on your own GPU hardware become worthwhile from around 200,000 monthly API calls or with strict data residency requirements, but cost 40,000 to 120,000 euros in initial investment. Hybrid setups combine both: sensitive data locally, general tasks in the cloud.

What is a RAG system and when do we need one?

RAG (Retrieval-Augmented Generation) connects a language model with your own knowledge base. Instead of retraining the model on your data (expensive, privacy-critical), the system searches your documents for each query and provides the LLM only with the relevant passages as context. RAG is the standard architecture for internal knowledge assistants, customer support bots with product knowledge and legal research tools. A basic installation with 10,000 documents is in production within four to six weeks.

Doesn't AI constantly hallucinate — how reliable are the results?

Hallucinations are real but controllable. Three levers reduce them significantly: RAG architecture with source citations, output validation against structured schemas (JSON Schema, Pydantic), and a human review step before critical decisions. For most SME use cases (drafting text, classification, summarization) the accuracy rate is over 95 percent with the right setup. For high-risk applications a human must always stay in the loop — this is also required by the EU AI Act.

How long does an AI project take from idea to production?

With a clearly defined scope: 8 to 16 weeks. Our standard roadmap splits this into 30 days of discovery (use-case validation, data review, architecture sketch), 30 to 45 days of pilot (prototype, fine-tuning, employee testing) and 30 days of roll-out (training, monitoring setup, handover to internal owners). Anyone who takes longer has usually not scoped the project tightly enough.

How do we measure the ROI of an AI solution?

Three classes of metrics: time savings (minutes per task × tasks per month × hourly rate), error reduction (number of reworks before/after × internal cost per correction), and scaling gain (additional output without additional staff). A concrete example: a customer support bot that fully automates 40 percent of inquiries saves around 24,000 euros per month with 5,000 tickets per month and 12 euros average cost per ticket — at ongoing API costs of 800 euros.

What happens to our data at OpenAI, Anthropic, Google?

In the enterprise tiers (ChatGPT Enterprise, Claude for Enterprise, Gemini Workspace) it applies contractually: no use of your data for model training, processing in dedicated tenants, EU data residency on request and standard contractual clauses under Article 28 GDPR. With free or Plus tiers these guarantees do NOT apply — inputs may be used for training by default. For any business use we recommend at least a Team or Enterprise tier with a documented data processing agreement.

How do we sensibly train our employees on AI?

Three building stages: a foundations workshop for everyone (4 hours — what AI can and cannot do, data protection rules, prompt basics), a deep dive for power users per department (2 days — department-specific use cases, advanced prompting, tool integration), and an internal AI champion per area (4 to 6 weeks of support — setting up your own workflows, knowledge sharing). This three-stage training costs 8,000 to 25,000 euros depending on headcount and typically pays off in the first quarter after roll-out.

In-depth articles & cases

This pillar covers the overview — for operational depth we refer to the specialized articles per topic area. Each article stands on its own and links back to this AI guide.

Strategy

Developing an AI strategy for SMEs

From a status-quo assessment to a prioritized use-case pipeline in ten steps.

Tools

ChatGPT Enterprise vs Claude Enterprise

Features, prices, compliance clauses and model quality in a direct comparison.

Use cases

AI use cases by industry

Mechanical engineering, retail, services, accounting, sales — what works where?

Compliance

AI and GDPR — what SMEs need to consider

Data processing, training data, sub-processing and third-country transfer.

Tools

AI tools comparison 2026

OpenAI, Anthropic, Google, Mistral, Meta, n8n, LangChain — an honest market overview.

Roadmap

AI roadmap in 90 days

Discovery, pilot, roll-out — with milestones and abort criteria.

Architecture

LLM on-premise vs cloud

Cost calculation, performance comparison and a decision matrix for 2026.

Budget

Calculating AI cost and ROI

Token pricing, training effort, operating costs and three real calculation examples.

Architecture

RAG systems for enterprises

Vector databases, embeddings, chunking strategies and source validation.

Knowledge

Prompt engineering for enterprises

Patterns, anti-patterns and reusable prompt libraries per department.

Use cases

AI in customer service

Bot architecture, escalation logic and realistic automation rates.

Use cases

AI in accounting

Invoice classification, account assignment suggestions, DATEV and SAP integration.

Awareness

AI training for employees

A three-stage curriculum from foundations training to the internal champion.

Compliance

EU AI Act obligations for SMEs

Risk classification, documentation obligations and conformity assessment.

Use cases

AI agents with n8n and workflows

Workflow orchestration, tool calling and productive agent patterns for SMEs.

From our projects

Amaterasu — AI-powered platform

End-to-end AI integration into an existing SaaS platform: RAG over product knowledge, Claude for reasoning, n8n for orchestration.

8 weeks time-to-production · 95 %+ answer accuracy

Read case →

AI chatbot with RAG for SMEs

Internal knowledge assistant with source citations, EU data residency and a GDPR-compliant architecture.

40 % less support load · 4-week roll-out

Read case →

AI document analysis for contracts

Automated clause detection and risk flagging in supplier and customer contracts with human-in-the-loop review.

3 min instead of 45 min per contract · 98 % hit rate

Read case →

Ready for the first step?

Book a free 30-minute conversation to assess where you stand with AI. Afterwards you will know whether you need a discovery workshop, a pilot project or a training wave first — or whether your current tool landscape already does the job.

Secure a consultation slot
David Richter
David Richter · AI & Data Engineer · Reepa Solutions

IT security and cloud architect with over ten years of experience. Together with his team, he builds Reepa Security on a productive Anthropic Claude and n8n stack. He writes regularly about AI architectures, the EU AI Act, GDPR and RAG patterns for SMEs.

Reviewed on: 22 May 2026 · More about David

More from our knowledge hubs

🛡
Security
Cybersecurity
15 articles →
Infrastructure
Cloud & DevOps
15 articles →
💻
Development
Software Development
15 articles →