Urgent.News

What's breaking now, across thousands of outlets.

Tech

The quadrant that swallows engineering teams whole

Hard low-impact work is the most dangerous quadrant on the list Not because the work is harmful. Because it feels like real progress while delivering almost none I know this one personally Early in my career I spent two weeks building a custom Lambda-based system to automatically rightsize instances based on utilization metrics. It was genuinely interesting work. The code was clean. The logic was…

The quadrant that engulfs engineering teams in an endless cycle of work is the one involving hard low-impact tasks. It's not that this type of work is inherently damaging; instead, it creates a false sense of progress while yielding minimal benefits. I have firsthand experience with this issue. During my early career, I dedicated two weeks to constructing a custom Lambda-based system that automatically right-sized instances based on utilization metrics.

The code was clean, the logic solid, and the system worked effectively. However, the system only saved $180 per month. The payback period for this effort was longer than most startups could afford.

The reason behind this phenomenon is that engaging in challenging technical work feels satisfying in a way that completing easy cleanup tasks does not. Deleting old snapshots may appear as mere housekeeping, while building an automated optimization system feels like actual engineering. Despite producing the same outcome on the bill, the experience of working on these tasks is vastly different.

Another way teams find themselves in this problematic quadrant is through scope creep during legitimate optimization projects. Initially, a high-impact initiative is set in motion. Somewhere along the way, the scope expands. A feature is added for seemingly no reason, an edge case is handled that accounts for a negligible fraction of the workload. The timeline doubles, but the incremental savings from the expanded scope are minimal.

To avoid falling into this trap, it's essential to ask a crucial question before starting any hard optimization work: If this task takes twice as long as planned, is the saving still worth it? If the answer is no, it should be categorized differently. Additionally, once you are already in the midst of hard low-impact work, finish what is near completion and cut what isn't.

Sunk costs should not keep you trapped in the wrong quadrant. The ultimate goal is to reduce the bill, not to create a more elegant optimization system. Sometimes, those objectives align; however, more often than not, they do not.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Do You Really Need A Food Processor? Or Can Your JMG Do It All?

Kitchens today are full of gadgets like mixers , and it is easy to feel confused about what you actually need. Many homes already have a JMG sitting on the counter, used almost every single day. But when a food processor shows up in an ad or on a shopping site, people start wondering if they are missing out. Do you really need both?

What a hard, high-impact cloud change looks like from the inside

Let me show you what a hard high-impact change actually looks like in practice A team I worked with had a microservices architecture. Seven services. All of them deployed in one region.

  • Microservices architecture deployed in single region with data transfer bill of $3,200/month
  • Three services in different availability zones causing $3,200/month data transfer costs
  • Coordination, testing, and cutover effort reduced data transfer bill to $400/month

Ransomware Detection for Windows and Linux using ETW and eBPF

I build ET Ducky, an RMM that reads the kernel event stream on each endpoint. We launch on Product Hunt on Tuesday, September 29, and today I'm writing about the behavioral rule engine.

  • ET Ducky launches on Product Hunt, offering ransomware detection for Windows and Linux.
  • Engine runs on same thread, preventing rule blocking.
  • Rule set includes mass-file-rename and file-encryption-sweep patterns.

More from Saturday 26 September →