In one project I worked on, we ended up leaning heavily hybrid—core business logic stayed as explicit custom rules because compliance folks wouldn't budge on explainability, but we let the AI take over fuzzy parts like personalization tweaks where rules alone felt too brittle. It saved us from over-engineering every scenario, but we always had fallback thresholds so if confidence dipped below like 92%, it routed back to deterministic paths.
