---
title: "Blog"
url: "https://kyberlinux.com/blog"
description: "Notes from building a Linux for AI workloads: why a general-purpose base is wrong, what hardening buys, and why the power budget is a design constraint."
---

# Blog

Notes from building a Linux for AI workloads: why a general-purpose base is wrong, what hardening buys, and why the power budget is a design constraint.

September 1, 2026·3 min read

## [Why a general-purpose distribution is the wrong base for AI](https://kyberlinux.com/blog/why-a-general-purpose-distro-is-the-wrong-base)

A distribution built to run everything is a poor foundation for a machine that runs one thing. The cost is not disk space — it is patching, auditing and blast radius.

-   minimal images
-   attack surface
-   distributions

[Read article →](https://kyberlinux.com/blog/why-a-general-purpose-distro-is-the-wrong-base)

August 18, 2026·3 min read

## [Immutable, verified, boring](https://kyberlinux.com/blog/immutable-verified-boring)

A read-only root and a verified boot chain are not exciting features. They buy you the ability to know what is running, which turns out to be everything.

-   hardening
-   immutable
-   verified boot

[Read article →](https://kyberlinux.com/blog/immutable-verified-boring)

August 4, 2026·3 min read

## [The power budget is the design constraint](https://kyberlinux.com/blog/the-power-budget-is-the-design-constraint)

On battery-powered and fanless hardware, watts spent by the system are watts not spent on the model. Idle draw is a design decision, not an accident.

-   power
-   edge
-   thermal

[Read article →](https://kyberlinux.com/blog/the-power-budget-is-the-design-constraint)

July 21, 2026·3 min read

## [Atomic updates for machines you cannot visit](https://kyberlinux.com/blog/atomic-updates-for-machines-you-cannot-visit)

A package update that fails halfway leaves a machine in a state nobody designed. When the machine is a robot in a warehouse, that is a van and an afternoon.

-   atomic updates
-   rollback
-   fleet

[Read article →](https://kyberlinux.com/blog/atomic-updates-for-machines-you-cannot-visit)

July 7, 2026·3 min read

## [Reproducible builds are a supply chain argument](https://kyberlinux.com/blog/reproducible-builds-are-a-supply-chain-argument)

Open source tells you what the code says. A reproducible build tells you that the binary you are running is what the code says — which is a different claim.

-   reproducible builds
-   supply chain
-   open source

[Read article →](https://kyberlinux.com/blog/reproducible-builds-are-a-supply-chain-argument)