<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Lahti, Finland
* Corresponding author.
$ mario.simaremare@bth.se (M. E. S. Simaremare); henry.edison@bth.se (H. Edison)
 https://github.com/simaremare (M. E. S. Simaremare); https://www.henryedison.com/ (H. Edison)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>AI Assistant to Improve Experimentation in Software Startups Using Large Language Model and Prompt Engineering</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mario E. S. Simaremare</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Henry Edison</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Blekinge Tekniska Högskola</institution>
          ,
          <addr-line>371 79 Karlskrona</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Software startup is a unique type of company with unique characteristics. On the one hand, they must ofer innovative products appealing to customers to generate revenue and survive, but on the other hand, they are limited in resources, time, and experience. During the new product development, it is important to experiment with their original ideas. However, doing a meaningful experiment requires resources and challenges. A study on failed software startups shows that, despite its importance, many software startups skipped or did not experiment with their ideas. The study identifies 25 inhibitors spread in five experimentation stages. In the last few years, Large Language Models (LLMs) have become a popular technology. The advancement of LLM has made it adopted into many parts of the software development cycle. Studies show that LLM also has been used to generate new innovative product ideas and to manage innovation. However, there is no investigation into the possibility of utilizing the power of LLM to help software startups do experimentation. Interactions to an LLM are done through prompts. During the interaction or session, a user will send one or more prompts in a zero-, one-, or few-shots to an LLM agent. Unfortunately, learning and using prompts efectively requires time and resources, things that software startups are scarce with. In this project, we aim to help improve the experimentation process and address the inhibitors by leveraging the power of LLMs. There are five initial research questions and studies planned in the project. In the first step, we will investigate current experimentation practices, challenges, inhibitors, and the strategies used to circumvent them. Secondly, we will investigate how AI has been used in today's experimentation. Then, we will investigate the set of measurements available to measure the success of an experiment. The next step is to investigate how to support experimentation using LLMs followed by a validation sequence. The first form of support is a prompt guidebook to help software startups use an LLM agent to help their experimentation. The second form is an LLM-based assistant tailored specifically to guide the experimentation process.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Software startup</kwd>
        <kwd>experimentation</kwd>
        <kwd>large language model</kwd>
        <kwd>prompt engineering</kwd>
        <kwd>startup</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Problem Definition</title>
      <p>
        Software startups are emerging companies in the software domain that aim to present
