UCTalent: Decentralize recruitment by AI & Blockchain

UCTalent, Privacy Talent Network - Decentralize recruitment by AI & Blockchain

Project Name

UCTalent: Privacy Talent Network - Decentralize recruitment by AI & Blockchain

Problem Statement

Web3 recruitment suffers from inefficiencies, high costs (15%–45% headhunter fees), and privacy risks, discouraging top blockchain talent—especially in Southeast Asia where we will initially focus—from engaging openly. Lengthy hiring processes (6–10 weeks) and regional talent gaps between Western hiring companies and Eastern markets limit access to skilled Web3 professionals, hindering ecosystem growth. Our initial focus is on connecting SEA talent pools with global hiring companies, with plans for future expansion.

Solution Overview

UCTalent, the Privacy Talent Network, is a decentralized, AI-driven platform for privacy-preserving recruitment and freelancing.
Dual AI Agents—Career and Hiring—deliver encrypted job matching, CV screening, and interviews using Alith’s secure AI inference and Hyperion’s parallel execution.
UCTalent ensures confidential referrals and crypto-powered freelancer payments, reducing costs, accelerating hiring, and bridging global talent gaps while prioritizing user privacy.

Project Description

UCTalent redefines Web3 recruitment with a privacy-first platform with these key features:

  • Confidential Referrals: Hyperion smart contracts with Alith’s secure inference encrypt rewards, showing only “Competitive” publicly. Authorized parties access decrypted amounts via a secure interface; COTI v2 offers optional privacy on demand.
  • Freelancer Marketplace: Talent offers services (e.g., smart contract auditing) with crypto payments via Hyperion’s low-latency transactions.
  • Dual AI Agents: Career AI provides encrypted job recommendations and resumes; Hiring AI automates postings, CV screening, and 20-minute interviews with tailored questions, recording responses for summaries without final decisions, ensuring fairness. Career and Hiring AI Agents operate independently for talent and recruiters, integrating APIs, databases, and LLMs for automated actions. Future versions will learn from successful placements to improve recommendations.
  • KYC prevents referral gaming, with token conversions tied to hiring progress (e.g., 100% for hired talent, 50% for 2nd interviewed talent). Deployed on Hyperion’s testnet, UCTalent uses MetisVM’s parallel execution and Alith for scalable, secure operations, initially targeting SEA talent for global opportunities.

Community Engagement Features

UCTalent gamifies participation on Hyperion:

  • Tasks:
    • Encrypted talent profile (skills, KYC): 1,000 points.
    • Refer verified friend: 100 points (max 10/month).
    • Post job/project: 500 points (max 5/month).
    • Test AI job matching/interviews: 300 points/task.
    • Submit UX/bug feedback: 200 points/submission.
  • Points System: Pioneer Program points convert to UCTalent Tokens (1:1, capped 100,000/year) for premium features/NFTs.
  • Gamification: Leaderboards and milestone rewards (e.g., 5,000 points for five projects) drive engagement.
  • Onboarding: Privacy-focused tasks attract and retain users.

Getting Involved

Join UCTalent’s HyperHack journey:

  • Talent/Freelancers: Create encrypted profiles, test AI on Hyperion’s testnet.
  • Developers: Build Rust/Solidity contracts or Alith integrations via Discord/Metis Forum.
  • Feedback: Stress-test (July 15–August 7) for points.
  • Companies: Test Hiring AI and referrals.
20 Likes

Thank you for sharing the detailed project overview of UCTalent—it’s an exciting and much-needed solution for decentralized recruitment in Web3. Here are two thoughtful questions to consider:

1-How does UCTalent ensure fairness and prevent bias in AI-driven interviews, especially across diverse linguistic and cultural backgrounds within the Southeast Asian talent pool?

2- What mechanisms are in place to handle disputes or quality assurance in crypto-powered freelance services, particularly when services are delivered pseudonymously or anonymously?

4 Likes

