Assessing the Impact of Artificial Intelligence Tools on Employee Productivity: Insights from a Comprehensive Survey Analysis
Abstract
:1. Introduction
2. Literature Review
2.1. Theoretical Perspectives on AI’s Economic Impact
Empirical Evidence and Productivity Gains
2.2. Measurement Challenges and the Productivity Paradox
2.3. The Need for Task-Level and Sector-Level Productivity Data
2.4. Measuring beyond Output
2.5. Measuring AI’s Business Impact
3. Materials and Methods
- Questionnaire Design: The questionnaire was meticulously designed to cover a broad spectrum of variables related to employee demographics, AI tool usage, productivity changes, and organizational factors. Each question was crafted to align with the research objectives, ensuring content validity. The goal was to capture a comprehensive set of factors that influence the relationship between AI usage and employee productivity, while also addressing organizational factors like AI-related training, ethical considerations, and company culture. Table 1 presents a summary of the questions included in the questionnaire and in our analysis, along with the response options. The questionnaire covered a wide range of variables, including employee demographics, job characteristics, organizational attributes, and AI usage patterns. This breadth ensured that the survey could capture not only the technical aspects of AI usage (e.g., integration level and complexity of AI tools) but also the contextual factors like job creation, organizational structure changes, and ethical considerations. The questionnaire was specifically structured to capture how AI technologies impact employee productivity and organizational workflows. AI tools usage and integration levels were measured through specific questions to convert these abstract concepts into measurable constructs. These AI-related questions provided the foundation for analyzing how AI adoption influences productivity, job creation, and changes in organizational structure. By focusing on factors such as AI training, ethical implications, and job opportunities, the survey ensured that the complex, intangible benefits of AI could be rigorously analyzed using machine learning models and Bayesian Network Analysis. The inclusion of AI-related factors supports the study’s aim to explore generational differences in AI adaptability and provides a framework for evaluating how AI technologies contribute to overall business innovation and competitiveness.
- Pilot Testing: Prior to full-scale deployment, the questionnaire underwent pilot testing with a smaller subset of the target population. Feedback from the pilot test was used to refine the questions, improve clarity, and eliminate ambiguities, thereby enhancing face validity.
- Reliability Assessment: Polychoric alpha, an extension of Cronbach’s alpha, was used for evaluating the internal consistency of scales composed of ordinal data. This approach was particularly useful when dealing with mixed data types, including ordinal, categorical, and numeric variables.
- Data Preprocessing: The dataset columns were renamed for clarity and consistency, and categorical data were cleaned to ensure uniformity. Ordinal columns were encoded to numerical values based on predefined mappings, and gender was binary encoded to numerical values. Categorical variables such as Residence, Industry, and Position were transformed into dummy variables to handle categorical data in the analysis. Boolean columns were converted to numeric values, ensuring all data were in a suitable format for analysis. Numeric variables, specifically ‘AI_Integration_Level’ and ‘AI_Tools_Complexity’, were standardized using the StandardScaler to ensure comparability.
- Feature Engineering: Each question was crafted to ensure that it directly related to the research questions and hypotheses. For example, questions on AI usage and its frequency were tied to measuring the degree of AI integration and its impact on productivity. By doing this, the questionnaire was able to translate complex, intangible concepts (like AI integration or innovation impact) into measurable constructs that could be statistically analyzed. Important questions, identified as relevant to the study, were combined with the numeric variables for analysis. These important questions included: AI Tools Usage, Years Using AI, Job Opportunities Creation, Org Structure Changes, Partnerships Experience, Innovation and Competitiveness Improvement, Communication and Collaboration Changes, Company Culture Engagement, Ethical Considerations, Ethical Policies Implementation, Future Preparedness, AI Training Provided, and Customer Satisfaction Changes.
- Interaction terms and polynomial features for the numerical variables were created to capture potential non-linear effects.
- A function was defined to calculate the polychoric alpha, involving factor analysis to determine the communalities (h2), calculating the average variance extracted (AVE), and finally computing the polychoric alpha using the formula:
- Construct validity was assessed by examining the relationships between different variables in the dataset. Factor analysis (Table 2) was employed to identify underlying constructs and ensure that the questionnaire items accurately represent the theoretical constructs they were intended to measure. The results indicated a single-factor solution with substantial factor loadings, suggesting a coherent underlying construct. Construct validity was assessed by examining the relationships between different variables in the dataset through factor analysis, which confirmed the hypothesized factor structure with significant factor loadings. The questionnaire was shared through Prolific, ensuring a high response rate and engagement. We received 233 responses, which is adequate for this type of statistical analysis. This sample size provides a sufficient basis for reliable and valid statistical analysis, ensuring the generalizability of the results. Additionally, there were no missing values (NaNs) in the responses, which further enhanced the robustness and reliability of the dataset. Efforts were made to achieve a diverse and representative sample by distributing the questionnaire across multiple industries and ensuring participation from various employee demographics, thus mitigating response bias and enhancing external validity.
- Response Rate and Representativeness: The response rate to the questionnaire was carefully monitored to ensure representativeness. Efforts were made to achieve a diverse and representative sample by distributing the questionnaire across multiple industries and ensuring participation from various employee demographics. The sample size of 233 responses was deemed sufficient based on power analysis for logistic regression, which is a suitable method for classification problems. The required sample size for logistic regression can be calculated using the formula for minimum sample size estimation in logistic regression.
- is the Z-value for the desired level of confidence (e.g., 1.96 for 95% confidence).
- is the Z-value for the desired power (e.g., 0.84 for 80% power).
- p is the estimated proportion of the outcome.
- OR is the anticipated odds ratio.
Data Collection and Preprocessing
- Preprocessing Steps:
- Ordinal Encoding: Categorical variables were encoded to ordinal scales.
- Binary Encoding: Gender was encoded as 1 for Male, 0 for Female, and −1 for Prefer not to say.
- Dummy Variables: Categorical variables such as Residence, Industry, and Position were transformed into dummy variables.
- Scaling: Numerical columns were standardized using the StandardScaler.
- Interaction Terms: Interaction terms between AI Tools Usage and AI Integration Level and AI Tools Usage and AI Tools Complexity were created.
- Logistic Regression Model: The target variable, Productivity_Change_Percentage, was re-encoded into a binary outcome, Productivity_Change_Binary, defined as 1 for notable productivity change (≥40%) and 0 for lesser changes (<40%). Feature selection was performed using LassoCV, identifying significant predictors such as Age, Innovation, and Competitiveness Improvement, and interaction terms involving AI tools. A logistic regression model was fit using the selected features, and its performance was evaluated using classification metrics, including precision, recall, F1-score, and the ROC AUC score.
- Random Forest and XGBoost Models were implemented to capture non-linear relationships and interactions between features. Hyperparameter tuning and 5-fold cross-validation were used to optimize model performance and ensure robustness.
- Bayesian Network Modeling: A Bayesian Network was constructed using the HillClimbSearch algorithm and Bayesian Information Criterion (BIC) for structure learning. Maximum Likelihood Estimation (MLE) was used for parameter learning, and inference was performed using Variable Elimination.
- Bayesian logistic regression with Markov Chain Monte Carlo (MCMC) sampling was also employed, with priors assumed to follow a normal distribution. Posterior predictive checks and 5-fold cross-validation were used to validate the model.
4. Results
4.1. Logistic Regression Model
- Age: A negative coefficient (β = −0.4520, p < 0.001) suggests that older age groups are associated with lower productivity changes.
- AI Tools Usage * AI Integration Level: This interaction term had a positive coefficient (β = 0.4319, p < 0.001), indicating that the combined effect of frequent AI tool usage and high integration levels significantly increases the likelihood of productivity improvement.
- AI Tools Usage * AI Tools Complexity: Although this interaction term was positive (β = 0.0840), it was not statistically significant (p = 0.264).
- The inclusion of interaction terms revealed important insights into how AI tools usage, when combined with high integration levels, can substantially enhance productivity. This underscores the importance of not only adopting AI tools but also ensuring their comprehensive integration within organizational workflows. The model’s (with interaction terms) overall accuracy was 80%, with a macro average F1-score of 0.73. The ROC AUC score of 0.837 indicates a strong discriminative ability of the model. However, the relatively lower recall for the positive class (0.52) suggests that further refinement is needed to improve the model’s sensitivity.
- The model achieved an overall accuracy of 80%, with a ROC AUC score of 0.837, indicating good discriminative ability.
4.2. Random Forest and XGBoost
- Handling Non-Linearity and Interactions: Both models can naturally capture non-linear relationships and interactions between variables without the need for explicit feature engineering. This is important given the interaction terms and polynomial features in our dataset, such as ‘AI_Tools_Usage * AI_Integration_Level’ and ‘AI_Tools_Usage_Squared’.
- Feature Importance: Random Forest and XGBoost provide insights into feature importance, helping to identify which variables and interactions have the most significant impact on productivity changes. This aligns with our goal of understanding the key factors driving productivity.
4.3. Interpretation of LIME Values for Random Forest Model
4.4. Bayesian Network Modeling
4.5. ROC Curve Comparison for Predictive Models
5. Discussion
5.1. Key Findings and Their Implications
5.2. Comparison with Previous Studies
5.3. Strengths and Limitations
5.4. Unexpected Outcomes and Inconclusive Results
6. Conclusions
- Logistic Regression Analysis: The logistic regression model with interaction terms identified significant predictors of productivity change, including the interaction between AI tool usage and AI integration level. The positive coefficient for this interaction term (β = 0.4319, p < 0.001) demonstrates that frequent AI tool usage combined with high integration levels significantly increases productivity.
- Random Forest and XGBoost Models: These models captured non-linear relationships and interactions between features, consistently highlighting the importance of AI integration level and AI tools usage as top predictors of productivity change.
- LIME Interpretation: The Local Interpretable Model-agnostic Explanations (LIME) provided detailed insights, confirming that the interaction between AI tools usage and integration level plays an important role in enhancing productivity.
- Descriptive and Inferential Statistics: The study presented mixed results on AI’s impact on employment, reflecting its complexity. While some firms experienced productivity gains, these did not uniformly translate into job losses.
- Empirical Studies: The literature review cited studies indicating that AI-using firms often experience positive productivity effects without significant negative impacts on overall employment [5]. This supports the hypothesis that AI can complement human labor, leading to job augmentation rather than straightforward job displacement.
- Logistic Regression with Interaction Terms: The analysis included interaction terms between AI tools usage, AI integration level, and AI tools complexity. The results showed that these interactions significantly impact productivity outcomes, with the interaction between AI tools usage and integration level being particularly influential.
- Bayesian Network Analysis: This analysis revealed significant relationships between various factors, including AI tools usage, innovation, competitiveness improvement, and demographic variables such as age. The Bayesian network highlighted how these factors interact and collectively influence productivity changes.
- Feature Importance Analysis: Techniques like SHAP and LIME were used to interpret the models, identifying key factors that moderated the benefits of AI integration, such as the complexity of AI tools and the context in which they are used.
6.1. Major Findings and Contributions
- Enhanced Productivity: The interaction between AI tools usage and integration levels significantly boosts productivity.
- Generational Impact: Younger employees adapt more effectively to AI tools, resulting in higher productivity gains.
- Ethical Frameworks: Ethical policy implementation and continuous innovation are critical for maximizing AI’s benefits.
6.1.1. Theoretical Significance
6.1.2. Practical Significance
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Saam, M. The Impact of Artificial Intelligence on Productivity and Employment—How Can We Assess It and What Can We Observe? Intereconomics 2024, 59, 22–27. [Google Scholar] [CrossRef]
- Agrawal, A.; Gans, J.; Goldfarb, A. Artificial Intelligence: The Ambiguous Labor Market Impact of Automating Prediction. J. Econ. Perspect. 2019, 33, 31–50. [Google Scholar] [CrossRef]
- Autor, D.H. Why Are There Still So Many Jobs? The History and Future of Workplace Automation. J. Econ. Perspect. 2015, 29, 3–30. [Google Scholar] [CrossRef]
- Brynjolfsson, E.; Mitchell, T.; Rock, D. What Can Machines Learn and What Does It Mean for Occupations and the Economy? AEA Pap. Proc. 2018, 108, 43–47. [Google Scholar] [CrossRef]
- Czarnitzki, D.; Fernández, G.P.; Rammer, C. Artificial intelligence and firm-level productivity. J. Econ. Behav. Organ. 2023, 211, 188–205. [Google Scholar] [CrossRef]
- ITUTRENDS. Assessing the Economic Impact of Artificial Intelligence. Issue Paper No. 1. 2018. Available online: https://www.itu.int/dms_pub/itu-s/opb/gen/S-GEN-ISSUEPAPER-2018-1-PDF-E.pdf (accessed on 10 September 2024).
- Brynjolfsson, E.; Rock, D.; Syverson, C. The Productivity J-Curve: How Intangibles Complement General Purpose Technologies. Am. Econ. J. Macroecon. 2018, 13, 333–372. [Google Scholar] [CrossRef]
- Cai, Y.; Ke, W.; Cui, E.; Yu, F. A deep recommendation model of cross-grained sentiments of user reviews and ratings. Inf. Process. Manag. 2022, 59, 102842. [Google Scholar] [CrossRef]
- Calvino, F.; Fontanelli, L. A portrait of AI adopters across countries: Firm characteristics, assets’ complementarities and productivity. In OECD Science, Technology and Industry Working Papers 2023/02; OECD Publishing: Paris, France, 2023. [Google Scholar] [CrossRef]
- Walton, N.; Nayak, B.S. Rethinking of Marxist perspectives on big data, artificial intelligence (AI) and capitalist economic development. Technol. Forecast. Soc. Change 2021, 166, 120576. [Google Scholar] [CrossRef]
- Liu, Y.; Li, Y.; Song, K.; Chu, F. The two faces of Artificial Intelligence (AI): Analyzing how AI usage shapes employee behaviors in the hospitality industry. Int. J. Hosp. Manag. 2024, 122, 103875. [Google Scholar] [CrossRef]
- Brynjolfsson, E.; McAfee, A. The Second Machine Age: Work, Progress, and Prosperity in a Time of Brilliant Technologies; WW Norton & Company: New York, NY, USA, 2014. [Google Scholar]
- Cornelli, J.; Frost, J.; Mishra, S. Artificial Intelligence, Services Globalisation and Income Inequality. BIS Working Papers. 2023. Available online: https://www.bis.org/publ/work1135.htm (accessed on 10 September 2024).
- Korinek, A. Generative AI for Economic Research: Use Cases and Implications for Economists. J. Econ. Lit. 2023, 61, 1281–1317. [Google Scholar] [CrossRef]
- Comunale, M.; Manera, A. The Economic Impacts and the Regulation of AI: A Review of the Academic Literature and Policy Actions. IMF Working Papers No. 2024/065. 2024. Available online: https://www.imf.org/en/Publications/WP/Issues/2024/03/22/The-Economic-Impacts-and-the-Regulation-of-AI-A-Review-of-the-Academic-Literature-and-546645 (accessed on 10 September 2024).
- Trabelsi, M.A. The impact of artificial intelligence on economic development. JEBDE 2024, 3, 142–155. [Google Scholar] [CrossRef]
- Eisfeldt, A.; Schubert, G.; Zhang, M.B. Generative AI and Firm Values. Natl. Bur. Econ. Res. 2023. [Google Scholar] [CrossRef]
- Rammer, C.; Fernández, G.P.; Czarnitzki, D. Artificial intelligence and industrial innovation: Evidence from German firm-level data. Res. Policy 2022, 51, 104555. [Google Scholar] [CrossRef]
- Babina, T.; Fedyk, A.; He, A.; Hodson, J. Artificial intelligence, firm growth, and product innovation. J. Financ. Econ. 2024, 151, 103745. [Google Scholar] [CrossRef]
- Alderucci, D.; Branstetter, L.; Hovy, E.; Runge, A.; Zolas, N. Quantifying the Impact of AI on Productivity and Labor Demand: Evidence from US Census Microdata. Allied Social Science Associations—ASSA 2020 Annual Meeting. 2020. Available online: http://tiny.cc/y4rezz (accessed on 10 September 2024).
- Parteka, A.; Kordalska, A. Artificial intelligence and productivity: Global evidence from AI patent and bibliometric data. Technovation 2023, 125, 102764. [Google Scholar] [CrossRef]
- Hunt, W.; Sarkar, S.; Warhurst, C. Measuring the impact of AI on jobs at the organization level: Lessons from a survey of UK business leaders. Res. Policy 2022, 51, 104425. [Google Scholar] [CrossRef]
- Hui, X.; Reshef, O.; Zhou, L. The Short-Term Effects of Generative Artificial Intelligence on Employment: Evidence from an Online Labor Market. CESifo Working Paper No. 10601. 2023. Available online: https://www.cesifo.org/en/publications/2023/working-paper/short-term-effects-generative-artificial-intelligence-employment (accessed on 10 September 2024).
- Xie, X.; Yan, J. How does Artificial Intelligence affect productivity and agglomeration? Evidence from China’s Listed Enterprise Data. Int. Rev. Econ. Financ. 2024, 94, 103408. [Google Scholar] [CrossRef]
- Nielsen, J. AI Improves Employee Productivity by 66%. Nielsen Norman Group, 2023. Available online: https://www.nngroup.com/articles/ai-tools-productivity-gains/ (accessed on 10 September 2024).
- Khanna, R.; Sharma, C. Beyond information technology and productivity paradox: Analysing the channels of impact at the firm-level. Technol. Forecast. Soc. Change 2024, 203, 123369. [Google Scholar] [CrossRef]
- Schmidt, C. How AI Tools Impact Business Operations And Employee Productivity. Stefanini Group, 2024. Available online: https://stefanini.com/en/insights/articles/how-ai-tools-impact-business-operations-and-employee-productivity (accessed on 10 September 2024).
- McCaslin, T. Measuring AI Effectiveness Beyond Developer Productivity Metrics. Gitlab, 2024. Available online: https://about.gitlab.com/blog/2024/02/20/measuring-ai-effectiveness-beyond-developer-productivity-metrics/ (accessed on 10 September 2024).
- Kramer, A. Rethinking Productivity Measurement in the Age of AI. SiliconANGLE, 2024. Available online: https://siliconangle.com/2024/07/15/rethinking-productivity-measurement-age-ai/ (accessed on 10 September 2024).
- Zhu, P.; Zhang, H.; Shi, Y.; Xie, W.; Pang, M.; Shi, Y. A novel discrete conformable fractional grey system model for forecasting carbon dioxide emissions. Environ. Dev. Sustain. 2024, 1–29. [Google Scholar] [CrossRef]
Question Included in the Questionnaire | Variable | Option | Percentage |
---|---|---|---|
What is your age? | Age (1–6 scale, 6 for 41+) | 18–20 | 2.58% |
21–25 | 22.75% | ||
26–30 | 22.75% | ||
31–35 | 21.03% | ||
36–40 | 12.02% | ||
41+ | 18.88% | ||
Rate the level of AI integration in your daily operations on a scale of 1–10 (1 being minimal and 10 being extensive). | AI_Integration_level (scale 1–10) | scale | numeric |
On a scale of 1–10, how would you rate the complexity of AI tools and systems used in your organization (1 being very simple and 10 being highly complex)? | AI_Complexity_level (scale 1–10) | scale | numeric |
What is your highest level of education? | Education (1–4 scale, 4 for Doctorate) | High school | 18.88% |
Undergraduate | 20.60% | ||
Graduate | 53.22% | ||
Doctorate | 7.30% | ||
You currently use artificial intelligence tools that support you in carrying out your daily work processes. These include, among others: Chat GPT, Google BARD, ChatSonic, Claude, Google LaMDA, Perplexity AI, Neuroflash, GitHub Copilot, or Jasper Chat. | AI_Tools_Usage (scale 1–4 scale, 4 for All the time) | Never | 17.17% |
Occasionally | 42.06% | ||
Often | 31.76% | ||
All the time | 9.01% | ||
What percentage increase in productivity has been observed since the implementation of AI? | Productivity_Change_Percentage (1–5 scale, 5 for 80–100%) | 0–20% | 46.78% |
20–40% | 26.18% | ||
40–60% | 18.45% | ||
60–80% | 7.73% | ||
80–100% | 0.86% | ||
For how many years have you been with the company? | Years_with_Company (1–4 scale, 4 for longer than 10 years) | 0–2 years | 39.91% |
2–4 years | 22.32% | ||
4–10 years | 23.61% | ||
longer than 10 years | 14.16% | ||
How long has your company been using AI or AI-based technologies? | Years_Using_AI (1–4 scale, 4 for more than 5 years) | less than a year | 52.36% |
1–2 years | 32.62% | ||
2–5 years | 12.02% | ||
more than 5 years | 3.00% | ||
Has your organization provided any AI-related training or education programs for its employees? | AI_Training_Provided (0–2 scale, 2 for Yes) | No | 63.95% |
currently in development | 12.88% | ||
Yes | 23.18% | ||
To what extent do you agree with the following statement: “AI has created new job opportunities within our organization”. | Job_Opportunities_Creation (1–5 scale, 5 for Strongly agree) | Strongly disagree | 15.88% |
Disagree | 28.76% | ||
Neither agree nor disagree | 36.48% | ||
Agree | 14.16% | ||
Strongly agree | 4.72% | ||
Has the implementation of AI led to any changes in the organizational structure or reporting lines in your company? | Org_Structure_Changes (0–2 scale, 2 for Yes) | No | 72.53% |
unsure | 23.18% | ||
Yes | 4.29% | ||
Has your organization experienced any collaborations or partnerships with other companies or industries as a result of AI adoption? (e.g., joint ventures and strategic partnerships) | Partnerships_Experience (0–2 scale, 2 for Yes) | No | 66.95% |
unsure | 27.47% | ||
Yes | 5.58% | ||
To what extent do you agree with the following statement: “AI has improved our organization’s ability to innovate and stay competitive”. | Innovation_and_Competitiveness_Improvement (1–5 scale, 5 for Strongly agree) | Strongly Disagree | 5.15% |
Disagree | 12.45% | ||
Neither agree nor disagree | 38.20% | ||
Agree | 36.91% | ||
Strongly agree | 7.30% | ||
Has the implementation of AI changed the nature of communication and collaboration within your organization? | Communication_and_Collaboration_Changes (0–2 scale, 2 for Yes) | No | 73.39% |
unsure | 17.17% | ||
Yes | 9.44% | ||
How has the adoption of AI affected the overall company culture and employee engagement within your organization? | Company_Culture_Engagement 0–4 scale, 4 for significant improvement) | No change | 59.23% |
Slight improvement | 33.48% | ||
Significant improvement | 3.00% | ||
Slight decline | 4.29% | ||
To what extent has your organization considered the ethical implications of AI adoption, such as potential bias and transparency? | Ethical_Considerations (0–3 scale, 3 for extensively) | Not at all | 23.61% |
Minimally | 33.05% | ||
Moderately | 33.91% | ||
Extensively | 9.44% | ||
Has your organization implemented any policies or guidelines to address the ethical implications of AI use? | Ethical_Policies_Implementation (0–2 scale, 2 for Yes) | No | 63.09% |
Currently in development | 19.31% | ||
Yes | 17.60% | ||
In your opinion, how well-prepared is your organization to adapt to future AI-driven changes in the workforce and the potential ripple effects? | Future_Preparedness (scale 1–5, 5 for Very well-prepared) | Very unprepared | 9.44% |
Somewhat unprepared | 23.18% | ||
Neutral | 27.47% | ||
Somewhat prepared | 31.33% | ||
Very well-prepared | 8.58% | ||
How has the implementation of AI affected customer satisfaction and relationships? | Customer_Satisfaction_Changes (1–5, 5 for Significant improvement) | Significant decline | 0.00% |
Slight decline | 2.15% | ||
No change | 56.65% | ||
Slight improvement | 34.76% | ||
Significant improvement | 6.44% | ||
What is your gender? | Gender (Male-1, Female-2. Prefer not to say-minus1) | Male | 56.65% |
Female | 42.49% | ||
Prefer not to say | 0.86% | ||
What is your current place of residence? (If you work in another place than you live, please fill in only the country in which you are currently employed) | Residence | Austria | 0.86% |
Belgium | 4.29% | ||
Canada | 3.00% | ||
Croatia | 0.43% | ||
Denmark | 0.43% | ||
Finland | 1.29% | ||
France | 4.29% | ||
Freelancer | 0.43% | ||
Germany | 4.29% | ||
Greece | 5.58% | ||
Hungary | 4.29% | ||
Ireland | 1.29% | ||
Italy | 8.58% | ||
The Netherlands | 2.15% | ||
Poland | 14.59% | ||
Portugal | 18.45% | ||
Romania | 16.74% | ||
Slovenia | 1.72% | ||
Spain | 2.15% | ||
Sweden | 0.86% | ||
Switzerland | 0.86% | ||
The Netherlands | 0.86% | ||
United Kingdom | 2.58% | ||
In which industry does your company or the company you work in operate? | Industry | Arts and culture | 0.43% |
Automotive | 3.00% | ||
Banking | 0.43% | ||
Chemical industry | 0.86% | ||
Construction | 4.29% | ||
Design and publicity | 0.86% | ||
Education | 11.16% | ||
Electrical industry | 3.00% | ||
Energy sector | 1.72% | ||
Environmental conservation | 0.43% | ||
Film industry | 0.43% | ||
Finance | 2.58% | ||
Financial | 0.86% | ||
Food and beverage | 1.72% | ||
Game development | 0.43% | ||
Gymnasium reception | 0.43% | ||
Health service | 6.44% | ||
Hospitality | 0.43% | ||
Human resources | 0.43% | ||
Insurance | 0.43% | ||
Interior design_architecture_construction | 0.43% | ||
IT industry | 32.62% | ||
Legal | 0.43% | ||
Logistics and supply chain | 0.86% | ||
Management | 0.43% | ||
Media and entertainment | 0.86% | ||
Online publishing | 0.43% | ||
Pharmacy | 0.43% | ||
Public service | 6.87% | ||
Real estate | 1.72% | ||
Retail | 1.72% | ||
Sales | 0.86% | ||
Service industry | 9.44% | ||
Social | 0.43% | ||
Supply chain | 0.43% | ||
Telecommunications | 0.43% | ||
Tourism | 0.43% | ||
Transportation and distribution | 0.86% | ||
What position do you hold in this company? | Position | Lower or operative management | 28.76% |
Manager | 0.43% | ||
Middle management | 0.86% | ||
Project management | 0.86% | ||
Software engineer | 0.43% | ||
Workforce | 68.67% |
Item | Loading | Communality |
---|---|---|
AI_Tools_Usage (ordinal) | 0.430 | 0.184 |
Years_Using_AI(ordinal) | 0.474 | 0.224 |
Job_Opportunities_Creation (ordinal) | 0.578 | 0.333 |
Org_Structure_Changes (ordinal) | 0.220 | 0.048 |
Partnerships_Experience (ordinal) | 0.299 | 0.089 |
Innovation_and_Competitiveness_Improvement (ordinal) | 0.702 | 0.492 |
Communication_and_Collaboration_Changes (ordinal) | 0.265 | 0.070 |
Company_Culture_Engagement (ordinal) | 0.491 | 0.241 |
Ethical_Considerations (ordinal) | 0.626 | 0.391 |
Ethical_Policies_Implementation (ordinal) | 0.485 | 0.234 |
Future_Preparedness (ordinal) | 0.533 | 0.284 |
AI_Training_Provided (ordinal) | 0.492 | 0.242 |
Customer_Satisfaction_Changes (ordinal) | 0.572 | 0.327 |
AI_Integration_Level (numerical) | 0.598 | 0.358 |
AI_Tools_Complexity (numerical) | 0.600 | 0.359 |
Variable | Mean | Std | Min | 25% | 50% | 75% | Max |
---|---|---|---|---|---|---|---|
AI_Integration_Level | 4.090 | 2.587 | 1 | 2 | 4 | 6 | 10 |
AI_Tools_Complexity | 3.773 | 2.341 | 1 | 2 | 3 | 6 | 9 |
Feature | Coefficient | Std. Error | z-Value | p-Value | (95% Confidence Interval) | Odds Ratio | Lower CI | Upper CI |
---|---|---|---|---|---|---|---|---|
Age | −0.4079 | 0.109 | −3.752 | 0.000 | −0.621 to −0.195 | 0.665051 | 0.537433 | 0.822973 |
AI Integration Level | 1.2208 | 0.206 | 5.914 | 0.000 | 0.816 to 1.625 | 3.390040 | 2.261944 | 5.080749 |
Innovation and Competitiveness Improvement | 0.0606 | 0.117 | 0.519 | 0.604 | −0.168 to 0.289 | 1.062446 | 0.845212 | 1.335513 |
Model Summary | ||||||||
Dependent Variable | Productivity_Change_Binary | Number of Observations | 233 | |||||
Method | Maximum Likelihood Estimation (MLE) | Log-Likelihood | −100.98 | |||||
Pseudo-R-squared | 0.2575 | LLR p-value | 6.222 × 10−16 | |||||
Classification Metrics | Value | |||||||
Precision (Class 0) | 0.83 | Precision (Class 1) | 0.65 | |||||
Recall (Class 0) | 0.90 | Recall (Class 1) | 0.49 | |||||
F1-score (Class 0) | 0.86 | F1-score (Class 1) | 0.56 | |||||
Accuracy | 0.79 | Macro avg F1-score | 0.71 | |||||
Weighted avg F1-score | 0.78 | ROC AUC Score | 0.835 | |||||
Confusion Matrix | Predicted Negative | Predicted Positive | ||||||
Actual Negative | 153 | 17 | ||||||
Actual Positive | 32 | 31 |
Feature | Coefficient | Std. Error | z-Value | p-Value | (95% Confidence Interval) | Odds Ratio | Lower CI | Upper CI |
---|---|---|---|---|---|---|---|---|
Age | −0.4520 | 0.109 | −4.161 | 0.000 | −0.665 to −0.239 | 0.636346 | 0.514312 | 0.787336 |
Innovation and Competitiveness Improvement | 0.0366 | 0.117 | 0.312 | 0.755 | −0.193 to 0.266 | 1.037267 | 0.824525 | 1.304901 |
AI Tools Usage * AI Integration Level | 0.4319 | 0.081 | 5.358 | 0.000 | 0.274 to 0.590 | 1.540144 | 1.315084 | 1.803720 |
Model Summary | ||||||||
Dependent Variable | Productivity_Change_Binary | Number of Observations | 233 | |||||
Method | Maximum Likelihood Estimation (MLE) | Log-Likelihood | −99.453 | |||||
Pseudo-R-squared | 0.2687 | LLR p-value | 9.380 × 10−16 | |||||
Classification Metrics | Value | |||||||
Precision (Class 0) | 0.84 | Precision (Class 1) | 0.66 | |||||
Recall (Class 0) | 0.90 | Recall (Class 1) | 0.52 | |||||
F1-score (Class 0) | 0.87 | F1-score (Class 1) | 0.58 | |||||
Accuracy | 0.80 | Macro avg F1-score | 0.73 | |||||
Weighted avg F1-score | 0.79 | ROC AUC Score | 0.837 | |||||
Confusion Matrix | Predicted Negative | Predicted Positive | ||||||
Actual Negative | 153 | 17 | ||||||
Actual Positive | 30 | 33 |
Query | Evidence | Productivity_Change_Binary_0 | Productivity_Change_Binary_1 | Interpretation |
---|---|---|---|---|
1 | {‘AI_Tools_Usage’: 3, ‘Innovation_and_Competitiveness_Improvement’: 4} | 0.392 | 0.608 | Higher probability of productivity change with moderate AI tools usage and high innovation improvement. |
2 | {‘Ethical_Policies_Implementation’: 2, ‘AI_Integration_Level’: 2.289} | 0.493 | 0.507 | Slightly higher probability of productivity change with full ethical policy implementation and high AI integration level. |
3 | {‘Education’: 4, ‘Job_Opportunities_Creation’: 3} | 0.721 | 0.279 | Lower probability of productivity change with high education level and neutral job opportunity creation. |
4 | {‘Company_Culture_Engagement’: 3, ‘Communication_and_Collaboration_Changes’: 2} | 0.594 | 0.406 | Moderate probability of productivity change with significant culture engagement and some collaboration changes. |
5 | {‘AI_Training_Provided’: 2} | 0.718 | 0.282 | Lower probability of productivity change with comprehensive AI training provided. |
6 | {‘AI_Integration_Level’: 2.289, ‘Innovation_and_Competitiveness_Improvement’: 5} | 0.269 | 0.731 | High probability of productivity change with high AI integration level and maximum innovation improvement. |
7 | {‘AI_Tools_Usage’: 4, ‘Ethical_Considerations’: 4} | 0.280 | 0.720 | High probability of productivity change with extensive AI tools usage and ethical considerations. |
8 | {‘Job_Opportunities_Creation’: 5, ‘Company_Culture_Engagement’: 3} | 0.491 | 0.509 | Slightly higher probability of productivity change with maximum job opportunity creation and significant culture engagement. |
9 | {‘AI_Integration_Level’: −1.197, ‘Innovation_and_Competitiveness_Improvement’: 1} | 0.966 | 0.034 | Very low probability of productivity change with minimal AI integration and low innovation improvement. |
10 | {‘AI_Tools_Usage’: 3, ‘Future_Preparedness’: 5} | 0.475 | 0.525 | Moderate probability of productivity change with moderate AI tools usage and high future preparedness. |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Necula, S.-C.; Fotache, D.; Rieder, E. Assessing the Impact of Artificial Intelligence Tools on Employee Productivity: Insights from a Comprehensive Survey Analysis. Electronics 2024, 13, 3758. https://doi.org/10.3390/electronics13183758
Necula S-C, Fotache D, Rieder E. Assessing the Impact of Artificial Intelligence Tools on Employee Productivity: Insights from a Comprehensive Survey Analysis. Electronics. 2024; 13(18):3758. https://doi.org/10.3390/electronics13183758
Chicago/Turabian StyleNecula, Sabina-Cristiana, Doina Fotache, and Emanuel Rieder. 2024. "Assessing the Impact of Artificial Intelligence Tools on Employee Productivity: Insights from a Comprehensive Survey Analysis" Electronics 13, no. 18: 3758. https://doi.org/10.3390/electronics13183758
APA StyleNecula, S. -C., Fotache, D., & Rieder, E. (2024). Assessing the Impact of Artificial Intelligence Tools on Employee Productivity: Insights from a Comprehensive Survey Analysis. Electronics, 13(18), 3758. https://doi.org/10.3390/electronics13183758