staring at the same line for 20 minutes without reading it once is so accurate. I’d add: writing code that compiles but you have no idea how because you were on autopilot the whole time.
Mykola writing code that compiles but you have no idea how is somehow even scarier than not being able to write at all Because at least when you're stuck, you know you're stuck. Autopilot code compiles It passes tests It looks fine. But it's not yours You were just a vessel between the keyboard and the screen That's the insidious part of burnout. It doesn't always stop you from working. It just hollows out the awareness of working You close tickets You ship features. And then you look back and realize you weren't there for any of it The autopilot keeps you productive. It doesn't keep you present.
Thanks for adding this it's the perfect complement to the staring at the line feeling. 🙌
that flash of 'wait, how did that work?' is exactly the tell — we just get good at dismissing it. the scary part is not being the vessel. it's that green tests and a passing build actively reinforce not investigating. the feedback loop says you're fine.
Mykola green tests actively reinforce not investigating that's the quiet danger CI doesn't know you were absent It only knows tests passed. So it congratulates you.
The feedback loop says you're fine that's the betrayal. The system rewards you for being on autopilot You learn to dismiss the wait, how did that work? flash. Because the green checkmark says you don't need to answer it that's not engineering. That's training yourself to ignore your instincts.
worth flipping the frame slightly: CI isn't rewarding you — you're rewarding yourself and using CI as the prop. the pass is just the confirmation you'd already decided you needed. the autopilot ran before the suite said yes. which is harder to fix because you can't blame the tool.
staring at the same line for 20 minutes without reading it once is so accurate. I’d add: writing code that compiles but you have no idea how because you were on autopilot the whole time.
Mykola writing code that compiles but you have no idea how is somehow even scarier than not being able to write at all Because at least when you're stuck, you know you're stuck. Autopilot code compiles It passes tests It looks fine. But it's not yours You were just a vessel between the keyboard and the screen That's the insidious part of burnout. It doesn't always stop you from working. It just hollows out the awareness of working You close tickets You ship features. And then you look back and realize you weren't there for any of it The autopilot keeps you productive. It doesn't keep you present.
Thanks for adding this it's the perfect complement to the staring at the line feeling. 🙌
that flash of 'wait, how did that work?' is exactly the tell — we just get good at dismissing it. the scary part is not being the vessel. it's that green tests and a passing build actively reinforce not investigating. the feedback loop says you're fine.
Mykola green tests actively reinforce not investigating that's the quiet danger CI doesn't know you were absent It only knows tests passed. So it congratulates you.
The feedback loop says you're fine that's the betrayal. The system rewards you for being on autopilot You learn to dismiss the wait, how did that work? flash. Because the green checkmark says you don't need to answer it that's not engineering. That's training yourself to ignore your instincts.
Thanks for this. 🙌
worth flipping the frame slightly: CI isn't rewarding you — you're rewarding yourself and using CI as the prop. the pass is just the confirmation you'd already decided you needed. the autopilot ran before the suite said yes. which is harder to fix because you can't blame the tool.
Mykola the most mature take here.
You're rewarding yourself and using CI as the prop Oof.
The autopilot ran before the suite said yes CI didn't trick me. I tricked myself.
Harder to fix because you can't blame the tool if it's CI's fault, I can change tools. If it's my fault, I have to change myself No upgrade path.
Thank you for this. 🙌
Self-accountability has no stack trace. That's what makes it the hardest bug to fix — there's nowhere to point. CI fails visibly. You don't.