Skip to main content

Posts

Showing posts from September, 2026

Why Most Care Coordination Still Runs on Phone Calls and Sticky Notes

Ask a home health nurse how she found out a patient's meds changed last week, and there's a decent chance the answer's a phone call, a sticky note on someone's fridge, or a group text that half the care team never even opened. We're deep into an era where AI writes production code and reads scans faster than a radiologist, and a huge amount of actual day-to-day patient coordination still runs on whoever happened to pick up the phone. That's not really a tech-shortage problem. Healthcare's drowning in software EHRs, scheduling platforms, messaging apps, patient portals, you name it. The issue is none of it talks to the others, and none of it actually manages the handoff between the people doing the work. A caregiver logs a visit in one tool. The nurse who needs to know about a skipped dose hears about it two days later, maybe, if someone thought to mention it. Meanwhile an administrator trying to get a status update ends up on the phone with three different...

DevOps vs CI/CD: Untangling Two Terms Engineers Mix Up Constantly

A junior dev on my team asked me last year whether we needed "more DevOps" or "more CI/CD" to stop releases from blowing up every other week. Fair question. Most engineers never get a straight answer to it, because the terms get thrown around so interchangeably in job posts and conference talks that people just absorb them as the same thing and stop thinking about it.  They're not the same thing. That gap is exactly why some teams pour money into automation tools and still ship broken releases, while others spend a year "building DevOps culture" and still can't push code without everyone holding their breath. What Each One Actually Is  DevOps, at its core, is a decision about how a team is organized: stop separating "the people who build things" from "the people who keep things running," and make one group, or a few tightly connected groups, responsible for both ends. No throwing a ticket over a wall. Nobody gets to shrug and sa...