The proposed AI and blockchain-integrated HR framework was conceptually developed and assessed for its potential to address strategic human capital planning challenges in the Dubai Government. Although no live deployment or software simulation was carried out, a comprehensive conceptual validation was performed based on the literature review, policy analysis, and design thinking methodologies. The framework draws inspiration from global best practices and aligns with national strategies to create a forward-looking solution that enhances workforce utilization and digital credential management.
4.1. Conceptual Framework Validation
The framework comprises three integrated modules: (1) an AI-based skill-role mapping engine, (2) a blockchain-enabled credential verification system, and (3) a user-facing HR policy dashboard. These components are proposed based on real-world needs identified through benchmarking Dubai’s HR infrastructure against international models.
To develop the conceptual system, public and anonymized data sources were referenced (
Table 1). Course metadata from Coursera, LinkedIn Learning, and edX were analyzed to simulate learning transcripts. Similarly, job descriptions were reviewed from UAE-focused portals including GulfTalent, Bayt.com, Naukrigulf, and LinkedIn Jobs. These inputs represent accessible proxies for employee learning and departmental needs. The paper illustrates how an AI module could conceptually map skills to departmental roles using unsupervised clustering and embedding-based similarity methods (
Figure 1).
The blockchain credentialing module is proposed using inspiration from Ethereum-based systems like MIT Blockcerts and Estonia’s e-Governance stack (
Figure 2). The conceptual function includes issuing a digital certificate token to a secure ledger, providing HR managers a tamper-proof way to verify completion of training and track development histories. The technical feasibility is drawn from extensive literature that shows how decentralized credentialing enhances transparency and cross-agency interoperability.
A dashboard concept was designed as a mock interface for HR decision-making. The dashboard synthesizes the outputs from the AI skill matcher and credential validator to suggest internal transfers, highlight upskilling needs, and support role forecasting. This is based on user experience design principles and modular analytics platforms such as Streamlit or Power BI. A conceptual screenshot mockup is provided in the figures section (
Figure 3 and
Figure 4).
Global benchmarking further supports the relevance of the proposed system. Singapore’s SkillsFuture demonstrates a robust integration of government-supported upskilling pathways with predictive analytics to guide workforce transformation. Estonia’s digital infrastructure, including the X-Road platform and decentralized identity systems, showcases the long-term viability of using blockchain-like architectures for credential transparency. The conceptual dashboard design borrows these principles but localizes them for UAE’s context by integrating existing platforms like Bayanati and Al Mawrid (
Table 8).
4.2. Conceptual Comparison to Existing Platforms
This study presents a conceptual framework that significantly extends the capabilities of current UAE government HR systems such as Bayanati and Al Mawrid (
Table 9). These platforms have traditionally focused on operational HR functions like leave management, performance tracking, and centralized learning catalogs [
30]. While functional, they remain largely transactional in design, offering limited adaptability to the dynamic reskilling and mobility demands of a digital government workforce [
31,
32].
In contrast, the proposed framework introduces predictive, intelligent, and secure capabilities features currently absent from Dubai’s HR technology landscape. First, the use of AI for semantic skill-role mapping transforms static training records into actionable intelligence. This contrasts sharply with existing systems that rely on keyword-based filters or manual evaluations, which can lead to mismatches in employee deployment. The AI module’s use of clustering and sentence embeddings, while conceptual here, draws from tested academic models in public sector HR analytics [
32,
33].
Second, the blockchain component departs from centralized logging by offering a decentralized credentialing architecture, theoretically enabling tamper-proof validation of training outcomes. While platforms like Al Mawrid do track course completions, they lack a mechanism for independent verification, which has emerged as a key requirement in trust-based digital ecosystems [
34]. This shift mirrors global best practices seen in Estonia’s e-Governance stack, USA’s MIT BLockcert and Singapore’s verifiable learning records under the SkillsFuture initiative.
Third, the integration of these components into a unified HR Policy Dashboard proposes a layer of real-time decision support absent from existing government tools. The conceptual dashboard serves as a visualization and policy interface that consolidates predictions, validates credentials, and identifies skill gaps. In contrast, Bayanati and Al Mawrid offer administrative dashboards focused on reporting, with minimal analytical depth or proactive policy triggers. Studies have emphasized the importance of such forward-looking analytics to support agility and adaptive workforce planning in public organizations [
35].
Importantly, each conceptual framework has been qualitatively evaluated against public documentation of Bayanati and Al Mawrid, as well as academic and institutional descriptions of global equivalents such as SkillsFuture (Singapore), MIT Blockcert (USA) and GovStack (Estonia). This comparative approach validates the feasibility and novelty of the system within UAE’s evolving digital HR policy environment.
While current platforms serve core HR administrative functions effectively, the proposed system conceptualizes a transformative shift toward intelligent, decentralized, and policy-responsive workforce management. It reflects not only technological innovation but also a strategic alignment with the UAE’s vision for a future-ready, AI-integrated public sector workforce.
4.3. Pilot Implementation and Experimental Results
Six controlled experiments were conducted to evaluate the effectiveness, scalability, and technical feasibility of SkillChain DX. All experiments reported in this section were executed using the publicly available implementation provided at
https://github.com/papersC/skillChain.git (accessed on 28 November 2025), ensuring reproducibility of results. The experiments collectively assess recommendation quality, skill progression behaviour, blockchain performance, embedding model suitability, system scalability, and statistical characteristics of similarity scores (
Table 5 and
Table 6). The first experiment examined the impact of similarity thresholds on role recommendation quality and volume. Seven threshold levels ranging from 50% to 90% were evaluated by measuring the average number of role recommendations per employee, the number of employees receiving at least one recommendation, and the average top similarity score. Results indicate that a 70% threshold offers the most balanced trade-off, maintaining high recommendation quality while preserving sufficient recommendation coverage. Thresholds above 85% resulted in no viable recommendations, whereas thresholds below 60% produced excessive low-quality matches. These findings support the selection of a 70% threshold as an evidence-based operational cutoff for role recommendations (
Figure 5).
Further, how incremental skill acquisition affects employee–role alignment using a simulated upskilling pathway have been examined. Employee EMP001 (Data Analyst) was evaluated against the target role of Data Strategy Officer by sequentially adding three relevant courses (Data Governance, Leadership, and Business Intelligence) to the employee’s profile and recomputing cosine similarity scores after each addition. As shown in
Figure 6, the initial similarity score of 42.06% with five skill gaps increased to 46.13% after the first course, 50.77% after the second, and 56.83% after the third, while skill gaps reduced from five to zero. Each targeted course contributed an average improvement of approximately 4–5 percentage points, demonstrating that the SkillChain DX pipeline can quantitatively model skill progression and translate specific learning interventions into measurable improvements in role readiness.
The blockchain credential evaluation assessed issuance and verification performance under increasing credential volumes to examine scalability and operational feasibility. Credential batches of 10, 50, 100, and 500 records were processed, with execution time and throughput measured for both issuance and verification operations. Results show that credential issuance exhibited stable throughput in the range of 25–30 operations per second, while verification was significantly faster, reaching up to 100,000 operations per second for mid-sized batches and remaining above 70,000 operations per second even at 500 credentials. Verification latency remained near zero for smaller batches and increased marginally at higher loads, reflecting efficient hash-based lookup. The linear increase in execution time with credential count indicates O(n) scalability, demonstrating that the proposed blockchain-inspired credential layer can support enterprise-scale verification demands while maintaining high performance and practical deployment feasibility (
Figure 7).
A comparative evaluation of sentence-transformer models was conducted to identify an optimal balance between accuracy, computational efficiency, and deployment feasibility for public-sector HR applications. Three models were tested on the same employee–role matching task: all-MiniLM-L6-v2, all-MiniLM-L12-v2, and paraphrase-MiniLM-L6-v2 as shown in
Figure 8. While the larger all-MiniLM-L12-v2 model produced slightly higher average similarity scores, this gain was marginal (approximately 1–2%) and accompanied by substantially higher inference time and a larger memory footprint. In contrast, all-MiniLM-L6-v2 achieved comparable similarity scores with the fastest inference time and the smallest model size (22.7 MB), making it more suitable for scalable and resource-constrained government environments. These results support the selection of all-MiniLM-L6-v2 as the preferred model for SkillChain DX, as it offers an effective trade-off between accuracy, speed, and operational efficiency.
Scalability of the proposed system was examined by varying the number of employees and job roles to reflect small, medium, and larger organizational settings. Across all tested configurations, total computation time increased proportionally with the number of employee–role comparisons, demonstrating linear scalability consistent with an
complexity, where
n represents employees and
m represents roles. A strong correlation (
) was observed between the total number of comparisons and execution time, confirming predictable performance behaviour. Importantly, the per-comparison processing time remained relatively stable across scenarios, indicating efficient vectorized embedding and similarity computations. Based on these trends, the system can be reasonably extrapolated to handle larger government-scale datasets, with an estimated processing time of approximately 5–10 s for 1000 employees matched against 100 roles, supporting its suitability for enterprise-level workforce analytics (
Figure 9).
4.4. Discussion and Policy Relevance
This research offers a novel, policy-oriented approach to optimizing public sector human capital strategy, particularly relevant for governments seeking to align workforce capabilities with the evolving needs of digital transformation [
36]. The proposed framework uses AI to infer workforce competencies and blockchain to authenticate and securely store credentialing data, thereby establishing an integrated, trust-enabled architecture for policy-level HR planning with a pilot system implementation.
The proposed framework is grounded in converging evidence from multiple strands of recent research that collectively validate its technical and policy coherence. Studies on AI-enabled public-sector HR systems demonstrate that unstructured inputs such as job descriptions, training metadata, and learning transcripts can be systematically transformed into competency signals suitable for role alignment and workforce planning, providing the analytical foundation for the framework’s skill inference engine. Complementary research on blockchain-based credentialing establishes the feasibility of decentralized verification mechanisms that maintain credential integrity across heterogeneous training providers, thereby reinforcing the trust layer required for skills-based mobility at scale. Prior work on hybrid AI–blockchain system architectures further supports the deliberate separation between analytics-driven decision support and cryptographically secured credential management, an approach that enhances governance clarity, auditability, and institutional accountability [
37]. At the policy level, the HR modernization literature consistently emphasizes internal mobility, skills-first role design, and evidence-based workforce restructuring as essential responses to rapidly evolving public-sector job requirements. These insights align with the framework’s dashboard-centric decision-support layer, which operationalizes analytical outputs into actionable HR interventions. Finally, international benchmark initiatives illustrate that modular system design, interoperability-first architecture, and phased adoption pathways are not only technically viable but critical for sustainable implementation within government environments. Taken together, these interconnected evidence streams demonstrate that SkillChain DX functions as a cohesive, technology-informed blueprint that synthesizes validated research into a unified framework for intelligent public-sector human capital management.
The policy relevance lies in the system’s capacity to support strategic foresight and evidence-based HR decisions. As public sector agencies globally shift from routine service delivery to agile, innovation-driven functions, workforce planning must also become dynamic and anticipatory. The framework demonstrates how skill-gap identification, role alignment, and learning verification can be systematically integrated into HR policy processes, addressing long-standing disconnects between training provision and workforce deployment [
4]. The integration of AI with blockchain strengthens the credibility of recommendations by promoting transparent, secure, and ethically governed data use which is an increasingly critical concern in public sector data policy [
6,
38].
Moreover, the framework supports national strategic objectives such as the UAE Centennial 2071 and the Dubai Paperless Strategy by promoting digital-first, AI-ready government infrastructure. It also aligns with the UAE’s National Artificial Intelligence Strategy, which emphasizes responsible AI governance, human capital transformation, and sector-specific integration [
2,
39]. By positioning workforce intelligence as a policy capability rather than a technical add-on, the framework contributes to long-term institutional readiness.
Additionally, the proposed system can support interdepartmental equity by making internal opportunities visible and merit-based. AI-driven mobility recommendations can help reduce bias in internal transfers, while blockchain-based credentialing ensures verifiability regardless of department, manager, or legacy system used. Such mechanisms supports fairer access to internal opportunities and strengthens institutional trust in HR systems, echoing best practices from jurisdictions such as USA, Singapore and Estonia.
The pilot implementation of SkillChain DX demonstrates that the proposed framework is not only conceptually sound but also technically viable under realistic operating conditions. The AI-based skill inference engine consistently produced high-quality role recommendations, achieving an average top match score of 82.1%, confirming strong semantic alignment between employee skill profiles and role requirements. Empirical threshold analysis identified 70% similarity as an optimal decision boundary, balancing recommendation quality with actionable volume by generating 3–5 viable role options per employee while maintaining match scores above 75%. From a systems perspective, the blockchain credential layer exhibited strong operational performance, sustaining verification throughput exceeding 1000 operations per second and near-instant validation times, indicating suitability for real-time enterprise HR workflows. Scalability testing further confirmed predictable system behavior, with performance scaling linearly according to O(n × m) complexity (R2 = 0.98), where n represents employees and m represents job roles. Model inference times remained low at approximately 50 milliseconds per comparison, enabling near-instantaneous recommendation generation. Importantly, the skill gap progression simulation demonstrated measurable learning impact, with targeted course completion yielding an average 13% improvement in role similarity scores per three courses, validating the framework’s capacity to link training investments directly to workforce readiness outcomes.
The pilot evaluation of SkillChain DX provides empirical support for the framework’s core design assumptions by translating conceptual components into measurable system behavior. The similarity threshold analysis demonstrates that a 70% semantic similarity cutoff offers the most effective trade-off between recommendation quality and usability, yielding 3–5 actionable role recommendations per employee while maintaining average top-match scores above 75%. This validates the framework’s decision logic for internal mobility filtering, ensuring that recommendations remain both selective and policy-relevant. The skill gap progression simulation further confirms that targeted learning interventions produce cumulative gains in role readiness, with similarity scores increasing incrementally as competencies are acquired and skill gaps reduced to zero in the simulated pathway. These findings substantiate the framework’s premise that AI-driven skill inference can operationalize training outcomes into quantifiable workforce transformation signals rather than static learning records.
From a systems performance perspective, the blockchain credential layer demonstrates characteristics necessary for enterprise-scale HR environments. Credential verification consistently outperformed issuance operations, achieving verification throughput exceeding 1000 operations per second even at higher credential volumes, while maintaining linear performance growth. The observed O(n × m) scalability pattern, with a strong correlation (R2 = 0.98) between workload size and computation time, confirms predictable behavior as employee and role counts increase. Model comparison results further justify the selection of the all-MiniLM-L6-v2 sentence-transformer model, which achieves competitive semantic accuracy with significantly lower inference latency and memory footprint than larger alternatives. Together, these results indicate that the proposed architecture balances accuracy, responsiveness, and computational efficiency, which is essential for real-time HR decision support systems operating within government constraints.
When compared with traditional workforce planning approaches, the pilot results highlight substantial operational and governance advantages. Manual candidate identification and credential verification processes, which typically require days or weeks, are replaced by near-instant AI-driven matching and cryptographic validation, reducing processing time by over 99%. Skill assessment accuracy improves markedly over self-reported methods, while internal mobility identification becomes systematic rather than discretionary.
Importantly, the framework enables practical implementation pathways for HR departments, including verified internal talent marketplaces, evidence-based training ROI assessment, and policy-compliant credential portability across departments. By linking performance metrics directly to skill acquisition and role alignment outcomes, SkillChain DX shifts workforce planning from descriptive reporting toward predictive and accountable decision-making, reinforcing its value as both a technical system and a public-sector governance instrument.
While earlier sections positioned SkillChain DX as a policy-aligned architectural blueprint, the pilot results substantiate its practical feasibility within a controlled implementation setting. The observed gains in recommendation accuracy, verification speed, and scalability indicate that the framework can transition from design to deployment without structural modification. Moreover, the ability to quantify improvements in role alignment and skill acquisition establishes a measurable basis for evaluating training effectiveness and internal mobility outcomes.
Overall, the SkillChain DX provides a conceptually robust, policy-relevant response to contemporary challenges in public sector HR planning. Rather than advocating wholesale replacement of existing HR platforms, it offers a phased roadmap for institutional innovation beginning with pilot trials, modular integration, and controlled evaluation. For governments committed to developing future-ready workforces and trustworthy digital institutions, this study offers a timely and actionable blueprint.
4.5. Limitations of the Study
While this study presents a comprehensive policy-oriented framework an pilot implementation for AI-driven skill mapping and blockchain-enabled credential verification, several contextual and practical limitations should be acknowledged. First, the effectiveness of the proposed framework is inherently dependent on the availability, quality, and interoperability of workforce data across government entities. Variations in how job roles, skills, and learning outcomes are defined or recorded across departments may affect the consistency of skill inference and role alignment. Although the pilot evaluation demonstrates technical feasibility, real-world validation at enterprise scale would require datasets involving thousands of employees and extensive training catalogues, as well as coordinated governance and standardized skill taxonomies.
Second, the adoption of AI-based decision-support systems in public sector HR environments introduces organizational and change-management challenges. Successful application of the framework depends not only on technical readiness but also on institutional acceptance, staff training, and clear policy guidance to ensure that AI-generated insights are used to support, rather than replace, human judgment. Resistance to algorithm-assisted decision-making and concerns about transparency may influence the pace and scope of adoption.
Third, the skill inference process in the current pilot relies on semantic similarity and rule-based skill aggregation, which may not fully capture implicit, contextual, or soft-skill dimensions such as leadership, communication, or cultural fit. While the approach demonstrates measurable improvements over self-reported assessments, future enhancements could incorporate advanced natural language processing techniques and standardized occupational taxonomies to improve semantic precision and cross-organizational comparability.
Fourth, the blockchain-based credential verification component, while effective in demonstrating data integrity and verification performance, is implemented using a lightweight ledger simulation. This design does not yet encompass all properties of production-grade distributed blockchain systems, such as decentralized consensus mechanisms, network resilience, or smart contract execution under adversarial conditions. Furthermore, real-world deployment within government settings must align with data protection regulations, privacy requirements, and cross-agency access controls, as well as address legal recognition of blockchain-based credentials and governance over credential issuance, updates, and revocation.
Finally, the framework assumes progressive digital maturity and institutional coordination across HR, IT, and policy units. Differences in legacy system architectures, resource availability, and strategic priorities across departments may limit uniform implementation. These factors suggest that adoption would likely require phased pilots deployments and iterative refinement rather than immediate system-wide rollout.