<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Martin Žust</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marko Grobelnik</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adrian M. Grobelnik</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abdul Sittar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Jožef Stefan Institute</institution>
          ,
          <addr-line>Ljubljana</addr-line>
          ,
          <country country="SI">Slovenia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Negotiation is a fundamental human skill critical to personal, business, and societal interactions, yet many lack the expertise to negotiate efectively, leading to significant economic losses. Research shows unskilled negotiators in industries lose large amounts of value due to inadequate real-time guidance, while existing AI tools focus on automation rather than dynamic support. This introductory study aims to help unskilled negotiators with accessible, real-time assistance to improve outcomes across diverse contexts. Here we introduce a web-based negotiation agent that combines AI's analytical power with human intuition, providing live recommendations during simulated conversations. Unlike prior tools limited to post-event analysis or structured tasks, our agent transcribes dialogue, builds a dynamic world model, and ofers tailored advice beyond what standalone AI or humans typically achieve. This hybrid approach reveals that integrating AI into live negotiations can bridge the eficacy gap, making proficiency more attainable than previously thought with static or isolated solutions. Broadly, it suggests a shift toward collaborative AI-human systems to address possibly complex interpersonal challenges.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2. Problem Statement</title>
      <p>Negotiation is a critical skill where an individual, say A, aims to reach an agreement o with a counterpart
B that satisfies both parties’ goals, denoted  A and  B (e.g., price, terms). Despite clear objectives,
unskilled negotiators often struggle to achieve favorable outcomes, resulting in agreements that fall
short of their minimum expectations,  A.</p>
      <p>The core problem is that unskilled negotiators receive no support to interpret B’s responses or adjust
their approach mid-dialogue, represented as ( t), the conversation state at time t. Without assistance, A
struggles to build an accurate understanding of B’s perspective,  B, or to propose ofers that align with
https://www.twon-project.eu/semgenage25 (M. Žust)</p>
      <p>CEUR</p>
      <p>ceur-ws.org
 A while meeting  B, B’s acceptability threshold. Existing tools fall short here: they either automate
structured tasks like contract drafting or analyze conversations after the fact, missing the opportunity to
provide live, tailored recommendations. Moreover, AI alone cannot fully handle the soft skills—empathy,
trust, adaptability—essential for reading B and responding efectively in real time. This leaves a critical
need for a system that delivers strategic advice during ( t), combining AI’s analytical power with
human judgment to improve outcomes and reduce losses.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Solution</title>
      <p>In this work, we introduce a forthcoming web application1 designed to showcase the capabilities of a
novel negotiation agent. This application serves as a proof of concept, not yet as a production-ready
tool, and focuses on simulating and analyzing a Zoom-like conversation between two individuals, A
and B. By integrating our negotiation agent, it aims to demonstrate how AI can enhance negotiation
outcomes, particularly in real-time settings, ofering a practical testbed for achieving an agreement o
that aligns with the goals  A and  B.</p>
      <p>The application includes a test interface where users can upload a single video featuring a two-person
conversation, similar to a YouTube podcast, with the active speaker displayed on screen. Users then use
a graphical tool to segment this video into distinct sections, marking when A or B is speaking. Once
segmented, the system presents two synchronized video streams side by side, replicating the layout of
Zoom or Google Meet, providing a familiar visual context for the simulated negotiation dialogue ( t).</p>
      <p>Before the conversation can be played, users specify negotiation goals,  A and  B, for both
participants. This feature allows the application to simulate the negotiation agent’s functionality from either
perspective—though in a production version, it would focus solely on A’s goals,  A. This setup enables
us to explore how the agent interprets and responds to difering objectives, laying the groundwork for
real-world applications where A seeks to meet  A while accommodating  B.</p>
      <p>During playback, the speaking participant (e.g., A) is highlighted with a blue border to clearly
indicate who is active, while the non-speaking participant’s video (e.g., B) freezes at their last frame
before pausing. After each monologue—or every 30 seconds for longer segments—the system generates
1Source code available at: Backend — https://github.com/MartinZust123/NegotiationAgentBackend, Frontend — https://github.
com/MartinZust123/NegotiationAgentFrontend
a transcription of ( t). Users can click a “Transcription” button beneath each speaker to view all
monologues along with their start and end times, ofering a detailed record of the dialogue at time t.</p>
      <p>The application further leverages these transcriptions and specified goals,  A and  B, to build
