1. Why Senior Engineers Stall Before Staff Engineer

    Posted on in Technology Management / Leadership

    Many excellent senior engineers stall before staff engineer for a simple reason: they keep optimizing for the job that made them successful.

    That is not a character flaw. Senior engineers are usually promoted because they can take hard work, make it concrete, and get it across the finish line. They …

  2. How To Write Agent Prompts That Produce Reviewable Pull Requests

    Posted on in Programming

    An AI coding agent does not need a clever prompt. It needs an assignment that a reviewer could recognize after the fact.

    That distinction matters. “Fix the flaky test” may be enough for a human who already knows the service, its constraints, and the team’s habits. To an agent …

  3. How To Decide When A Build Tool Wrapper Has Become A Platform

    Posted on in Programming

    Most build tool wrappers start as kindness.

    Someone notices that the "real" command is too long, too easy to forget, or too different between local development and CI. They add a Make target, a justfile recipe, a shell script, a package-manager alias, or a small Python helper. Now the team …

Slaptijack's Koding Kraken