Overview
What this challenge is about.
Plan Safe Paths for a Last-Mile Sidewalk Robot. Intermediate challenge in code. Writing production code that solves real engineering problems, earn a blockch...
The Brief
What you'll do, and what you'll demonstrate.
Design and benchmark a sampling-based planner that lifts safety clearance without sinking time-to-goal on a real sidewalk dataset.
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
- Implement a sampling-based motion planner with a structured cost
- Design a cost function that encodes social/safety constraints
- Evaluate plans on real-world metrics (clearance, success, time)
- Communicate planner trade-offs to a non-engineering stakeholder
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.
- Motion Planning
Apply motion planning to solve real industry problems and demonstrate production-level capability.
- Sampling Based Planning
Apply sampling based planning to solve real industry problems and demonstrate production-level capability.
- Cost Function Design
Apply cost function design to solve real industry problems and demonstrate production-level capability.
- Evaluation
Apply evaluation to solve real industry problems and demonstrate production-level capability.
- Python
Write clean, efficient Python for data processing, automation, and backend services.
- Robotics Simulation
Apply robotics simulation 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:
AI Engineer
Wiring planning algorithms into a real robot stack with measurable safety metrics is everyday AI-engineer work at last-mile robotics companies.
This challenge sharpens
- motion-planning
- python
- evaluation
Machine Learning Engineer
Cost-function design with held-out evaluation is the same discipline MLEs apply to loss functions and policy tuning.
This challenge sharpens
- cost-function-design
- evaluation
- python
Applied AI Scientist
Briefing a non-engineer stakeholder on planner trade-offs is the soft-skill side of applied-AI work in operations-heavy robotics.
This challenge sharpens
- motion-planning
- evaluation
- cost-function-design