SearcharxivSearch

arXiv subjects

Rodrigo Siqueira

Publications and source records attributed to Rodrigo Siqueira.

7 recordsLinked to original sources

What Does It Take to Research with AI? A Rapid Review of Competencies to Train LLM-Literate Researchers

The growing adoption of Large Language Models in scientific research has created a need to understand what competencies researchers and graduate students require to use these tools critically and responsibly. This rapid review analyzed 194 articles retrieved from Elicit and Google Scholar (2022 to 2025), from which 40 were selected for competency extraction and thematic analysis following independent dual screening (Gwet AC1: 0.76 to 0.83). Eight competencies were identified. The most prevalent was domain expertise and oversight of AI outputs (n = 123), encompassing subject matter mastery, systematic skepticism, source verification, and researcher accountability. Other key competencies include metacognition and decision making about AI use (n = 55), ethics and academic integrity (n = 53), prompt engineering for research (n = 38), and reproducibility of AI use (n = 29). AI literacy and technical knowledge (n = 16) was explicitly identified as a risk factor when absent, with domain expertise treated as a prerequisite for meaningful critical evaluation. The findings suggest that preparing researchers to use LLMs goes beyond technical instruction, requiring an integrated set of epistemic, ethical, and methodological competencies centered on human accountability for the knowledge produced. These results have direct implications for the design of graduate programs and AI literacy initiatives.

cs.SE

It's Not About Whom You Train: An Analysis of Corporate Education in Software Engineering

Context: Corporate education is a strategic investment in the software industry, but little is known about how different professional profiles perceive these initiatives. Objective: To investigate whether sociodemographic and professional variables influence the perception of quality and effectiveness of corporate training in Software Engineering (SE). Method: Non-parametric significance tests were applied to data from a survey with 282 Brazilian professionals, crossing 27 perception items with 9 sociodemographic variables (gender, age, education level, state, experience, professional level, company size, area of work, and nature of participation), totaling 243 combinations. Results: Of the 243 combinations tested, only 35 showed statistical significance. Training mandatoriness was the dominant factor, affecting 24 of 27 items. Length of experience revealed a non-linear descriptive pattern with a low-engagement zone between 3 and 6 years. Differences by area of work indicated an expressive gap in soft skills training for advanced technical roles. Personal profile variables and company size produced no relevant significant differences. Conclusion: Personal profile variables do not determine the perception of quality and effectiveness, while professional trajectory variables (experience, level, area of work) produce localized differences. The voluntariness of participation remains a determining factor, in line with the literature. The absence of gender differences in a sample with 23\% women suggests that barriers operate before training, in access and representation, not during the learning experience.

cs.SE

Useful Learning Experiences: A Qualitative Study of Corporate Training in Brazilian Software Engineering

Context: Quantitative studies can identify statistical predictors of training quality, but they often fail to capture what professionals themselves consider genuinely useful learning experiences and why. Objective: This study qualitatively investigates which types of learning experiences are perceived as most useful by Brazilian software engineering professionals and what characteristics define this usefulness. Method: Open-ended responses from 195 software engineering professionals were analyzed using Thematic Analysis, supported by frequency and lemmatization analysis using IRAMUTEQ and co-occurrence analysis between themes. Results: Five themes emerged: Continuous Technical Updating (T1), Practical and Applied Learning (T2), Formal Academic Education (T3), Social Learning and Networking (T4), and Leadership Development and Soft Skills (T5). Technical updating and practical application dominate professionals' accounts. Formal education, social learning, and soft skills are also valued as complementary dimensions. Conclusions: Perceived usefulness is strongly tied to alignment with daily work demands and immediate applicability. The convergence of technical updating (T1) and practical application (T2) in both frequency and co-occurrence reinforces the imperative of continuous learning in software engineering. Useful learning is not reducible to a single modality: genuinely valued experiences span technical, academic, social, and self-directed dimensions. Formal academic education and practical learning are perceived as complementary rather than competing. Organizations should design training ecosystems that integrate these dimensions rather than delivering isolated events.