Thanks @han for asking questions. Here is my reply:

  1. The feature like “20-minute video interviews” will start with simple version that will ask some typical questions that is customized for a pair of the position and the candidate before each call.
    The AI just record the meeting into text, then analyze the answer and give the summary and recommendation. We build AI-driven screening as assistant tool, not a decision tool. Hiring AI Agent will auto some sourcing/screening steps and give summary and recommendation for recruiters, but do have any decision at the final step of screening stage.
    It aims to spot disqualified talents for minimum requirements, not try to find the best and fit candidates, which still need human intelligence.
    UCTalent focuses on high tech talent, specially in Web3/blockchain and cross-border opportunities, so that English will be the default language for communication.

  2. The smart contract can be designed to incorporate a dispute resolution mechanism. In case of disagreements between companies and talents/referrers regarding the referral validity, a dispute fee can be deposited into the smart contract.
    In the first phase, UCTalent will hold the central decision on dispute resolution process. Later, when UCTalent community grows strong enough, this fee incentivizes participation in a community-based dispute resolution process on the UCTalent platform.

2 Likes

Thank you for the detailed and thoughtful response! It’s great to see how UCTalent balances AI assistance with human judgment and has a clear plan for dispute resolution.

Just a quick follow-up: How do you plan to handle language diversity or communication barriers for candidates who might not be fully fluent in English but have strong technical skills?

2 Likes

This UCTalent project presents a compelling and thoughtfully designed approach to tackling significant inefficiencies, high costs, and critical privacy concerns that currently plague Web3 recruitment. I have few questions in my mind to get thorough idea about it.

  1. Your solution emphasizes ‘secure AI inference’ with Alith and encrypted job matching. Could you elaborate on the technical mechanisms that allow your AI agents to effectively screen CVs and match talent while the underlying data remains encrypted? How do you ensure the AI can learn and improve its recommendations over time without compromising user privacy at any stage of the data lifecycle?

  2. While the Hiring AI provides summaries and doesn’t make final decisions to ensure fairness, how do you plan to audit and mitigate potential biases within the AI’s screening and interview question generation, particularly concerning diverse cultural nuances in SEA? Additionally, for the freelancer marketplace, what mechanisms are in place for dispute resolution between talent and companies regarding project deliverables or payments managed via Hyperion smart contracts?

Thank you

5 Likes

We do not have any plan to handle language diversity or communication barriers. But for candidates who might not be fully fluent in English but have strong technical skills, if they meet the minimum requirement from hiring side, then it is still okie!

3 Likes

Thanks for the clarification! That sounds like a practical approach to keep the focus on skills while being flexible with language.

1 Like

Thank for asking Amardeep

  1. To make sure underlying data remains enscrypted or privacy, it is applied through these steps:
  • Encrypt Data: Use attribute-based encryption (ABE) or homomorphic encryption to secure data before storage. Only authorized parties with decryption keys can access it.
  • Store Hashes On-Chain: Record the hash of encrypted data on the blockchain to verify integrity without exposing content.
  • Use Distributed Storage: Leverage systems like IPFS or AWS S3 for off-chain storage, integrated with blockchain for secure access control.
  1. We do not have any plan to audit or mitigate potential biases for AI Agent for now. May ask you contribute any ideas or solution? Thank you

  2. Dispute process still the same for freelance marketplace. i requote: " The smart contract can be designed to incorporate a dispute resolution mechanism. In case of disagreements between companies and talents/referrers regarding the referral validity, a dispute fee can be deposited into the smart contract.
    In the first phase, UCTalent will hold the central decision on dispute resolution process. Later, when UCTalent community grows strong enough, this fee incentivizes participation in a community-based dispute resolution process on the UCTalent platform."

Thanks

4 Likes

Thanks for the clarifications.

  1. Secure AI Learning: Regarding AI learning on encrypted data, your storage methods (ABE/HE, on-chain hashes) are clear. My question is more about the ongoing learning process. How will the AI models be updated and improve from new data (e.g., successful placements) while ensuring user privacy is maintained during this learning/training phase on encrypted data?
  2. AI Bias Mitigation: Thank you for your candor on AI bias and the invitation for ideas. Given the SEA focus, this is vital. Proactively considering strategies like diverse data sourcing for training and establishing community feedback channels for bias reporting could be beneficial as you develop this.
  3. Dispute Resolution: The phased approach for dispute resolution in the freelancer marketplace sounds practical.

Appreciate you engaging on these points. The project has strong potential.

4 Likes

