Course: ENT 208 — Entrepreneurship and Innovation
Institution: Xi'an Jiaotong-Liverpool University (XJTLU)
Session: 2024–2025, Session 2, Group 20
Project: Twelfth Night (developed as Luckie-Bot)
ENT 208 is a project-based entrepreneurship course requiring student teams to:
- Identify a product opportunity
- Design and build a functional MVP
- Develop a credible business model
- Present a live demonstration to a panel of faculty and industry judges
The course emphasises real implementation over theoretical business plans. Teams must ship working products.
We chose to build an embodied AI companion — a product that combines generative AI, computer vision, and IoT hardware into a single coherent experience. This was deliberately ambitious for a course project:
- Three independent technology domains (LLM, CV, embedded systems) had to work together in real time
- Live demonstration risk was high — any single layer failure would break the entire experience
- Hardware dependency meant we couldn't just show slides; the device had to work on stage
Our strategy was to build a robust, layered architecture where each component could degrade gracefully. The web app works standalone. The hardware enhances but is not required. The AI response has a fallback path.
The live demo flow:
- Category Selection — Judge selects a life category on the hardware device or web interface
- Gesture Interaction — Cards are drawn through hand gestures tracked by MediaPipe
- AI Generation — DeepSeek-V3 generates a personalised response during a breathing animation
- Hardware Feedback — The M5StickC Plus device synchronises LED lighting with the experience
- Result Reveal — The AI-generated reading is displayed with visual effects
- Business Presentation — Product vision, market positioning, revenue model
The entire demo ran without technical failure. Real-time AI + gesture + hardware sync worked on stage.
🥇 First Place — ENT 208 Demo Day
The project was evaluated across five dimensions:
| Dimension | Assessment |
|---|---|
| Innovation | Novel intersection of AI, IoT, and wellness |
| Technical Depth | Production-quality three-layer architecture |
| User Experience | Polished multi-sensory interaction flow |
| Business Viability | Clear monetisation path with defensible moat |
| Presentation | Confident live demonstration under pressure |
- Build for reliability, not just novelty. The live demo succeeded because we designed for failure modes at every layer.
- AI products need interaction design. The LLM is only one component — how users access and experience it matters equally.
- Hardware-software integration is a genuine differentiator. The physical companion device created an impression that a pure software demo could not.
- Storytelling matters in technical work. The product narrative made the technology accessible and memorable to non-technical judges.
- Entrepreneurship is about shipping. A working MVP with flaws beats a perfect slide deck every time.
Twelfth Night was originally developed as "Luckie-Bot" for XJTLU ENT 208 Demo Day, where it won First Place.