<?xml version="1.0" encoding="utf-8"?><article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0-subset Balisage-1.5">
    <title>What does AI mean for Open Source?</title>
    <info>
    <confgroup>
      <conftitle>Balisage: The Markup Conference 2026</conftitle>
      <confdates>August 3-7, 2026</confdates>
   </confgroup>
        <abstract>
            <para>The recent meteoric rise of <phrase role="acronym">LLM</phrase>s (<phrase>Large Language Model</phrase>s) and associated tools was largely unexpected and surprising to most. The rapid ascent of this technology has caught many software developers unawares, leaving them suddenly somewhat ignorant, and arguably under-skilled.</para>
            <para>LLMs, whilst still advancing, have recently demonstrated impressive capabilities in their ability to assist software developers in their day-to-day tasks (e.g., coding new features, and locating and fixing issues). However, the use and adoption of LLMs presents many larger challenges for society as a whole; many of which are not in themselves technical concerns.</para>
            <para>This paper examines the current and perceived impact of this technology in the context of Open Source. We identify several social, economic, environmental, political, legal, and technical concerns regarding the use of LLMs in Open Source projects.</para>
            <para>We contribute guidance around defining an AI Policy for Open Source projects. We further offer an AI Policy Score Card to assist projects in clearly defining and declaring how they wish to work with AI or not.</para>
        </abstract>
        <author>
            <personname>
                <firstname>Adam</firstname>
                <surname>Retter</surname>
            </personname>
            <personblurb>
                <para>Adam has been the Director of Evolved Binary Ltd since 2014, where
                they specialise in software, consultancy, and training in information
                storage and retrieval. Their customers include large governmental
                organisations, publishers, universities, and one of the worlds largest
                social media companies. Adam also co-founded eXist Solutions GmbH, a
                software consultancy company in Germany. Adam has been instrumental in
                the development of the eXist-db Open Source Native XML Database since
                2005, and led its development from 2017.  In 2024 Adam forked
                eXist-db, to create Elemental, an advanced Open Source replacement for
                eXist-db. eXist-db was previously used as the base for the cityEHR
                Open Source Electronic Health Records software which is deployed in
                the UK, Ukraine, Kenya, and Nigeria; from there in 2024, Adam was
                appointed as a professor on the Applied Health Informatics program at
                Fordham University.</para>
                <para>He is passionate about Open Source software, standards, and open
                technical communities, and is an invited expert on several
                international standards groups. Additionally Adam serves on the board
                of several international conferences specialising in information
                markup. He is a recognised expert in several computer programming
                languages, and estimates that he has made contributions to over 50
                different Open Source projects. He has also published the reference
                book on eXist-db with O’Reilly and several papers that advanced the
                state of the art in information retrieval in the publishing and
                digital humanities domains.</para>
                <para>When not travelling, Adam can be found snowboarding or hiking around the peaks on the Italian French border where he resides.</para>
            </personblurb>
            <affiliation>
                <jobtitle>Director</jobtitle>
                <orgname>Evolved Binary</orgname>
            </affiliation>
            <email>adam@evolvedbinary.com</email>
            <link xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.evolvedbinary.com</link>
        </author>
