Loyola University Maryland Startups Win TEDCO Grants: AI Skin Analysis App and CHEERIOO Employee-Recognition Platform Receive $50,000 Each

Table of Contents

  1. Key Highlights
  2. Introduction
  3. TEDCO’s Role and Why University Innovation Receives Attention
  4. The AI-Powered Skin Analysis App: What It Claims and How It Works
  5. Technical and Ethical Challenges for Image-Based Skin Analysis
  6. Commercial Pathways: How a Skin App Can Make Money
  7. CHEERIOO: A Values-Driven Approach to Recognition and Rewards
  8. Why a Philosophy Professor Is Well-Positioned to Lead an HR Tech Tool
  9. Adoption Barriers and Ways to Overcome Them
  10. Regulation and Compliance: Practical Steps
  11. Data Strategy: Collecting, Labeling and Using Images or Recognition Data Ethically
  12. Competitive Landscape and Strategic Positioning
  13. How the $50,000 Grants Should Be Spent (Practical Roadmap)
  14. From Campus Prototype to Sustainable Venture: Pathways and Pitfalls
  15. Real-World Examples That Illuminate the Path
  16. Measuring Impact: Metrics That Matter
  17. Recommendations for the Loyola Teams
  18. Wider Implications: What Campus Startups Bring to a Region
  19. FAQ

Key Highlights

  • Two Loyola University Maryland projects — an AI-driven skin analysis app and CHEERIOO, an employee recognition and rewards platform — secured $50,000 each from TEDCO’s Baltimore Innovation Initiative Technology Advancement Grants.
  • The awards fund product development, prototyping, user testing and early commercialization work; both projects face technical, regulatory and go-to-market hurdles common to consumer-health and HR tech startups.

Introduction

Loyola University Maryland announced that two campus projects have earned Technology Advancement Grants from TEDCO’s Baltimore Innovation Initiative, each receiving $50,000 to advance from prototype toward market viability. One project, led by a finance major, uses artificial intelligence to analyze facial skin from real-time or uploaded photos and deliver personalized skincare assessments and product recommendations. The other, CHEERIOO, built by an assistant teaching professor of philosophy, is a mobile app enabling managers and peers to recognize co-workers in real time using company-defined values and personalized rewards.

Small seed grants of this kind matter beyond the cash. They validate nascent ideas, reduce technical and commercial risk, and create pathways for students and faculty to translate research or classroom-inspired concepts into real products. The two projects illustrate different currents in contemporary entrepreneurship: the fusion of machine learning with consumer health and beauty, and the translation of social science insights about recognition and motivation into HR technology. Each path carries distinct technical demands, ethical questions, and market opportunities. The following narrative examines what the grants fund, the challenges the teams will face, and practical strategies to move from campus prototype to sustainable venture.

TEDCO’s Role and Why University Innovation Receives Attention

Maryland’s Technology Development Corporation, TEDCO, has positioned itself as a conduit between research, early-stage technology development, and commercialization. Programs like the Baltimore Innovation Initiative target hyper-local commercialization by directing capital to startups and university projects that can strengthen the regional innovation ecosystem and generate jobs. Technology Advancement Grants typically focus on translating prototypes into demonstrable, investor-ready products through user testing, iterative development, regulatory planning, and initial pilots.

Universities produce a steady flow of ideas that combine domain knowledge, research capabilities, and motivated students or faculty founders. Funding that sits between academic grants and venture capital can close critical gaps: development teams can hire engineers, run pilot studies, buy cloud compute time, and begin regulatory and legal assessments. For student entrepreneurs, such grants also provide real-world signals that can accelerate subsequent fundraising, partnerships, or accelerator admission.

The Loyola recipients demonstrate a campus where technical ambition and human-centered thinking meet. One team pursues a widely commercialized space—AI-powered skincare—while the other channels social and philosophical insight into workplace behavior-change software. Both aim to prove value quickly and build measurable adoption pathways.

The AI-Powered Skin Analysis App: What It Claims and How It Works