cs.SE

Corporate Training in Brazilian Software Engineering: A Quantitative Study of Professional Perceptions

Context: Strategic corporate training is essential for the sustained professional development of software engineers. However, there is a knowledge gap regarding the factors that drive quality and effectiveness of such training from the professionals' perspective, and no validated instrument exists for assessing these factors in the software engineering (SE) domain. Objective: This study aims to quantitatively analyze which factors influence SE professionals' perceptions of corporate training quality and effectiveness. Method: A quantitative survey was conducted with 282 Brazilian SE professionals. A structured questionnaire was developed and polychoric correlation was adopted for data analysis. Results: Three tightly correlated factors (cognitive engagement, variety of activities, and instructor performance) emerged as the strongest predictors of perceived training quality and effectiveness. Mandatory participation significantly reduces motivation and perceived training quality. Perceived impact on personal time proved to be largely independent of training quality. These findings are consistent with the general training effectiveness literature. Conclusions: Training effectiveness in the SE context is predominantly determined by three factors: cognitive engagement, variety of activities, and instructor performance. Mandatory participation negatively influences motivation, perceived relevance, and perceived training quality, while also amplifying the perception of time burden. The consistency with the general literature suggests that software organizations do not need to reinvent training design principles and can apply established guidelines with confidence. Salas and Cannon-Bowers' framework produced coherent results in the SE context, making it a promising candidate for future psychometric validation.

cs.SE

The professional's opinion: Suggestions for improving the corporate education training process in Software Engineering

Technology organizations continuously invest in professional development, but face difficulties in transferring learning to project practice. This exploratory qualitative study investigates which improvements software engineering professionals suggest for organizational learning processes. 174 open-ended responses were analyzed through reflexive thematic analysis. Five themes emerged: practical applicability and alignment with needs; pedagogical quality and organization; time and structural conditions; incentives and institutional recognition; and interaction, mentoring, and social exchange. The results indicate that improving learning requires systemic interventions that integrate practical relevance, structural support, and a favorable institutional culture.

cs.SE

A Mapping Study About Training in Industry Context in Software Engineering

Context: Corporate training plays a strategic role in the continuous development of professionals in the software engineering industry. However, there is a lack of systematized understanding of how training initiatives are designed, implemented, and evaluated within this domain. Objective: This study aims to map the current state of research on corporate training in software engineering in industry settings, using Eduardo Salas' training framework as an analytical lens. Method: A systematic mapping study was conducted involving the selection and analysis of 26 primary studies published in the field. Each study was categorized according to Salas' four key areas: Training Needs Analysis, Antecedent Training Conditions, Training Methods and Instructional Strategies, and Post-Training Conditions. Results: The findings show a predominance of studies focusing on Training Methods and Instructional Strategies. Significant gaps were identified in other areas, particularly regarding Job/Task Analysis and Simulation-based Training and Games. Most studies were experience reports, lacking methodological rigor and longitudinal assessment. Conclusions: The study offers a structured overview of how corporate training is approached in software engineering, revealing underexplored areas and proposing directions for future research. It contributes to both academic and practical communities by highlighting challenges, methodological trends, and opportunities for designing more effective training programs in industry.

cs.SE

The Next-Generation OS Process Abstraction

Operating Systems are built upon a set of abstractions to provide resource management and programming APIs for common functionality, such as synchronization, communication, protection, and I/O. The process abstraction is the bridge across these two aspects; unsurprisingly, research efforts pay particular attention to the process abstraction, aiming at enhancing security, improving performance, and supporting hardware innovations. However, given the intrinsic difficulties to implement modifications at the OS level, recent endeavors have not yet been widely adopted in production-oriented OSes. Still, we believe the current hardware evolution and new application requirements provide favorable conditions to change this trend. This paper evaluates recent research on OS process features identifying potential evolution paths. We derive a set of relevant process characteristics, and propose how to extend them as to benefit OSes and applications.

cs.OS