Focus Standups: Goal Over Task
Most standups answer the wrong question. “What did you do yesterday?” is a status report. It optimises for visibility, not momentum.
Articles on software development, leadership, and organizational design.
Most standups answer the wrong question. “What did you do yesterday?” is a status report. It optimises for visibility, not momentum.
What we call multitasking is not multitasking. It is rapid task-switching — and the brain pays a cost every single time.
I gave a talk at Agila Sverige this week about what happens when you don’t prioritize. Or more precisely, when everything is marked as priority one.
When we switch context between tasks, part of our attention remains with the previous task - “attention residue” - which impairs performance on the new task.
I run a lot of AI coding agents at once. pi, claude, sometimes both on the same codebase from different angles. They pile up. You lose track of which one...
I run a Synology NAS (skattkistan) and a NixOS home server (skattkammaren). The plan was simple: use btrfs send | btrfs receive to replicate 128 daily snapshots from the Synology...
I recently discovered a useful pattern while exploring a new feature. I had been creating commits along the way, but because I pivoted a lot during the exploration, the Git...
How to Write Secure, Predictable Coding Rules Files for AI Assistants
Following is my design system principles as part of my AI coding Prompt. Feel free to add suggestions of improvement.
layout: post title: “How I Structure AI Instructions for My Codebase” date: 2025-06-09 tags: [Developer] —