At its core, the skin analysis app described in Loyola’s announcement accepts photos—either live from the camera or uploaded images—and runs algorithms to assess facial skin features such as pore size and skin type. The system then produces personalized product recommendations. Implementing this requires several technical components:

  • Image capture and preprocessing: ensuring consistent lighting, angle, and resolution; removing artifacts and normalizing color.
  • Computer vision models: convolutional neural networks (CNNs) or other deep-learning architectures trained to detect and quantify features such as pore visibility, texture irregularities, oiliness, redness, hyperpigmentation and acne lesions.
  • Skin-type classification: mapping findings to established dermatological frameworks (for example, classifying skin as oily, dry, combination, sensitive) and potentially aligning to skin-tone or phototype scales.
  • Recommendation engine: combining assessment outputs with product data, ingredient profiles and user preferences to generate tailored suggestions. This may use collaborative filtering, rule-based systems (ingredient compatibility rules), or hybrid models.
  • User experience and education: presenting results in clear, actionable language and ensuring users understand the basis for recommendations.

The app’s value proposition lies in accessibility and personalization. Many consumers seek tailored skincare but face barriers: dermatology appointments can be expensive, product labels are confusing, and over-the-counter products produce inconsistent results. An app that reliably reproduces a dermatologist-grade surface-level assessment and pairs it with thoughtful product guidance could capture consumer interest.

Products that predate this Loyola project illustrate both aspiration and caution. Apps such as SkinVision focus on lesion detection and skin cancer screening, operating in highly regulated medical domains. Other companies like Curology or Proven emphasize tailored skincare regimens and combine user input with algorithmic recommendations; these firms have pursued clinical partnerships and direct-to-consumer subscription models. A Loyola app that focuses on cosmetic assessment—pore size, skin texture, and product match—must differentiate on accuracy, trust, and actionable personalization.

Technical and Ethical Challenges for Image-Based Skin Analysis

Image-centered AI offers impressive capabilities but carries pitfalls that teams must confront deliberately.

Bias in training data Machine learning models reflect the datasets used to train them. A model trained primarily on lighter skin tones will underperform on darker skin, misclassify conditions, or miss subtle signs. Dermatology historically suffers from underrepresentation of darker skin in textbooks and datasets; an AI product must correct for that by ensuring acquisition of diverse, annotated images across ages, genders, and skin tones.

Defining ground truth What constitutes a correct assessment? Dermatologists and estheticians do not always agree on qualitative features like “pore size” or “skin type.” Establishing ground-truth labels requires standardized annotation protocols, ideally validated by multiple clinicians or experts. Inter-rater reliability should be measured, and ambiguity must be explicitly modeled in the training process.

Clinical versus cosmetic claims An app that diagnoses disease moves into medical device territory and triggers regulatory requirements. If the app focuses on cosmetic metrics and suggests over-the-counter products, regulatory scrutiny is lighter, but caution remains: wording that implies diagnosis or treatment can change classification. The Loyola team must craft language and product flows that match the chosen risk profile or prepare for regulatory engagement if they pursue clinical claims.

Privacy and biometric data Facial images are sensitive personal data and, depending on jurisdiction, could be classified as biometric identifiers. States such as Illinois apply strict rules to the collection and use of biometric data under BIPA; the European Union’s General Data Protection Regulation (GDPR) treats biometric data as a special category. Even in jurisdictions without biometric-specific statutes, basic privacy obligations apply. The app should minimize data retention, offer opt-in flows, support deletion requests, and implement strong encryption for stored and in-transit images.

Explainability and user trust Users need transparent explanations for recommendations. Black-box outputs that simply show “Use Product X” without rationale undermine trust and invite skepticism. Good interfaces show what features the model identified, why an ingredient is recommended, and offer links to clinical evidence or brand transparency.

