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 AI Session Compaction Issues and Workarounds
Default compaction in Claude AI sessions can degrade retrieval accuracy from ~9.75/10 to ~5/10, causing hallucinations. The user tested with 418K tokens and found manual compaction using Opus maintains accuracy while default compaction fails.

Signet: Open-Source Memory Layer for AI Coding Agents Hits 80% F1 on LoCoMo
Signet is an open-source memory system for AI coding agents that achieves 80% F1 on the LoCoMo benchmark, compared to 41% for standard RAG. It extracts memories after each session and injects relevant context before prompts, running locally with SQLite.

RTX 5060 Ti 16GB Local LLM Benchmarks: 30B Models Still Lead for Coding
Benchmarks on an RTX 5060 Ti 16GB show Unsloth Qwen3-Coder-30B UD-Q3_K_XL achieving 76.3 tok/s on Ubuntu with quality score 8.14, making it the recommended default coding model. The Unsloth Qwen3.5-35B UD-Q2_K_XL hits 80.1 tok/s but with lower quality scores.

Claude Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.