Galo Navarro

@varoa.net

Builds infrastructure and automation for AI workloads, Principal Eng @Midokura. Long form at http://varoa.net

One of the interesting parts about software engineering is that each domain you work in requires re-asessing every pattern and best practise that seemed set in stone in other domains.

Bild

I have Copilot (+ Claude) stuck in an infinite loop of refactors with small "improvements" to its own implementation of a relatively simple prompt. Feature parity with human devs is one step closer.

When I wrote about "AI will choke delivery pipelines", no-Fri-deploys was one of the practises I mentally labelled as AI-unfriendly. Interrupting the flow of code on Fri creates a glut for Mon. And bundling changes tangles latent defects, making troubleshooting harder. varoa.net/2025/04/07/a...

AI-generated code will choke delivery pipelines

Everyone is focused on the impact of AI on the production of code. Butcode isn’t just produced, it has to be consumed: built, packaged,tested, distributed, d...

varoa.net

Charity Majors@charity.wtf · last yr.

Haha. No, @kvlly.com was (at one point) a proponent of "no Friday deploys," but I have always been anti. Very anti. As I once wrote, in my flamethrowing younger years: "Friday deploy freezes are exactly like murdering puppies." charity.wtf/2019/05/01/f...

When bundling $thing2 into $thing1 looks like a good opportunity, that's the signal for NOT doing it. If they looked like bad opportunities overengineering & overscoping would never happen.