Skip to content

Category

generative ai

232 papers

#generative ai Open access Aug 2026

Custodians of the Interior Castle: Reclaiming Sacramental Realism, Canonical Order, and Mystical Purgation Against Modern Lay Ministerial Reductions

Contemporary pastoral practice within the Catholic Church is increasingly marked by the integration of lay-led spiritual renewal programs, deliverance protocols, and psychological inner-healing curricula. While initially deployed to revive nominal faith, these initiatives frequently institutionalize structural, canonical, and theological distortions. This paper analyses three widespread lay-led phenomena—Life in the Spirit Seminars (LSS), Unbound Ministry, and Little Way Healing Ministries—evaluating their operational frameworks through the combined lenses of Tridentine sacramental dogmatics, Sanjuanist mystical theology, the 1983 Code of Canon Law, and modern frameworks of Structural Isomorphism. It demonstrates how these programs: Subvert the ex opere operato efficacy of the Sacraments of Initiation. Systematically invade the internal forum in violation of Canons 220 and 240 §2. Usurp the cura animarum reserved to sacred orders under Canons 519, 129 §1, and 274 §1. Misdiagnose the mystical Passive Night of the Senses as demonic oppression, psychological trauma, or spiritual pathology. By incorporating the rigorous physical iconographies of Structural Isomorphism—such as Thermodynamic Phase Transitions, Fractal Topology (the Menger Sponge), and Resonant Wave Coupling—and comparing lay interventions to the biblical comforters of Job as analyzed by St. John of the Cross, this study argues for a clerical re-assertion of sacramental realism, canonical governance, and the classical Carmelite understanding of the Cross (2 Cor 12:7–9). The critical danger of modern lay-led reductions is not merely that they introduce theological or canonical confusions, but that they structurally operationalize the very adversarial trap St. John of the Cross identified in 'Living Flame of Love' (Stanza 3, §64). By stationing their diagnostic and emotional protocols precisely at the threshold where sense gives way to spirit, these movements intercept souls during the Passive Night of the Senses, feeding the sensory faculties with artificial activity precisely when God is attempting to introduce them into silent, contemplative union." AI / ASSISTIVE TECHNOLOGY DECLARATIONIn accordance with emerging academic transparency standards and ecclesiastical guidelines for published scholarship, the author discloses the use of generative artificial intelligence (LLM) tools during the preparation of this working paper. AI technology was utilized strictly in an assistive capacity for structural drafting, cross-referencing of canonical texts, comparative stylistic refinement, and formatting optimization. All theological synthesis, canonical interpretations, doctrinal evaluations, and final text selections remain entirely the original work and responsibility of the author.

Fr Joseph Gee · 0 citations
#generative ai Open access Aug 2026

Fractal Soul: Mapping Sanjuanist Mystical Purifications Through Analogical Structural Isomorphism with Isomorphic Physics

This methodological working paper introduces a rigorous framework of Analogical Structural Isomorphism to map the precise, highly ordered interior geography of the soul’s passive purification as articulated by St. John of the Cross. Grounded in the doctrinal foundations of Thomistic hylomorphism (ST\ I,\ Q.76,\ A.1) and Divine Simplicity (ST\ I,\ Q.3), this study transcends mere poetic metaphor. It positions the laws of the physical universe as lower-resolution pedagogical scaffoldings—the "fingerprints of the Logos"—that mirror the higher-resolution spiritual laws governing the interior life. AI / ASSISTIVE TECHNOLOGY DECLARATIONIn accordance with emerging academic transparency standards and ecclesiastical guidelines for published scholarship, the author discloses the use of generative artificial intelligence (LLM) tools during the preparation of this working paper. AI technology was utilized strictly in an assistive capacity for structural drafting, cross-referencing of canonical texts, comparative stylistic refinement, and formatting optimization. All theological synthesis, canonical interpretations, doctrinal evaluations, and final text selections remain entirely the original work and responsibility of the author.

Fr Joseph Gee · 0 citations
#generative ai Open access Aug 2026

AI Transmission Kernels: Modelling Generative Systems as Operators in Human Cultural Transmission