and update a world model,  A or  B, for each speaker after every transcribed segment. A “World
Model” button displays this evolving model, reflecting the speaker’s perspective and intent (e.g.,  B
for B). Additionally, a “Give Advice” button activates the negotiation agent, which provides tailored
recommendations based on  A and the current state of ( t). Together, these features illustrate the
agent’s potential to support A in dynamic, interpersonal scenarios, ensuring o meets or exceeds  A.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <sec id="sec-4-1">
        <title>4.1. Overview</title>
        <p>This section outlines two experiments showcasing possible interactions conducted via web-based
negotiation agent, designed to assist users like A in real-time conversations. Using a simulated car sale
negotiation and simulated buying of an apartment, we demonstrate how the agent transcribes dialogue
( t), builds a world model  B, and provides strategic advice, testing its ability to enhance outcomes for
unskilled negotiators aiming to achieve o above  A.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Experiment 1: Car Sale</title>
        <sec id="sec-4-2-1">
          <title>4.2.1. Experimental Setup</title>
          <p>The application’s front-end is developed in React with Bootstrap as the CSS library to enhance user
experience, while the back-end is built in Python using Flask for seamless front-end communication.
Audio transcription of ( t) is handled via Whisper. The negotiation agent leverages OpenAI’s GPT-4o
for constructing  A or  B and generating advice, selected for its robust natural language processing
capabilities, with plans to explore optimal models in future iterations.</p>
        </sec>
        <sec id="sec-4-2-2">
          <title>4.2.2. Experimental Design and Procedure</title>
          <p>We simulate a negotiation between a seller A and buyer B over a used car, uploaded as a single video
where the active speaker is displayed. The seller’s goals,  A —avoiding rejection and securing a price
above $5000 (i.e.,  A = $5000)—are defined pre-negotiation. The video is manually segmented into
monologues (A or B speaking), with transcriptions of ( t) generated at the end of each segment or
every 30 seconds for segments exceeding that duration. The system then displays two synchronized
streams, mimicking Zoom, with the active speaker (e.g., A) highlighted by a blue border and the other
(e.g., B) frozen at their last frame. An example dialogue unfolds as follows:</p>
          <p>Seller: “This car is in excellent condition with a new set of tires. I’m asking for $6000, but I
can be flexible.”
(The seller opens with a strong pitch, setting the initial price but signaling room for negotiation.)
Buyer: “That sounds good, but my budget is around $4500.”
(The buyer responds with a lower counterofer, testing the seller’s flexibility.)
Seller: “I understand. Would you be willing to go up to $5200 if I include a free oil change?”
(The seller lowers the price and adds an incentive to make the ofer more attractive.)
Buyer: “That makes it more appealing, but I’d need to think about it.”
(The buyer shows interest but hesitates, keeping the negotiation open.)
Seller: “How about we finalize the deal now at $5100 with an oil change included?”
(The seller pushes to close the deal with a slightly better ofer.)
Buyer: “Alright, I think we have a deal.”
(The buyer agrees, concluding the negotiation successfully at $5100 plus an oil change.)
Throughout, the agent transcribes each exchange in ( t), updates  A and  B, and delivers advice
via interface buttons to ensure o aligns with  A and exceeds  A.</p>
        </sec>
        <sec id="sec-4-2-3">
          <title>4.2.3. How the Agent Assists the Seller</title>
          <p>The negotiation agent supports A by analyzing B’s responses in ( t) and aligning strategies with
 A. After transcribing B’s initial $4500 ofer, it updates  B, noting budget constraints and a positive
reaction to incentives. Early advice, accessed via the “Give Advice” button, suggests, “Continue ofering
small incentives without lowering the price significantly.” As B hesitates at $5200, the agent refines
its recommendation to, “Propose a minor price drop if resistance persists,” leading to the successful
$5100 deal, exceeding  A. This dynamic adjustment showcases the agent’s real-time utility in guiding A
toward o.</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Experiment 2: Apartment Sale</title>
        <p>The second example (Figure 2) illustrates a dialogue between two actors, depicting alternative negotiation