Hello @DjangoDNN , How are you?

  1. How do you explain the value of blockchain-based hiring to Web2 companies that may be hesitant to trust crypto-based platforms or token incentives?
  2. Will recruiters be forced to pay or reward in crypto, or is there fiat-onboarding for employers unfamiliar with crypto?
6 Likes

Hi @priyankg3

Hope you doing great and thank for the great question. Here are my feedback for 2 questions:

1. Value of Blockchain-Based Hiring for Web2 Companies (Beyond Crypto Hesitation):

For Web2 companies, the primary value of UCTalent’s blockchain-based hiring lies in building immediate trust, verifiable transparency, and efficiency in the recruitment process, regardless of whether the final reward is paid in crypto or fiat.

  • Trust and Transparency in Referrals: Blockchain creates an immutable, tamper-proof record of every referral, its terms, and the hiring outcome. This means:
    • Reduced Risk: Companies have full transparency on the referral flow and reward conditions, eliminating common trust issues with traditional agencies or unknown headhunters.
    • Verifiable Outcomes: Every step is recorded, ensuring fairness and accountability.
    • No Upfront Commitment: Our “Pay If You Hire Someone” cash reward model, backed by blockchain’s verifiable process, allows companies to incentivize a vast network of “freelancer headhunters” and external talent without any upfront payment or traditional contract complexities. This fosters trust and enables powerful crowdsourced recruitment.
  • Expanded Talent Pool & Quality: By creating a trusted, incentivized system, companies can tap into a wider, often passive, network of top talent that might not be reached through traditional job boards. High-quality talent is more likely to engage when they trust the reward mechanism and the fairness of the process.
  • Efficiency & Cost Savings: The automation inherent in smart contracts for reward distribution (upon successful hire) reduces administrative overhead and disputes, leading to faster, more streamlined hiring and ultimately, significant cost savings compared to traditional headhunting fees.

In essence, blockchain acts as a powerful trust and verification layer, creating a more reliable and efficient recruitment ecosystem that benefits all parties.


2. Payment Flexibility: Fiat-Onboarding for Employers:

You’re absolutely right to ask about payment flexibility! Recruiters will not be forced to pay or reward in crypto.

  • Flexible Reward Options: UCTalent offers both crypto and fiat-based reward options to cater to diverse company needs:
    • “Deposit Crypto Reward (Money Safe Until Hire)”: For crypto-native companies, they can deposit crypto directly into our smart contracts, held securely until a successful hire.
    • “Set Up Cash Reward (Pay If You Hire Someone)”: For Web2 companies or those preferring traditional payments, they can opt for cash rewards, with payment only triggered upon successful hire. This is designed for maximum ease of adoption.
  • Strategic Phased Approach:
    • Early Phase Focus: In our early phase, we are indeed focusing on Web3/blockchain companies and projects that are already familiar with and comfortable using crypto, as this allows for seamless integration with our core blockchain features from day one.
    • Future Fiat On-Ramp: As we grow and expand our user base, we will absolutely offer robust fiat-onboarding and off-ramping solutions for employers. Our goal is to make the platform accessible and user-friendly for all companies, regardless of their crypto familiarity. This ensures broad adoption and aligns with our mission to revolutionize recruitment for the entire industry.

We believe this flexible approach allows UCTalent to deliver immediate value to the Web3 ecosystem while strategically paving the way for broader adoption by Web2 companies.

3 Likes

Update for our proposal to focus more on Freelance headhunter as referrer, not just normal talents as they are more motivated to do referral forliving.

Revised UCTalent Application for HyperHack

Project Name UCTalent: AI-Powered Talent Network on Hyperion

Problem Statement Web3 recruitment is inefficient, fragmented, and prohibitively expensive. Centralized headhunters charge massive fees (15%–45%), creating slow (6–10 weeks) hiring cycles that hinder ecosystem growth. There is a major disconnect between global companies and deep talent pools, especially in Southeast Asia. Furthermore, there is no efficient, on-chain marketplace for Web3 freelancers to offer services and get paid, nor a way for freelance headhunters to effectively monetize their networks.

