Tyler Menezes

2papers

2 Papers

80.7CYApr 21Code
Writing Blog Posts Helps Students Connect Experiential Learning to the Workplace

Utsab Saha, Lola Egherman, Ramiz Rahman et al.

Undergraduates in work-based learning experiences often produce meaningful contributions as viewed by their supervisors, yet report a negative perception of their contributions because they struggled during the process or produced only a few lines of code change. As a result, many omit these contributions from their resumes and job interviews, losing a meaningful signal of technical ability. This study examines how guided blog posts help CS students in work based learning experiences reflect on what they learned and contextualize their experiences. It also evaluates the depth of reflection produced. The study included twenty-five juniors and seniors studying CS at CTCs and other affordable local colleges. All participated in one cohort during Fall 2024. Each student was assigned a simple open source issue to solve from a popular open source project over the course of several weeks with the help of an industry mentor. While working on the project, students drafted a LinkedIn blog post using a five-section outline covering project mission, assigned issue, technical architecture, challenges faced, and submitted solution. We conducted a thematic analysis of the published posts and measured reflection depth using Mejia and Turns's Knowledge Gain instrument. Four themes emerged from the posts: identifying problem solving techniques, growth mindset, the challenges and benefits of collaborative development, and the impacts of their contribution on users. Additionally, students demonstrated deep reflection across all four Knowledge Gain constructs. Structured blog posts offer a low-cost addition to experiential CS learning such as capstones, micro-internships, internships, and apprenticeships. This study is descriptive; future work should compare outcomes against a control group.

48.3SEApr 5
The Fast and Spurious: Developer Productivity with GenAI

Sadia Afroz, Zixuan Feng, Tyler Menezes et al.

Generative AI (GenAI) tools are increasingly being adopted in software development as productivity aids, since there is evidence that GenAI tools can improve individual aspects of productivity. However, productivity is multidimensional; accelerating one aspect of work may simply shift effort to another. In this paper, we investigate how GenAI adoption affects different dimensions of developer productivity. We surveyed 415 software practitioners to understand how they perceive productivity changes associated with AI adoption, using the SPACE framework (Satisfaction and well-being, Performance, Activity, Communication and collaboration, and Efficiency and flow). Our results reveal systematic redistribution of effort across SPACE dimensions. While frequent GenAI users reported faster task completion and higher output volume, these gains were offset by increased code review burden, persistent cognitive load from output verification, and unchanged collaboration patterns. We further provide an empirical mapping between the challenges perceived by developers and potential strategies to mitigate them. Overall, our findings suggest that, at the current stage of GenAI adoption, perceived productivity gains may be spurious -- surface-level acceleration, often accompanied by redistributed effort and hidden costs.