Martin Källström
knowledge / companies

Kindship

Kindship is Martin's current venture (he works there full-time; his email is martin@kindship.ai), built around a bet that voice-driven, autonomous AI agents are worth building "on hard mode" from day one. He started it solo in mid-2023 as a self-hosted conversational-AI stack, spent much of 2024 building multi-speaker, multi-language voice capability, and has since pushed up the stack from interface mechanics toward how autonomous agents should reason, act, and even hold something like an identity of their own.

Origins

From gluing APIs to self-hosting

From API Constraints to Self-Hosted Models. Martin had spent years building on commercial AI APIs — fast and production-ready — but hit real walls building Kindship's conversational engine: he needed millisecond-level control over how a conversation was assembled, and chaining together roughly 6–7 different API calls (speech understanding, reasoning, data fetching, speech synthesis) for a single turn became prohibitively expensive at scale. That pushed him to rent GPU compute and self-host his own models instead. ▶ 1:00

Voice on hard mode

Martin's Voice AI Bet on Hard Mode. Where competitors VAPI and Retell built for the easy case — single speaker, English only — Martin deliberately took Kindship's voice AI in the opposite direction from the start: multiple speakers coming and going from a conversation, languages switching mid-sentence, and no way to know in advance who's in the room or what they'll speak. ▶ 16:18

Relief from Solo-Building Voice AI. For months Martin had been solo-developing voice capability from open-source components, grinding through what he calls "a myriad of tiny challenges." OpenAI's GPT-4o launch landed as a huge relief — a roughly 200-person team had effectively built the voice layer for him. He reframes it as OpenAI shipping AI's "System 1" (fast, reactive interaction), freeing him to stop worrying about interface mechanics and focus instead on "System 2" — how autonomous agents should think and act. ▶ 9:40

Iteration, not perfection

Martin's Kindship realization: iteration is the point. Martin spent months trying to make Kindship's LLM outputs perfect on the first try — "going against gravity," as he puts it, since making an LLM output robust on a single pass is one of the hardest problems in the field. The realization that reset his approach: chat's real value isn't the chat format, it's the iteration loop — ask, see the result, edit the question, ask again — which lets the human keep steering. He now treats that iterative loop as non-negotiable: whatever UI eventually replaces chat as the primary AI interface has to preserve it. ▶ 16:29

Toward autonomous agents with identity

What identity for an agent would mean

Beyond the product roadmap, Martin has spent real time on a more philosophical question: what would it mean for an AI agent to have an identity and presence of its own, rather than being a purely ephemeral tool.

Worth remembering