Solution Overview UCTalent is an AI-powered talent network built on Hyperion to decentralize and accelerate recruitment. We leverage the Alith AI Agent framework and Hyperion’s high-throughput infrastructure to create a transparent, low-cost, and efficient ecosystem for hiring, freelancing, and decentralized headhunting.

  • Decentralized Headhunting on Hyperion: Companies post on-chain referral rewards on Hyperion smart contracts. Any freelance headhunter can refer talent and earn the reward upon a successful hire, creating a transparent, permissionless recruitment model.
  • On-Chain Freelancer Marketplace: A dedicated marketplace where Web3 professionals can offer services (e.g., smart contract audits, UI design) and get paid instantly in crypto via Hyperion’s fast, low-cost transactions.
  • AI Agents Powered by Alith: Our dual Alith AI Agents—Career and Hiring—use secure, on-chain AI to automate job matching, CV screening, and interviews, dramatically increasing the speed and efficiency of the entire hiring process.

Project Description UCTalent is building the future of Web3 talent acquisition on Hyperion with these core features:

  • Decentralized Headhunting: The core of our platform. Companies lock a referral reward into a Hyperion smart contract. This incentivizes a global network of freelance headhunters to source and refer top candidates. The smart contract, running on Hyperion’s scalable infrastructure, guarantees instant and transparent payment to the successful headhunter upon hire.
  • Freelancer Marketplace: To drive immediate economic activity, UCTalent features a dedicated marketplace. Web3 talent can list their services and find short-term projects. All transactions are settled on-chain via Hyperion, ensuring fast, reliable, and low-cost crypto payments for completed work.
  • Hiring/Talent AI Agent Framework: Our competitive edge lies in our dual AI agents, built using the Alith AI Agent framework for secure and scalable AI operations on-chain.
    • Hiring AI Agent: Helps companies generate optimized job posts and provides freelance headhunters with powerful tools to screen candidates. It leverages Alith AI to conduct automated initial interviews, summarizing qualifications for rapid review.
    • Career AI Agent: Empowers talent and freelancers to build dynamic profiles and receive intelligent job or project recommendations based on their skills and on-chain activity.
  • Built for Hyperion: The entire platform leverages Hyperion’s MetisVM for parallel execution, ensuring our application is fast, responsive, and can scale to handle a high volume of transactions for referrals, payments, and AI-driven actions. KYC integration ensures a high-quality, spam-free network.

Community Engagement Features UCTalent gamifies participation, leveraging Hyperion to build a vibrant community of talent, freelancers, and headhunters.

  • Tasks:
    • Create a talent, freelancer, or headhunter profile (with KYC): 1,000 points.
    • List a service on the Freelancer Marketplace: 500 points.
    • Refer a verified candidate who gets an interview: 2,000 points.
    • Test the Alith AI job matching and interview features: 300 points/task.
    • Submit UX/bug feedback on the Hyperion testnet deployment: 200 points/submission.
  • Points System: Pioneer Program points convert to UCTalent Tokens (1:1, capped 100,000/year), used for premium features like promoting a freelance service or boosting a candidate’s profile.
  • Gamification: Leaderboards will track the most successful freelance headhunters and top-earning freelancers, creating a competitive and rewarding environment powered by on-chain activity on Hyperion.

Getting Involved Join UCTalent’s HyperHack journey:

  • Freelancers & Headhunters: Create your profile, list a service on our marketplace, and test the referral system on Hyperion’s testnet.
  • Developers: Help us build the future of recruitment. Contribute to our Solidity contracts and Alith AI integrations via our Discord and the Metis Forum.
  • Feedback: Stress-test our entire platform, from the marketplace to the AI tools, from July 15–August 7 and earn rewards for your feedback.
  • Companies: Test our AI-powered hiring tools to see how you can accelerate hiring and reduce costs on the Hyperion network.
3 Likes

Thanks @DjangoDNN . really appreciate the detailed breakdown :raising_hands:

Curious to see how you’ll handle dispute resolution at scale as the platform grows . will it remain DAO-governed or will there be a hybrid model?

3 Likes

We aim to be DAO-governed for operation task like disputes handling and some platform governance

Best

2 Likes

okay, thanks for answering.

All the best :slight_smile:

1 Like

Very cool concept! As someone interested in Web3, I love seeing projects tackling real problems like expensive recruitment fees and privacy issues. The idea of using dual AI agents for both job seekers and recruiters sounds super efficient.

2 Likes