scenarios. These generated scenarios provide a potential preview of how the dialogue might unfold in a
real-life situation. As shown in the figure, the scenarios, developed across three levels, can result in
various outcomes: a successful agreement, rejection by either party, or a situation requiring further
negotiation. For the states in the negotiation diagram that require further negotiations, we can generate
follow-up diagrams until the end states (successful agreement or rejection) are reached.</p>
        <sec id="sec-4-3-1">
          <title>4.3.1. Experimental Setting</title>
          <p>The simulated discussion with Google Gemini 2.0 model involves two actors: Marko (Buyer) and Martin
(Seller), regarding the sale of an apartment. The initial asking price is $500,000. The negotiation is
multidimensional and revolves around the following four items:
• Apartment Price: Starting at $500,000.
• Kitchen Renovation: Whether the kitchen will be renovated before the sale.
• Bathroom Renovation: Whether the bathroom will be renovated before the sale.
• Furniture: Whether the apartment is sold furnished or unfurnished.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Discussion</title>
      <p>Existing research highlight that optimal performance is achieved when AI and human negotiators
collaborate [12, 13]. While both humans and large language models (LLMs) have their respective
limitations—humans may struggle with data processing and consistency, whereas LLMs lack
contextual awareness and emotional intelligence — their combined strengths lead to significantly improved
negotiation outcomes. By integrating AI into the negotiation process, we leverage the speed, data
processing power, and strategic recommendations of LLMs while maintaining the human ability to
interpret context, emotions, and social cues.</p>
      <p>A significant portion of modern business negotiations, price discussions, and strategic conversations
now take place over virtual platforms such as Zoom and Google Meet. This shift toward online
communication presents an opportunity to enhance negotiations with AI-driven agents that provide
real-time assistance without disrupting the natural flow of conversation. Our research demonstrates
that an AI-based negotiation assistant can be integrated seamlessly into virtual discussions, ofering
valuable insights and recommendations while remaining unobtrusive.</p>
      <p>A key finding from our test application is that our negotiation agent is highly user-friendly. Through
our demonstrations, we observed that the agent does not introduce significant distractions, allowing
users to remain engaged in their discussions. Users can maintain their focus on the negotiation at hand
and call upon the AI agent only when they require updated information, strategic advice, or contextual
analysis of the ongoing conversation.</p>
      <p>Despite these advantages, adoption remains a challenge. Even if AI assistance improves negotiation
outcomes, individuals may be reluctant to integrate it into their workflow unless there is a compelling
need or a clear pain point that justifies its use. Resistance to change, concerns over trust in AI-generated
advice, and the learning curve associated with new technologies may all impact adoption rates.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Future Work</title>
      <p>Persona-based testing will be a key focus of future research to evaluate the negotiation agent’s
performance. We plan to compare scenarios such as persona vs. persona, persona vs. persona with the
negotiation agent, and persona vs. negotiation agent alone to assess how the agent influences outcomes
across controlled settings. For personas we could use ones created for project TWON.</p>
      <p>Real-world comparisons will further validate the agent’s impact by pitting users with the negotiation
agent against those without it. These experiments will aim to quantify improvements in negotiation
success, user confidence, and economic outcomes, providing concrete evidence of the agent’s value in
practical applications.</p>
      <p>Future research will also focus on enhancing the negotiation agent’s adoption and efectiveness. To
encourage user uptake, we aim to improve the interpretability of AI recommendations, demonstrate
tangible value through real-world case studies, and better align the agent with human decision-making
processes. Additionally, we plan to expand testing by exploring diverse negotiation scenarios to
identify where the agent performs best, while gathering human feedback through user critiques and
recommendations to refine its functionality.</p>
      <p>The current proof-of-concept application has limitations, including its reliance on manual video
