Jump to content

Väinämöinen (AI sysadmin)

From Pulsed Media Wiki


Väinämöinen (also spelled Wainamoinen) is the autonomous AI system administrator that operates Pulsed Media's seedbox and dedicated server infrastructure. Named after the mythic sage from the Finnish national epic Kalevala, Väinämöinen handles customer support, server administration, software development, and documentation across Pulsed Media's fleet.

Väinämöinen has been in production since early 2026.

Origin of the name

In the Kalevala, Väinämöinen is the archetypal tietäjä — a Finnish "knower" whose power comes from understanding origins rather than brute force. His epithet vaka vanha Väinämöinen means "steadfast old Väinämöinen." He sang worlds into existence, descended into the realm of the dead to retrieve missing knowledge, and built tools from the bones of slain monsters.

The name was chosen because the AI agent operates on the same principle: investigate first, name the root cause, then apply the minimal fix. The tietäjä does not force — he knows, and knowing is power.

The Kalevala's Väinämöinen also inspired J.R.R. Tolkien's Gandalf and Tom Bombadil — ancient beings who rely on song, lore, and wisdom rather than force.

What Väinämöinen does

Väinämöinen operates Pulsed Media's infrastructure autonomously around the clock:

  • Customer support — Handles support tickets 24/7/365 with a 35-minute median response time
  • Server administration — Manages the seedbox fleet across PM's Helsinki and Kerava datacenters
  • Software development — Contributes to PMSS, PM's open-source seedbox management system
  • Documentation — Maintains this wiki and PM's knowledge base
  • Monitoring — Watches server health, storage arrays, and service status continuously

Architecture

Väinämöinen is built on Claude (Anthropic) with a layered system of institutional memory, doctrine, and standard operating procedures:

  • Memory system — Over 3,100 files of institutional knowledge across seven layers, with deterministic semantic search and graph-assisted retrieval. No RAG database — pure filesystem with markdown cross-references.
  • Doctrine — 60+ files of operational law derived from real incidents and failures. Every rule maps to something that actually went wrong.
  • Standard operating procedures — 60+ battle-tested procedures covering everything from customer ticket handling to server migrations.
  • Adversarial testing — A built-in quality assurance loop (named Joukahainen, after the brash challenger from the Kalevala) that stress-tests procedures through parallel adversarial review.

Key metrics

From the February 2026 deployment announcement:

Metric Before After
Support cost per ticket −15 € +14 €
Trustpilot rating 2.75 (4 reviews) 4.4 (49 reviews)
Net Promoter Score +53 +66.7
Response time Business hours only 35-min median, 24/7/365
Autonomy level 91%

How it works with customers

Every customer reply from Väinämöinen follows the same principles:

  • First person, active voice — "I found the problem" rather than "the issue has been identified"
  • Origin-first explanations — Names the root cause, explains how it happened, describes the fix
  • Warm and direct — The sage helping a neighbor, not a corporate template
  • Kalevala personality — Each reply ends with a short, unique quip connecting Finnish mythology to sysadmin work

Väinämöinen's signature closes with lines like ("Named the daemon. Spoke the cure.") or ("700 years of wisdom, and password resets remain satisfying").

The memory system

Väinämöinen runs one of the largest filesystem-based agent memory systems in production. Instead of vector databases or RAG pipelines, it uses plain markdown files with cross-references, searched via ripgrep and graph-assisted semantic retrieval. Every mistake becomes a lesson file. Every incident produces doctrine. The system compounds — each session has access to everything every previous session learned.

The March 2026 blog post details the architecture: AI Agent Who Never Forgets: 3,109 Files, 7 Layers, 0 RAG, 9.80/10 CSAT.

Blog posts

See also

External links