Adversarial inputs and robustness Lighting, camera quality, makeup and filters change model performance. The app must detect when images are unsuitable for reliable assessment and either guide the user to retake a photo or degrade confidence scores accordingly. A robust product includes clear quality thresholds, on-device preprocessing, and real-world testing across device models.

Security and compliance Beyond privacy policy language, developers must secure storage, APIs and authentication. If the app later partners with healthcare providers or handles payment data for personalized treatment plans, HIPAA-like protections and PCI compliance may apply.

Ethical marketing Personal appearance carries sensitivity. Recommendations must avoid exploiting insecurities. Human-centered design that frames suggestions as supportive, educational, and voluntary reduces potential harm.

Commercial Pathways: How a Skin App Can Make Money

Non-exhaustive monetization routes:

  • Direct-to-consumer subscriptions: monthly plans for regular assessments, deeper analysis, or premium content.
  • Transactional affiliate revenue: earning referral fees when users purchase recommended products; this demands transparent disclosure.
  • Brand partnerships and private-labeling: licensing the algorithm to skincare brands for integration in their experiences or letting brands sponsor curated routines.
  • B2B licensing: selling tools to dermatology clinics, estheticians, or teledermatology platforms to augment remote consultations.
  • Clinical research collaborations: partnering with research centers or cosmetics companies to run studies that validate outcomes and create proprietary datasets.
  • White-label solutions for e-commerce: integrating with online retailers to offer on-site personalized recommendations.

Each path imposes tradeoffs. Affiliate models scale quickly but risk conflicts of interest; subscription models require retention strategies and clear added value. Partnerships with clinicians provide credibility but demand higher validation standards.

CHEERIOO: A Values-Driven Approach to Recognition and Rewards

CHEERIOO’s premise is simple: enable real-time recognition aligned to company values and tied to personalized rewards. Recognition platforms exist already, but nuances determine success. CHEERIOO’s differentiating claim appears to be a combination of immediacy, alignment to company values, and custom rewards.

Essential features for a competitive offering:

  • Value-tagged recognition: allowing senders to attach a company value (e.g., integrity, customer focus) to each recognition instance to reinforce organizational norms.
  • Peer-to-peer and manager-driven flows: enabling recognition from any level with optional manager amplification.
  • Reward catalog and personalization: letting recipients choose how to redeem points (gift cards, experiences, charitable donations).
  • Integrations: connecting with Slack, Microsoft Teams, HRIS systems (Workday, BambooHR) and payroll for seamless reward distribution and analytics.
  • Analytics and reporting: demonstrating impact through engagement rates, correlation with performance metrics and retention signals.
  • Scalability for enterprises and simplicity for SMEs: configurable permissioning, SSO and GDPR-compliant data handling.

CHEERIOO enters a crowded market that ranges from micro-focused players to enterprise incumbents. Examples of established approaches include Bonusly (micro-bonus points), O.C. Tanner (enterprise recognition programs), and Kudos (peer recognition and culture reinforcement). CHEERIOO must find a niche: perhaps a stronger emphasis on values mapping, personalization algorithms that suggest culturally aligned rewards, or streamlined behavior-change mechanics informed by philosophy and behavioral science.

Why a Philosophy Professor Is Well-Positioned to Lead an HR Tech Tool

At first glance, philosophy and app development might look mismatched. In practice, philosophy offers deep competence in ethics, value theory, and human motivation—exactly the considerations required when designing systems that mediate recognition, reward, and workplace culture.

Philosophical training sharpens the ability to:

  • Define organizational values precisely so they can be operationalized as discrete recognition categories.
  • Anticipate ethical dilemmas, such as rewarding behaviors that might create perverse incentives.
  • Structure fairness and equity into recognition systems, reducing unconscious bias in who receives public praise.
  • Design meaningful narratives and feedback loops that support intrinsic motivation rather than merely extrinsic incentives.

Those strengths help when building a product intended to change behavior and culture rather than merely issuing points. The challenge lies in combining conceptual clarity with rigorous product design, data analysis, and system integration.

Adoption Barriers and Ways to Overcome Them

