Christian Lehnert — Linux, Hacking & Faith

tag: #llm

2 posts
1 month ago Separate Your Changes - The Kernel's Patch Rules Applied to LLM-Assisted Coding

The Linux kernel has had a written rule about commit hygiene since before the platforms most engineers use today existed. "Separate each logical change into a separate patch." The rule is currently being violated at an industrial scale by everyone using LLM assistants to write code, because the assistants produce sprawling multi-concern diffs by default. The kernel's discipline is the cleanest answer to the resulting mess, and it scales down to any project size.

#git #kernel #llm #linux
1 month ago Tokenmaxxing - The Lines-of-Code Mistake in 2026 Clothing

Big tech has discovered a new way to measure engineering productivity. The metric is the number of AI tokens an engineer consumes per month. It rewards the exact opposite of competent engineering, and the engineers who understand this are being systematically ranked beneath the engineers who do not.

#ai #llm #metrics