Generative AI is commonly treated as a source of information or an intervention applied to an individual. This paper proposes a different formal object: the AI transmission kernel, defined as the conditional probability that a particular model, language and interaction configuration transforms one human epistemic variant into another during transmission. The kernel places the generative system inside the mechanism of cultural evolution rather than treating it as an exogenous exposure. It permits direct comparison between human-only, shared-model, heterogeneous-model and diversity-preserving transmission environments and separates three effects that are otherwise conflated: preservation of existing variants, directional transformation towards dominant variants, and innovation of new defensible variants. The paper outlines how kernels can be estimated from iterated human transmission chains using structurally coded explanations rather than lexical similarity, how their parameters can be linked to delayed transfer and minority-variant survival, and how model concentration changes population dynamics when the kernel is repeatedly applied. Competing explanations include simple copying, task-induced convergence and social influence. The proposal is falsifiable: if estimated kernels do not predict held-out transmission trajectories better than human-only transition models, generative AI has not been shown to act as a distinct selective operator. The framework offers a bridge between human–AI cognition and formal cultural-evolution models.

Rosen Dimov · 0 citations
#generative ai Open access Aug 2026

Title: Adaptive Topology for Material Design

This paper presents an innovative framework for material design utilizing adaptive topology, leveraging generative artificial intelligence to automatically generate and optimize material topologies. Traditional materials design relies heavily on trial-and-error experimentation, often leading to suboptimal material properties and manufacturing challenges. Our approach addresses these limitations by employing a dynamic, iterative process guided by computational simulations, specifically focusing on the interplay between structural integrity and desired material characteristics. We introduce a novel method for generating topology, incorporating feedback loops that continuously refine the resulting structures based on established material science principles and predictive modeling. The framework's core mechanism centers on the synergistic integration of generative AI and established simulation techniques to achieve a significant improvement in material design efficiency and predictive accuracy. This work demonstrates the potential of adaptive topology to unlock new possibilities in material science, pushing the boundaries of material design and facilitating the creation of materials with tailored properties for a diverse range of applications.

Jincheng Zhang · 0 citations
#generative ai Open access Aug 2026

Ten-Year Panel of Japanese Municipal Finance from the Local Government Financial Settlement Survey

This R script (make_kessan10_csv.R) converts the Local Government Financial Settlement Survey (市町村別決算状況調), published by the Ministry of Internal Affairs and Communications on its annual pages of local government financial status survey materials, into machine-readable CSV. The source workbooks are print-oriented Excel files with multi-row merged headers, issued as four separate files per fiscal year (overview and expenditure, for cities and for towns and villages). The script consolidates them into long-format panels carrying fiscal year and municipality type as columns, and also writes one file per fiscal year. The output of a run over ten fiscal years (FY2015–FY2024) is deposited alongside it: all 1,741 municipalities, with 33 overview indicators and 94 expenditure items classified by purpose, giving panels of 17,410 rows each. Every municipality and every year is checked for internal consistency: the components of each expenditure category sum to that category's total, and the sum of all categories matches the total expenditure reported in the overview table. All checks passed for all ten years. Amounts are in thousands of yen, as published; blank cells are left blank rather than filled with zero. The column structure of the source data does not change over the period covered. One definitional change affects the adjusted ratio of current expenditure to current revenue: for FY2020 and FY2021 the special bonds issued for deferred tax collection are removed from current general revenue as well. Four changes of municipality occurred: Tomiya and Nakagawa became cities in FY2016 and FY2018 respectively, each receiving a new municipality code; Sasayama was renamed Tamba-Sasayama in FY2019, and Aogashima was renamed in FY2018 in the written form of its name only, both keeping their codes. The code was written with generative AI: Claude (Anthropic) was used to write and revise it. The author has verified the output and takes responsibility for the content. Version 1.1 corrects the reading of the census population change column in the overview table, where a small negative rate written with the triangle sign used in Japanese official statistics was left blank instead of being read as a number. 56 cells across the ten years were affected; no other value changed.

Yasutoshi Moteki · 0 citations
#generative ai Open access Aug 2026