Both the skin analysis app and CHEERIOO face similar startup hurdles: acquiring early users, proving value, integrating into existing workflows, and demonstrating measurable impact.

For the skin app:

  • Early adopters: focus on beauty-savvy consumers who prioritize personalization and are comfortable with photo-based tools. Partner with local salons or dermatology clinics for pilot users.
  • Validation: run controlled user studies that measure perceived helpfulness, product conversion, and retention. Where possible, conduct clinical validation for specific claims.
  • Trust-building: be transparent about data usage, provide visible model confidence scores, and offer opt-in human review for borderline cases.

For CHEERIOO:

  • Pilot with intent: target small teams with strong value-driven cultures to demonstrate immediate benefits and collect case studies.
  • Integration-first approach: build lightweight integrations with widely used collaboration tools (Slack, Teams) to reduce friction.
  • Measure ROI: present early customers with metrics on engagement, nomination frequency and correlations to retention or performance metrics.

Both teams should leverage the TEDCO grant to fund pilot programs, user testing, and data collection that strengthen subsequent funding applications.

Regulation and Compliance: Practical Steps

Understanding the regulatory landscape early reduces costly pivots.

Skin app considerations

  • Avoid diagnostic claims unless prepared to pursue medical device classification. Wording matters: “cosmetic assessment” differs from “diagnosis.”
  • If pursuing clinical claims, plan for regulatory pathways: in the U.S., some software that provides medical advice can be considered a medical device subject to FDA review. Consult regulatory counsel early.
  • Build privacy and security from day one: encryption of images, minimal data retention, detailed consent flows and a data deletion mechanism.
  • Evaluate state biometric laws: e.g., Illinois’ BIPA imposes consent and liability requirements; other states are following suit.

CHEERIOO considerations

  • Data protection: the platform will store employee names, recognition histories and reward selections. Treat this as sensitive HR data and implement role-based access controls and secure storage.
  • Labor and tax: rewards that have monetary value may carry tax implications for recipients; the team should consult payroll and tax experts.
  • Workplace fairness: be prepared to address equity concerns if recognition disproportionately accrues to visible groups. Offer anonymized analytics to HR to identify disparities.

In both cases, legal counsel focused on startups and domain-specific regulation is an appropriate early expense. The grant can cover initial consultations and compliance-scoped development work.

Data Strategy: Collecting, Labeling and Using Images or Recognition Data Ethically

Data is a startup’s raw material. How that data is obtained and handled determines product quality and user trust.

Best practices for image-based products

  • Informed consent at capture, explaining how images will be used and offering clear deletion options.
  • Collect supplemental metadata: device type, lighting conditions, cosmetics used, timestamp and consent context.
  • Assemble annotated datasets with cross-validation by multiple raters and record inter-rater reliability.
  • Use synthetic augmentation carefully to expand datasets but never as a replacement for diverse real images.
  • Implement fairness metrics and monitor model performance across demographic groups.

Best practices for recognition platforms

  • Store minimal personally identifiable data required for operation.
  • Provide transparency about what recognition data will be shown to peers, managers, and HR.
  • Allow employees to export or remove their data.
  • Use aggregated and anonymized analytics for organizational insights; avoid exposing individual-level comparisons that could harm morale.

Both projects should create data governance policies that reflect institutional standards and future commercial obligations.

Competitive Landscape and Strategic Positioning

Assessing competition helps refine differentiation and partnership strategies.

Skin-tech competitors

  • Diagnostic-focused: SkinVision uses machine learning for lesion detection and has pursued regulatory approvals in various regions. Their approach places them toward medical screening rather than cosmetic assessment.
  • Personalization brands: Curology and Proven provide data-informed, subscription-based skincare, mixing user surveys and expert input. Their strengths lie in clinical processes and brand investment.
  • Emerging startups: dozens of apps propose skin analysis or ingredient-based recommendations; many struggle with sustained engagement and conversion.

