What kind of AI work does WebSilm actually do?
Practical AI features built into the websites and small-business workflows we already make: AI-assisted contact forms, on-site chat trained on your documents, content generation pipelines with human review, semantic search using embeddings, document processing (OCR, summarisation, extraction), and workflow automation with services like Make.com or n8n that include an AI step. We integrate AI as a feature inside a normal web project — we are not an ML lab, we don't train custom models from scratch, and we don't sell autonomous agent swarms.
Should I add AI to my website? Honest answer.
Probably not yet, unless one of three things is true: (1) you have a measurable problem AI could solve — repetitive customer questions, slow document handling, content bottleneck — (2) you have enough usage that the API cost is justified, or (3) the AI feature is the actual product, not decoration. If your site gets 50 visitors a month and you're considering an AI chatbot to engage them, the chatbot is the wrong investment. Fix the underlying problem first.
How much does an AI integration cost?
Project work is quoted from €350 — a small AI feature added to an existing site, like a contact form with smart routing or a basic chatbot on your FAQ. More complex builds (semantic search across your content, document Q&A trained on your knowledge base, multi-step workflow automation) typically run €1,500–€5,000. The variation depends mostly on how clean your existing data is. We always quote a fixed price upfront after a 30-minute scoping call.
Will AI features make my site rank better in Google AI Overviews?
Adding an AI chatbot to your site does not, by itself, make Google or ChatGPT cite you more. What does help: structured content (FAQ schema, comparison tables in HTML, clear entity definitions), explicit AI-crawler permissions in robots.txt (GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot, Google-Extended), and Person author bios with sameAs links. We do this work as part of our SEO service — see /services/seo/ for that side. The two services are complementary but distinct.
Do I need to use OpenAI or Anthropic, or can we use a free model?
Both are options. OpenAI (GPT-4o, GPT-5) and Anthropic (Claude Sonnet, Claude Haiku) deliver the highest quality and are paid per token. Free or self-hosted models (Llama 3.1, Mistral, Qwen via Together AI or Replicate) cost less but generally produce weaker output for complex tasks. For most small-business use cases — chat, classification, summarisation — a small paid model at the cheapest tier (€0.10–€2 per million tokens) costs less than €5/month even with steady traffic. We pick the model per use case and tell you the expected monthly cost upfront.
Who pays for the AI API usage after launch?
You do, directly to the API provider (OpenAI, Anthropic, Google AI). We set up the account in your name, configure usage limits and a hard monthly cap so a runaway bug can't generate a €5,000 bill, and document how to monitor usage. We never charge a markup on AI API costs. For a typical small-business chatbot or smart-form integration, expected monthly API cost is €5–50; we tell you the realistic range upfront based on your traffic estimates.
What about hallucinations — what if the AI makes things up?
This is the right concern. We mitigate it three ways: (1) ground all answers in your actual content using retrieval-augmented generation, so the model can only quote from documents you uploaded, (2) include explicit refusal instructions in the system prompt for anything outside that scope, (3) add a confidence threshold below which the AI hands the conversation to a real person or to a 'we don't know — please contact us' fallback. Hallucinations cannot be reduced to zero, but for an FAQ chatbot trained on your own documents, the rate is typically under 1% and easy to catch in monitoring.
Can the AI feature be turned off if it's not working?
Yes, by design. Every AI integration we ship includes a feature flag so you can disable the AI part with a single toggle without touching the rest of the site. If a chatbot starts misbehaving, hide it. If a smart-routing form is sending leads to the wrong place, fall back to direct email. We never build AI features that are load-bearing for the site — the site has to work without them.