innovative software solutions [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Software startups often face significant uncertainties in a highly
competitive environment with limited resources, experience, and tight time constraints [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ].
Software startups develop and introduce innovative software solutions to enhance existing
markets or establish new ones.
      </p>
      <p>
        Studies show that experimentation is one fundamental approach to finding a successful
and sustainable business idea [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ]. Experimentation is an iterative build-learn-measure
cycle of validating an idea and shaping it into a more mature idea. This process is crucial for
software startups since they are limited in resources to execute the idea in a full-fledged manner.
Experimentation could also help the software startups decide whether to continue the venture
or abandon the idea to minimize loss. For example, a software startup can create a minimum
viable product, make it available to the users, and ask for feedback [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The feedback may
lead to a slight idea adjustment to total rejection. Based on the feedback, the software startup
can decide whether to continue or abandon the idea. In the software engineering context, the
concept of experimentation itself is aligned with the agile method, which is widely adopted by
software startups [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Unfortunately, the adoption of experimentation in software startups is low. A study by
Melegati et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] explores and models the inhibitors of why software startups failed in adopting
experimentation. The study identifies 25 inhibitors in the experimentation process. They are
categorized into (1) inhibitors related to awareness of experimentation, (2) inhibitors related to
experiment intention, (3) inhibitors related to valid experiment, (4) inhibitors related to valid
analysis, and (5) inhibitors related to considering the experiment result. The number of cases
in the second category is the highest, meaning most of the software startups had no desire to
experiment with their original ideas in the first place. Out of the 25 identified inhibitors, the
top inhibitors that happen very often are (1) over-focusing on the product and its perfection,
(2) overconfidence in the idea, and (3) some initial shreds of evidence may make the founders
believe that their ideas are valid; hence no further experiment is needed. These inhibitors are
likely to have a latent existence in software startups.
      </p>
      <p>
        Recently, an AI-assisted approach to developing new product ideas has emerged. The
combination of humans and AI generates new innovative ideas. Large Language Models (LLMs), a
subset of AI technology, have revolutionized natural language processing tasks by eficiently
learning linguistic patterns from vast text data. Popular LLMs, such as OpenAI’s GPTs1, Google’s
BERT2, Gemini3, and Meta’s Llama4 employ transformer architectures to generate or understand
human-like text across various applications, from chatbots to content generation. These models
have remarkable capabilities in capturing context, nuance, and semantics. Their pre-training
and fine-tuning methodology makes them versatile across diverse tasks without task-specific
model modifications [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ].
      </p>
      <p>
        In this project, we aim to improve the experimentation process and address the inhibitors by
1https://openai.com/research
2https://blog.research.google/2018/11/open-sourcing-bert-state-of-art-pre.html
3https://deepmind.google/technologies/gemini/introduction
4https://research.facebook.com/publications/llama-open-and-eficient-foundation-language-models/
leveraging the power of LLMs. There are five initial research questions and studies. We plan to
run the project using the design science approach [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Knowledge Gap</title>
      <p>
        Experimentation in software startups is critical to validate ideas and create a sustainable
business. A study based on the postmortem artifacts shows that many software startups failed
to experiment with their ideas, which, to some extent, might lead them to a disastrous state [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
Most software startups acknowledged the concept of experimentation but chose not to do it.
The study identified 25 inhibitors to experimentation spread in various experimentation stages.
Some are organizational inhibitors, some are internal, and others are environmental-related.
      </p>
      <p>However, the study does not elaborate on how or what strategies the software startups tried
to overcome the inhibitors. This knowledge is important as a lesson learned for future cases.
Unfortunately, extending the study could be challenging since the main sources are postmortem
artifacts. A similar study on the surviving software startups could fill the gap. The result would
give valuable knowledge on how to address the inhibitors. This draws the first research question
(RQ1), "What are the practices, challenges, inhibitors, and solutions in experimentation in software
startups?"</p>
      <p>In addition, further exploration of adopting AI technologies in experimentation could also be
performed to learn how AI technology has been used and how useful they are. This knowledge
will allow further investigation into what areas or aspects can be improved. This raises the
second research question (RQ2), "How do software startups incorporate AI technologies, especially
LLMs, in new product development?"</p>
      <p>It is also important to have a clear guideline, framework, or set of measurements to quantify
whether an experiment produces a meaningful result regardless of the consequences,
continuation, or abandonment of the idea. This leads to the third research question (RQ3), "How to
measure whether an experiment produces a meaningful result or not?"</p>
      <p>
        LLMs have gained massive attention in the last few years due to their advancement and
potential. The vast amount of training datasets makes LLMs very powerful and knowledgeable
tools. LLMs have been integrated into many aspects of software engineering, from requirement
elicitation to testing and debugging [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ].
      </p>
      <p>
        The advancement of LLMs has been used in many stages in the software development cycle
[
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ], from requirement refinement to bug fixing. In the software startup context, LLMs
have also been used to generate new product ideas [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and manage innovation [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. However,
little is known about studies investigating how to leverage the power of LLMs to help software
startups do experimentation. Reflecting on the capability of LLMs opens an opportunity to
leverage it to guide software startups to experiment with their ideas and simultaneously avoid
the inhibitors.
      </p>
      <p>
        Interactions to an LLM are done through prompts. During the interaction or session, a user
will send one or more prompts in a zero-, one-, or few-shots to an LLM agent [
        <xref ref-type="bibr" rid="ref10 ref17">10, 17</xref>
        ]. Shot
refers to the number of inputs or contexts to get a desired output. LLMs are working with a
probabilistic approach. This means two exact prompts may return diferent outputs in two
separate sessions [18].
      </p>
      <p>The zero-shot is a prompt without any prior context or example. This means the LLM agent
will try to understand the context only based on the sole prompt. In most cases, the sole prompt
lacks clear context. Hence, it is very likely the zero-shot prompt will return a generic output
that is less desirable for specific needs or cases.</p>
      <p>The one-shot prompt is when the user communicates exactly one example or a context before
sending the intended prompt. Compared to the zero-shot, this prompt will produce outputs
closer to the expectation, a more desirable.</p>
      <p>The few-shots prompt is when the user has supplied multiple examples or contexts before
the intended prompt. This will very likely produce a more relevant output compared to the
one-shot. This prompt is also called many-shots when the number of examples or context is
very large.</p>
      <p>An efective prompt strategy helps the LLMs produce the most relevant output [ 19]. However,
writing prompts to leverage an LLM agent to guide the experiment process requires time and
resources, things that software startups do not have. This raises another research question
(RQ4), "How to efectively use prompts to guide the experimentation process?"</p>
      <p>Moreover, the availability of previous valuable experiences from failed and survived software
startups may improve the LLMs’ responses. However, it has to be admitted that LLMs can
only give directions or suggestions and not direct solutions based on a probabilistic approach.
The final decision lies in the hands of the software startup’s leaders. These experiences can
make a better experimentation context when supplied into LLMs. In addition to that, specific
information related to a project could even make a more personalized environment for
betterguided experimentation. These lead to our latest research question (RQ5), "How to improve the
experimentation process by leveraging the power of LLMs?"</p>
    </sec>
    <sec id="sec-3">
      <title>3. Research Method</title>
      <p>To answer RQ1 and RQ2, we plan to conduct two parallel studies. The first one (S1) is an interview
study with software startups to understand the current practices, challenges, inhibitors, and
solutions for doing experiments. Furthermore, we would like to know how they manage the
efect of inhibitors. The result will then be analyzed to see patterns or strategies that can be
useful in future cases. We will also investigate how these software startups incorporate AI
technologies in their experimentation, how satisfied they are, and what could be improved. A
literature study (S2) will be executed to enrich the knowledge from previous research. We aim
to publish at least two articles from the studies.</p>
      <p>For RQ3, we will run another literature study (S3) to see the suggested metrics or practices
to measure meaningful experiments. The result is expected to give us a mapping and better
understanding of which metrics or practices should be used at a particular stage in an experiment.
We aim to publish an article from the study.</p>
      <p>These three studies should draw a better understanding of the challenges, inhibitors, and
solutions in experimentation from a more holistic angle and how to measure the meaningfulness
of an experiment. Based on this, we could identify which areas LLMs can be leveraged to make
a meaningful impact. An immediate output of this is a prompt guidebook containing strategies
and prompt templates (S4a). The guidebook will be tailored based on the knowledge found in
the earlier studies. Later, a formal validation, in the form of case studies, will be conducted with
selected software startups (S4b). We aim to publish at least one article from the study.</p>
      <p>To address RQ5, we will further analyze the results of the earlier studies to identify which
area of experimentation LLMs can support. Once decided, we will develop an LLM-based tool
on top of one of the existing models. The tool will have the additional experiences from the
earlier studies to generate relevant results (S5a). The tool can be further customized for specific
needs through the few-shots approach. The users can also provide feedback in the form of
relevancy level. The general concept of the tool can be seen in Figure 1. A fraction of the prompt
guidebook may also be incorporated into the tool. Hence, these guides will be run automatically
based on the prompt. Finally, a thorough evaluation and validation process will be together
with selected software startups (S5b). The evaluation will be measured based on the users’
satisfaction level (identified in the first study). We expect to publish at least two articles from
the study.</p>
      <p>In this research project, initially, we will not set clear boundaries or criteria for the software
startups we want to work with. This makes us open to any opportunity that might show up
during the research. In the future, boundaries might be introduced when necessary.</p>
      <p>The whole project activity in the design science research is shown in Figure 2. The first three
studies aim to develop a holistic understanding of the problem, in this case, the experimentation
in the context of software startups and the use of AI, especially LLMs, in the experimentation
process. The last two studies have a diferent aim, which is to develop possible solutions and
validate them internally. Lastly, the solution will be brought in the real context but in a limited
scope.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Timeline</title>
      <p>This research project will run for five years. The detailed plan is shown in Table 1. The project
started in early November 2023 and will run until November 2028. In the first year, we plan
to run two studies, S1 and S2, to address RQ1 and RQ2. The studies are expected to be run
in parallel. In the second year, we will do S3 to address RQ3. These three first studies are
fundamental for the next two studies. Then, we will take the third year to run S4 to address
RQ4. The remainder of the time will be used to run the final study, S5, and to address the last
research question, RQ5.
RQ1: What are the practices, challenges, inhibitors, and
solutions in experimentation in software startups?
RQ2: How do software startups incorporate AI
technologies, especially LLMs, in new product development?
RQ3: How to measure whether an experiment produces
a meaningful result or not?
RQ4: How to efectively use prompts to guide the
experimentation process?
RQ5: How to improve the experimentation process by
leveraging the power of LLMs?
Activity
S1: Interview study with
software startups
S1: Interview study with
software startups, S2:
Literature study
S3: Literature study
S4a: Prompt guidebook
dev. and S4b: Case study
(for validation)
S5a: AI assistant dev. and
S5b: Case study (for
validation)</p>
      <p>Period
2023-2024
2023-2024
2025
2025-2026
2027-2028</p>
    </sec>
    <sec id="sec-5">
      <title>5. Expected Contribution</title>
      <p>There are at least five contributions from this research project, namely:
• A better knowledge of how software startups tackle challenges and inhibitors during
experimentation. This knowledge will help future research on developing new strategies
to reduce, if not eliminate, the known inhibitors.
• A better understanding of how far software startups have integrated AI technology into
their experimentation pipeline. This will reveal which aspects of experimentation could
be helped using the advancement of AI.
• A guideline or a framework or a set of measurements to help software startups judge the
meaningfulness of an experiment.
• A validated prompt guidebook containing a guided walkthrough to help software startups
do their experiments. With the help of additional contexts generated during the
interaction, the walkthrough is expected to provide suggestions on which type of experiment
the company should do and how to run the experiment.
• An AI assistant tool personalized to the software startup and a specific project where the
company will experiment. The tool is expected to be validated together with selected
software startups.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Acknowledgements</title>
      <p>This work has been supported by ELLIIT; the Swedish Strategic Research Area in IT and Mobile
Communications.
[18] L. Chen, M. Zaharia, J. Zou, How is ChatGPT’s behavior changing over time?, 2023. URL:
https://arxiv.org/abs/2307.09009v2.
[19] L. Sun, Z. Shi, Prompt Learning Under the Large Language Model, in: 2023 International
Seminar on Computer Science and Engineering Technology (SCSET), 2023, pp. 288–291.
URL: https://ieeexplore.ieee.org/document/10266544. doi:10.1109/SCSET58950.2023.
00070.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Unterkalmsteiner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Abrahamsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Nguyen</given-names>
            <surname>Duc</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sohaib</surname>
          </string-name>
          , G. Baltes,
          <string-name>
            <given-names>K.</given-names>
            <surname>Conboy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Cullina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dennehy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Edison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fernández</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Garbajosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gorschek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Klotins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hokkanen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. I.</given-names>
            <surname>Lunesu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marchesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Yagüe</surname>
          </string-name>
          , Software Startups - A Research Agenda, E-Informatica
          <source>Software Engineering Journal</source>
          <year>2016</year>
          (
          <year>2016</year>
          )
          <fpage>89</fpage>
          -
          <lpage>124</lpage>
          . doi:
          <volume>10</volume>
          .5277/e-Inf160105.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sutton</surname>
          </string-name>
          ,
          <article-title>The Role of Process in Software Start-up</article-title>
          ,
          <source>IEEE Software 17</source>
          (
          <year>2000</year>
          )
          <fpage>33</fpage>
          -
          <lpage>39</lpage>
          . URL: https://ieeexplore.ieee.org/abstract/document/854066. doi:
          <volume>10</volume>
          .1109/52.854066.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>N.</given-names>
            <surname>Paternoster</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Giardino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Unterkalmsteiner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gorschek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Abrahamsson</surname>
          </string-name>
          , Software Development in Startup Companies:
          <string-name>
            <given-names>A Systematic</given-names>
            <surname>Mapping</surname>
          </string-name>
          <string-name>
            <surname>Study</surname>
          </string-name>
          ,
          <source>Information and Software Technology</source>
          <volume>56</volume>
          (
          <year>2014</year>
          )
          <fpage>1200</fpage>
          -
          <lpage>1218</lpage>
          . URL: https://www.sciencedirect.com/science/ article/pii/S0950584914000950. doi:
          <volume>10</volume>
          .1016/j.infsof.
          <year>2014</year>
          .
          <volume>04</volume>
          .014.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S. H.</given-names>
            <surname>Thomke</surname>
          </string-name>
          , Experimentation Matters:
          <article-title>Unlocking the Potential of New Technologies for Innovation</article-title>
          , Harvard Business Press,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Hart</surname>
          </string-name>
          , The Lean Startup:
          <article-title>How Today's Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses Eric Ries</article-title>
          . New York: Crown Business,
          <year>2011</year>
          . 320 pages.
          <source>US$26</source>
          .
          <fpage>00</fpage>
          .,
          <source>Journal of Product Innovation Management</source>
          <volume>29</volume>
          (
          <year>2012</year>
          )
          <fpage>508</fpage>
          -
          <lpage>509</lpage>
          . URL: https://onlinelibrary.wiley.com/doi/abs/10.1111/ j.1540-
          <fpage>5885</fpage>
          .
          <year>2012</year>
          .
          <volume>00920</volume>
          _2.x. doi:
          <volume>10</volume>
          .1111/j.1540-
          <fpage>5885</fpage>
          .
          <year>2012</year>
          .
          <volume>00920</volume>
          _2.x, _eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/j.1540-
          <fpage>5885</fpage>
          .
          <year>2012</year>
          .
          <volume>00920</volume>
          _2.x.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D. L.</given-names>
            <surname>Frederiksen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Brem</surname>
          </string-name>
          ,
          <article-title>How Do Entrepreneurs Think They Create Value? A Scientific Reflection of Eric Ries' Lean Startup Approach</article-title>
          ,
          <source>International Entrepreneurship and Management Journal</source>
          <volume>13</volume>
          (
          <year>2017</year>
          )
          <fpage>169</fpage>
          -
          <lpage>189</lpage>
          . URL: https://doi.org/10.1007/s11365-016-0411-x. doi:
          <volume>10</volume>
          .1007/s11365-016-0411-x.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cockburn</surname>
          </string-name>
          ,
          <source>Agile Software Development: It's About Feedback and Change, Computer</source>
          <volume>36</volume>
          (
          <year>2003</year>
          )
          <fpage>39</fpage>
          -
          <lpage>43</lpage>
          . URL: https://ieeexplore.ieee.org/document/1204373. doi:
          <volume>10</volume>
          . 1109/
          <string-name>
            <surname>MC</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <volume>1204373</volume>
          , conference Name: Computer.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Melegati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Edison</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Wang,</surname>
          </string-name>
          <article-title>XPro: A Model to Explain the Limited Adoption and Implementation of Experimentation in Software Startups</article-title>
          ,
          <source>IEEE Transactions on Software Engineering</source>
          <volume>48</volume>
          (
          <year>2022</year>
          )
          <fpage>1929</fpage>
          -
          <lpage>1946</lpage>
          . URL: https://ieeexplore.ieee.org/document/9282188. doi:
          <volume>10</volume>
          .1109/TSE.
          <year>2020</year>
          .
          <volume>3042610</volume>
          , conference Name:
          <source>IEEE Transactions on Software Engineering.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , BERT:
          <article-title>Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          ,
          <year>2019</year>
          . URL: http://arxiv.org/abs/
          <year>1810</year>
          .04805. doi:
          <volume>10</volume>
          .48550/arXiv.
          <year>1810</year>
          .
          <volume>04805</volume>
          , arXiv:
          <year>1810</year>
          .04805 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kojima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Reid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Matsuo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Iwasawa</surname>
          </string-name>
          ,
          <string-name>
            <surname>Large Language Models are Zero-Shot</surname>
            <given-names>Reasoners</given-names>
          </string-name>
          ,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>35</volume>
          (
          <year>2022</year>
          )
          <fpage>22199</fpage>
          -
          <lpage>22213</lpage>
          . URL: https://proceedings.neurips.cc/paper_files/paper/2022/hash/ 8bb0d291acd4acf06ef112099c16f326-Abstract-Conference.html.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R. J.</given-names>
            <surname>Wieringa</surname>
          </string-name>
          ,
          <source>Design Science Methodology for Information Systems and Software Engineering</source>
          , Springer, Berlin, Heidelberg,
          <year>2014</year>
          . URL: https://link.springer.com/10.1007/ 978-3-
          <fpage>662</fpage>
          -43839-8. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>662</fpage>
          -43839-8.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>I. Ozkaya</surname>
          </string-name>
          , Application of Large Language Models to Software Engineering Tasks: Opportunities, Risks, and Implications,
          <source>IEEE Software 40</source>
          (
          <year>2023</year>
          )
          <fpage>4</fpage>
          -
          <lpage>8</lpage>
          . URL: https://ieeexplore. ieee.org/document/10109345. doi:
          <volume>10</volume>
          .1109/MS.
          <year>2023</year>
          .
          <volume>3248401</volume>
          , conference Name: IEEE Software.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Ebert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Louridas</surname>
          </string-name>
          ,
          <article-title>Generative AI for Software Practitioners</article-title>
          ,
          <source>IEEE Software 40</source>
          (
          <year>2023</year>
          )
          <fpage>30</fpage>
          -
          <lpage>38</lpage>
          . URL: https://ieeexplore.ieee.org/document/10176168. doi:
          <volume>10</volume>
          .1109/MS.
          <year>2023</year>
          .
          <volume>3265877</volume>
          , conference Name: IEEE Software.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>A. NguyenDuc</surname>
          </string-name>
          , B.
          <string-name>
            <surname>Cabrero-Daniel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Arora</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Przybylek</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Khanna</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Herda</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          <string-name>
            <surname>Rafiq</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Melegati</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Guerra</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.-K. Kemell</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Saari</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            , H. Le,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Quan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Abrahamsson</surname>
          </string-name>
          ,
          <source>Generative Artificial Intelligence for Software Engineering - a Research Agenda</source>
          ,
          <year>2023</year>
          . URL: https://papers.ssrn.com/abstract=4622517. doi:
          <volume>10</volume>
          .2139/ssrn.4622517.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>V.</given-names>
            <surname>Bilgram</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Laarmann</surname>
          </string-name>
          ,
          <article-title>Accelerating Innovation With Generative AI: AI-Augmented Digital Prototyping and Innovation Methods</article-title>
          ,
          <source>IEEE Engineering Management Review</source>
          <volume>51</volume>
          (
          <year>2023</year>
          )
          <fpage>18</fpage>
          -
          <lpage>25</lpage>
          . URL: https://ieeexplore.ieee.org/document/10115412. doi:
          <volume>10</volume>
          .1109/EMR.
          <year>2023</year>
          .
          <volume>3272799</volume>
          , conference Name: IEEE Engineering Management Review.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Brem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Giones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Werle</surname>
          </string-name>
          ,
          <article-title>The AI Digital Revolution in Innovation: A Conceptual Framework of Artificial Intelligence Technologies for the Management of Innovation</article-title>
          ,
          <source>IEEE Transactions on Engineering Management</source>
          <volume>70</volume>
          (
          <year>2023</year>
          )
          <fpage>770</fpage>
          -
          <lpage>776</lpage>
          . URL: https://ieeexplore.ieee. org/abstract/document/9590499. doi:
          <volume>10</volume>
          .1109/TEM.
          <year>2021</year>
          .
          <volume>3109983</volume>
          , conference Name: IEEE Transactions on Engineering Management.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>T. B. Brown</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Mann</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ryder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Subbiah</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Kaplan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Dhariwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Neelakantan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Shyam</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Sastry</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Askell</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Herbert-Voss</surname>
            , G. Krueger,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Henighan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Child</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ramesh</surname>
            ,
            <given-names>D. M.</given-names>
          </string-name>
          <string-name>
            <surname>Ziegler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Winter</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Hesse</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            , E. Sigler,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Litwin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Chess</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Berner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>McCandlish</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Amodei</surname>
          </string-name>
          , Language Models are
          <string-name>
            <surname>Few-Shot Learners</surname>
          </string-name>
          ,
          <year>2020</year>
          . URL: http://arxiv.org/abs/
          <year>2005</year>
          .14165. doi:
          <volume>10</volume>
          .48550/arXiv.
          <year>2005</year>
          .
          <volume>14165</volume>
          , arXiv:
          <year>2005</year>
          .14165 [cs].
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>