Social and Emotional Learning in the Age of Artificial Intelligence: Toward Human Agency, Ethical Judgment, and Culturally Responsive K–12 Education

Artificial intelligence is becoming part of the informational, creative, and relational environments in which children learn and develop. This paper argues that artificial intelligence changes the contexts in which social and emotional competencies are exercised, not the fundamental importance of those competencies. Drawing on research in social and emotional learning, ecological systems theory, sociocultural theory, social cognitive theory, African relational accounts of personhood, and emerging scholarship on generative artificial intelligence in education, the paper advances a human-centered agenda for K–12 education. It introduces Social-Emotional Agency in AI-Mediated Environments (SE-AIME) as a provisional construct comprising four dimensions: reflective self-awareness, relational discernment, ethical agency, and culturally grounded participation. The paper maps these dimensions to the CASEL framework, presents five practical metaphors for learning design, outlines a developmentally responsive K–12 progression, and proposes the GUIDE heuristic for teacher decision-making. The paper also establishes safeguarding boundaries for student-facing artificial intelligence. AI systems should not function as therapists, confidants, moral authorities, disciplinary judges, or substitutes for essential human relationships. Their appropriate educational role is to provide carefully governed scaffolding for reflection, rehearsal, translation, feedback, and inquiry. The central educational goal is not merely competent AI use. It is the development of young people who can retain judgment, responsibility, cultural grounding, relational capacity, and human agency when intelligent systems participate in learning and communication. Description type: OtherTitle: AI-Assistance DisclosureLanguage: English Generative AI tools supported drafting, structural refinement, bibliographic checking, language editing, document formatting, and quality assurance under human direction and review. Professor Moustapha Diack is the human author and retains responsibility for the paper’s arguments, interpretations, source selection, accuracy, and publication decisions. AI systems are not credited as authors. Additional Description — Scope and Evidence Note Description type: OtherTitle: Scope and LimitationsLanguage: English This publication is a conceptual synthesis rather than a systematic review, clinical guide, legal analysis, or report of primary empirical research. The SE-AIME construct, developmental progression, classroom metaphors, and GUIDE teacher heuristic are provisional scholarly propositions requiring empirical, developmental, and cross-cultural validation.

Moustapha Diack · 0 citations
#generative ai Open access Aug 2026

ChatGPT and epistemic dependency in African higher education

The increasing integration of generative artificial intelligence (AI) into higher education is reshaping knowledge acquisition and academic learning processes. While existing scholarship emphasizes AI-enabled educational opportunities, limited attention has examined how sustained engagement with generative AI restructures students’ epistemic relationships with knowledge, particularly within underrepresented African higher education contexts. This study investigates the relationship between ChatGPT utilization and epistemic dependency among university students in Burundi and Sierra Leone using a sequential explanatory mixed-methods comparative design integrating survey data from 452 students and qualitative interviews. Findings indicate that increased ChatGPT utilization is associated with heightened algorithmic reliance, declining verification practices, and reduced independent inquiry behaviors. Comparative evidence further demonstrates that epistemic dependency remains institutionally contingent rather than technologically uniform. The study advances scholarship on AI-mediated learning by conceptualizing generative AI as an emerging epistemic intermediary influencing knowledge validation process within digitally transforming higher education environments.

Thomas Sheku Marah · 0 citations
#generative ai Aug 2026

A systematic mapping of generative AI-powered virtual assistant in European public administration

The rapid development of LLMs has accelerated the adoption of GenAI across multiple sectors. Among current applications, GenAI-powered virtual assistants represent the most prominent and widely implemented use case in public sector. However, there is currently little research that systematically maps the functions, anticipated effects and trends of these emerging tools in public sector. Addressing this, this study maps and analyses 39 GenAI assistant deployments across European public administrations, examining their functional characteristics and anticipated public value effects. Based on publicly available documentation, the findings show that citizen-facing assistants are primarily designed for information provision and service guidance, with expected effects focused on improved availability, accessibility, convenience, responsiveness, efficiency, cost and time savings, and fairness, etc. Internal assistants mainly support knowledge retrieval and document workflows, aiming to enhance administrative efficiency, productivity, resource management, and institutional capacity and processes, etc. However, expected effects related to trust and institutional legitimacy are not consistently supported in reported outcomes, highlighting the need for deeper empirical and qualitative investigation on public value effects and for governance frameworks that enable responsible GenAI integration in public sector.

