Business
User Experience & Design Challenges
User Experience & Design challenges put you inside the work of making products people actually understand and enjoy. You'll develop skills in Design Thinking, User Research, and Wireframing, move ideas into Figma, and shape Interaction design with strong Visual Hierarchy.
From there you'll handle the harder edges — Usability Testing, Heuristic evaluation, Accessibility (WCAG 2.2), and Service design — scaling up to Design systems, Design system stewardship, and Information architecture for AI surfaces the way mature product teams actually do. Each challenge you solve earns a verified credential you can share with recruiters.
- DesignBeginnerNew
Design-System Component Library in Figma for a Travel Brand
Audit the existing app across the 7 squads to inventory every variant of each component (screenshot grid). For the 12 priority components, design canonical variants using Figma …
- Design Systems
- Figma
- Component Libraries
User Interface Design and Prototyping - CodeIntermediateNew
Supply-Chain Hardening: SLSA-Aligned Build Pipeline for an Apache Project
Audit the project's current release pipeline (GitHub Actions, release-script). Map the current state against the SLSA v1.0 requirements (source, build, provenance, dependencies)…
- Supply Chain Optimization
- Slsa
- Sigstore
Open Source Contribution and Maintainership - DesignBeginnerNew
Redesign a Confusing Onboarding Flow for a Habit-Tracker App
Run a heuristic evaluation against Nielsen's 10 heuristics on the current 4-screen flow. Recruit 5 participants from the target persona (millennials in self-improvement habits) …
- User Centered Design
- Usability Testing
- Heuristic Evaluation
Human-Computer Interaction - CodeIntermediateNew
Design Safe Navigation Behavior for a Hospital Delivery Robot
You receive a dataset of 200 anonymized hospital corridor traces (people positions over time from the robot's LIDAR) plus the current planner's parameters. Design a policy that …
- Human Aware Navigation
- Ros2
- Motion Planning
Human-Robot Interaction Practice your coursework on real scenarios.
Every challenge is shaped from real-world context — not generic exercises. The work mirrors what your degree prepares you for.
Why Ewance
- ResearchBeginnerNew
Build an Accessibility Checklist for a Voice Health Assistant
You receive 20 audio samples spanning accents and speech patterns, the assistant's published dialog state machine, and a list of current voice prompts. Audit the assistant for i…
- Accessibility (Wcag 2.2)
- Interaction Design
- Evaluation
Human-Computer Interaction for AI Systems - DesignIntermediateNew
Prototype an Explainability Panel for a Fintech Credit Assistant
You receive: the model's top-10 SHAP-style feature contributions per customer (a feature-importance technique that breaks an ML prediction into per-input contributions), the cur…
- Explainability Design
- Human Ai Interaction
- Figma Prototyping
Human-Computer Interaction for AI Systems - AnalysisBeginnerNew
AI-Powered Customer Sentiment Analysis for a Fintech App
You will receive a dataset of 500+ anonymized app reviews and tweets. Using AI tools like ChatGPT or Claude, you must craft prompts to classify sentiment (positive, negative, ne…
- Prompt Patterns
- Sentiment Analysis
- Data Visualization
Data-Driven Prototyping with AI - ResearchSeniorNew
Cross-Cultural Redesign of a Microfinance App for 4 Markets
Run remote contextual inquiry with 4 users each in Kenya + Indonesia (8 sessions total via local interpreters). Conduct expert reviews with native designers for Philippines + In…
- Cross Cultural Design
- User Research
- Contextual Inquiry
Advanced Human-Computer Interaction - Browse challenges
Explore role
Product Manager
Ship product that solves real user problems. Combine user research, prototyping, and stakeholder alignment to turn ambiguous briefs into measurable wins — the role at the centre of modern software teams.
- CodeBeginnerNew
Implement Authentication and Access Control for a Civic Portal
Receive the current Next.js + Express prototype, the data model (residents, requests, documents, audit log), and the 4 staff roles (resident, clerk, supervisor, auditor) with th…
- Authentication
- Authorization
- Rbac
Introduction to Computer Security - DesignIntermediateNew
Design a Multi-Persona Dashboard for a Smart-Building Platform
Run 6 stakeholder interviews (2 per persona) to define jobs-to-be-done per role. Design 3 entry views with persona-specific information hierarchy and a shared component library …
- User Centered Design
- Interaction Design
- Persona Driven Design
Human-Computer Interaction - CodeBeginnerNew
AR Try-On Web Experience for a Mid-Cap Eyewear Retailer
Build a Three.js + MediaPipe Face Mesh prototype that runs in a mobile browser (Safari 17+ and Chrome 119+). Load 12 frame SKUs as glb (Graphics Language Transmission Format Bin…
- Ar Development
- Webxr
- 3d Interaction
Virtual and Mixed Reality - AnalysisIntermediateNew
Secure-by-Design Review of a Microservices Auth Subsystem
Read the 18-page proposed auth-service design (Next.js BFF, FastAPI auth-service, Postgres for sessions + refresh, Redis for short-lived tokens, integration with Auth0 for OIDC)…
- Secure Design
- OWASP Asvs
- Oauth2
Software Security Build a verifiable portfolio.
Submissions become evidence. Reviewers with shipping experience score against a rubric; the result becomes a credential anyone can verify.
Why Ewance
- DesignBeginnerNew
Build an Attention-Visualization Tool for Translation Quality Audit
You will load a small open-source EN-FR transformer (e.g., Helsinki-NLP Opus-MT-en-fr), build a Streamlit or Gradio demo that lets the user paste English source, see the French …
- Attention Mechanisms
- Neural Mt
- Tool Design
Machine Translation - DesignIntermediateNew
Design Multi-Tenant Network Policies with Calico Tier Enforcement
Receive the cluster topology (120 customer namespaces + 4 platform namespaces), the application traffic patterns (frontend talks to backend talks to its tenant's database), and …
- Kubernetes Orchestration
- Network Policy
- Calico
Container Orchestration with Kubernetes - AnalysisBeginnerNew
Audit Encryption Choices for an E-Commerce Checkout Stack
Receive the architecture diagram (Next.js on Vercel, PostgreSQL on a managed service, Stripe-equivalent processor, Redis sessions), the TLS configurations for each public endpoi…
- Cryptography
- Tls
- Pci Dss
Introduction to Computer Security - ResearchBeginnerNew
Designing Comfortable VR Locomotion for a Mobile Game Studio
Build a Unity test harness on Quest 3 with one short forest level and 3 toggleable locomotion modes (smooth with vignette, teleport, dash). Recruit 18 playtesters (mix of VR-exp…
- Vr Development
- Immersive Design
- Usability Testing
Virtual and Mixed Reality - StrategyBeginnerNew
Design a Sustainable Maintainership Model for a Mid-Tier OSS Project
Read the project's last 12 months of issues, PRs, and Discord/Slack archives (anonymized). Identify: top maintainer-burnout signals, the 5 highest-friction issue categories, and…
- Governance Models
- Maintainership
- Issue Triage
Open Source Contribution and Maintainership - CodeIntermediateNew
Bloom Filter Cache to Cut Origin Load at a CDN Edge
Given a target false-positive rate of 1 percent at 200 million keys per shard, compute the optimal bit-array size (m) and hash-function count (k) using the canonical formulas. I…
- Bloom Filters
- Probabilistic Data Structures
- Hash Functions
Randomized Algorithms - DesignSeniorNew
Design a Confidential-Computing Architecture for a Genomics Workflow
Receive the workflow description (per-hospital genome BAM files uploaded to S3, processed by a variant-calling pipeline, results returned per-hospital), the partner-hospital leg…
- Confidential Computing
- Remote Attestation
- Secure Architectures
Computer Systems Security - CodeSeniorNew
Reverse-Engineer and Patch an N-Day Vulnerability in a Vendor Binary
Receive the vulnerable binary (Linux ELF, x86-64), the public CVE-2025-XXXX advisory + PoC, and the bank's deployment context (RHEL 9, the binary runs as a non-root service). Lo…
- Reverse Engineering
- Binary Exploitation
- Ghidra
Computer Systems Security - StrategyBeginnerNew
Design Critique Process for a Growth Design Team
Design a 60-minute weekly design-critique format covering: pre-read window, presenter prep template, time-boxed feedback rounds (start-stop-continue or 'I like, I wish, I wonder…
- Design Critique
- Facilitation
- Design Systems
User Interface Design and Prototyping - StrategyBeginnerNew
Design an Internal AI-Use Policy for a Mid-Cap Bank
You receive the bank's existing IT-acceptable-use policy and a description of which AI tools are being rolled out (an internal Anthropic Claude wrapper for general use; a code-c…
- Ai Governance Frameworks
- Policy Design
- Responsible Ai
AI Ethics, Fairness, and Responsible AI - DesignFoundationalNew
Digital Transformation for a Legacy Luxury Hotel
Design a digital strategy for the hotel's guest experience. Constraints: no changes to the physical property; budget of €500,000; must integrate with existing PMS. Success means…
- Customer Journey Mapping
- Digital Strategy
- Service Design
Luxury Brand Management - DesignIntermediateNew
Design and Pitch an LLM-Powered Tutoring Product
As a 4-person team, deliver: (1) a product concept anchored in Jobs-to-be-Done (when X, I want Y so I can Z); (2) a Figma prototype of the full flow; (3) a partially functional …
- Product Design
- User Research
- LLM Evaluation
AI Software Engineering Group Project
How it works
From brief to credential, in six steps.
Step 01
Browse challenges aligned to your studies.
Step 02
Accept the one that fits your goals.
Step 03
Work through it with AI Copilot guidance.
Step 04
Submit for structured evaluation.
Step 05
Earn a verified credential.
Step 06
Add it to LinkedIn with one click.
Related skill families
Browse all skillsIndustry teams behind a decade of practitioner briefs
Hiring from this pool?
Sponsor a challenge and meet candidates through actual work.
Industry teams can shape briefs around the skills they hire for, then evaluate students on rubric-scored deliverables — not resumes.



















































































