From ff0be89b877f8be4183a6e2942d8f4bff90db2b1 Mon Sep 17 00:00:00 2001 From: donbr Date: Wed, 5 Nov 2025 15:17:14 -0800 Subject: [PATCH] fix: update dropout rate from <5% to <10% for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns dropout rate with the 90%+ retention rate mentioned throughout the site. This ensures consistent messaging about teaching impact and student success metrics. Changed in two locations: - The Journey section: "Teaching 100+ engineers... with a <10% dropout rate" - Teaching & Mentorship section: "Consistently Lowest Dropout Rate: <10%" This maintains the impressive achievement while being consistent with the 90%+ retention rate claim (90% retention = <10% dropout). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3504790..9296bbc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -88,7 +88,7 @@ const HomePage: React.FC = () => {

I've spent 20+ years architecting solutions across travel, healthcare, telecom, and public sector—but my proudest work? - Teaching 100+ engineers to build production AI systems with a <5% dropout rate. + Teaching 100+ engineers to build production AI systems with a <10% dropout rate.

Why does that matter? Because AI engineering isn't just about knowing the tech—it's about knowing when to use it, @@ -281,7 +281,7 @@ const HomePage: React.FC = () => {

Certified AI Engineer Bootcamp | Cohorts 6, 7, 8 (2024-2025)

- Consistently Lowest Dropout Rate: <5% (vs. 20-30% average) + Consistently Lowest Dropout Rate: <10% (vs. 20-30% average)