CHEERIOO’s competitors

  • Bonusly emphasizes micro-bonuses and peer recognition with points redeemable for rewards.
  • O.C. Tanner targets large enterprises with comprehensive culture programs and services.
  • WorkTango, Kudos and Reward Gateway each provide combinations of peer praise, manager-led recognition and tangible rewards.
  • Niche players focus on gamified recognition for small teams or on integrations with specific HR stacks.

Positioning advice

  • For the skin app: focus on demonstrable accuracy for specific cosmetic metrics, transparent data practices and partnerships with trusted local providers to build credibility.
  • For CHEERIOO: emphasize the values-mapping engine and simplified reward personalization; deliver rapid time-to-value via lightweight integrations.

Both teams should define ideal customer profiles and realistic revenue milestones to support fundraising.

How the $50,000 Grants Should Be Spent (Practical Roadmap)

A targeted plan will maximize the impact of the TEDCO award.

Priorities for the skin app

  1. Data collection and annotation: fund acquisition of diverse, consented image datasets and pay clinicians or trained annotators for labeling.
  2. Prototyping and model iteration: hire or contract an experienced computer vision engineer, purchase cloud GPU time, and build test harnesses for model evaluation.
  3. UX and QA: develop camera guidance, confidence scoring, and clear explanation language; run small user studies to improve UI.
  4. Legal and regulatory scoping: budget for counsel to classify product claims and create compliant data/terms flows.
  5. Pilot partnerships: sponsor a small pilot with a local dermatology clinic or aesthetic practice to test real-world usage and collect feedback.

Priorities for CHEERIOO

  1. Minimum viable product (MVP): invest in full-stack development to integrate with Slack/Teams and basic HRIS connectors.
  2. Reward and payment plumbing: set up a secure, auditable reward delivery flow and catalog partnerships with gift-card providers.
  3. Pilot deployment: offer the platform to local companies or campus departments for initial use and collect quantitative and qualitative outcomes.
  4. Measurement and analytics: create dashboards to demonstrate engagement metrics and linkage to retention or satisfaction surveys.
  5. Legal/tax consultation: evaluate tax treatment of rewards and ensure proper reporting mechanisms.

Both teams should document metrics that signal product/market fit: retention rates, conversion from free to paid users, engagement levels, and pilot customer references.

From Campus Prototype to Sustainable Venture: Pathways and Pitfalls

Transitioning from a campus project to a lasting company requires shifting priorities.

Key inflection points

  • Proof of concept: clear signal from pilots that users find the product valuable and will pay/engage over time.
  • Repeatable acquisition: a reliable method to acquire users at an acceptable cost.
  • Unit economics: gross margins and lifetime value (LTV) that support sustainable growth or a capital-raising plan.
  • Team composition: complement founding strengths with product, engineering, design and sales talent.
  • Legal and governance: establish a corporate entity, clear IP ownership (especially when faculty or students use university resources), and cofounder agreements.

Common pitfalls

  • Chasing features instead of customers: a long backlog of features without validation wastes resources.
  • Ignoring data governance: failing to set policies early creates downstream compliance liabilities.
  • Overreliance on one revenue channel: diversify pilot customers and iterate pricing.
  • Underestimating commercial timelines: regulatory approvals and enterprise sales cycles take time.

Tactical moves that help

  • Participate in accelerators that match domain focus, such as health-tech or HR-tech programs.
  • Leverage university resources: tech-transfer offices, incubators, mentorship networks and alumni connections.
  • Use pilot outcomes to secure bridge funding: angel investors, local economic development programs or customer prepayments.

Real-World Examples That Illuminate the Path

