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

Claude Code CLI Toolkit: Four Tools for Code Review, Project Briefs, Auto-Journaling Git Hooks
A developer has released four CLI tools built around Claude Code's print mode that handle code reviews, project brief generation, auto-journaling git hooks, and Claude session status. The tools use existing Claude Code authentication and are available as open source.

Crispy VS Code Extension Adds Agent Memory and Multi-Agent Features for Claude and Codex
Crispy is an open-source VS Code extension that wraps Claude Code and Codex CLIs with a GUI, adding local agent memory with semantic search, multi-agent sessions, conversation forking, and dedicated tool views. It runs on Linux, macOS, and Windows under MIT license.

uimax-mcp: Free MCP Server for Automated Frontend Code Review and Fixes with Claude Code
uimax-mcp is a free MCP server that automates frontend code review and fixes using Claude Code. With one command, it captures screenshots, runs Lighthouse and accessibility audits, scans for anti-patterns, and generates automated fixes.

Traversable Skill Graph for Persistent AI Agent Memory in Codebases
A developer built a three-layer skill graph system that lives inside a codebase, enabling AI coding assistants to maintain persistent memory across sessions. The system uses progressive disclosure with self-directing instructions instead of monolithic context files.