Get started
Automate the everyday work of the business with AI agents, with order and discipline
The difference between an AI toy and an AI coworker is not the model, but the routine around it. Here is how you put agents on recurring work in a small business without losing control.
An agent that built a tool for you once (previous guide) is nice. An agent that does the same job every week without you asking: that is where time is actually freed. But recurring automation also means recurring risk, so this guide is as much about order as about automation.
Choose the right tasks (the boring, regular, harmless ones)
Good first tasks have three qualities: they are boring (no one misses them), regular (the same every time), and harmless (a mistake can be fixed). For example:
- Weekly report: compile sales/hours from system exports into a readable report.
- Inbox triage: sort, label, and write reply drafts (that you send).
- Quote draft: pull together relevant prices and texts from previous quotes.
- Monitoring: read industry news and authority pages, summarise what concerns you.
Sending emails yourself, touching payments, or changing the bookkeeping? Not until much later, if ever. Tool-wise: an agent like Claude Code for the custom stuff, or flow tools like n8n and Make (both with EU options) when it is more “connect systems on a schedule.”
The order that makes it sustainable
- A rule file. Write down what the agent does, never does, and when it should ask. It sounds bureaucratic; it takes ten minutes and is the difference between a tool and a stray dog.
- Guardrails for the sensitive stuff. Instructions are not enough for personal ID numbers and customer data. There, mechanical stops that block before anything is sent are needed. Open examples are in agent-toolkit-bundle: ready-made guardrails for personal and card numbers, a list of allowed recipients, and a tamper-proof log. (Disclosure: developed by aivalet’s founder. Free, open source, we earn nothing from it.)
- Log everything. What did the agent do, when, against which files? The day something goes wrong, the log is the difference between five minutes of troubleshooting and a trust crisis. If you sell to the financial sector, traceability is also a customer requirement.
- Sensitive material → local model. Agents do not need the cloud: against Ollama the same flows run with local AI, and personal data never leaves the building. The GDPR question shrinks to how you handle the data.
The ladder
Week 1: one task, test data, you review everything. Weeks 2–4: real data, the agent proposes, you approve. Thereafter: the agent executes, you review the log afterward, and only then do you add the next task. Companies that do the opposite (ten automations on day one) are the ones that turn everything off on day ten.
Unsure about the basics? Start with agents, skills, and MCP: explained.
Sources
Tools mentioned
Claude
Anthropic
Anthropic's AI, often best for longer and more nuanced text. Strong in Swedish.
- Excellent in Swedish and longer texts
- Free tier available
- Data is stored in the USA
Best for: Longer texts, analysis and nuanced answers.
Ollama
Ollama Inc.
Run language models (Llama, Mistral, Gemma, etc.) locally with one command. The standard for local AI, but it is terminal-based so some computer experience is required. Local use is free; paid cloud plans (Pro approx. SEK 190/month, Max approx. SEK 950/month) are available for larger models.
- One command to download and run models
- Largest ecosystem and model library for local AI
- Terminal-based: GUI requires third-party apps
Best for: For you who want to run AI models locally without hassle, and who can open a terminal.
n8n
n8n GmbH
Automation platform from Berlin with openly available source code (fair-code) that can be self-hosted for free on your own EU server. The cloud version costs and requires more tech than Zapier.
- Can be self-hosted for free with full data control in the EU
- German company, source code is freely available (fair-code, however not OSI-approved open source)
- Requires technical skills, especially for self-hosting
Best for: Technically skilled small businesses that want to own their automation and data.
Make
Make (part of Celonis)
Powerful and cheaper automation than Zapier, with EU data storage.
- Cheaper than Zapier
- EU data storage
- Steeper learning curve
Best for: More advanced automation at a lower price.
Related articles
This is general information, not legal advice. See How we review.