Changli Xia, Joep Crompvoets, Evrim Tan · 0 citations
#generative ai Open access Aug 2026

Structured PREreview of "Enhancing Transparency and Fairness in Chinese Student Design Competitions: A Five-Dimensional Evaluation Framework for Sustainable Design Education"

This Zenodo record is a permanently preserved version of a Structured PREreview. You can view the complete PREreview at https://prereview.org/reviews/22161441. Does the introduction explain the objective of the research presented in the preprint? Yes Are the methods well-suited for this research? Somewhat appropriate Are the conclusions supported by the data? Somewhat supported Are the data presentations, including visualizations, well-suited to represent the data? Somewhat appropriate and clear How clearly do the authors discuss, explain, and interpret their findings and potential next steps for the research? Neither clearly nor unclearly Is the preprint likely to advance academic knowledge? Moderately likely Would it benefit from language editing? No Would you recommend this preprint to others? Yes, but it needs to be improved Is it ready for attention from an editor, publisher or broader audience? Yes, after minor changes Competing interests The author declares that they have no competing interests. Use of Artificial Intelligence (AI) The author declares that they did not use generative AI to come up with new ideas for their review.

Yuchen Song · 0 citations
#generative ai Open access Aug 2026

Structured PREreview of "Enhancing Transparency and Fairness in Chinese Student Design Competitions: A Five-Dimensional Evaluation Framework for Sustainable Design Education"

This Zenodo record is a permanently preserved version of a Structured PREreview. You can view the complete PREreview at https://prereview.org/reviews/22161441. Does the introduction explain the objective of the research presented in the preprint? Yes Are the methods well-suited for this research? Somewhat appropriate Are the conclusions supported by the data? Somewhat supported Are the data presentations, including visualizations, well-suited to represent the data? Somewhat appropriate and clear How clearly do the authors discuss, explain, and interpret their findings and potential next steps for the research? Neither clearly nor unclearly Is the preprint likely to advance academic knowledge? Moderately likely Would it benefit from language editing? No Would you recommend this preprint to others? Yes, but it needs to be improved Is it ready for attention from an editor, publisher or broader audience? Yes, after minor changes Competing interests The author declares that they have no competing interests. Use of Artificial Intelligence (AI) The author declares that they did not use generative AI to come up with new ideas for their review.

Yuchen Song · 0 citations
#generative ai Aug 2026

Generative AI for Plain Language: A Comparative Study of Prompt Strategies and Linguists Validation.

The technical complexity and “legalese” inherent in official documents create significant cognitive barriers that reduce public transparency and hinder the effective exercise of digital citizenship. While manual plain language and Natural Language Processing (NLP) initiatives exist in the public sector to mitigate these problems, scaling these efforts to handle massive volumes of text remains a significant challenge, highlighting the need for automated solutions. In this context, the main objective of this study is to evaluate the use of Generative Artificial Intelligence (GenAI) as a tool for rewriting official documents according to plain language guidelines. We generated 18 versions of six document typologies using GPT-4o-mini, comparing zero-shot, one-shot, and chain-of-thought prompting. The evaluation employed a hybrid approach: qualitative assessment by expert linguists alongside statistical readability (Flesch-Kincaid) and semantic similarity metrics (BERTScore, BLEU). Additionally, the “LLM-as-a-judge” pipeline was implemented to test automated reviewing. Results show that while GenAI consistently improves readability to high-school levels, no single prompt strategy is universally optimal, and its effectiveness heavily depends on the document’s structure. Furthermore, the LLM-as-a-judge experiment failed to replicate human judgment, showing low correlation with experts. We conclude that adopting LLMs in the public sector demands “Human-in-the-loop” workflows to ensure legal accuracy and clear communication.

Edney Santos, Wellington Junior, Juliana Lima et al. · 0 citations

From tech blogs

See all →