Overview
What this challenge is about.
Profile and Cut Inference Cost on a Recommender at Scale. Expert-level challenge in code. Writing production code that solves real engineering problems, earn...
The Brief
What you'll do, and what you'll demonstrate.
Profile a production-scale recommender, find the top three inference-cost wins, and prove out the headline one with hard before/after numbers.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Profile a real GPU inference path with industry-standard tools
- Quantify the host vs. device time split and identify waste
- Apply dynamic batching, quantization, or kernel fusion in practice
- Connect a millisecond-level win to a monthly cost-savings number
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Gpu Profiling
Apply gpu profiling to solve real industry problems and demonstrate production-level capability.
- Model Quantization
Apply model quantization to solve real industry problems and demonstrate production-level capability.
- Inference Optimization
Apply inference optimization to solve real industry problems and demonstrate production-level capability.
- Tensorrt
Apply tensorrt to solve real industry problems and demonstrate production-level capability.
- Pytorch
Apply pytorch to solve real industry problems and demonstrate production-level capability.
- Benchmarking
Apply benchmarking to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Machine Learning Engineer
Inference profiling and quantization on a real production-shaped workload is the staple work of MLEs on inference-platform teams at any hyperscaler.
This challenge sharpens
- inference-optimization
- model-quantization
- gpu-profiling
MLOps Engineer
Owning the cost/latency story for a serving stack and turning profile data into a deployable fix is core MLOps territory on platform teams.
This challenge sharpens
- inference-optimization
- benchmarking
- tensorrt
AI Solutions Architect
Translating millisecond wins into USD/month savings and writing the staff-engineer memo is the skill bridge into AI solutions architecture roles at cloud providers.
This challenge sharpens
- benchmarking
- inference-optimization
- gpu-profiling