Business Challenges
Explore business challenges on Ewance to sharpen the skills employers actually hire for. Practice marketing, finance, operations, and strategy work on real-shaped briefs and earn verified credentials.
Most Popular
- ResearchIntermediateNew
Run an Alignment Probe on a Coding Assistant
You will design 240 probe prompts across 3 classes: (1) over-refusal (innocuous coding asks the model should fulfill), (2) insecure code patterns (asks where the model should wa…
- Red Team Operations
- Alignment Evaluation
- LLM Evaluation
Large Language Models - CodeIntermediateNew
Extract Skills and Roles from Job Postings for a Recruiter Tool
You receive 30,000 anonymized job postings and a labelled 1,000-posting benchmark with (skill, role, seniority) spans. Fine-tune a small token classifier (e.g., DeBERTa-v3-base)…
- Information Extraction
- Token Classification
- Esco Taxonomy
Linguistic Engineering and Language Technologies - CodeIntermediateNew
Design Prompt Versioning and Observability for a Coding Assistant
You will (1) design a prompt-registry data model (versions, owners, environments, change log) and implement it in Postgres + a small Python SDK, (2) instrument the assistant to …
- Prompt Versioning
- Observability
- Pii Scrubbing
LLM Application Development - CodeIntermediateNew
Build an End-to-End ML Pipeline for Loan-Default Prediction
You receive 24 months of historical application + outcome data (about 380,000 rows). Build a pipeline using a workflow orchestrator (Prefect, Kedro, or a simple Makefile chain) …
- Ml Pipelines
- Feature Engineering
- Pipeline Testing
Machine Learning in Practice Develop in-demand professional skills.
Each challenge names the skills it strengthens. Over time, your profile fills with the competences a hiring manager would actually look for.
Why Ewance
- CodeIntermediateNew
Build an Ensemble Strategy for Marketing-Mix Modelling
You receive 36 months of weekly marketing-spend and outcome data for 8 sample brands. Build a per-brand baseline gradient-boosting MMM model, then build two more base learners (…
- Ensemble Methods
- Stacking
- Time Series Cv
Machine Learning - StrategyIntermediateNew
Design a Post-Editing Workflow for a Cross-Border Fintech
You will design a 4-stage MTPE workflow: (1) source-content readiness check, (2) MT generation with the existing vendor, (3) post-editing with tier-based effort (light vs. full)…
- Mt Evaluation
- Workflow Design
- Neural Mt
Machine Translation - AnalysisIntermediateNew
Transfer-Learning Backbone Bake-Off for Retail Product Tagging
You receive 80,000 retail product images tagged with multiple labels from a 250-tag taxonomy. Use each of the three pretrained backbones via two transfer strategies: (1) linear …
- Transfer Learning
- Fine Tuning
- Supervised Learning
Meta-Learning, Transfer Learning, and Multi-Task Learning - DesignIntermediateNew
Build a Multi-Region Online Inference Service with SLAs
Design the topology: model artifact storage, regional inference fleets (Triton, vLLM, or BentoML), traffic router, observability stack (Prometheus + Grafana). Pick a rollout str…
- Inference Serving
- Multi Region Deployment
- Kubernetes Orchestration
Machine Learning Systems - Browse challenges
Explore role
Pricing Strategist
Set the price that captures value without leaving sales on the table. Demand modelling, willingness-to-pay research, and the disciplined experimentation that turns pricing into a competitive advantage.
- CodeIntermediateNew
Automate Retraining with a Drift-Triggered MLflow Pipeline
Stand up the pipeline end to end with the team's existing stack (MLflow tracking + model registry, Airflow orchestration). Wire Evidently to compute weekly drift; when drift cro…
- Mlflow
- Airflow Dags
- Data Drift Detection
ML Engineering and Production ML - CodeIntermediateNew
Build a Vision-Language Search for an E-commerce Catalog
Pick a vision-language encoder (OpenCLIP, SigLIP, or BLIP-2 image-text variant). Index all 600k product images into a vector database (Qdrant/FAISS). Build a query-time pipeline…
- Vision Language Models
- Clip
- Vector Database Basics
Multimodal Machine Learning - CodeIntermediateNew
Build a Domain-Specific Named-Entity Recognizer for Legal Contracts
Start from a strong English NER base (spaCy transformer or LegalBERT). Fine-tune on a provided 1,200-contract labeled dataset for the 9 entity types. Handle long contracts (ofte…
- Named Entity Recognition
- Sequence Labeling
- Domain Adaptation
Natural Language Processing - StrategyIntermediateNew
Design a PETs Strategy for an EU AI Act Use Case
Map the underwriting use case to applicable PETs across the data-lifecycle stages (training, evaluation, inference, monitoring). For each, document: privacy property gained, acc…
- Pets Strategy
- Differential Privacy
- Federated Learning
Privacy-Preserving Machine Learning Get recognized by recruiters and employers.
Credentials are blockchain-anchored via LearnCoin — tamper-evident, portable, link-shareable on LinkedIn and beyond.
Why Ewance
- CodeIntermediateNew
Prompt-Injection Hardening for a Customer-Support Agent
You receive the current agent prompt, the pen-tester's 60-attack injection test set (direct prompt injection, indirect via doc content, refusal-bypass, and exfiltration), and a …
- Prompt Injection Defense
- System Prompt Design
- Red Team Operations
Prompt Engineering - AnalysisIntermediateNew
Exploration Strategies for a Recommendation Bandit
You receive 60 days of anonymized impression/click logs covering around 200 content items and user features (cohort, listening history bucket). Build a contextual-bandit simulat…
- Contextual Bandits
- Thompson Sampling
- Ucb
Reinforcement Learning - ResearchIntermediateNew
Red-Team Evaluation of a Refusal Policy
You receive the lab's written refusal policy (version 2.3) and a starter set of 60 red-team prompts (10 per category). Extend the set to 240 prompts (40 per category) using docu…
- Red Team Operations
- Refusal Policy
- Alignment Evaluation
Machine Learning from Human Preferences (RLHF and Alignment) - CodeIntermediateNew
Fuse LiDAR and Camera for an Autonomous Yard Truck
You receive 6 hours of synced LiDAR + 4-camera ring data from yard operations, with 3D bounding-box labels for pedestrians, forklifts, and containers. Build a late-fusion module…
- Sensor Fusion
- Lidar Perception
- Object Detection
Robot Perception and Autonomy - ResearchIntermediateNew
Red-Team an Image-Classification Pipeline for a Banking KYC Workflow
You receive the production image classifier as a black-box API plus a labeled validation set of 5,000 ID images. Run untargeted FGSM and PGD attacks (L_inf budget 4/255 and 8/25…
- Adversarial Attacks
- Robust Evaluation
- Red Team Operations
Trustworthy AI, Robustness, and Safety - DesignIntermediateNew
Spec Trust-and-Safety Eval Harness for an LLM-Powered Customer-Support Bot
You will spec a 6-page evaluation harness covering: (1) jailbreak test set (about 200 prompts across 6 attack families), (2) PII-leakage probes (about 100 synthetic-customer pro…
- LLM Evaluation
- Red Team Operations
- Pii Detection
Trustworthy AI, Robustness, and Safety - DesignIntermediateNew
Design Hybrid Search for an E-Commerce Product Catalog
You receive 80,000 anonymized product records (title, description, category, attributes) and a sample of 30,000 search log entries with click-through labels. Embed the catalog w…
- Hybrid Search
- Embedding Models
- Bm25
Vector Databases and Embeddings - PresentationIntermediateNew
Digital Innovation Pitch: AI-Powered Logistics Optimization
Research the state of AI in logistics (route optimization, demand prediction, computer vision for warehouse automation). Select one innovation area and develop: (1) Problem stat…
- Digital Innovation
- Tech Enabled Business Transformation
- Cloud Computing
Open coursework - StrategyIntermediateNew
Digital Transformation Roadmap for a Family-Owned Manufacturing Firm
After reviewing the provided company profile and stakeholder interview transcripts, deliver: (1) Digital maturity assessment using an established framework (e.g., MIT/Deloitte D…
- Tech Enabled Business Transformation
- Digital Business Models
- Project Management
Open coursework - DesignIntermediateNew
Cloud Architecture Design for a Multi-Tenant SaaS Platform
Deliver a comprehensive cloud architecture design covering: (1) Multi-tenancy strategy (shared database with row-level security vs. schema-per-tenant vs. database-per-tenant — j…
- Cloud Computing
- It Security
- Web Development
Open coursework - ResearchIntermediateNew
Seminar: Future of AI Visibility — How Brands Get Cited by ChatGPT
Research the emerging field of AI visibility / Generative Engine Optimization (GEO). Your deliverables: (1) Literature review covering at least 5 academic papers and 10 industry…
- Online Marketing
- Digital Innovation
- Academic Writing
Open coursework - StrategyIntermediateNew
Cross-Functional Team Simulation: Launch a Sustainable Energy Subscription Service
Form a team of 4-5 and assign roles: (1) Product Lead — define the subscription tiers and customer experience, (2) Marketing Lead — develop brand positioning and customer acquis…
- Digital Business Models
- Collaborative Work
- Project Management
Open coursework
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.
Industry 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.



















































































