Case Studies
Skim fast. Dive deep. Everything here is written to be legible to hiring teams.
Coverage Compass
Medicare tradeoffs as constrained transitions under uncertainty.
- Explainability + top drivers
- Lock-in + switching asymmetry
- Failure modes as UX
UBR
Routing as decision support: drift, overrides, and tradeoffs made visible.
- Human-in-the-loop by default
- Explainable planning
- Robustness over brittle “optimal”
Alibi
Inventory as transitions + provenance with trust gradients.
- Transitions over totals
- Anomalies as signal
- Designed for drift
Full case studies
Coverage Compass — Decision‑Support for Medicare Trade‑Offs
Why traditional tools fail.
Most Medicare comparison tools frame plan selection like shopping: list benefits, compare premiums and check a few boxes. However, research shows that focusing solely on monthly premiums can lead to unpleasant surprises. A University of Michigan analysis on Medicare plan selection (reported by ScienceDaily) notes that consumers need to compare total costs, provider networks and drug coverage rather than just premiums. Yet only 33% of Medicare beneficiaries use online tools to explore their options, despite having more than ten Medicare Advantage plans plus multiple Part D and Medigap options.
When beneficiaries choose plans based solely on low premiums, they often underestimate future out‑of‑pocket costs or network restrictions. Switching later is difficult: in all but four states, beneficiaries who try to switch from a Medicare Advantage plan back to traditional Medicare may be denied a Medigap policy if they have a pre‑existing condition. Researchers from the Center for Retirement Research describe this as the “one‑way‑street” problem: it’s easy to switch from Medigap to Medicare Advantage, but hard to go back because insurers can reject applicants after the initial enrollment period.
Reframing the decision.
Coverage Compass reframes the choice from “Which plan has the lowest premium?” to “What happens if I’m wrong?” It surfaces the risk of being locked into an unsuitable plan due to underwriting or network restrictions. It also communicates the asymmetric consequences of switching: for example, a retiree may want to move from an Advantage plan to a Medigap policy because Advantage networks restrict specialists and require prior authorizations, but insurers can reject them for health reasons.
By highlighting these downside risks and encouraging counter‑factual thinking, the tool helps users make more resilient decisions.
System design choices.
- Failure modes as UX: The interface shows uncertainty, risk ranges and what could go wrong. Rather than hiding complexity, the tool visualizes potential future health costs and lock‑in risks.
- Drivers‑first explanation: Recommendations are accompanied by the key variables (e.g., expected drug costs, likelihood of needing out‑of‑network specialists) that drive the decision.
- Designed for high‑stakes users: Plain language, mobile‑friendly layouts, and local‑only data processing to protect privacy.
Hiring signal: The case demonstrates rethinking problem framing and building explainable decision‑support systems for high‑stakes, messy decisions.
UBR — Constraint‑Aware Route Planning
What’s wrong with traditional routing?
Many routing tools assume stable conditions: clean input data, fixed priorities and compliant users. Static routing strategies are optimized once and then fixed; they break down when real‑world conditions change. Modern research on “dynamic route optimization” stresses that effective systems must adapt to up‑to‑the‑minute data—traffic, weather, road closures and even customer cancellations.
Unlike static routing, dynamic route optimization uses smart algorithms and real‑time updates to continuously refine routes. It also recognizes that route planning isn’t purely automated: good systems allow dispatchers and drivers to input manual changes (for example, a customer calling to delay a delivery) and incorporate those human adjustments into the routing logic. Failing to accommodate these dynamics leads to “operational drift”: last‑minute cancellations, new leads, changing priorities and incomplete or inaccurate data. Black‑box optimizers that hide their logic further erode user trust—drivers override routes or abandon the tool entirely.
Reframing the problem.
UBR treats routing as a negotiation surface where human judgement is integral. It answers questions like “what happens if we swap Stop A and B?” rather than spitting out an opaque route. The system embraces dynamic routing, using live data to adapt routes while exposing the factors behind each decision. Drawing from best‑in‑class dynamic routing systems that combine real‑time data and manual inputs, UBR reframes “route planning” as “decision support.”
System design choices.
- Explainable planning: Every adjustment is accompanied by an explanation. Users see why a stop moved, whether due to real‑time data (e.g., traffic) or a human override.
- Human‑in‑the‑loop by default: Overrides aren’t treated as failures. Dispatchers and drivers can adjust routes, and the system re‑optimizes around those constraints.
- Graceful degradation: When information is incomplete or conditions change, UBR still offers reasonable guidance instead of chasing brittle “optimality.”
Hiring signal: The case study shows an ability to design operationally realistic systems that preserve trust by making trade‑offs visible. It is especially relevant for logistics, field service and sales‑ops tooling.
Alibi — Trust‑Aware Inventory
What’s wrong with conventional inventory systems?
Traditional inventory systems record totals and assume the ledger reflects reality. Real supply chains are messier—items are mis‑labeled, paperwork lags behind physical movements, and staff take shortcuts. The result is “ghost inventory” or “phantom inventory,” where system records show items in stock that aren’t physically there.
A 2021 study by Zebra Technologies cited in the Retail Aware blog found that phantom inventory accounts for about 8% of all inventory losses, costing retailers about $8 for every $100 in inventory. Causes include theft, human counting errors, inaccurate tracking systems and product shrinkage. Phantom inventory leads to stock‑outs, higher costs (such as expediting shipments to cover mistakes), reduced customer satisfaction and reputational damage.
Reframing the problem.
Alibi models inventory as a stream of state transitions with uncertain provenance. Instead of treating records as ground truth, it treats them as evidence with associated confidence. Each item has a provenance trail—receipts, transfers, adjustments—allowing the system to surface discrepancies and “trust gradients.” This mirrors modern event‑sourcing approaches where each change to the inventory is logged, enabling auditors to reconstruct how and why counts diverged.
System design choices.
- Transitions over totals: Rather than static counts, Alibi tracks every inventory movement. By analyzing events (receipts, transfers, consumption), the system can pinpoint when and where discrepancies arose.
- Anomalies as signal: Suspicious patterns—unexpected changes, mismatched lot numbers, missing paperwork—are surfaced for review.
- Designed for drift: Alibi assumes messiness. It tolerates uncertainty and lag without losing meaning, reducing the need for “shadow” systems that teams often create when they lose trust in official records.
Hiring signal: The case study shows how to build trust‑aware systems for compliance, verification or supply‑chain truth. It demonstrates design thinking that accounts for human behaviour, drift and failure.
Conclusion
Across the three case studies, a common pattern emerges: many existing tools assume clean inputs and ignore human behavior, leading to brittle, black‑box systems. By examining real‑world failure modes (operational drift, ghost inventory, plan‑selection lock‑in) and drawing on research—such as dynamic route optimization that blends real‑time data and manual inputs, studies on phantom inventory losses, and policy analyses showing that most Medicare Advantage enrollees lack guaranteed issue protections for Medigap—the case studies illustrate how to build systems that are transparent, resilient and trust‑worthy.