Three case studies illustrate possible trajectories.

  1. Skin analytics to brand licensing A university lab develops a validated skin-texture algorithm. Rather than competing directly in retail, it licenses the model to skincare brands, enabling on-site personalization at retail kiosks. Revenue arrives through licensing fees and maintenance contracts, and the startup focuses on model improvement and integration rather than building a consumer brand.
  2. Recognition platform starting with SMEs A recognition app pilots in small-to-medium enterprises and uses integration with Slack to scale. Positive word-of-mouth and case studies produce inbound interest. The team progressively adds payroll integration for reward distribution, sells to HR leaders, and pursues enterprise customers with customized deployments. Growth comes from productized professional services and higher-tier subscription plans.
  3. Clinical validation leading to premium positioning An app that begins with cosmetic assessments later undertakes a controlled study linking its recommendations to measurable skin outcomes (e.g., improved hydration, reduced hyperpigmentation over three months). Demonstrated efficacy allows the company to market a premium offering and secure partnerships with dermatologists and insurers.

These models illustrate the importance of strategy: direct-to-consumer branding, B2B licensing, and validation-led premium positioning all require different operational focuses and timelines.

Measuring Impact: Metrics That Matter

Both projects should focus on a concise metrics dashboard that communicates progress to stakeholders and future investors.

For the skin app

  • Retention rate: percentage of users who return for repeat assessments.
  • Conversion rate: percentage of users who purchase a recommended product or subscribe.
  • Accuracy metrics: per-class precision/recall, calibration across skin tones, and inter-rater agreement with human experts.
  • Trust signals: opt-in rates for data-use, user satisfaction scores and NPS (Net Promoter Score).

For CHEERIOO

  • Participation rate: percentage of employees who send or receive recognition each month.
  • Recognition per capita: nominations per employee per month.
  • Reward redemption rate: how often reward points lead to tangible redemption.
  • Correlated HR metrics: voluntary turnover among engaged employees vs. non-engaged peers, engagement survey scores.

Transparent reporting of these metrics in pilot case studies will significantly strengthen subsequent funding and sales conversations.

Recommendations for the Loyola Teams

Concrete, prioritized steps that align with the grant timeline:

For the skin app team

  1. Assemble a diverse image dataset with clear consent and annotation protocols. Prioritize representation of under-sampled skin tones.
  2. Define the product’s risk profile and craft user-facing language accordingly. If avoiding medical claims, ensure the UX never implies diagnosis.
  3. Launch an initial pilot with a local dermatology clinic or esthetic practice to collect real-world feedback and build credibility.
  4. Allocate funds for a regulatory/ privacy consultation and for security hardening of image storage and transmission.
  5. Plan for an evidence-focused marketing strategy: case studies, before/after data from user pilots, and transparent explanation of algorithms.

For CHEERIOO

  1. Prioritize integrations with Slack and Microsoft Teams to reach users where they already work.
  2. Design the reward catalog and redemption flow to be flexible and tax-aware.
  3. Run a semester-long pilot with campus departments or local businesses to collect usage patterns and testimony.
  4. Build analytics reports that demonstrate behavioral impacts and provide HR-friendly insights.
  5. Design fairness monitoring tools to detect and mitigate disparities in recognition distribution.

Both teams should prepare an investor-ready pitch that highlights validated metrics, market opportunity, and a clear use of capital beyond the TEDCO award.

Wider Implications: What Campus Startups Bring to a Region

Small grants like TEDCO’s seed more than individual products. They create hands-on learning for students, provide faculty with commercialization paths, and help anchor talent locally. When universities convert classroom ideas into market experiments, the region benefits from job creation, partnerships with local businesses, and a richer innovation ecosystem.

For students, participation in these ventures offers an experiential complement to coursework. For faculty founders, products translate theory into practice and extend academic impact. For the region, successfully scaled ventures retain talent that might otherwise migrate to distant tech hubs.

TEDCO’s grants aim to catalyze these effects. The Loyola awards are an example of how modest capital can initiate cycles of validation, partnership and growth.

FAQ

Q: What exactly did each Loyola team receive and who awarded the funds? A: Each project received a $50,000 Technology Advancement Grant from TEDCO’s Baltimore Innovation Initiative. TEDCO is Maryland’s Technology Development Corporation, and the grant supports technology development and early commercialization activities.

