aivalet.nu, a Swedish guide
🆕 New guide Winningtemp price 2026: how much it costs Read →

HomeGuides › Get started

🚀

Get started

Claude Code for non-programmers: build your first tool

You have heard that 'everyone can build tools with AI now'. That is almost true. The catch is that the best tool lives in the terminal. Here is how you as a business owner get past that threshold and build something useful the first evening.

AIPracticalDevelopment

Short answer: Claude Code is an AI agent in the terminal that builds working programs for you while you describe what you want in Swedish. You do not need to know how to code, but dare to open the terminal. Count on an evening for your first custom tool, and start with something harmless: a calculator, a file cleaner, a simple internal page.

Claude in the browser answers questions. Claude Code is the same AI as an agent on your computer: it creates files, writes and runs code, fixes its own errors, and shows the result, while you describe what you want in plain Swedish. It is built for programmers, but here is the secret: describing what you want is the business owner’s home turf.

What it costs and requires

Claude Code is included in Claude’s paid subscription (Pro, around 20 USD/month, same account as the chat). Hardware requirements are low; the threshold is psychological: everything happens in the terminal (Terminal on Mac, PowerShell on Windows). You do not need to understand it, just dare to type in it. Installation is one line from the official page, then you type claude and talk.

Three good first projects (and one to avoid)

Rocket taking off: get started

  1. Price calculator. “Build a simple web page where customers can calculate what [your service] costs: [your prices and rules].” One evening, and you have something the competitor lacks.
  2. File cleaner. “Write a script that takes my folder of receipt images and renames them to date + amount.” Tedious work, gone.
  3. Internal compiler. “Read these three CSV files from the cash register system and make a monthly report as an Excel file.”

Avoid as a first project: anything involving real customer data, outgoing messages, or money. Build with test data until you trust both the tool and yourself.

Three safety rules that go a long way

  1. Claude Code asks before doing anything for real. Read the questions instead of pressing yes to everything. That is the whole protection; use it.
  2. Work in a separate folder (“ai-experiment”), not among the bookkeeping.
  3. Personal data stays out until you have set up guardrails. How to do that for real was described in the agent guide.

What to expect, straight talk

The first evening you build something that works and feels like magic. Week two you discover that what the AI built quickly can also break quickly. Then you learn to ask it to “test and fix.” That is normal; the pros do the same. And if you do not want to touch the terminal at all, Lovable is the graphical shortcut: less control, no terminal.

Next level: automate everyday work with agents, where one-off tools become recurring coworkers.

Sources

Tools mentioned

Claude

Anthropic

4,3 Very good
Best for text
Outside EU Writing Freemium ISO 27001

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.

Lovable

Lovable

3,3 Good
Outside EU Web & app building Freemium EU data storage ✓ ISO 27001

Popular tool that builds working web apps from a text description. Founded in Stockholm, but the legal entity is American (Delaware), so the data is ultimately subject to US jurisdiction.

  • Builds working apps from text
  • EU region can be selected for Lovable Cloud projects
  • American parent company (Delaware) subject to US jurisdiction

Best for: Build a simple web app or prototype without coding.

Ollama

Ollama Inc.

3,8 Good
Most popular
Outside EU Local AI Freemium 💻 Local – data stays with you

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.

Related articles

This is general information, not legal advice. See How we review.