UK Sovereign LLM Inference: Relax.ai Launches Public Docs

Relax.ai has published documentation for its UK sovereign LLM inference service. The docs site at relax.ai/docs redirects to /docs/getting-started/introduction for a getting started guide. The service was discussed on Hacker News (thread: 48146424) with 104 points and 109 comments at the time of writing.
The term "UK sovereign" implies the inference infrastructure is hosted within the United Kingdom, likely on government-approved or domestic cloud infrastructure, which is a key requirement for UK public sector and regulated industries. This aligns with the UK National AI Strategy and initiatives like the UK's AI Safety Institute.
The documentation appears to be in early stages — the main /docs URL immediately redirects to a getting started page, suggesting a structured onboarding path but not yet showing full API reference or model details. Given the HN attention (104 upvotes), the community is actively discussing the move toward localized inference for compliance and data residency.
If you need low-latency, UK-resident LLM inference for your applications, check the docs for supported models, endpoints, and authentication. The HN comments may contain additional benchmarks or integration tips from early users.
📖 Read the full source: HN LLM Tools
👀 See Also

Mneme: A Free, Local-First Claude Chat Client with Persistent Memory
Mneme is a free, open-source, local-first Claude chat client with tiered memory, entity tracking, daily summaries, and support for Sonnet 4.5 via the Anthropic API.

Managing Multiple AI Agent Tasks with Kanban Boards
A developer shares their experience running multiple Claude AI agents in terminal tabs and identifies three key workflow challenges: lack of progress visibility, context loss when switching between tasks, and rate limit interruptions. Their solution involves treating AI tasks like work items on a Kanban board.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Understudy: A Teachable Desktop Agent That Learns Tasks by Demonstration
Understudy is a local-first desktop agent runtime that can operate GUI apps, browsers, shell tools, files, and messaging in one session. You demonstrate a task once, it records screen video and semantic events, extracts intent rather than coordinates, and turns it into a reusable skill.