<legalnotice><para>Copyright Adam Retter 2026</para></legalnotice>
        <keywordset role="author">
          <keyword>Large Language Model Governance</keyword>
          <keyword>Artificial Intelligence</keyword>
          <keyword>Open Source</keyword>
          <keyword>Community</keyword>
          <keyword>Policy</keyword>
          <keyword>Copyright</keyword>
          <keyword>Licensing</keyword>
        </keywordset>
    </info>
    <section xml:id="sect_introduction">
        <title>Introduction</title>
        <para>Research into <phrase role="acronym">LM</phrase>s (<phrase>Language Model</phrase>s) and <phrase role="acronym">NLP</phrase> (<phrase>Natural Language Processing</phrase>) has been a subset of <phrase role="acronym">AI</phrase> (<phrase>Artificial Intelligence</phrase>) research since the 1960’s. Developments such as ELIZA demonstrated a natural language chat-like interface between human and machine <citation linkend="bib_wizenbaum66"/>.</para>
        <para>Whilst research continued and incremental progress was made, it wasn’t until more than 50 years later, in 2017 that Google published their seminal paper introducing the Transformer Architecture <citation linkend="bib_vaswani17"/> that created the foundation for modern LLMs. In the last 9 years we have seen exponential growth in the development of new and more powerful LLMs:</para>
        <itemizedlist>
            <listitem>
                <para><emphasis role="bold">2018</emphasis>: GPT-1, and BERT</para>
            </listitem>
            <listitem>
                <para><emphasis role="bold">2019</emphasis>: GPT-2</para>
            </listitem>
            <listitem>
                <para><emphasis role="bold">2020</emphasis>: GPT-3</para>
            </listitem>
            <listitem>
                <para><emphasis role="bold">2022</emphasis>: GPT-3.5, and ChatGPT</para>
            </listitem>
            <listitem>
                <para><emphasis role="bold">2023</emphasis>: GPT-4, Claude 1, Claude 2, Claude 2.1, LLaMA 1, LLaMA 2, Gemini 1, and DeepSeek</para>
            </listitem>
            <listitem>
                <para><emphasis role="bold">2024</emphasis>: Gemini 1.5, GPT-4 Turbo / GPT-4o, Claude 3, Claude 3.5, Claude 4.7, LLaMA 3, DeepSeek v2, DeepSeek v2.5, Mistral, Cohere, and Qwen</para>
            </listitem>
            <listitem>
                <para><emphasis role="bold">2025</emphasis>: GPT-4.5, Claude 4, LLaMA 4, Gemini 2, Gemini 3, DeepSeek v3, DeepSeek v3.1, and DeepSeek v3.2</para>
            </listitem>
            <listitem>
                <para><emphasis role="bold">2026</emphasis>: GPT-5.2, GPT-5.3, GPT-5.4, GPT-5.5, GPT-5.6, Gemini 3.x, Claude 4.x, Claude Opus 5, Grok 4.x, and Qwen 3.x</para>
            </listitem>
        </itemizedlist>
        <para>These new generations of LLMs not only improved the human-machine chat interface, they also added audio voice chat capabilities and autonomous capabilities.</para>
        <para>Significantly for Software Developers an "<emphasis role="ital">Agentic</emphasis>" approach was developed. This provided: <emphasis role="bold">(a)</emphasis> <phrase role="acronym">API</phrase>s (<phrase>Application Programming Interface</phrase>s) to access huge LLMs running in the Cloud, and <emphasis role="bold">(b)</emphasis> Software Agents that whilst operating locally within a Software Developer’s  development environment can utilise these APIs to service tasks requested by developers. Such tasks include automated running of various tools and tests, development of new software code, and providing fixes to issues in existing code.</para>
        <para>Furthermore, the latest trend is towards orchestration of Agents, whereby you may have a fleet or cluster of LLM powered Software Agents running across multiple systems and utilising different LLMs collaborate on solving a particular task. Remarkably, using Open Source tools such as LangChain <citation linkend="bib_chase22"/> or n8n <citation linkend="bib_oberhauser19"/>, it is quite possible today to have a team of Software Agents that act in a hierarchy, whereby one or more agents may be  supervising or providing quality assurance on the work of one of more other agents.</para>
        <para>Whilst the modern capabilities of LLMs were barely imaginable just a few years ago, and may appear extraordinarily useful, their use and operation is not without concern. We will examine such concerns in the context of Open Source in <xref linkend="sect_concerns-for-ai-in-open-source"/>.</para>
        <para>Open Source, not to be confused with Free Software <citation linkend="bib_stallman98"/>, as a term is rather broad and arguably overloaded, itself an umbrella that covers several different aspects of both technical and legal domains.</para>
        <para>Officially, The <phrase role="acronym">OSD</phrase> (<phrase>Open Source Definition</phrase>) <citation linkend="bib_perens98"/> sets out 10 criteria that a piece of computer software and its associated license must meet in order to qualify as "<emphasis role="ital">Open Source</emphasis>". The <phrase role="acronym">OSI</phrase> (<phrase>Open Source Initiative</phrase>) recognises over 80 licenses that comply with the OSD; however, in practice there are far more Open Source licenses available, each offering different grants and restrictions on use. One may choose to publish their software under such a license if they wish it to be classed as Open Source</para>
        <para>More organically, there are what are known as "<emphasis role="ital">Open Source Projects</emphasis>", these are most usually software projects of a specific purpose that are developed by one or more persons and/or organisations. These persons and/or organisations collaborate, often online in public, to produce software that is licensed and published under one of the Open Source licenses.</para>
        <para>These Open Source Projects vary wildly in structure and governance. A project may be as simple as an individual creating software for their own pleasure, or perhaps a group of like minded individuals have a shared cause, and have coalesced around an idea to create software to assist anyone in improving some environmental concern. Conversely, at the other end of the spectrum, a project, may involve one or more large corporate/government organisation(s) producing a complex product through the collaboration of large teams of developers, upon which their business model depends.</para>
        <para>Ultimately, Open Source can be thought of as an ideology, part of which is encoded into a license for use of the product (e.g., software). An open Source license requires you to allow anyone else to both use your software and modify it, furthermore you cannot restrict the use of your software by any party that you might consider undesirable for any reason. This shared ideology infers not only the free exchange and development of ideas and technology, but from preventing any other entity from restricting this <citation linkend="bib_giovanh21"/>.</para>
        <para>Whilst there is nothing in the OSD that requires development of Open Source software to be carried out in the open and/or online, or even for the source code to be published online, the expectation of users since around the mid-2000’s is that Open Source projects will host their source code publicly online, and be developed in the public eye in a real-time fashion <citation linkend="bib_peterson13"/> <citation linkend="bib_almarzouq22"/>. Therefore, modern code projects are produced in public via online collaboration through a code repository such as GitHub, Sir Hat, or Code Berg.</para>
        <para>It is typical for an Open Source project to have multiple contributors who are geographically separated and perhaps not known to each other outside of their online presence. Differences in expectations, technical ability, language barriers, and differing human cultural and social norms of contributors, can be a strength, but can also contribute friction, making such projects challenging to govern.</para>
        <para>One could argue that any project involving multiple contributors is susceptible to such conflicts; however, for private companies with bespoke (closed) software projects and strong governance structures, such issues are easily hidden from public view within the confines of their organisation. As there is now an expectation that all aspects of an Open Source project are carried out and documented in public, interactions that lead to such friction and/or conflict, can often feel amplified or more significant when under the scrutiny of their peers. In an attempt to avoid such issues, many  projects have adopted Code’s of Conduct such as Contributor Covenant <citation linkend="bib_ehmke25"/>, The Citizen Code of Conduct <citation linkend="bib_koehler18"/>, or Anticode <citation linkend="bib_webb20"/>; however, such policies are only of use if they are correctly enforced by the administrators and/or moderators of the project itself.</para>
        <para>Historically, all of these problems have been very human centric, and do not directly relate to the use of AI. However, it is our position that the use of AI, either by developers, or autonomously via agents, to submit changes to Open Source projects is likely to not only increase friction between humans, but also  potentially introduce friction between humans and machines.</para>
        <para>It is therefore important that both the human and artificial contributors, current and future, to an Open Source project, all understand the project’s policy with regards to both human and LLM/AI produced contributions. Many Open Source projects already include documentation for humans about how to contribute, but very few have yet decided upon and/or published their AI Policy towards human-machine contributions, and few have documented these in a manner suitable for both humans and machines. To try and solve this issue, our contribution is an "<emphasis role="ital">AI Policy Score Card</emphasis>" that may be used by Open Source projects to gauge their AI Policy; see <xref linkend="sect_an-ai-policy-score-card-for-open-source-projects"/>.</para>
    </section>
    <section xml:id="sect_concerns-for-ai-in-open-source">
        <title>Concerns for AI in Open Source</title>
        <para>The tragic impacts that LLM/AI can affect through sycophantic traits, including Chatbot Psychosis <citation linkend="bib_wiki01"/>, continue to be documented by psychiatrists <citation linkend="bib_ostergaard25"/> <citation linkend="bib_morrin26"/> <citation linkend="bib_girgis26"/>, The Human Line Project <citation linkend="bib_thlp25"/>, and various news outlets <citation linkend="bib_moore26"/> <citation linkend="bib_proven26_2"/>.</para>
        <para>Open Source projects and code have historically been solely built by humans, with the rise of LLMs assisting Software Developers to generate code, Open Source founders should consider the impact of this upon their projects and contributors, and therefore must define their policy around AI carefully. First and foremost they must remember that Open Source contributors, i.e., software developers, however remote, are also human beings (to date), and as such are susceptible to the same AI biases and sycophantic reinforcement as any other sector of society; perhaps more so, as their use of AI is not just limited to their personal life, but also pervades their chosen career.</para>
        <para>The governance and purpose of Open Source projects span a wide spectrum, whilst some projects adhere to a common foundational model of governance <citation linkend="bib_asf26"/> <citation linkend="bib_burcher14"/> <citation linkend="bib_tlf26"/>, many more are completely ad-hoc and structured according to the founders and/or contributors preferences. Therefore, the concerns affecting the use of AI in Open Source projects whilst many, will undoubtedly vary from project to project.</para>
        <para>We present concerns that our research indicates are likely applicable to most Open Source projects. Whilst we recognise that some of these concerns are multi-faceted and cross-cutting, we have loosely grouped them into the following categories: <link linkend="sect_social-concerns" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Social</link>, <link linkend="sect_economic-concerns" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Economic</link>, <link linkend="sect_environmental-concerns" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Environmental</link>, <link linkend="sect_political-concerns" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Political</link>, <link linkend="sect_legal-concerns" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Legal</link>, and <link linkend="sect_technical-concerns" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Technical</link>.</para>
        <section xml:id="sect_social-concerns">
            <title>Social Concerns</title>
            <para>For those human founders and/or contributors whom are not financially compensated for the time and resources they invest in Open Source projects, their contributions can largely be considered a social activity. Indeed, contributing to software that is published as Open Source, through the very nature of the OSD means that you are making something available to society as a whole.</para>
            <blockquote>
                <para>The large majority of people contribute to FOSS because of fun (91%), altruism (85%), and kinship (80%). Moreover, when analysing differences in motivations to join and continue, the study found that ideology, own-use, or education-related programs can be an impetus to join FOSS, but individuals continue for intrinsic reasons (fun, altruism, reputation, and kinship).</para>
                <attribution>opensource.com - 2021-04-05 <citation linkend="bib_os21"/></attribution>
            </blockquote>
            <para>Allowing AI generated code into an Open Source project, regardless of a nett-positive or negative outcome, will have both, an immediate impact on the existing human contributors to the project, and also the ability of the project to attract contributors in future.</para>
            <para>On the one hand, human contributors may be keen to embrace AI, with the potential to help non/less-technical contributors implement code that that would otherwise be beyond their reach <citation linkend="bib_karim26"/>, or perhaps allow experienced developers to pair with AI to increase their velocity <citation linkend="bib_zheyuan25"/> <citation linkend="bib_edwards26"/>.</para>
            <para>On the other hand, experienced engineers may be disappointed with the code produced by AI <citation linkend="bib_linearb26"/>, or lament having to review large change sets that have been partially or entirely generated by AI (that was not well instructed) and exhibit many issues <citation linkend="bib_song23"/>.</para>
            <para>Whether for or against AI, software developers experiencing fear and/or depression triggered by AI is well documented <citation linkend="bib_litan25"/> <citation linkend="bib_spirlet26"/>; they may experience the feeling  of loss that they will no longer be able to enjoy socially crafting code <citation linkend="bib_orosz26"/> <citation linkend="bib_lawson26"/>, or the fear that they will be left behind by competitors that have embraced AI where they have not <citation linkend="bib_kwon26"/>.</para>
            <para>Additionally, as human beings we subscribe to and/or create philosophies, ideologies, and belief systems. As such, individuals may, understandably and freely, exhibit and justify ethical and/or non-technical reasoning around the extent to which they embrace or reject AI. Around these new ideologies a number of colloquial terms are forming to describe them, such as "<emphasis role="ital">AI Vegan</emphasis>" <citation linkend="bib_mahdawi25"/>, and the less strict "<emphasis role="ital">AI Vegetarian</emphasis>" <citation linkend="bib_proven26_1"/>.</para>
            <blockquote>
                <para>I have a religious exemption from using all generative “A.I.”</para>
                <attribution>Catherine Sawers - 2025-09-12 <citation linkend="bib_sawers25"/></attribution>
            </blockquote>
            <para>If human contributors within an Open Source project are unhappy with its  policy towards AI use, the project may experience a collapse of its social fabric, resulting in a loss of contributions and/or risk being forked. To avoid social conflict and worse, alienation, it would follow that some form of  consensus will be required between the founders and/or contributors to the project on, if and how AI may be used in that project. We argue that that consensus, forms the basis of an acceptable use of AI policy for the project, and whilst it may of course evolve over time, it should be clearly communicated to any potential contributors.</para>
        </section>
        <section xml:id="sect_economic-concerns">
            <title>Economic Concerns</title>
            <para>It remains unclear whether Open Source in and of itself has had a nett-positive or negative affect on reducing the social-economic divide with regards to developing software.</para>
            <para>On the one hand, the cost of access to software tools has been reduced through eliminating licensing fees, and self taught developers can study existing code <citation linkend="bib_pscheidt09"/> <citation linkend="bib_los24"/>.</para>
            <para>On the other hand, producing and contributing to Open Source software requires hardware, a reliable internet connection, education (specialised technical knowledge), and potentially the wealth to allow individuals to contribute without financial compensation; this can make the cost of entry for those from lower socioeconomic backgrounds impossible <citation linkend="bib_blind24"/>.</para>
            <para>We argue that the use of AI in Open Source projects may further increase the social-economic and digital divide between those that can afford to contribute and those that cannot.</para>
            <para>For <phrase role="acronym">SaaS</phrase> (<phrase>Software as a Service</phrase>) based AI services, which appear to be the most commonly used, these are typically presented to the end user as either free, or with a subscription and/or token pricing model. The current startup companies behind these services have huge infrastructure and staff costs that are fuelled by large VC (Venture Capital) investments that have yet to be realised. Whilst these companies are striving for market dominance and determining the product-market fit for their offerings, they are operating their services at a loss and spending vast sums of VC money <citation linkend="bib_sachs24"/>. During this time, the cost to some of using such services may seem reasonable, whilst to others it may already be prohibitive. We cannot yet determine what the true future price to the user of such services will be when these companies have to start making a profit to repay their investors <citation linkend="bib_aggarwal26"/>.</para>
            <para>Sadly, we have not been able to find much evidence of discounted SaaS AI services to help those in developing countries or those from disadvantaged socially-economic backgrounds. The true financial cost of using SaaS AI services cannot yet be determined.</para>
            <para>For those who wish to avoid subscription services by operating their own AI/LLM models, there are also considerable costs, some of which are non-obvious <citation linkend="bib_ivchenko26"/>.</para>
            <para>It would seem to follow that those Open Source projects that are well funded and/or operated by large private/government organisations may be able to afford to pay for AI use in their projects, whereas smaller or unfunded projects likely will not.</para>
            <para>We are not yet aware of any Open Source projects that strictly mandate the use of AI by contributors, but there are certainly already many projects that encourage its use. Unfortunately while the use of AI/LLM comes with a financial cost, which itself seems likely to increase, it seems inevitable that this will further increase both the economic-social and technical divides in contributing to Open Source projects.</para>
            <para>We believe that those championing the use of AI in Open Source projects should consider if they are excluding potential contributors due to social-economic status, and how they might remove that barrier.</para>
        </section>
        <section xml:id="sect_environmental-concerns">
            <title>Environmental Concerns</title>
            <para>A great amount of Open Source software is started under the banner of <phrase role="acronym">OSS4SG</phrase> (<phrase>Open Source Software for Social Good</phrase>) <citation linkend="bib_fang26"/>; however, serious secondary environmental impacts have been raised in relation to the operation of AI/LLMs which would seem to be at conflict with such a purpose.</para>
            <para>The operation of AI/LLMs at scale require large compute resources that pose a number of environmental concerns, the main of which can roughly be divided into three categories:</para>
            <orderedlist numeration="arabic">
                <listitem><para>Manufacturing of Equipment – the required hardware: compute nodes, computer network infrastructure, power and cooling systems, and housing. This requires raw materials (incl. rare earth minerals) that are mined, and then electricity and water during their construction <citation linkend="bib_aiec25"/>.</para></listitem>
                <listitem><para>Construction – dedicated physical data centres need to be constructed to house all of the manufactured equipment. This requires the acquisition of suitable land, and development of it. This has been documented to lead to water pollution of the surrounding environment, and reducing nearby property prices <citation linkend="bib_luscombe26"/>.</para></listitem>
                <listitem><para>Operation – the day-by-day operation of the data centres require large quantities of electricity for power, and water for cooling. The by-product is pollution of the local environment from one or more of waste water, heat, noise, and light <citation linkend="bib_robinson26"/>.</para></listitem>
            </orderedlist>
            <para>Early research into the environmental impacts of LLM’s focused on the environmental costs of training the LLM’s. One such study, found that in 2019 training an LLM required nearly the same carbon footprint as an average human being creates during 60 years of their life <citation linkend="bib_strubell19"/>. Since that time whilst LLM’s have become much more complex and training them requires ever more data, it is the scale at which they have been deployed, and subsequently made available as a service that has changed this landscape.</para>
            <para>Whereas previously training the LLM created a larger carbon footprint than its operation, that position has now been reversed. The latest research focuses on the total environmental cost, or which day-to-day use of the models forms a huge part. The <phrase role="acronym">UNU-INWEH</phrase> (<phrase>United Nations University Institute for Water, Environment, and Health</phrase>) recently published a report suggesting that by 2030, global AI data centres will consume 945 terawatt-hours of electricity annually. This will require a massive water footprint for cooling and power generation equivalent to the basic annual needs of 1.3 billion people, alongside a land footprint exceeding 14,500 KM2 <citation linkend="bib_aczel26"/>.</para>
            <para>Such environmental concerns affect us all, and it would seem likely that the impact of AI on our physical environment may be of particular interest to those operating under the banner of OSS4G, and in all likelihood, many more.</para>
            <para>We believe that such concerns may dissuade people from using AI, and by extension individuals and organisations may be put-off contributing to or using Open Source projects that make use of AI.</para>
            <para>At present it can be hard to determine if an Open Source project uses AI or not, we believe that such use should be clearly communicated and form part of the projects AI policy, thus allowing users and contributors to make informed decisions.</para>
        </section>
        <section xml:id="sect_political-concerns">
            <title>Political Concerns</title>
            <para><emphasis role="ital">To be completed pre-conference...</emphasis></para>
        </section>
        <section xml:id="sect_legal-concerns">
            <title>Legal Concerns</title>
            <para><emphasis role="ital">To be completed pre-conference...</emphasis></para>
        </section>
        <section xml:id="sect_technical-concerns">
            <title>Technical Concerns</title>
            <para><emphasis role="ital">To be completed pre-conference...</emphasis></para>
        </section>
    </section>
    <section xml:id="sect_defining-ai-policy-for-an-open-source-project">
        <title>Defining AI Policy for an Open Source Project</title>
        <para>Due to the recent exponential advancements made in LLM/AI research, the current period is one of great change in Software Engineering, this imparts a considerable amount of uncertainty upon those involved, and ultimately stress. Therefore, to reduce such stresses on developers, we argue that clear communication of an organisation or project’s use of AI policy is paramount.</para>
        <para>For those employed directly by an organisation, due to the potential legal implications, it is likely that a policy around the acceptable use of AI already exists (or could be rapidly developed upon request).</para>
        <para>However, for contributors to Open Source projects, individuals or organisations, whether for fun or profit, the reality is much more complex. Currently, few Open Source projects publish any information about their policy towards acceptable use of AI <citation linkend="bib_mendonca26"/> <citation linkend="bib_holterhoff26"/>.</para>
        <para>Before potential contributors invest their time into an Open Source project, it would seem important for them to comprehend how AI may or may not be used in a project so that they may understand if the project aligns with their own goals. Therefrom, whether pro or anti LLM/AI, we argue that it is key for Open Source projects to clearly document and communicate their policy around the acceptable use of AI.</para>
        <para><emphasis role="ital">To be completed pre-conference...</emphasis></para>
    </section>
    <section xml:id="sect_an-ai-policy-score-card-for-open-source-projects">
        <title>An AI Policy Score Card for Open Source Projects</title>
        <para>Inspired by the ‘5-star deployment scheme for Open Data’ [BernersLee10], we have developed a Score Card for AI Policy in Open Source projects. We believe that this Score Card can help Open Source projects gauge the quality of their documented policy towards AI.</para>
        <para><emphasis role="ital">To be completed pre-conference...</emphasis></para>
    </section>
    <section xml:id="sect_conclusion">
        <title>Conclusion</title>
        <para><emphasis role="ital">To be completed pre-conference...</emphasis></para>
    </section>

    <bibliography>
      <title>Bibliography</title>

      <bibliomixed xml:id="bib_wizenbaum66" xreflabel="Wizenbaum66">Joseph Wizenbaum, <quote>ELIZA—a computer program for the study of natural language communication between man and machine</quote>, 1966. <emphasis>ACM Communications of the ACM</emphasis>. doi:<biblioid class="doi">10.1145/365153.365168</biblioid>, <link xlink:href="https://dl.acm.org/doi/10.1145/365153.365168" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://dl.acm.org/doi/10.1145/365153.365168</link></bibliomixed>

      <bibliomixed xml:id="bib_vaswani17" xreflabel="Vaswani17">Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, Illia Polosukhin, <quote>Attention is All you Need</quote>, 2017. <emphasis>Advances in Neural Information Processing Systems</emphasis>. arXiv:1706.03762, doi:<biblioid class="doi">10.48550/arXiv.1706.03762</biblioid>, <link xlink:href="https://arxiv.org/abs/1706.03762" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://arxiv.org/abs/1706.03762</link></bibliomixed>

      <bibliomixed xml:id="bib_chase22" xreflabel="Chase22">Harrison Chase, <emphasis role="ital">LangChain - The agent engineering platform</emphasis>, 2022. <link xlink:href="https://github.com/langchain-ai/langchain" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://github.com/langchain-ai/langchain</link></bibliomixed>

      <bibliomixed xml:id="bib_oberhauser19" xreflabel="Oberhauser19">Jan Oberhauser, <emphasis role="ital">n8n - Secure Workflow Automation for Technical Teams</emphasis>, 2019. <link xlink:href="https://github.com/n8n-io/n8n" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://github.com/n8n-io/n8n</link></bibliomixed>

      <bibliomixed xml:id="bib_stallman98" xreflabel="Stallman98">Richard Stallman, <quote>Why Open Source Misses the Point of Free Software</quote>, 1998. <link xlink:href="https://www.gnu.org/philosophy/open-source-misses-the-point.html" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.gnu.org/philosophy/open-source-misses-the-point.html</link></bibliomixed>

      <bibliomixed xml:id="bib_perens98" xreflabel="Perens98">Bruce Perens, <emphasis role="ital">The Open Source Definition</emphasis>, 1998. <link xlink:href="https://opensource.org/osd" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://opensource.org/osd</link></bibliomixed>

      <bibliomixed xml:id="bib_giovanh21" xreflabel="GiovanH21">GiovanH, <emphasis role="ital">Ethical Source is Hot Garbage</emphasis>, 2021. <link xlink:href="https://blog.giovanh.com/blog/2021/10/29/ethical-source-is-hot-garbage/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://blog.giovanh.com/blog/2021/10/29/ethical-source-is-hot-garbage/</link></bibliomixed>

      <bibliomixed xml:id="bib_peterson13" xreflabel="Peterson13">Kevin Peterson, <quote>The GitHub Open Source Development Process</quote>, 2013. <phrase role="publisher">Mayo Clinic</phrase>.</bibliomixed>

      <bibliomixed xml:id="bib_almarzouq22" xreflabel="AlMarzouq22">Mohammad AlMarzouq, Abdullatif AlZaidan, and Jehad Al Dallal, <quote>The Relevance of SourceForge Data in the Age of GitHub</quote>, 2022. <emphasis>ACM SIGMIS Database</emphasis>. doi:<biblioid class="doi">10.1145/3571823.3571830</biblioid></bibliomixed>

      <bibliomixed xml:id="bib_ehmke25" xreflabel="Ehmke25">Coraline Ada Ehmke, <emphasis role="ital">Contributor Covenant 3.0 Code of Conduct</emphasis>, 2025. <link xlink:href="https://www.contributor-covenant.org/version/3/0/code_of_conduct/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.contributor-covenant.org/version/3/0/code_of_conduct/</link></bibliomixed>

      <bibliomixed xml:id="bib_koehler18" xreflabel="Koehler18">Christie Koehler, <emphasis role="ital">Citizen Code of Conduct</emphasis>, 2018. <link xlink:href="https://github.com/stumpsyn/policies/blob/master/citizen_code_of_conduct.md" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://github.com/stumpsyn/policies/blob/master/citizen_code_of_conduct.md</link></bibliomixed>

      <bibliomixed xml:id="bib_webb20" xreflabel="Webb20">Webb, <emphasis role="ital">The Anticode of Conduct</emphasis>. <link xlink:href="https://git.sr.ht/~webb/anticode/tree/master/item/ANTICODE.md" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://git.sr.ht/~webb/anticode/tree/master/item/ANTICODE.md</link></bibliomixed>

      <bibliomixed xml:id="bib_wiki01" xreflabel="WIKI01"><quote>Chatbot Psychosis</quote>, 2026. <link xlink:href="https://en.wikipedia.org/wiki/Chatbot_psychosis" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://en.wikipedia.org/wiki/Chatbot_psychosis</link></bibliomixed>

      <bibliomixed xml:id="bib_ostergaard25" xreflabel="Østergaard25">Søren Dinesen Østergaard, <quote>Generative Artificial Intelligence Chatbots and Delusions: From Guesswork to Emerging Cases</quote>, 2025. <emphasis>Acta Psychiatrica Scandinavica</emphasis>. doi:<biblioid class="doi">10.1111/acps.70022</biblioid>, <link xlink:href="https://onlinelibrary.wiley.com/doi/10.1111/acps.70022" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://onlinelibrary.wiley.com/doi/10.1111/acps.70022</link></bibliomixed>

      <bibliomixed xml:id="bib_morrin26" xreflabel="Morrin26">Hamilton Morrin, Luke Nicholls, Michael Levin et al., <quote>Artificial intelligence-associated delusions and large language models: risks, mechanisms of delusion co-creation, and safeguarding strategies</quote>, 2026. <emphasis>The Lancet Psychiatry</emphasis>. PII S2215-0366(25)00396-7, doi:<biblioid class="doi">10.1016/S2215-0366(25)00396-7</biblioid>, <link xlink:href="https://www.thelancet.com/journals/lanpsy/article/PIIS2215-0366(25)00396-7/abstract" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.thelancet.com/journals/lanpsy/article/PIIS2215-0366(25)00396-7/abstract</link></bibliomixed>

      <bibliomixed xml:id="bib_girgis26" xreflabel="Girgis26">Dr Ragy Girgis, <emphasis role="ital">What is AI Psychosis? A Conversation on Chatbots and Mental Health</emphasis>, 2026. <link xlink:href="https://nam.edu/news-and-insights/what-is-ai-psychosis/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://nam.edu/news-and-insights/what-is-ai-psychosis/</link></bibliomixed>

      <bibliomixed xml:id="bib_thlp25" xreflabel="THLP25"><emphasis role="ital">The Human Line Project</emphasis>, 2025. <link xlink:href="https://www.thehumanlineproject.org/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.thehumanlineproject.org/</link></bibliomixed>

      <bibliomixed xml:id="bib_moore26" xreflabel="Moore26">Anna Moore, <quote>Marriage over, €100,000 down the drain: the AI users whose lives were wrecked by delusion</quote>, 2026. <link xlink:href="https://www.theguardian.com/lifeandstyle/2026/mar/26/ai-chatbot-users-lives-wrecked-by-delusion" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.theguardian.com/lifeandstyle/2026/mar/26/ai-chatbot-users-lives-wrecked-by-delusion</link></bibliomixed>

      <bibliomixed xml:id="bib_proven26_2" xreflabel="Proven26/2">Liam Proven, <quote>Bcachefs creator insists his custom LLM is female and ‘fully conscious’</quote>, 2026. <link xlink:href="https://www.theregister.com/software/2026/02/25/bcachefs-creator-claims-his-custom-llm-is-fully-conscious/4671792" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.theregister.com/software/2026/02/25/bcachefs-creator-claims-his-custom-llm-is-fully-conscious/4671792</link></bibliomixed>

      <bibliomixed xml:id="bib_asf26" xreflabel="ASF26">Apache Software Foundation, <emphasis role="ital">How the ASF works</emphasis>, 2026. <link xlink:href="https://www.apache.org/foundation/how-it-works/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.apache.org/foundation/how-it-works/</link></bibliomixed>

      <bibliomixed xml:id="bib_burcher14" xreflabel="Burcher14">Richard Burcher, <emphasis role="ital">Starting a Project at the Eclipse Foundation</emphasis>, 2014. <link xlink:href="https://www.eclipse.org/community/eclipse_newsletter/2014/july/article2.php" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.eclipse.org/community/eclipse_newsletter/2014/july/article2.php</link></bibliomixed>

      <bibliomixed xml:id="bib_tlf26" xreflabel="TLF26">The Linux Foundation, <emphasis role="ital">Host a project</emphasis>, 2026. <link xlink:href="https://www.linuxfoundation.org/projects/hosting" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.linuxfoundation.org/projects/hosting</link></bibliomixed>

      <bibliomixed xml:id="bib_os21" xreflabel="OS21">Igor Steinmacher, Georg Link, Anita Sarma, Gregorio Robles, Bianca Trinkenreich, Christoph Treude, Marco Gerosa, and Igor Wiese, <emphasis role="ital">What motivates open source software contributors?</emphasis>, 2021. <link xlink:href="https://opensource.com/article/21/4/motivates-open-source-contributors" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://opensource.com/article/21/4/motivates-open-source-contributors</link></bibliomixed>

      <bibliomixed xml:id="bib_karim26" xreflabel="Karim26">S M Rakib UI Karim, Wenyi Lu, and Sean Goggins, <quote>Artificial Intelligence in Open Source Software Engineering: A Foundation for Sustainability</quote>, 2026. <phrase role="publisher">Arxiv</phrase>, doi:<biblioid class="doi">10.48550/arXiv.2602.07071</biblioid>, arXiv:2602.07071 <link xlink:href="https://arxiv.org/pdf/2602.07071" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://arxiv.org/pdf/2602.07071</link></bibliomixed>

      <bibliomixed xml:id="bib_zheyuan25" xreflabel="Zheyuan25">Kevin Zheyuan Cui, Mert Demirer, Sonia Jaffe, Leon Musolff, Sida Peng, and Tobias Salz, <quote>The Effects of Generative AI on High-Skilled Work: Evidence from Three Field Experiments with Software Developers</quote>, 2025. <phrase role="publisher">MIT Economics</phrase>. doi:<biblioid class="doi">10.2139/ssrn.4945566</biblioid>, <link xlink:href="https://economics.mit.edu/sites/default/files/inline-files/draft_copilot_experiments.pdf" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://economics.mit.edu/sites/default/files/inline-files/draft_copilot_experiments.pdf</link></bibliomixed>

      <bibliomixed xml:id="bib_edwards26" xreflabel="Edwards26">Rob Edwards, and Richard Appiah, <emphasis role="ital">Developer Productivity in the Age of Generative AI: A Psychological Perspective</emphasis>, 2026. <phrase role="publisher">Google Research</phrase>. <link xlink:href="https://research.google/pubs/developer-productivity-in-the-age-of-generative-ai-a-psychological-perspective/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://research.google/pubs/developer-productivity-in-the-age-of-generative-ai-a-psychological-perspective/</link></bibliomixed>

      <bibliomixed xml:id="bib_linearb26" xreflabel="LinearB26"><emphasis role="ital">Software Engineering Benchmarks Report '26 - The AI Productivity Edition</emphasis>, 2026. <link xlink:href="https://assets.linearb.io/image/upload/v1777392920/resources/LinearB_2026_Software_Engineering_Benchmarks_Report.pdf" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://assets.linearb.io/image/upload/v1777392920/resources/LinearB_2026_Software_Engineering_Benchmarks_Report.pdf</link></bibliomixed>

      <bibliomixed xml:id="bib_song23" xreflabel="Song23">Fangchen Song, Ashish Agarwal, and Wen Wen, <emphasis role="ital">The Impact of Generative AI on Collaborative Open-Source Software Development: Evidence from GitHub Copilot</emphasis>, 2023. <phrase role="publisher">Social Science Research Network</phrase>. doi:<biblioid class="doi">10.48550/arXiv.2410.02091</biblioid>, <link xlink:href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4856935" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4856935</link></bibliomixed>

      <bibliomixed xml:id="bib_litan25" xreflabel="Lițan25">Daniela-Elena, <quote>Mental health in the ‘era’ of artificial intelligence: technostress and the perceived impact on anxiety and depressive disorders—an SEM analysis</quote>, 2025. <emphasis>National Library of Medicine Front. Psychol.</emphasis> doi:<biblioid class="doi">10.3389/fpsyg.2025.1600013</biblioid>, <link xlink:href="https://pmc.ncbi.nlm.nih.gov/articles/PMC12169247/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://pmc.ncbi.nlm.nih.gov/articles/PMC12169247/</link></bibliomixed>

      <bibliomixed xml:id="bib_spirlet26" xreflabel="Spirlet26">Thibault Spirlet, <emphasis role="ital">Software engineers are facing an ‘identity crisis bordering on depression,’ Menlo Ventures partner says</emphasis>, 2026. <link xlink:href="https://www.businessinsider.com/software-engineers-face-an-ai-identity-crisis-vc-partner-says-2026-6" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.businessinsider.com/software-engineers-face-an-ai-identity-crisis-vc-partner-says-2026-6</link></bibliomixed>

      <bibliomixed xml:id="bib_orosz26" xreflabel="Orosz26">Gergely Orosz, <emphasis role="ital">The grief when AI writes most of the code</emphasis>, 2026. <link xlink:href="https://blog.pragmaticengineer.com/the-grief-when-ai-writes-most-of-the-code/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://blog.pragmaticengineer.com/the-grief-when-ai-writes-most-of-the-code/</link></bibliomixed>

      <bibliomixed xml:id="bib_lawson26" xreflabel="Lawson26">Nolan Lawson, <emphasis role="ital">We mourn our craft</emphasis>, 2026. <link xlink:href="https://nolanlawson.com/2026/02/07/we-mourn-our-craft/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://nolanlawson.com/2026/02/07/we-mourn-our-craft/</link></bibliomixed>

      <bibliomixed xml:id="bib_kwon26" xreflabel="Kwon26">Heesung Kwon, Jeesun Oh, Suyoun Lee, Sunok Lee, and Sangsu Lee, <quote>Investigating AI-induced Technostress and Coping Strategies of Professionals</quote>, 2026. <emphasis>CHI Proceedings of the 2026 CHI Conference on Human Factors in Computing Systems</emphasis>. doi:<biblioid class="doi">10.1145/3772318.3791671</biblioid>, <link xlink:href="https://dl.acm.org/doi/10.1145/3772318.3791671" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://dl.acm.org/doi/10.1145/3772318.3791671</link></bibliomixed>

      <bibliomixed xml:id="bib_mahdawi25" xreflabel="Mahdawi25">Arwa Mahdawi, <quote>Meet the AI vegans</quote>, 2025. <link xlink:href="https://www.theguardian.com/commentisfree/2025/aug/06/meet-the-ai-vegans" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.theguardian.com/commentisfree/2025/aug/06/meet-the-ai-vegans</link></bibliomixed>

      <bibliomixed xml:id="bib_proven26_1" xreflabel="Proven26/1">Liam Proven, <quote>Struggling to put your AI aversion into words? Here's a handy glossary</quote>, 2026. <link xlink:href="https://www.theregister.com/2026/03/19/ai_skeptic_labels/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.theregister.com/2026/03/19/ai_skeptic_labels/</link></bibliomixed>

      <bibliomixed xml:id="bib_sawers25" xreflabel="Sawers25">Catherine Sawers, <emphasis role="ital">i included this in my syllabi this year</emphasis>, 2025. <link xlink:href="https://bsky.app/profile/catebridget.bsky.social/post/3mcxosc7c322t" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://bsky.app/profile/catebridget.bsky.social/post/3mcxosc7c322t</link></bibliomixed>

      <bibliomixed xml:id="bib_pscheidt09" xreflabel="Pscheidt09">M. Pscheid, and Th.P. van der Weide, <quote>Bridging the Digital Divide by Open Source - A theoretical model of best practice</quote>, 2009. <emphasis>International Journal of Innovation in the Digital Economy</emphasis>. doi:<biblioid class="doi">10.4018/jide.2010040103</biblioid></bibliomixed>

      <bibliomixed xml:id="bib_los24" xreflabel="LOS24">Living open Source Foundation, <emphasis role="ital">Impact of Open Source in Developing Countries</emphasis>, 2024. <link xlink:href="https://livingopensource.org/impact-of-open-source-in-countries/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://livingopensource.org/impact-of-open-source-in-countries/</link></bibliomixed>

      <bibliomixed xml:id="bib_blind24" xreflabel="Blind24">Knut Blind, and Torben Schubert, <quote>Estimating the GDP effect of Open Source Software and its complementarities with R&amp;D and patents: evidence and policy implications</quote>, 2024. <emphasis>The Journal of Technology Transfer</emphasis>. doi:<biblioid class="doi">10.1007/s10961-023-09993-x</biblioid></bibliomixed>

      <bibliomixed xml:id="bib_sachs24" xreflabel="Sachs24">Goldman Sachs, <emphasis role="ital">Gen AI: Too Much Spend, Too Little Benefit?</emphasis>, 2024. <link xlink:href="https://www.goldmansachs.com/images/migrated/insights/pages/gs-research/gen-ai--too-much-spend,-too-little-benefit-/TOM_AI%202.0_ForRedaction.pdf" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.goldmansachs.com/images/migrated/insights/pages/gs-research/gen-ai--too-much-spend,-too-little-benefit-/TOM_AI%202.0_ForRedaction.pdf</link></bibliomixed>

      <bibliomixed xml:id="bib_aggarwal26" xreflabel="Aggarwal26">Gaurav Aggarwal, <emphasis role="ital">We will enjoy cheap AI coding assistants while they last</emphasis>, 2026. <link xlink:href="https://www.linkedin.com/posts/gauagg_we-will-enjoy-cheap-ai-coding-assistants-activity-7463460994980306944-LYRR/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.linkedin.com/posts/gauagg_we-will-enjoy-cheap-ai-coding-assistants-activity-7463460994980306944-LYRR/</link></bibliomixed>

      <bibliomixed xml:id="bib_ivchenko26" xreflabel="Ivchenko26">Oleh Ivchenko, <emphasis role="ital">Cost-Effective AI: The Hidden Costs of “Free” Open Source AI — What Nobody Tells You</emphasis>, 2026. <link xlink:href="https://hub.stabilarity.com/cost-effective-ai-the-hidden-costs-of-free-open-source-ai-what-nobody-tells-you/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://hub.stabilarity.com/cost-effective-ai-the-hidden-costs-of-free-open-source-ai-what-nobody-tells-you/</link></bibliomixed>

      <bibliomixed xml:id="bib_fang26" xreflabel="Fang26">Zihan Fang, Yueke Zhang, Thomas Zimmermann, Denae Ford, and Yu Huang, <quote>Contribution Patterns in Open Source Software for Social Good: Dynamics, Individuals, and Impact</quote>, 2026. <emphasis>Association for Computing Machinery Proceedings of the ACM on Human-Computer Interaction</emphasis>. doi:<biblioid class="doi">10.1145/3788046</biblioid></bibliomixed>

      <bibliomixed xml:id="bib_aiec25" xreflabel="AIEC25">AI Hardware Team, <emphasis role="ital">AI Hardware Sustainability: The Environmental Cost of GPUs and TPUs</emphasis>, 2025. <link xlink:href="https://aienergycalculator.com/ai-hardware-environmental-impact-sustainability/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://aienergycalculator.com/ai-hardware-environmental-impact-sustainability/</link></bibliomixed>

      <bibliomixed xml:id="bib_luscombe26" xreflabel="Luscombe26">Richard Luscombe, <quote>Wyoming tightens wastewater rules after Meta datacenter contractor flushed contaminated water</quote>, 2026. <link xlink:href="https://www.theguardian.com/us-news/2026/jul/08/meta-datacenter-ai-wyoming-water" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.theguardian.com/us-news/2026/jul/08/meta-datacenter-ai-wyoming-water</link></bibliomixed>

      <bibliomixed xml:id="bib_robinson26" xreflabel="Robinson26">Dan Robinson, <quote>Google meets the neighbors and gets both barrels over its new UK datacenter</quote>, 2026. <link xlink:href="https://www.theregister.com/on-prem/2026/07/24/google-meets-the-neighbors-and-gets-both-barrels-over-its-new-uk-datacenter/5277188" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.theregister.com/on-prem/2026/07/24/google-meets-the-neighbors-and-gets-both-barrels-over-its-new-uk-datacenter/5277188</link></bibliomixed>

      <bibliomixed xml:id="bib_strubell19" xreflabel="Strubell19">Emma Strubell, Ananya Ganesh, and Andrew McCallum, <quote>Energy and Policy Considerations for Deep Learning in NLP</quote>, 2019. <phrase role="publisher">Association for Computational Linguistics</phrase>. doi:<biblioid class="doi">10.18653/v1/P19-1355</biblioid></bibliomixed>

      <bibliomixed xml:id="bib_aczel26" xreflabel="Aczel26">Mariam Aczel, Sanaz Chamanara, Mir Matin, Aria Farsi, Tshilidzi Marwala, and Kaveh Madani, <emphasis role="ital">Environmental Cost of AI's Energy Use</emphasis>, 2026. <phrase role="publisher">United Nations University - Institute for Water, Environment, and Health</phrase>. doi:<biblioid class="doi">10.53328/INR26RMA002</biblioid>, <link xlink:href="https://collections.unu.edu/eserv/UNU:10647/UNU-INWEH-Report-The_Env_Cost_of_AI-2026.pdf" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://collections.unu.edu/eserv/UNU:10647/UNU-INWEH-Report-The_Env_Cost_of_AI-2026.pdf</link></bibliomixed>

      <bibliomixed xml:id="bib_mendonca26" xreflabel="Mendonça26">Melissa Weber Mendonça, <emphasis role="ital">Open Source AI Contribution Policies</emphasis>, 2026. <link xlink:href="https://github.com/melissawm/open-source-ai-contribution-policies" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://github.com/melissawm/open-source-ai-contribution-policies</link></bibliomixed>

      <bibliomixed xml:id="bib_holterhoff26" xreflabel="Holterhoff26">Kate Holterhoff, <emphasis role="ital">The Generative AI Policy Landscape in Open Source</emphasis>, 2026. <link xlink:href="https://redmonk.com/kholterhoff/2026/02/26/generative-ai-policy-landscape-in-open-source/" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://redmonk.com/kholterhoff/2026/02/26/generative-ai-policy-landscape-in-open-source/</link></bibliomixed>

      <bibliomixed xml:id="bib_bernerslee10" xreflabel="BernersLee10">Tim Berners-Lee, <emphasis role="ital">5-Star Deployment Scheme for Linked Data</emphasis>, 2010. <link xlink:href="https://www.w3.org/2011/gld/wiki/5_Star_Linked_Data" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">https://www.w3.org/2011/gld/wiki/5_Star_Linked_Data</link></bibliomixed>

    </bibliography>


</article>