<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>Alek&#x27;s Blog - ai</title>
      <link>https://blog.none.at</link>
      <description>Production notes on Kubernetes, OpenShift, and OVHcloud: observability, log archiving, service mesh, LLM inference, and digital sovereignty.</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://blog.none.at/categories/ai/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sat, 27 Jun 2026 00:00:00 +0000</lastBuildDate>
      <item>
          <title>What is Application Security</title>
          <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-19-ddos-application/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-19-ddos-application/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-19-ddos-application/">&lt;p&gt;The third part of the (D)DoS series — but a step sideways: this post covers attacks at the Application layer that affect &lt;strong&gt;confidentiality and integrity&lt;&#x2F;strong&gt; rather than availability. SQL Injection, Log4Shell, and similar vulnerabilities have a different threat model than the DDoS attacks covered in the &lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-19-ddos-technical&#x2F;&quot;&gt;technical part&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>How I work with Claude Code</title>
          <pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-10-how-i-work-with-claude/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-10-how-i-work-with-claude/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-10-how-i-work-with-claude/">&lt;p&gt;Since 2025, I have been using AI tools as part of my daily work. Not as a replacement for
thinking — as a productivity aid. An AI coding agent has become a regular part of how I work on infrastructure, blog posts,
and software projects. Most of what follows likely applies to other agents as well —
Cursor, Copilot, or whatever comes next. I happen to use Claude.&lt;&#x2F;p&gt;
&lt;p&gt;This post is not a tutorial and not a pitch. It is a reflection on what actually works — for me, on my projects —
across months of real use, across 40+ projects, and across months of agent use.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>LLM Inference on OVH MKS: Connect IDEs and Web UIs</title>
          <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-agents/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-agents/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-agents/">&lt;p&gt;The first four parts of this series deployed a vLLM inference endpoint at
&lt;code&gt;https:&#x2F;&#x2F;llm.YOUR_DOMAIN&#x2F;v1&lt;&#x2F;code&gt;, protected by a Bearer token, running on an OVH RTX5000-28 GPU node.
This part shows how to connect coding assistants, web UIs, and other OpenAI-compatible clients
to that endpoint.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>LLM Inference on OVH MKS: Terraform, Ansible, and Deployment</title>
          <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-deployment/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-deployment/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-deployment/">&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-introduction&#x2F;&quot;&gt;Part 1&lt;&#x2F;a&gt; covered the architecture and use cases. This post walks through the complete Terraform and Ansible setup and a first deployment.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>LLM Inference on OVH MKS: LiteLLM API Gateway</title>
          <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-gateway/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-gateway/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-gateway/">&lt;p&gt;Parts 1–5 deployed a functional self-hosted LLM endpoint. This part adds &lt;a rel=&quot;noopener external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;docs.litellm.ai&#x2F;&quot;&gt;LiteLLM&lt;&#x2F;a&gt; — an open-source proxy that exposes a unified OpenAI-compatible API across multiple LLM backends — in front of vLLM. The gateway layer brings per-user API keys, budget enforcement, and automatic fallback to commercial APIs when the local model is unavailable.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>LLM Inference on OVH MKS: The Complete Guide</title>
          <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-guide/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-guide/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-guide/">&lt;p&gt;This is the index and reading guide for a six-part series on self-hosting LLM inference on a
GPU-enabled Kubernetes node pool, using OVH Managed Kubernetes Service (MKS) as the concrete
platform throughout. The series runs end to end: the decision of whether to self-host at all,
provisioning the GPU infrastructure, serving a model behind an OpenAI-compatible API, wiring up
observability and autoscaling, connecting real client tools, and finally putting a multi-user
gateway in front of the whole thing.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>LLM Inference on OVH MKS: Introduction</title>
          <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-introduction/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-introduction/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-introduction/">&lt;p&gt;This post covers the decision context for self-hosting LLM inference on OVH MKS: when it makes sense, what the stack looks like, and what the costs are. &lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-deployment&#x2F;&quot;&gt;Part 2&lt;&#x2F;a&gt; walks through the Terraform and Ansible setup.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>LLM Inference on OVH MKS: Prometheus, Grafana, and KEDA</title>
          <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-observability/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-observability/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-observability/">&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-introduction&#x2F;&quot;&gt;Part 1&lt;&#x2F;a&gt; covered the architecture and use cases.
&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-deployment&#x2F;&quot;&gt;Part 2&lt;&#x2F;a&gt; walked through Terraform and Ansible.
&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-serving&#x2F;&quot;&gt;Part 3&lt;&#x2F;a&gt; covered models and the OpenAI API.
This part adds observability (Prometheus + Grafana) and scale-to-zero autoscaling via KEDA.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>LLM Inference on OVH MKS: Models, AWQ, and OpenAI API</title>
          <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
          <author>aleks</author>
          <link>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-serving/</link>
          <guid>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-serving/</guid>
          <description xml:base="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-serving/">&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-introduction&#x2F;&quot;&gt;Part 1&lt;&#x2F;a&gt; covered the architecture and use cases.
&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-deployment&#x2F;&quot;&gt;Part 2&lt;&#x2F;a&gt; walked through the Terraform and Ansible setup.
This post covers which models fit on the RTX5000-28’s 16 GB GPU VRAM, why AWQ quantization is required for 7B+ models,
and how to use the OpenAI-compatible endpoint from your own code.&lt;&#x2F;p&gt;</description>
      </item>
    </channel>
</rss>
