The Commonplace
Home Dashboard Papers Evidence Syntheses Digests 🎲

Evidence (11677 claims)

Adoption
7395 claims
Productivity
6507 claims
Governance
5921 claims
Human-AI Collaboration
5192 claims
Org Design
3497 claims
Innovation
3492 claims
Labor Markets
3231 claims
Skills & Training
2608 claims
Inequality
1842 claims

Evidence Matrix

Claim counts by outcome category and direction of finding.

Outcome Positive Negative Mixed Null Total
Other 609 159 77 738 1617
Governance & Regulation 671 334 160 99 1285
Organizational Efficiency 626 147 105 70 955
Technology Adoption Rate 502 176 98 78 861
Research Productivity 349 109 48 322 838
Output Quality 391 121 45 40 597
Firm Productivity 385 46 85 17 539
Decision Quality 277 145 63 34 526
AI Safety & Ethics 189 244 59 30 526
Market Structure 152 154 109 20 440
Task Allocation 158 50 56 26 295
Innovation Output 178 23 38 17 257
Skill Acquisition 137 52 50 13 252
Fiscal & Macroeconomic 120 64 38 23 252
Employment Level 93 46 96 12 249
Firm Revenue 130 43 26 3 202
Consumer Welfare 99 51 40 11 201
Inequality Measures 36 106 40 6 188
Task Completion Time 134 18 6 5 163
Worker Satisfaction 79 54 16 11 160
Error Rate 64 79 8 1 152
Regulatory Compliance 69 66 14 3 152
Training Effectiveness 82 16 13 18 131
Wages & Compensation 70 25 22 6 123
Team Performance 74 16 21 9 121
Automation Exposure 41 48 19 9 120
Job Displacement 11 71 16 1 99
Developer Productivity 71 14 9 3 98
Hiring & Recruitment 49 7 8 3 67
Social Protection 26 14 8 2 50
Creative Output 26 14 6 2 49
Skill Obsolescence 5 37 5 1 48
Labor Share of Income 12 13 12 37
Worker Turnover 11 12 3 26
Industry 1 1
Practical enablers of reproducibility include clear documentation (readme, data dictionaries), executable artifacts (notebooks, runnable scripts), explicit environment specification (Docker/conda), provenance of preprocessing steps, and persistent hosting (DOIs).
Synthesis of successful reproduction cases and authors' recommendations from surveys/interviews; correlation between presence of these artefacts and successful reproduction reported qualitatively.
medium positive On the Computational Reproducibility of Human-Computer Inter... presence of documentation/executable/environment artifacts associated with succe...
Authors who shared artifacts cited motivations such as transparency, community norms, potential re-use, and perceived credit for sharing.
Survey responses and follow-up interviews with paper authors reporting motivations for sharing code and data.
medium positive On the Computational Reproducibility of Human-Computer Inter... self-reported motivations for artifact sharing among CHI paper authors
Perceptions—specifically trust and perceived accuracy—are central frictions in AI adoption within finance; interventions that raise perceived and demonstrable accuracy (e.g., explainability, transparent validation) will increase uptake and productivity gains.
Study finds correlations between perceptions and adoption/productivity proxies from questionnaire and performance data; authors combine these empirical associations with qualitative insights to recommend explainability/validation as interventions. Evidence is correlational and inferential (causal impact of interventions not estimated in summary).
medium positive Human-AI Synergy in Financial Decision-Making: Exploring Tru... AI uptake/adoption; productivity gains
Higher perceived accuracy of AI outputs is associated with increased perceived utility of AI for forecasting and risk-management tasks.
Survey items measuring perceived accuracy and perceived utility for specific tasks (forecasting, risk management) and quantitative association analysis; supported by interview excerpts illustrating task-specific utility; exact effect sizes and sample counts not provided in summary.
medium positive Human-AI Synergy in Financial Decision-Making: Exploring Tru... perceived utility for forecasting and risk-management tasks
Greater trust in AI correlates with greater willingness to adopt AI tools and to incorporate AI recommendations into decisions.
Correlational findings from structured questionnaires linking measures of trust with adoption intentions and self-reported incorporation of AI recommendations; supported by qualitative interview evidence; sample across multinational financial institutions (size not specified).
medium positive Human-AI Synergy in Financial Decision-Making: Exploring Tru... willingness to adopt AI tools; incorporation of AI recommendations into decision...
When trust and accuracy are high, human–AI collaboration improves organizational agility, enabling faster, data-driven strategic pivots and better risk management.
Quantitative analysis estimating relationships between perceived trust/accuracy and organizational agility indicators (speed of strategic pivots, risk-management metrics) augmented by interview accounts describing faster responses; sample: finance professionals across multinational financial institutions (sample size and exact agility metrics not specified).
medium positive Human-AI Synergy in Financial Decision-Making: Exploring Tru... organizational agility (speed of strategic pivots, risk management performance)
Perceived accuracy of AI-generated insights increases decision confidence and perceived utility for forecasting and risk management.
Quantitative questionnaire measures of perceived accuracy correlated with self-reported decision confidence and perceived utility for forecasting/risk management, with qualitative interviews used to explain mechanisms; sample: finance professionals across multinational financial institutions (sample size not specified).
medium positive Human-AI Synergy in Financial Decision-Making: Exploring Tru... decision confidence; perceived utility for forecasting and risk management
Perceived trust in AI tools is a key driver of finance professionals' willingness to use AI and their confidence in AI-assisted decisions.
Mixed-methods: quantitative analysis of structured questionnaires measuring perceived trust together with measures of willingness to use AI and decision confidence, supplemented by semi-structured interview evidence; sample described as finance professionals across multinational financial institutions (sample size not specified in summary).
medium positive Human-AI Synergy in Financial Decision-Making: Exploring Tru... willingness to use AI tools; confidence in AI-assisted decision-making
The Adaptive Agent Routing and Coordination (AARC) module performs intent recognition with confidence scoring, triggers proactive clarification dialogues on low confidence, and provides a planning feedback loop to refine plans during execution.
System design description: AARC includes intent classifier confidence thresholds, clarification dialogue behavior, and a feedback loop. Its role is supported by routing/coordination performance improvements and ablation experiments, but the summary lacks quantitative measures of clarification frequency or confidence calibration.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Agent Routing Success Rate; frequency and effectiveness of clarifications; plan ...
The Multi-Modal Contextual Memory (MMCM) stores multi-modal (visual, linguistic, temporal) contextual memory units in a relational graph and uses an advanced retrieval mechanism with temporal decay weighting to support multi-hop reasoning.
System design and implementation description: MMCM encodes modality, timestamp, and relational links; retrieval uses similarity plus temporal decay. Its effectiveness for multi-hop QA is supported by the reported improvement in Knowledge Base Response Validity and ablation results, though quantitative retrieval performance metrics are not provided in the summary.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Multi-hop question-answering validity (Knowledge Base Response Total Validity); ...
The Semantic-Enhanced Task Planning (SETP) module enriches LLM-generated plans with object-relationship graphs, hierarchical task decomposition, and implicit physical/affordance constraints to improve plan plausibility.
System design description: SETP augments LLM plans with semantic object graphs and hierarchy enforcement. Its contribution is supported indirectly by ablation results showing performance drop when SETP is removed; direct quantitative attribution to specific SETP mechanisms not detailed in the summary.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Plan plausibility/validity and Task Planning Accuracy
An ablation study shows that removing any of the three core modules (SETP, MMCM, AARC) degrades CRAEA's performance; each module contributes meaningfully to overall gains.
Ablation experiments reported in the paper where SETP, MMCM, and AARC were each removed in turn and performance degradation was observed across metrics. The summary describes the qualitative outcome but omits numerical ablation results and sample sizes.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Change in performance metrics (Task Planning Accuracy, KB Response Validity, Rou...
Human evaluators rate CRAEA higher on perceived coherence, naturalness, and user satisfaction compared to baselines.
Subjective human evaluation studies reported in the paper—comparative ratings on coherence, naturalness, and satisfaction. The summary does not specify number of human raters, rating scales, or statistical significance.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Human subjective ratings: coherence, naturalness, user satisfaction
CRAEA improves Agent Routing and Coordination success relative to baseline agents.
Objective metric 'Agent Routing Success Rate' measured in simulation; CRAEA compared to baseline LLM-driven agents (e.g., memoryless or statically routed controllers) with reported higher routing success. Exact task counts and effect sizes not included in the summary.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Agent Routing Success Rate
CRAEA yields higher Knowledge Base Response Total Validity (improved multi-hop question answering from memory) than baselines.
Simulated multi-hop QA evaluations using the system's memory; comparisons to baseline agents reported improved 'Knowledge Base Response Total Validity'. Experimental details (number of QA items, statistical tests) not provided in the summary.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Knowledge Base Response Total Validity (multi-hop QA accuracy/validity)
CRAEA outperforms baseline LLM-driven embodied agents on Task Planning Accuracy in simulated household tidying tasks.
Objective metric 'Task Planning Accuracy' measured in simulation and compared against baseline LLM-driven agents lacking one or more CRAEA components. The summary reports consistent improvements but does not provide sample size or effect magnitude.
CRAEA substantially improves home-robot performance on long-horizon, high-level natural language instructions by combining semantic task planning, multi-modal contextual memory, and adaptive routing/coordination.
Experimental evaluation in a simulated household tidying environment comparing CRAEA to baseline LLM-driven embodied agents; reported consistent improvements across multiple objective metrics (Task Planning Accuracy, Knowledge Base Response Validity, Agent Routing Success Rate). Specific task counts, effect sizes, and statistical details not provided in the summary.
medium positive Context-Rich Adaptive Embodied Agents: Enhancing LLM-Powered... Overall home-robot performance on long-horizon, high-level NL instructions (aggr...
With appropriate policies and ecosystem building, AI offers strategic opportunities for 'leapfrogging' in service delivery (for example, healthcare diagnostics and precision agriculture) that can raise productivity and welfare.
Synthesis of case studies and prior empirical work showing promising AI applications; the assertion remains inferential and the paper calls for pilots and empirical validation.
medium positive Towards Responsible Artificial Intelligence Adoption: Emergi... service delivery performance (diagnostic rates, agricultural yields), productivi...
Investing in human capital—technical skills, digital literacy, and institutional capacity—is critical for African actors to capture value from AI and to design culturally aligned systems.
Policy and academic literature synthesis linking human capital investment to technology adoption and innovation; no primary training program evaluation in the paper.
medium positive Towards Responsible Artificial Intelligence Adoption: Emergi... number of trained AI professionals, digital literacy rates, local innovation out...
Context‑sensitive interventions—stronger governance, capacity building, multi‑stakeholder collaboration, and locally tailored strategies—are necessary to steer AI toward inclusive outcomes in Africa.
Policy and literature synthesis recommending interventions; recommendations are normative and inferential without empirical pilots in this paper.
medium positive Towards Responsible Artificial Intelligence Adoption: Emergi... local capacity metrics (skills, institutions), stakeholder participation rates, ...
AI adoption in Africa is already transforming multiple sectors (healthcare, finance, agriculture, education, industry, governance) and has the potential to improve productivity, service delivery, and decision-making.
Desk-based literature synthesis of prior empirical studies, policy reports and case studies; no primary data or field experiments reported in this paper.
medium positive Towards Responsible Artificial Intelligence Adoption: Emergi... sectoral productivity, service delivery quality, decision-making accuracy (e.g.,...
Policy measures are needed to support reskilling, algorithmic accountability, data governance standards, and protections against discriminatory automated decisions to ensure equitable benefits from data-driven HRM adoption.
Policy implications section of the review synthesizing concerns and recommendations from the included literature.
medium positive Data-Driven Strategies in Human Resource Management: The Rol... policy interventions (reskilling programs, accountability frameworks), equity of...
Richer firm-level HR data resulting from data-driven HRM enables economists to better identify causal effects of workforce policies and technology adoption.
Methodological implication stated in the review: improved measurement and data availability noted across included studies as aiding empirical identification.
medium positive Data-Driven Strategies in Human Resource Management: The Rol... quality of empirical identification, availability of firm-level HR data
Data-driven HRM can raise firm productivity by reducing turnover costs, improving matching quality, and enabling targeted training, potentially increasing firm-level returns to AI adoption.
Reported benefits and theoretical mechanisms summarized from the reviewed literature; however the review also notes gaps in causal long-run evidence.
medium positive Data-Driven Strategies in Human Resource Management: The Rol... firm productivity, turnover costs, match quality, returns to AI adoption
Adoption of data-driven HRM is likely to increase demand for data-literate HR professionals, data scientists, and AI tool vendors while requiring complementary upskilling for managers and employees.
Implication drawn in the review based on patterns in the literature; synthesis infers labor demand shifts from technologies and required capabilities reported in included studies.
medium positive Data-Driven Strategies in Human Resource Management: The Rol... labor demand for skills (data literacy, data scientists), upskilling requirement...
Documented benefits of data-driven HRM include better anticipation of disruptions, optimized hiring and internal mobility, targeted well-being interventions, and improved HR operational efficiency.
Synthesis across included studies reporting empirical or observational benefits; collated as 'benefits documented' in the review (47-study sample).
medium positive Data-Driven Strategies in Human Resource Management: The Rol... anticipation of disruptions, hiring efficiency, internal mobility rates, effecti...
Machine learning and AI support recruitment, performance evaluation, and personalized employee development.
Theme from the review: multiple peer-reviewed studies (within the 47) describe ML/AI applications in recruitment, performance evaluation, and personalization (thematic synthesis).
medium positive Data-Driven Strategies in Human Resource Management: The Rol... recruitment efficiency, evaluation accuracy, personalization of development
Information systems such as dashboards and real-time monitoring improve the responsiveness of workforce decision-making.
Recurring theme in the review: included studies document use of dashboards/real-time systems and report improved responsiveness in HR operations (thematic synthesis of 47 studies).
medium positive Data-Driven Strategies in Human Resource Management: The Rol... responsiveness/timeliness of workforce decision-making
Predictive analytics enhances workforce resilience by forecasting turnover, absenteeism, and skill gaps.
Theme extracted from multiple included studies that report or evaluate predictive models for turnover, absenteeism, and skills forecasting (synthesis across reviewed literature).
medium positive Data-Driven Strategies in Human Resource Management: The Rol... predicted turnover rates, absenteeism, identified skill gaps
Analytics shifts HR from an administrative function to a strategic decision-making role.
Thematic analysis across the 47 included studies identified 'strategic imperative of data-driven HRM' as a central theme discussed across multiple papers.
medium positive Data-Driven Strategies in Human Resource Management: The Rol... HR role/status (administrative vs strategic decision-making)
Data-driven HRM (predictive analytics, AI-driven workforce analytics, and real-time monitoring) enables organizations to better anticipate workforce disruptions, improve talent acquisition, and support employee well-being, thereby strengthening workforce resilience.
Synthesis (thematic analysis) of a PRISMA-based systematic review of 47 peer-reviewed studies (2012–2024) identified from Scopus, Web of Science, and Google Scholar; claim derived as the main finding across included studies.
medium positive Data-Driven Strategies in Human Resource Management: The Rol... workforce resilience (anticipation of disruptions), talent acquisition effective...
Audit cycles and inter-rater reliability studies should be used to improve assessment validity.
Suggested under Evaluation/Research Designs and Implementation Artifacts: the paper recommends systematic audits and inter-rater reliability studies as validity checks. This is a recommended practice, not an empirically validated result within the paper.
medium positive Curriculum engineering: organisation, orientation, and manag... assessment validity metrics (inter-rater reliability coefficients, audit consist...
Better competency mapping and standardized, machine-readable program outputs facilitate automated matching platforms and reduce search/matching costs in AI labour markets.
Stated in Implications for AI Economics: the paper links machine-readable competency outputs to improved labour-market matching. This is a theoretical implication; no empirical matching-cost estimates are presented.
medium positive Curriculum engineering: organisation, orientation, and manag... matching efficiency (time-to-hire, vacancy durations), search costs
The approach increases traceability and compliance readiness, facilitating audits and regulatory verification.
Paper cites audit-ready documentation, systematic audits, and versioned curriculum artifacts as outputs and recommends audit cycles and inter-rater reliability studies. This is an asserted benefit without reported empirical testing.
medium positive Curriculum engineering: organisation, orientation, and manag... compliance scores, audit findings, ability to support third-party verification
IT integration is necessary for documentation, traceability, and continuous monitoring of curriculum artifacts.
Listed among core components and implementation artifacts (version-controlled documentation, traceability logs, IT-backed traceability). Support is prescriptive and conceptual rather than empirical.
medium positive Curriculum engineering: organisation, orientation, and manag... documentation traceability (presence of version control, audit logs), monitoring...
Logical modelling tools (logigrams and algorigrams) support lesson planning and audits by formalising decision rules and automated workflows.
Described as a core component and implementation artifact; paper explains process modelling using logigrams/algorigrams to formalise instructional algorithms and audit workflows. No empirical validation provided.
medium positive Curriculum engineering: organisation, orientation, and manag... degree of formalisation of lesson plans and audit workflows; consistency/repeata...
A curriculum-engineering framework that combines organisational orientation, management-system investigation, audit-ready documentation, and logical modelling (logigrams/algorigrams) can produce traceable, compliance-aligned lesson plans and career-pathway outputs.
Presented as the paper's main finding and framework design: description of core components (organisational orientation, management systems, audit-ready documentation, logigrams/algorigrams) and the claimed outputs. No empirical trial results, sample sizes, or quantitative validation are reported — the support is conceptual and methodologic.
medium positive Curriculum engineering: organisation, orientation, and manag... traceability and compliance alignment of lesson plans and career-pathway documen...
Investment in intangible assets — data governance, process documentation, and change management — is economically essential to appropriate AI value and is costly to build and hard to imitate.
Consistent treatment across conceptual and practitioner literature in the review; grounded in resource-based view framing and multiple case observations.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... value appropriation measures (e.g., share of AI-generated benefits captured by f...
Returns are highest where AI augments skilled workers (decision support) rather than simply replacing routine tasks; investments in training and new roles are economic complements.
Synthesis of case studies and theoretical literature included in the review emphasizing human-AI complementarity; practitioner reports on training/upskilling outcomes.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... performance gains by worker-skill level (e.g., productivity improvements for ski...
AI-enabled ERP can raise measured productivity via faster decisions and automation, but benefits depend on complementary investments in organizational capital; standard productivity metrics may understate gains from improved decision quality.
Conceptual arguments and limited empirical evidence from the literature; review notes scarcity of large-scale causal estimates and measurement challenges.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... productivity measures (e.g., output per worker, decision throughput) and decisio...
In supply-chain functions AI is used for demand forecasting, inventory optimization, dynamic routing, and exception management.
Aggregated evidence from case studies, simulation studies, and practitioner reports in the systematic review demonstrating these use cases and reported benefits.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... supply-chain metrics (e.g., forecast error, inventory turns, delivery times, exc...
In manufacturing AI supports predictive maintenance, quality control, and production scheduling optimization.
Technical evaluations and empirical case studies included in the review document these applications and associated operational improvements.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... manufacturing KPIs (e.g., equipment downtime, defect rates, schedule adherence, ...
In procurement AI is applied to spend analytics, supplier risk scoring, and automated ordering / contract compliance.
Synthesis of practitioner reports and case studies from the 2020–2025 literature showing applied deployments and reported functional impacts.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... procurement outcomes (e.g., spend visibility, supplier-risk detection rates, com...
In finance functions AI is used for automated close, anomaly detection, improved forecast accuracy, and scenario planning.
Multiple case studies and practitioner reports in the reviewed literature describing deployments and measured improvements in financial processes and outputs.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... finance process metrics (e.g., close cycle time, detection rate of anomalies/fra...
Integrating AI into ERP systems can materially improve real-time, evidence-based planning, control, and performance management across finance, procurement, manufacturing, and supply-chain functions.
Structured literature review of peer-reviewed and standards-based sources published 2020–2025; synthesis of empirical case studies, technical evaluations, and practitioner reports describing ERP+AI deployments and reported improvements in planning, control, and performance metrics.
medium positive Integrating Artificial Intelligence and Enterprise Resource ... real-time planning and control performance (e.g., forecast accuracy, decision la...
Policymakers and platforms should expand digital financial literacy programs, design fintech solutions with gender inclusivity, ensure explainability and fairness in AI systems, and promote targeted outreach to improve outcomes for women.
Policy recommendations derived from synthesis of reviewed evidence and identified frictions; prescriptive rather than empirically validated interventions within the paper (no RCTs of large‑scale policy rollouts reported).
medium positive Women's Investment Behaviour and Technology: Exploring the I... effectiveness of literacy programs, inclusivity of product design, reduction in ...
AI‑driven personalization can reduce search and learning costs, changing women's participation margins and investment choices with implications for aggregate savings and asset allocation patterns.
Conceptual argument grounded in reviewed empirical studies of personalization effects and platform reports; proposed mechanisms rather than demonstrated aggregate macro outcomes (no causal macro studies presented).
medium positive Women's Investment Behaviour and Technology: Exploring the I... participation rates, asset allocations, aggregate savings patterns
Easier access to diversified, low‑cost products (ETFs, automated allocations) supports long‑term wealth accumulation and retirement readiness for investors, including women.
Theoretical linkage and cross‑sectional evidence on product adoption and portfolio composition discussed in the review; paper notes absence of long‑term causal studies directly linking fintech adoption to lifetime wealth outcomes.
medium positive Women's Investment Behaviour and Technology: Exploring the I... portfolio diversification, long‑term wealth accumulation, retirement readiness (...
Digitally delivered information, simulated investing experiences, and personalized explanations can alter perceived risk and increase women's willingness to adopt more diversified strategies.
Referenced experimental and survey studies showing changes in risk perceptions after information or simulation interventions, plus qualitative product evaluations (literature review; limited causal longitudinal evidence noted).
medium positive Women's Investment Behaviour and Technology: Exploring the I... perceived investment risk, portfolio diversification decisions
Targeted financial literacy apps and education reduce information frictions and can mitigate conservative investment behavior driven by knowledge gaps or higher perceived risk among women.
Review of experimental and survey evidence on financial literacy interventions and app‑based learning tools cited in the paper (mixed methods; some randomized interventions referenced but no unified longitudinal sample reported).
medium positive Women's Investment Behaviour and Technology: Exploring the I... financial literacy scores, risk preferences, investment choices