segmentation, restriction to single-speaker display videos, and lack of integration with streaming platforms
like Zoom or Google Meet. Future work will address these by developing automated segmentation
tools, supporting multi-display inputs for multiple participants, and pursuing partnerships with Zoom
and Google Meet to integrate the agent for public use. Staying abreast of advancements in transcription
and data analysis tools will also ensure the agent evolves with the rapidly progressing AI landscape.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used Grok 3 for rephrasing paragraphs in the
introduction and discussion sections and Gemini for editing code. After using these tools, the author reviewed
and edited the content as needed and takes full responsibility for the content of the publication.
[12] J. Weisz, et al., AI as a Collaborative Partner: Enhancing Productivity in Software Engineering, in:
Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems, ACM, New
York, NY, 2021, pp. 1–13. doi:10.1145/3411764.3445298.
[13] M. Ciaschi, et al., Exploring the Role of AI in Assessing Soft Skills: A Collaborative Approach,
2024.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Statista</surname>
          </string-name>
          ,
          <article-title>Revenue of the Software as a Service (SaaS) Market in the United States from 2018 to 2028</article-title>
          ,
          <string-name>
            <given-names>Online</given-names>
            <surname>Database</surname>
          </string-name>
          ,
          <year>2023</year>
          . URL: https://www.statista.com/outlook/tmo/software/ software
          <article-title>-as-a-service/saas/united-states, provides baseline SaaS revenue data for loss estimates</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>[2] Statista, FinTech Market Revenue in the United States from 2018 to 2028</article-title>
          ,
          <string-name>
            <given-names>Online</given-names>
            <surname>Database</surname>
          </string-name>
          ,
          <year>2023</year>
          . URL: https://www.statista.com/outlook/fmo/fintech/united-states,
          <article-title>provides baseline FinTech revenue for loss estimates</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>R. . S. A. I. International Health</surname>
          </string-name>
          ,
          <source>IHRSA 2023 Fitness Industry Report: Key Statistics and Trends, Industry Report</source>
          ,
          <year>2023</year>
          . URL: https://www.ihrsa.org/publications, provides
          <article-title>membership churn data for fitness loss estimates</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>E.</given-names>
            <surname>Brynjolfsson</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>McAfee, The Business of Artificial Intelligence: What It Can-and Cannot-Do for Your Organization, Harvard Business Review (</article-title>
          <year>2017</year>
          ). URL: https://hbr.org/
          <year>2017</year>
          /07/ the-business
          <article-title>-of-artificial-intelligence, highlights AI's limits in soft skills domains</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>M.-H. Huang</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Rust</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Maksimovic</surname>
          </string-name>
          ,
          <source>The Feeling Economy: Managing in the Next Generation of Artificial Intelligence, MIS Quarterly Executive</source>
          <volume>18</volume>
          (
          <year>2019</year>
          )
          <fpage>251</fpage>
          -
          <lpage>268</lpage>
          .
          <article-title>Demonstrates AI's challenges with emotional nuance in service contexts</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Statworx</surname>
          </string-name>
          ,
          <article-title>Leveraging AI for Strategic Negotiation Analytics</article-title>
          ,
          <source>Industry Report</source>
          ,
          <year>2024</year>
          . URL: https: //www.statworx.com/en/resources/.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7] SirionLabs,
          <string-name>
            <surname>AI-Powered Contract Management: Enhancing Negotiation</surname>
            <given-names>Outcomes</given-names>
          </string-name>
          , White Paper,
          <year>2023</year>
          . URL: https://www.sirionlabs.com/resources/white-papers/,
          <article-title>highlights focus on contract automation, not real-time advice</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Lindy</surname>
            ,
            <given-names>AI</given-names>
          </string-name>
          <article-title>Assistants for Everyday Negotiation: Scheduling and Beyond</article-title>
          , Product Overview,
          <year>2024</year>
          . URL: https://www.lindy.ai/resources, notes
          <article-title>basic task support, not dynamic negotiation</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Gong</surname>
          </string-name>
          , Gong.io: Conversation Intelligence Platform, Company Website,
          <year>2024</year>
          . URL: https://www. gong.io,
          <article-title>emphasizes post-call analysis, not real-time support</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Chorus</surname>
          </string-name>
          , Chorus.
          <source>ai: Call Recording and Analysis</source>
          , Company Website,
          <year>2024</year>
          . URL: https://www. chorus.
          <article-title>ai, highlights post-event insights, not during calls</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P. R.</given-names>
            <surname>Daugherty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. J.</given-names>
            <surname>Wilson</surname>
          </string-name>
          ,
          <source>Human + Machine: Reimagining Work in the Age of AI</source>
          , Harvard Business Review Press, Boston, MA,
          <year>2018</year>
          .
          <article-title>Shows hybrid AI-human superiority in soft skills tasks like sales</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>