Week 5: Getting It Right, Not Just Getting It Done

Like

Share this post

Choose a social network to share with, or copy the URL to share elsewhere

This is a representation of how your post may appear on social media. The actual post will vary between social networks

This week, I thought I was close to finished. I wasn't.

A closer look at the classification outputs revealed two compounding problems I hadn't caught earlier. First, the keyword matching logic was using substring matching rather than whole-word matching, which meant partial matches were inflating category counts across multiple themes. Second, the newsletter detection system was failing silently — correctly classifying zero of nine email newsletters — because the email text extraction process drops ligature characters during processing. "Reflections" becomes "reections." "Staff" becomes "sta." The signal phrases I had built were searching for clean text that the extraction layer never actually produced.

What went well? The data quality check caught both issues before they compounded further. The fixes were surgical: a whole-word matching function for keyword classification, a separate substring function specifically for newsletter detection where false positives aren't a risk. The confidence distribution shifted from an overstated ~80% to a more accurate 76%. That number is more defensible than the higher one, which matters when presenting findings to a board.

What could have been done differently? I tested the classification logic against idealized text rather than actual extracted output. The real-world data — dropped characters, concatenated words at punctuation boundaries — never matched the conditions I designed for. Stress-testing against actual pipeline output earlier, rather than assuming the extraction layer would behave cleanly, would have surfaced these issues sooner.

What did I learn about myself when working with others? When I discovered that the alignment finding had reversed — neutral posts outperforming mission-framed posts on link clicks — my instinct was to minimize the correction. Instead, I updated every document, every board slide, and every analytical narrative to reflect the accurate finding. The additional work was significant, but consistency across all deliverables is what makes a system trustworthy rather than just presentable.

What did I learn about leadership? Precision is a form of care. Correcting an error that had already been presented, documenting the reason, and propagating the fix across five documents is not glamorous. But a system rigorous enough to catch and correct its own errors is worth considerably more than one that isn't. This week reinforced that getting it right matters more than getting it done.

Next week, the focus shifts from building to handoff. The question is no longer whether the system works — it is whether it can keep working without me.

Please sign in

If you are a registered user on Laidlaw Scholars Network, please sign in