Q: What does the AI-powered skin analysis app do? A: The app analyzes real-time or uploaded facial photos to assess skin features such as pore size and skin type, then provides personalized product recommendations. It combines image processing, machine learning-based feature detection and a recommendation engine.

Q: Will the skin app diagnose medical conditions? A: Loyola’s announcement describes cosmetic assessments rather than medical diagnoses. Whether the app stays in the cosmetic domain or pursues clinical claims will determine its regulatory obligations. Language and product flow must be carefully designed to avoid implying medical diagnosis unless the team pursues regulatory approvals.

Q: What is CHEERIOO and how does it work? A: CHEERIOO is a mobile employee recognition and reward app that lets managers and peers recognize coworkers in real time, tagging recognition to company-defined values and offering personalized rewards for recipients.

Q: How can these projects use the $50,000 grants effectively? A: Funds are best used for targeted activities: building prototypes, expanding and annotating datasets, user testing, pilot programs, legal and regulatory consultations, UX improvements, integrations, and early hires or contractor support.

Q: Are there ethical concerns with a skin-analysis app? A: Yes. Major concerns include bias in datasets, privacy of facial images, potential exploitation of user insecurities, and ensuring transparent recommendations. Addressing these requires diverse data, clear consent, strong security, explainable outputs and ethical product design.

Q: What regulatory issues should founders expect? A: For skin analysis, the principal question is whether the app will be classified as a medical device. If it makes diagnostic claims, it may require regulatory approval. For both apps, data protection and privacy obligations apply; some jurisdictions have stricter biometric regulations. CHEERIOO must also consider tax and payroll implications of monetary rewards.

Q: How do these projects compare to market incumbents? A: The skin app enters a crowded field with companies focusing on diagnosis (e.g., lesion detection) and others on personalization. Success depends on accuracy, trust and partnerships. CHEERIOO competes with platforms like Bonusly, O.C. Tanner and Kudos; differentiation can come from values mapping, personalization and seamless integrations.

Q: What are key early metrics that indicate progress? A: For the skin app: retention, conversion, model accuracy across demographic groups, and user satisfaction. For CHEERIOO: participation rate, recognition per capita, reward redemption, and correlations with HR outcomes such as retention.

Q: What next steps should the Loyola teams pursue after the grant-funded phase? A: Use pilot outcomes to attract follow-on funding, pursue partnerships with clinics or employers, expand the team with technical and commercial hires, strengthen data governance and compliance, and prepare investor materials that demonstrate traction and unit economics.

Q: How can other students or faculty pursue similar funding? A: Explore university innovation offices, attend local entrepreneurship events, apply to state or regional commercialization programs like TEDCO, and build early prototypes with demonstrable user feedback. Align projects with program priorities—such as regional economic impact or workforce development—to improve competitiveness.

Q: Will these apps stay affiliated with Loyola or become independent companies? A: The announcement does not specify future ownership. Typically, university-based projects evaluate options: continuing as campus projects, spinning out as independent startups with licensing agreements, or being acquired. Intellectual property policies and tech-transfer offices guide those decisions.

Q: How will the teams measure long-term success? A: Long-term success metrics vary by strategy: profitable direct-to-consumer sales and sustainable retention for consumer products; recurring enterprise contracts and strong unit economics for B2B products; successful licensing and steady partnership revenue for platform approaches. Equally important are non-monetary signs—clinical validation, demonstrated fairness, and measurable positive impact on user outcomes.


Both projects at Loyola University Maryland illustrate the variety and ambition of contemporary campus entrepreneurship: one applying machine learning to personalized consumer health and beauty, the other converting philosophical insights about values and recognition into an HR tool. The TEDCO grants fund critical early-stage work, but the path to commercial success depends on rigorous validation, careful ethical and regulatory planning, and focused market strategies. These teams now face the practical challenges every tech startup encounters: build what users truly need, measure impact, protect data and scale responsibly. If they can navigate those challenges, they will not only advance their own ventures but also contribute to a stronger local innovation ecosystem.