
Sovereignty-Aligned AIfor Environmental Negotiations


GainForest · Youth Negotiators Academy
A practical guide to large language models and agents for the people who negotiate climate, land, and biodiversity agreements.
13 chapters · about 67 min read · all on one page
Introduction
Why negotiators reach for these tools, what they are good at, and how to read this book.
The UNFCCC negotiation space is dense with data, documents, histories, and constantly evolving terminologies. It is a place where precise language and a strong grasp of multifaceted issues can significantly influence outcomes. This is where technology such as large language models can provide an edge.
1.1Why should we care?
For youth climate negotiators representing their nations at the United Nations Framework Convention on Climate Change, the stakes are high. They carry the concerns and aspirations of a younger generation, one that will inherit the consequences of today's decisions. Yet they often face difficulties in accessing vast volumes of climate data, understanding the nuances of policy language, or communicating their points effectively.
Language models can help with all three. They process, understand, and generate text based on very large collections of writing, which makes them useful for four things in particular.
Information analysis. Distilling large amounts of climate data and research into concise insights, so that negotiators can keep up with the latest findings.
Policy drafting assistance. Helping negotiators frame their points in language that resonates, adheres to convention, and still stands out.
Cross-cultural communication. Translating and contextualising information, which makes the negotiation environment more inclusive.
Simulation and training. Providing simulated negotiation scenarios so that young negotiators can practise before they step onto the global stage.
The technology itself is only half of the story. Using these tools well signals a broader shift, one where youth combine their commitment to climate action with the tools that shape how decisions get made.
1.2How to use this guide
The first half explains what these systems are, what negotiators told us they need, and how to ask a model for something useful. The second half is about agents, which read whole document sets, look things up before answering, use tools, and carry out a task in several steps. The last chapters cover who owns your data, how to run a model your delegation controls, and what all of this costs the planet.
Every chapter carries prompts you can copy and adapt. Nothing here requires a technical background.11This is the second edition of a guide first written in 2024 for the Climate Youth Negotiator Programme. The interviews in chapter 3 and the appendix are from that work.
What are large language models?
From the perceptron to the assistant in your browser. What these systems are and how they got here.
2.1How we got here
In 1957 the psychologist Frank Rosenblatt began the perceptron programme at the Cornell Aeronautical Laboratory, and the US Navy demonstrated a perceptron machine the following year. A perceptron is a simplified mathematical model of a brain cell: it combines inputs, applies weights, and produces an output. It was an abstract model rather than a simulation of a brain, but modern neural networks descend in part from it.
Progress then stalled for decades, limited by the available data, the available hardware, and the available training methods. The field moved again when those three constraints loosened together. In 2012 Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton trained AlexNet on 1.2 million labelled images using graphics processing units, and reported a 17.0 per cent top five error rate on ImageNet.11The result came from the architecture, the data augmentation, and the dataset as much as from the hardware.
In 2017 Google researchers introduced the Transformer, which relies on attention rather than recurrence. Attention computes weights among the words in a passage according to context, so the model can relate distant parts of a text. Transformers train well in parallel, and they underpin almost every system in this guide.
OpenAI then applied the Transformer to generative pretraining. GPT and GPT-2 showed that a model trained only to predict the next word could pick up many capabilities without a separate trained model for each task. Researchers observed scaling laws, meaning that performance improved predictably as computation, data, and model size grew, provided model size and training data stayed in balance.
On 30 November 2022 OpenAI released ChatGPT as a free research preview, and the conversational interface put these capabilities in front of everyone.
Two more shifts followed. In September 2024 OpenAI announced o1, and in January 2025 DeepSeek released R1. Both spend extra computation at the moment of answering, generating longer working notes before they reply, which helps on problems that take several steps. And models began to be wired to tools and to loops, which is the subject of chapter 6.
2.2The recipe
At its core a language model is a type of artificial intelligence designed to understand, generate, and work with human language. Think of it as a vast digital brain, trained on texts from books, articles, websites, and other sources, which it uses to generate human-like text based on the patterns it recognises.
ChatGPT, like other models in OpenAI's GPT series or Meta's Llama, is built in two stages: pretraining, then post-training. Post-training once meant a single round of fine-tuning. It now has two parts, and the second is why recent models can work through long problems.
Pretraining. The model is trained on a vast amount of text from the internet. It does not specifically know which documents were in its training set. The goal is to learn grammar, facts about the world, some reasoning ability, and above all how to predict the next word in a sentence. By doing this it absorbs a surprising amount of information, from trivial everyday facts to complex concepts.
Supervised fine-tuning. The first half of post-training. The model is trained further on a narrower dataset written and rated by human reviewers who follow published guidelines. Reviewers score possible outputs for a range of example inputs, and the model generalises from that feedback to a wide array of user requests. This is what teaches it to follow an instruction rather than simply carry on your sentence.
Reinforcement learning. The second half, and the newer one. Instead of copying a written answer, the model is rewarded for reaching a good result, so it learns which ways of working through a problem tend to pay off. This is what teaches a model to reason across a long problem and hold a chain of steps together before it replies.
2.3Limitations
Researchers are still unravelling how these models work in detail. The general view is that pretraining embeds a wide array of world knowledge, and that post-training shapes how that knowledge gets used.
What remains true is that a language model predicts the next word in a sequence from statistical patterns. That method captures a great deal of human knowledge, and it also brings problems with it. Models reproduce the biases of the text they were trained on, and they produce confident statements that are false, which the field calls hallucination. A likely sentence is not a verified one.
2.4Where the bias comes from
These models are trained on what the internet holds, and the internet does not hold the world evenly. This matters more for a climate negotiator than for almost any other reader.
Take the record of nature itself. The Global Biodiversity Information Facility is the largest open store of species observations on Earth, and roughly 83 per cent of its records come from North America and Europe. The remaining 17 per cent covers everywhere else, including the most biodiverse places on the planet.

The same imbalance runs through text. Far more has been written online in English, French, and Spanish than in Quechua, Twi, or Tok Pisin, so a model has seen far more of the first group. It will translate, summarise, and draft fluently for a delegation working in a well-represented language, and it will fail more often, and more confidently, for one that is not.
This is also where a great deal of hallucination comes from. Asked about a well-documented place, a model answers from a dense record. Asked about a thinly documented one, it produces the same confident sentences from far less material and fills the gaps with whatever the pattern suggests. The output does not look less certain. It only is.
None of this is anyone's fault in a simple way. Collecting and publishing data takes infrastructure and money that many countries do not have, and some communities decline to hand over knowledge about their land and species, which is a legitimate position rather than a failure. The consequence arrives regardless: these tools work best for the places already best served by data, and worst for the places with the most at stake.
Stakeholder insights
Youth negotiators name what makes the work hard. Their answers set the bar for every tool in this book.
Interviews with youth climate negotiators across several countries reveal a set of common challenges and a shared view of what would help.11Six negotiators from Liberia, Paraguay, Peru, Nigeria, Lebanon, and Indonesia. The full summary is in the appendix.
3.1Key challenges and pain points
Language barriers. English is not a first language for most of the people in the room.
Technical language. The jargon of the UNFCCC takes years to absorb (Liberia, Paraguay).
Knowledge transfer. Technical knowledge and information are shared unevenly, and much of it is lost between cycles.
Historical knowledge. Awareness of past negotiations is hard to acquire (Lebanon).
Complex topic communication. Conversations with senior negotiators are difficult to hold under pressure (Peru, Nigeria).
Understanding party positions. Negotiation dynamics shift quickly and are hard to read.
Time constraints. There is never enough time to process the information that matters.
Expressing complex ideas. Fast and accurate expression in English is a persistent barrier.
3.2Wished-for tools and resources
Language tools. More sophisticated language and grammar support built for UNFCCC texts rather than for general business writing.
Quick information retrieval. Platforms that scan long documents and pull out what matters.
Customized training. Learning resources tailored to a negotiator's region, group, and level of experience.
The tools actually in use at the time of the interviews were Grammarly for writing and Google Drive for collaboration. One negotiator reported using no translation tools at all, on the grounds that the language of the negotiation does not survive translation.
LLMs for negotiations
Where a language model helps across the negotiation cycle, and where it does not.
Climate negotiations are multifaceted, touching on topics that range from carbon emissions and biodiversity to economic implications and sociopolitical dynamics. Navigating them requires three things at once.
Rapid access to information. Climate science evolves continuously, and negotiators need the latest data at their fingertips.
Effective drafting of agreements. Precision in language can decide whether an agreement succeeds or fails.
Multilingual communication. A global platform demands cross-cultural and multilingual engagement.
4.1Where models help
Communication. Drafting and translating documents, so that information and agreements are communicated accurately between parties with different native languages.
Information gathering. Collecting and summarising large amounts of material on climate topics, including scientific research, policy documents, and historical agreements, so that negotiators stay informed.
Scenario work. Working through the possible consequences of different policy decisions, which helps a negotiator explore positions and outcomes before committing to one.11This is sometimes called predictive modelling, which overstates it. Language models do not run climate or economic models. They restate and compare scenarios, and any number they produce needs checking against a real source.
Argument analysis. Summarising the arguments made by different parties during negotiations, which helps a negotiator see the key points and the counterarguments.
4.2Potential pitfalls
There are real benefits here, and there are caveats that matter in climate diplomacy.
Simplification of complex issues. These systems compress, and compression removes the qualifier that a party fought three sessions to insert.
Lack of emotional intelligence. A model does not read the emotional and political currents of a negotiation, and it does not know what was agreed in a corridor.
Lack of human expertise. Fluency in the register of climate policy is not the same as expertise in climate policy. Relying on a model for either can produce incomplete or inaccurate information.
Security and privacy. Discussions often involve sensitive material. Anything pasted into a hosted system leaves your delegation, and the terms under which it is stored are rarely read.
Ethical considerations. Be transparent about automated assistance, keep responsibility for decisions with people, and watch for misuse.
Miscommunication and misinterpretation. A model can misread the intent behind a request and return text that sounds like your position without being it.
Using the models
Which model and on whose terms, how to write a prompt, and a library you can copy.
5.1Which model, and on whose terms
Before picking an assistant, know that there are two kinds, and the difference matters more than the brand.
Closed weights. ChatGPT, Claude, and Gemini run on company servers and are reached through an account. They are the strongest models and the quickest to start with. The free tiers handle drafting, translation, and summarising. Paid tiers cost around twenty dollars a month and add longer documents, file uploads, and the agent features in chapter 6. Everything you type goes to the company, and depending on your settings it can be retained, reviewed, or used to train the next model.
Open weights. Llama, Mistral, Qwen, Gemma, and DeepSeek publish their parameters, so the same model can be run by you, by your institution, or by a provider you choose rather than one you are given. Ollama puts one on a laptop in a few minutes. Polly, run with GainForest and the Youth Negotiators Academy at polly.ai4cop.org, is a hosted open weights model that keeps no record of what you send. Chapter 11 covers running your own.
A rule to start with. Use a hosted closed model for material that is already public, and an open weights model for anything that is not. Do not paste a position your delegation has not tabled into a service you do not control. Chapter 10 explains what is at stake in that choice, and it is worth reading before you open an account rather than after.
Whichever you choose, install the mobile app. Voice input is useful when you are walking between sessions, and dictating a rough thought in your own language often produces a better draft than typing a careful sentence in English.
5.2Prompt engineering 101
The instruction you type is called a prompt. Writing one is the process of creating specific, well-defined instructions to help you solve a task, and the quality and specificity of what you write shapes the answer you get back.
A prompt can contain any of the following, and does not need all four.
Instruction. The task you want the model to perform.
Context. Background information that steers the model toward a better response.
Input data. The text, question, or document you want it to work on.
Output indicator. The type or format of the output you want.
Some tips for prompt crafting
Clarity. Be clear and unambiguous about what you want.
Context. Give enough background and detail to guide the response toward what you are looking for.
Experiment. Iterate on your prompts. Refining them is how the quality of the interaction improves.
One habit is worth building from the start. Ask for sources, and ask the model to mark the parts it is unsure about. An answer you cannot check is an answer you cannot use in a plenary.
5.3Prompting for different use cases
- Data analysis
Given this spreadsheet, plot the average emissions increase over the last years, state your method, and list the assumptions you made about missing data.
Setup: File upload - Translation
Translate this paragraph into Spanish, keeping the formal register used in decision text.
Setup: Any model - Summarization
Summarise the LDC Group's intervention at the Global Stocktake Technical Dialogue on 10 June 2023, and quote the passages you are drawing on.
Setup: Web search on - Information gathering to develop a position statement or prepare for a speech
You are the speech writer for a UN climate change negotiator. You are writing about the UK's capacity building efforts. I am the negotiator. Which five questions would you ask me to extract the information you need to draft a statement?
Setup: Any model - Anticipate counter arguments and prepare rebuttals
Loss and damage is a key issue in the climate negotiations. You are a loss and damage researcher. Outline the key reasons why countries do not give importance to loss and damage. Produce a strong counter-argument against these points demonstrating the need for a loss and damage fund.
Setup: Any model - Draft an opening statement or keynote speech
You are a speechwriter drafting a statement using the questions above. Produce a 300 word statement outlining the UK's climate capacity building efforts. The statement should mirror the writing style used by the UK Government.
Setup: Any model
Agents
A second way of working: a brief instead of a prompt, and ten use cases to try.
Everything up to this point works the same way. You type a request, you read an answer, you decide what to do with it. Four things have changed, and together they add a second way of working.
Context got long. A model can now hold an entire negotiating text, its previous revisions, and your delegation's briefing notes at the same time.
Retrieval became normal. A system can search a set of documents or the web before it answers, and quote what it found. This is what makes an answer checkable.
Models got tools. A model can be connected to a search index, a spreadsheet, a calendar, or a folder of files, so it can act on them rather than only describe them.
Systems got loops. Instead of answering once, a system can plan, take a step, look at the result, and try again until the task is done.
A model wired to tools, memory, and a repeat-until-done loop, running under permissions someone granted it, is what people mean by an agent. It has no judgment and no accountability. It has a task and a set of permissions.
6.1Three ways of working
Chat. You ask, it answers, you check. Best for drafting, translating, explaining, and rehearsal.
Retrieval. The system searches a defined set of documents first and answers with citations. Use this for anything factual about the negotiation, including text history, party positions, and previous decisions.11If a system tells you what a paragraph of decision text says and cannot show you the paragraph, treat it as a rumour.
Agentic. The system carries out a task in several steps using tools. Use this for repetitive work with a checkable result, such as tracking changes across revisions or assembling a daily brief.
6.2Use cases
- Text tracking
Compare revision 3 of this draft decision with revision 2. List every substantive change, quote both versions, and flag the changes that affect my delegation's red lines.
Setup: Files attached - Position mapping
From these submissions, build a table of party positions on Article 6.4 with a supporting quote and a document reference for each row. Mark any position you inferred rather than found.
Setup: Retrieval - History retrieval
Trace how the phrase "common but differentiated responsibilities" has been qualified in decision text since 2015, quoting each decision.
Setup: Retrieval - Overnight reading
Here are the four texts published today. Tell me what moved, what stalled, and which three pages I have to read before tomorrow's session.
Setup: Files attached - Daily digest
Every evening, collect the day's published texts from the tracks I follow, summarise what changed, and send me the list.
Setup: Scheduled agent - Bracket analysis
For each bracketed option in this paragraph, explain who benefits, who resists, and what a fallback formulation could look like.
Setup: Files attached - Rehearsal
Play the negotiator from a party that opposes this text. Push back on my intervention. Do not be agreeable.
Setup: Chat - Back-translation
Translate my formulation into French, then translate it back into English independently, and tell me what drifted.
Setup: Chat - Handover
From my notes across this session, write the handover document for whoever takes this file next cycle.
Setup: Files attached - Data work
From this emissions spreadsheet, plot the trend for these countries since 2010, state your method, and list every assumption about missing data.
Setup: File access
6.3Working with an agent safely
An agent that acts on a misreading produces consequences rather than a bad paragraph, so a few habits matter.
Check what you will repeat. Open one cited document and confirm the quote is there before you use it in the room.
Give the smallest permission that does the job. A system that reads your files does not also need to send mail.
Watch for instructions hidden in documents. A submitted file can contain text aimed at the agent reading it, so treat every external document as untrusted input.
Decide in advance who approves an AI-assisted text. With several people and several tools in the chain, that question otherwise has no answer.
Agents for emails
Inbox triage, drafting, and follow-through, delegated with care.
Email remains a primary mode of professional communication, and three things make it hard.
Volume management. Inboxes overflow, and prioritising them takes time you do not have.
Effective drafting. Clear, concise, actionable email takes skill.
Multilingual barriers. Global communication means working in languages that are not your own.
An assistant connected to your mailbox now reads the thread itself, so grant it read access and let it draft. Sending stays with you.
- Meeting follow up
Summarise the key points and commitments made during the recent negotiation meeting, attribute each to who made it, and draft a polite follow-up email to the attendees encouraging collaboration on the agreed actions.
- Scheduling
Generate a diplomatic and flexible email to propose multiple dates and times for the next round of meetings, expressed in the time zones of all participants.
- Daily briefings and readouts
Create a concise daily briefing email that highlights the progress made in the latest sessions, including new proposals, agreed points, and areas of contention requiring further discussion.
- Smart prioritisation
Develop an email to the negotiation team that outlines a strategy for prioritising agenda items based on their urgency, their potential impact on climate goals, and the feasibility of reaching agreement.
- Triage
Group my unread messages into: needs a decision from me, needs a reply, needs forwarding, needs nothing. Draft replies for the third group only and leave them unsent.
- Register check
Rewrite this email in formal diplomatic register without changing any substantive commitment, then list what you changed so I can check.
These systems default to a warm, agreeable voice that can concede things your original text did not. Ask what was changed, and read the list.
Agents for logistics
Schedules, checklists, and travel. The low-risk work agents do well.
Organising schedules, creating checklists, and booking travel can become overwhelming during a session. Three problems come up repeatedly.
Time management. Prioritising tasks and allotting time to them is not straightforward.
Overlooking tasks. Essential items fall off the checklist.
Booking flights and hotels. Finding options that match your schedule and your budget takes hours.
This is the lowest risk work in the guide and the best place to start with an agent. The tasks repeat, the results are easy to check, and almost nothing here is confidential.
- Bookings
Identify the most cost-effective and convenient flights and hotels for a trip from [departure city] to [destination city] on [dates], with a preference for morning flights and accommodation close to the venue. Show me the trade-offs rather than one recommendation.
- Creating checklists
Generate a comprehensive checklist for a two-week international session that includes necessary documents, accreditation, clothing for variable weather, essential work equipment, and offline copies of key texts.
- Plan day
Look at my calendar and the session timetable, then propose a schedule that balances meetings, individual work blocks, exercise, and personal time, given these deadlines and commitments.
- Progress tracking
Create a template for tracking progress on the workstreams I follow, including milestones, deadlines, and a system for noting updates and next steps.
Logistics is also where an agent gets real permissions first, over your calendar, your mail, and your files. That is reasonable, and it is where the habit of granting a little more each time begins. The system that books your flights does not need to draft your positions.
Agents for other activities
Wellbeing, culture, and the human side of a session, with honest limits.
Climate negotiations are not only figures and facts. They are interwoven with human emotions, cultural differences, and mental wellbeing.
Mental health strains. The realities of climate change and the pressure of negotiating take a toll on delegates.
Cultural misunderstandings. Misreadings that come from cultural difference lead to rifts and to slower dialogue.
This is the one part of the guide where a plain chat window beats an agent. These conversations want a model you talk to, not a system with permissions.
- Cultural brief
I am in a UN climate change negotiation with someone from Kenya. What should I be culturally aware of to advance my negotiation?
- Emotion recognition
I am feeling down right now, can you tell me something uplifting?
- Debrief
Here is what happened in that session and how I handled it. What would a more experienced negotiator have done differently?
Two cautions. A cultural brief produces a generalisation about a country, and you will meet a person, so treat what you get as orientation rather than prediction. And a model is a reasonable place to put a thought at one in the morning, but it is not a clinician, not a colleague, and not confidential. If the pressure is more than tiredness, speak to your head of delegation, your programme's support contacts, or a professional.
Sovereignty, and who owns what
Who owns the words, the data, and the decisions when a model sits in the room. One page.
These tools can equalise the multilateral space. They remove the language barrier that decides who speaks with confidence, they compress documents nobody has time to read, and they give a two-person delegation some of the reach of a fifty-person one. That is worth having. It also raises questions of integrity worth asking before you type.
Who owns the data. Text you paste into a hosted assistant leaves your delegation. Depending on the account and its settings, it can be retained, reviewed by staff, or used to train the next model. National positions, instructions from a capital, and anything told to you in confidence do not belong there.
Who owns the decision. A model produces text that reads like a position. If it drafts and nobody checks, the reasoning behind your party's position starts to live outside your delegation. Someone with a mandate has to own every text that leaves.
What you cannot see. OpenAI and Anthropic do not give back the reasoning traces. You get an answer, sometimes a summary of how it was reached, while the actual steps stay with the provider. You cannot audit the path, reproduce it, or show a colleague why the system said what it said.
Open weights and closed weights. A model's weights are the numbers it learned in training. ChatGPT, Claude, and Gemini keep theirs on company servers, and they are the strongest and easiest to use. Llama, Mistral, Qwen, Gemma, and DeepSeek publish theirs, so you can run the model on your own machine or a regional server. Open models handle translation, summarising, and drafting well, and trail on the hardest multi-step problems. Weights you hold cannot be repriced or withdrawn in the middle of a session.
Sovereignty-aligned AI means the delegation, region, or community sets the terms: which model is used, what data goes into it, who may inspect what happened, and the right to refuse. In the COP process the parties with the least capacity are usually the parties with the most at stake, which makes this practical rather than philosophical.
A working rule. Use the strongest hosted model for public material, background reading, drafting, and rehearsal. Use open weights, or a deployment governed by a contract your institution has read, for anything touching a position that is not yet public.
This guidebook exists to keep that trade-off visible. The chapters before it show what these systems do well. This one is about what you give up in exchange.
Deploying your own sovereign AI
Running an open weights model yourself: what to run, what the hardware costs, and how to set it up.
The previous chapter set out the trade-off. This one is about the strongest answer to it, which is running the model yourself.
Self-hosting means nothing leaves the building. There is no retention policy to trust, no terms of service that can change, and no account to be suspended in the middle of a session. It also builds the skill inside your institution rather than renting it.
Until recently this meant accepting a much weaker model. That is no longer the case.

Kimi K3 scores 60 on the Artificial Analysis Intelligence Index, three points behind Claude Opus 5 at 63, and Qwen3.8 follows at 58. Sixteen of the 27 models on the index have open weights, though the top of the table is still mostly proprietary. A year ago the leading open model was thirteen points behind the leading proprietary one, so this gap has closed quickly and may close further.

Price is the second half of the argument. DeepSeek V4 Pro 0813 scores 53 at around a quarter of a dollar per task, inside that quadrant. Claude Opus 5 scores ten points higher at roughly ten times the price. That ratio is the practical reason a delegation can afford to run its own.
11.1What to run
| Model | Lab | Weights | Index |
|---|---|---|---|
| Kimi K3 (max) | Moonshot | Open, use restricted | 60 |
| GLM-5.3 (max) | Z.ai | Open, use restricted | 60 |
| Qwen3.8 2.4T A95B | Alibaba | Open, use restricted | 58 |
| DeepSeek V4 Pro 0813 | DeepSeek | Open | 53 |
| Qwen3.8 27B | Alibaba | Open | 52 |
| MiniMax-M3 | MiniMax | Open, use restricted | 45 |
| Nemotron 3 Super | NVIDIA | Open | 26 |
| gpt-oss-120b (high) | OpenAI | Open | 24 |
State of play on 20 August 2026. Read the licence before you commit. Several of the strongest open models restrict commercial use, which for a delegation is usually fine and for a vendor building on top of one is not.
11.2What it costs
An NVIDIA DGX Spark is a desktop machine with 128GB of unified memory, currently 4,699 dollars. Two of them connect directly to each other with no switch, giving 256GB for around 9,400 dollars. That pair runs a sparse model of the DeepSeek class at 55 to 60 tokens per second with a one million token context, which is enough to serve a working delegation.
A single unit runs a 27B to 35B model fast enough for sixty concurrent users, which covers translation, summarising, and drafting for a whole office. Three or four units at 384 to 512GB hold the largest open models without pruning them.
Set against a subscription for every delegate, the hardware pays for itself inside a cycle or two, and it keeps working after the funding ends.
11.3How to set it up
Serve the model with vLLM or SGLang. Both present the same API as OpenAI, so any tool that talks to ChatGPT will talk to your own server after a change of address and key. For a first trial on a laptop, Ollama or llama.cpp are simpler. NVIDIA publishes setup playbooks for the Spark, and the community recipes for connecting two, three, and four units are public and reproducible.
If running your own is not realistic before the next session, the fallback is a hosted service with a zero data retention agreement in writing. Treat that as a stopgap rather than a destination.
11.4One caveat worth knowing
The index above is an average of nine evaluations, and the open models do not trail evenly across them. The gap is widest on the hardest reasoning tasks and on hallucination, where the proprietary models are still clearly ahead. For a negotiator that second one decides everything. Point the model at your own documents, ask for citations, and open them.
The environmental footprint
Your own use is small. The industry total is the serious number. Here is the arithmetic for both.
A climate negotiator using a tool that burns energy and water should be able to say how much. The honest answer has two halves, and they point in different directions.
12.1Your own use is small
Google measured a median text prompt to Gemini at 0.24 Wh of energy, 0.03 grams of CO2e, and 0.26 millilitres of water.11Google, Measuring the environmental impact of delivering AI at Google scale, arXiv:2508.15734, August 2025. The figure includes idle capacity and data-centre overhead, which most published estimates leave out. That is a few seconds of a laptop. A working day of heavy use is still less than a short car journey.
Polly reports this for every account, and the calculation is published rather than asserted.22The method and every constant are in footprint.ts in pi-village-core. A number a negotiator cannot interrogate is worse than no number at all. It works from the model's active parameters:
Reading your prompt costs about a quarter of what writing an answer costs, and re-reading a cached prompt costs a tenth, so the three are counted separately. On the sparse model Polly runs, which activates 13 billion parameters per token, a typical exchange comes to roughly 0.13 Wh and 0.14 millilitres of water. That lands just under Google's median.
Treat any of these numbers as good to a factor of two. They leave out the training of the model, the water used to generate the electricity, your own device, and the carbon embodied in the hardware.
12.2The industry's use is not
The interesting figures are at the scale of the sector rather than the person. Data centre electricity demand is rising faster than grids are decarbonising, new capacity is being built in water-stressed regions, and the companies reporting the per-prompt numbers are the same ones whose total emissions have gone up since they started building these systems.
Both halves are true at once. Your own use is a rounding error, and the aggregate is a serious and growing claim on energy, water, and land. Saying the first without the second is the kind of accounting a negotiator would not accept from a party.
12.3What to do about it
Choose a smaller model when a smaller one will do. Translation and summarising do not need a frontier model, and a sparse model that activates a few billion parameters costs a fraction of a dense one.
Ask providers for their numbers, including the water. Ask which grid the request is served from. These are reasonable procurement questions and they are rarely asked.
Report your own figure when you use these tools in your work. A delegation that publishes the footprint of its own AI use has standing to ask others to do the same.
Conclusion and recommendations
Strengths, weaknesses, and recommendations for negotiators and their programmes.
13.1Strengths and weaknesses
Strengths. High efficiency in processing and summarising the large volumes of text that climate policy runs on. The ability to generate reports, draft policy, and simulate negotiations in natural language, which saves time and resources. The ability to assist many people at once, from policymakers to researchers and activists.
Weaknesses. Potential bias in the models, which skews how information is processed unless it is monitored and corrected. Dependence on the quality and breadth of the training data, which limits how well a model handles nuanced climate issues. Difficulty interpreting complex legal and technical language accurately without human oversight.
Opportunities. Personalised communication strategies that engage different stakeholders in climate action. Integration with other tools for environmental data analysis, which supports better informed policy. Wider education and dissemination of climate policy information, making it accessible to non-experts.
Threats. Misinformation, where a model generates incorrect or misleading content from unreliable sources. Overreliance, which holds back the development of local expertise in climate policy. Ethical concerns about transparency and accountability in automated decision-making.
Agents add two more threats worth naming. Delegations with resources will run well-governed systems while smaller delegations use free tools with unclear terms, which widens the gap under the appearance of equal access. And with several people and several tools in a chain, responsibility for a text becomes hard to trace unless someone decides in advance where it sits.
13.2Recommendations
Three things are worth building: tools for translating UNFCCC technical language, platforms for analysing historical negotiation data, and environments where young negotiators have the technology they need to contribute. Alongside those, six more.
Digital literacy. Training aimed specifically at navigating international policy databases and platforms.
Real-time support. Tools that provide clarification during negotiations rather than after them.
Virtual negotiation training. Simulated environments for practising negotiation scenarios.
Financial support platforms. Crowdfunding or micro-grant platforms addressing the financial barriers to attending negotiations, raised by negotiators from Liberia and Paraguay.
Cross-cultural communication training. Programmes addressing the misunderstandings identified by negotiators from Peru and Nigeria.
Mentorship programmes. Networks linking young negotiators with experienced ones, so that knowledge transfers between cycles.
For a negotiator, four habits cover most of it. Use these systems for preparation, language, and memory. Verify anything you will repeat aloud. Never let a system speak for your party. Keep doing enough of the research yourself that you could still do it without help.
For a delegation, write down which tools are permitted, what may be pasted into them, and who approves an AI-assisted text. One page is enough, and it is cheaper than an incident.
By harnessing the potential of AI, the youth of today are not just inheriting the future, but actively sculpting it; let the next chapter of our planet's story be written with the bold strokes of innovation and youthful leadership.
Questions and comments are welcome at team@gainforest.net.
Appendix: interview summary
The consolidated interview summary behind chapter three.
Consolidated summary of interviews with climate youth negotiators, conducted to understand the challenges they face and how language models can assist their work.
Interviewees. Six negotiators, from Liberia, Paraguay, Peru, Nigeria, Lebanon, and Indonesia. Experience varied, with some new to the process.
Challenges and pain points
In the role. Language barriers where English is not a first language. The technical jargon of the UNFCCC (Liberia, Paraguay). Gaps in technical knowledge and in how information is shared. Lack of awareness of historical negotiations (Lebanon). Difficulty conversing with senior negotiators on complex topics (Peru, Nigeria). Difficulty adapting quickly to negotiation dynamics.
In specific situations. First COP experiences were daunting because of a lack of preparation (Paraguay, Peru). Public speaking in a high-stakes environment makes complex topics hard to articulate.
In gathering information. The UNFCCC website is the main source and is complex to navigate. There is insufficient time to process crucial information (Paraguay). Dissemination relies on internal communications and personal networks.
In communicating. Expressing complex ideas quickly and accurately in English is difficult. Levels of English proficiency vary and create barriers (Indonesia).
Tools
In use. Grammarly for writing assistance (Paraguay). Google Drive for document collaboration (Paraguay). No use of translation tools, on the grounds that the language is difficult to translate (Paraguay).
Wished for. More sophisticated language and grammar tools for UNFCCC texts (Paraguay, Liberia). Platforms for efficient document scanning and key information extraction (Lebanon, Nigeria). Tailored learning resources (Liberia).
Information processing and decision making
Staying updated. Through colleagues and shared resources, and through newsletters and online platforms (Liberia, Lebanon).
Approaching complex information. Teamwork and leveraging the expertise of others (Peru), and thorough research on unfamiliar topics.
Collaboration. Supportive communities among negotiators are actively fostered (Peru, Nigeria). Initiatives to improve language skills are underway (Indonesia).
Ideas and solutions
Desired improvements. Simplification of official documents, for inclusivity (Lebanon, Nigeria).
Repetitive tasks worth automating. Retrieval of historical negotiation detail (Lebanon).
Future vision. AI and digital tools are seen as potential aids in negotiations.
Opportunities for language models
Benefits. Translation and summarisation, which address language barriers and condense information.
Automation. Synthesis from extensive documents.
Reservations. Dependency on the technology could diminish critical research skills (Liberia, Paraguay).
References
Everything the book cites, in one list.
- Rosenblatt's perceptron and the 1958 demonstration, Cornell Chronicle
- Krizhevsky, Sutskever, Hinton, ImageNet Classification with Deep Convolutional Neural Networks, NeurIPS 2012
- Vaswani et al., Attention Is All You Need, Google Research 2017
- Radford et al., Language Models are Unsupervised Multitask Learners, OpenAI 2019
- Kaplan et al., Scaling Laws for Neural Language Models, OpenAI 2020
- Hoffmann et al., Training Compute-Optimal Large Language Models, NeurIPS 2022
- OpenAI, Introducing ChatGPT, 30 November 2022
- OpenAI, Learning to Reason with LLMs, 12 September 2024
- DeepSeek, DeepSeek-R1, 20 January 2025
- METR, Measuring AI Ability to Complete Long Tasks, 2025
- Global Biodiversity Information Facility, occurrence data and its geographic sampling bias, gbif.org and the GBIF data blog
- Artificial Analysis, Intelligence Index by Open Weights and Proprietary, 20 August 2026
- Artificial Analysis, Intelligence Index vs. Cost per Intelligence Index Task, 20 August 2026
- NVIDIA, DGX Spark user guide and hardware overview
- Google, Measuring the environmental impact of delivering AI at Google scale, arXiv:2508.15734, August 2025
- Epoch AI, How much energy does ChatGPT use?, 2025
- GainForest,
footprint.tsin pi-village-core, the calculation behind Polly's per-account figures - GainForest, Generative AI + Climate Guide 2024, prepared for the Climate Youth Negotiator Programme ahead of COP29
AI glossary
Terms you will hear in the room, defined plainly.
Core terms
| AI term | What it means |
|---|---|
| Artificial intelligence (AI) | Systems designed to perform tasks associated with human intelligence, such as prediction, classification, generation, or planning. |
| Machine learning | A method in which a system learns patterns from examples instead of receiving every rule explicitly. |
| Model | A learned mathematical system that maps inputs to outputs. |
| Large language model (LLM) | A model trained on large collections of text to predict and generate language. |
| Generative AI | AI that produces new text, images, audio, code, or other outputs. |
| Agentic system / AI agent | A model connected to tools, memory, instructions, and action loops so it can complete multiple steps. |
| Automation | Using a system to perform a task with limited direct human intervention. |
| Augmentation | Using AI to support rather than replace human work. |
| Human-in-the-loop | A person reviews, approves, or intervenes in an AI-assisted process. |
| Human-on-the-loop | A person supervises a system without reviewing every action. |
| Human-out-of-the-loop | A system acts without a person reviewing each decision or action. |
Data and knowledge
| AI term | What it means |
|---|---|
| Training data | Examples used to adjust a model’s parameters during training. |
| Dataset | An organized collection of data used for training, testing, or analysis. |
| Data provenance | Information about where data came from and how it was collected or changed. |
| Data lineage | The history of how data moves through systems and transformations. |
| Structured data | Data organized into defined fields, rows, categories, or schemas. |
| Unstructured data | Material such as text, images, audio, or video without a fixed tabular structure. |
| Synthetic data | Artificially generated data designed to resemble real data. |
| Ground truth | A reference label or outcome treated as correct for evaluation. |
| Knowledge base | A curated collection of information that a system can retrieve. |
| Parametric knowledge | Information encoded in a model’s learned parameters. |
| Factual knowledge | Information about facts or relationships that a model may have learned from its training data. |
| Retrieval-augmented generation (RAG) | A system retrieves documents or records before generating an answer. |
| Local knowledge | Knowledge grounded in the experience of a particular place or community. |
| Indigenous knowledge | Knowledge systems developed and maintained by Indigenous peoples and communities. |
| Data sovereignty | The principle that data is governed according to the laws, rights, and authority of the people or place it concerns. |
| Data minimization | Collecting and retaining only the data necessary for a stated purpose. |
| Sensitive data | Data whose disclosure or misuse could cause harm. |
Model inputs and outputs
| AI term | What it means |
|---|---|
| Input / prompt | The instruction or material given to a model. |
| Output | The text, prediction, classification, image, or action produced by a system. |
| Inference | Running a trained model to produce an output. |
| Context window | The amount of text or other material a model can consider at one time. |
| Token | A unit of text or other data processed by a language model. |
| Embedding | A numerical representation of text, images, or other data used to compare relationships. |
| Classification | Assigning an item to one or more categories. |
| Prediction | Estimating a likely outcome from available data. |
| Forecast | A prediction about a future state or event. |
| Recommendation | An output that suggests a course of action. |
| Optimization | Searching for the best result according to a defined objective and constraints. |
| Objective function | The formal quantity a system tries to maximize or minimize. |
| Proxy | An indirect measure used in place of a harder-to-measure goal. |
| Benchmark | A test used to compare model performance. |
| Evaluation | Measuring a model or system against defined criteria. |
| Uncertainty | The degree to which an output may be wrong or incomplete. |
| Confidence score | A numerical estimate associated with a prediction or classification. |
| Calibration | The relationship between predicted confidence and actual accuracy. |
| Explainability | The ability to provide an understandable account of how an output was produced. |
| Interpretability | The extent to which a system’s internal behavior can be understood. |
| Black box | A system whose internal operation is difficult to inspect. |
| Hallucination | A fluent but unsupported, false, or fabricated model output. |
| Bias | Systematic error or unequal performance associated with data, design, or use. |
| Fairness | Approaches for evaluating and addressing unequal treatment or outcomes. |
| Robustness | The ability to perform reliably under changed or imperfect conditions. |
| Adversarial attack | An input deliberately designed to cause a system to fail or behave unexpectedly. |
Models and training
| AI term | What it means |
|---|---|
| Neural network | A computational system made of connected layers that transform inputs into outputs. |
| Perceptron | An early mathematical model of a neuron and a foundation for later neural-network research. |
| Transformer | A neural-network architecture that uses attention to process relationships among tokens. |
| Pretraining | Initial training on a large body of data, usually by predicting missing or subsequent content. |
| Fine-tuning | Further training on a narrower dataset or task. |
| Post-training | Processes applied after pretraining to improve usefulness, behavior, or alignment. |
| Reinforcement learning (RL) | Training through feedback that rewards some actions and penalizes others. |
| Reinforcement learning from human feedback (RLHF) | Reinforcement learning using human preferences or evaluations. |
| Reasoning model | A model or system optimized to spend additional computation on multi-step problems. |
| Chain of thought | Intermediate reasoning text generated during problem solving. |
| Scaling laws | Observed relationships between model performance, model size, training data, and computing power. |
| Mixture of experts (MoE) | An architecture containing multiple specialist subnetworks, only some of which are used for each input. |
| Fine-grained permissions | Restrictions on which tools, files, data, or actions a system can access. |
| Sandbox | An isolated environment in which a system can operate with limited access. |
| Human approval gate | A required human authorization before an action proceeds. |
| Audit log | A record of system inputs, outputs, actions, and changes. |
| Model card | Documentation describing a model’s intended use, limitations, and evaluation. |
| System card | Documentation covering a broader deployed system, including risks and mitigations. |
| Model drift | A change in performance as data, behavior, or conditions change over time. |
| Versioning | Keeping track of changes to models, data, prompts, and software. |
| Rollback | Reverting a system or deployment to an earlier version. |
Governance and responsibility
| AI term | What it means |
|---|---|
| Alignment | Designing a system so its behavior reflects specified goals or values. |
| AI safety | Research and practices aimed at reducing harmful or uncontrolled system behavior. |
| AI governance | The rules, institutions, processes, and practices that shape AI development and use. |
| Responsible AI | Developing and using AI with attention to social, ethical, legal, and environmental impacts. |
| Value-sensitive design | Designing technology with explicit attention to human values and affected interests. |
| Sovereignty-aligned AI | AI designed and governed to preserve the agency of a defined community or place. |
Inside a language model
Tokens, layers, weights, and the system built around them, taken apart by hand.
A large language model is a trained mathematical system. It processes numerical representations of language through many layers, and generates text one token at a time. It is not a database, not a search engine, and not a mind — and it is never the whole system.
What follows is the same cross-section the print edition draws once, walked through eight times: each stop is one component, what it does, and the limit worth keeping in view. Then three small instruments let you feel the mechanics for yourself.
1The cross-section
Read the drawing downward: input falls through tokens and layers into the next token. Training and the surrounding system stay outside that flow. Scroll — or press any part of the figure.
- 01
Input and context
Everything the model can work with is here: the prompt, the conversation so far, any documents or tool results placed in front of it. The model has nothing else — only this context, plus patterns absorbed in training.
limit ·A larger context does not guarantee the model will notice, remember, or correctly use every detail in it.
- 02
Tokenization
Before any processing, language is cut into tokens — whole words, parts of words, punctuation, spaces — and each token is mapped to a number the model can compute with.
limit ·The model does not read language as people do. Its units are statistical, not semantic.
- 03
Transformer layers
Dozens of repeated layers transform the numbers, letting every position relate to every other through a mechanism called attention. This is where most of the model's language processing happens.
limit ·There is no “grammar layer” or “reasoning layer.” Their functions are distributed, and resist simple interpretation.
- 04
Parameters and weights
Billions of learned numbers determine how each layer transforms its input. Training is the slow adjustment of these values until the model becomes good at recognizing and generating patterns in language.
limit ·Parameters are not a database of facts. More of them does not automatically mean more accurate, safer, or more knowledgeable.
- 05
Output generation
The model scores every possible next token, selects one — a process called decoding — appends it to the context, and repeats. Text emerges one piece at a time.
limit ·A likely continuation is not necessarily a true or verified statement.
- 06
Training data and pretraining
Before anyone uses the model, it learns by predicting missing or next tokens across an enormous collection of example text. This is where its general capabilities come from.
limit ·The data decides which perspectives the model has seen — and which errors and biases it may reproduce.
- 07
Post-training and alignment
After pretraining, the model receives further guidance: supervised examples, human feedback, preference optimization, safety training, system instructions. This shapes how it follows instructions and handles risk.
limit ·Post-training can shape behavior. It cannot remove every error, bias, or unsafe possibility.
- 08
The system around the model
The LLM is one part of a larger apparatus: retrieval, tools, permissions, interfaces, logs, safety controls — and people. The surrounding system determines what the model can access and what it may do.
limit ·Safety and accountability live in the whole system — monitoring, human review, institutional rules — not only inside the model.
2Watch language become numbers
The model never sees your sentence — only the tokens it breaks into. Edit the line below and watch the boundaries move.
An illustration, not a real tokenizer. Production tokenizers learn their vocabulary from data and map each piece to an integer id — the boundaries above follow a simple heuristic. Notice that spaces, punctuation, and parts of words are tokens too.
3Watch attention move
Inside the layers, every position can draw on every other. That is the whole trick of attention — and the reason the layers have no neat human names.
Theriverfloodedthefieldsbecausetherainhadbeenheavy
One imagined attention head, sketched — not measured from a real model. In a Transformer, many heads do this in parallel at every layer: each position gathers from the others, which is how flooded can lean on rain six words away.
4Watch a token get chosen
Generation is a loop: score every possible next token, pick one, append it, repeat. The temperature control decides how obedient the picker is to the odds.
Asked about the hearing, the model replied:
- The28%
- Our16%
- It14%
- A12%
- We11%
- This9%
- Their6%
- One4%
the model's own odds, unadjusted
5What it is not
An LLM can be useful without being consistently correct. Capability — what the model can do on its best day — is not reliability — what you can count on, every time, in your room. Its behavior depends on connected elements: the data it was trained on, the parameters it learned, the context it receives, the way its output is generated, and the larger system around it.
An output is a prediction or a proposal — not automatically a fact, an explanation, or a decision.
Hold that sentence whenever the model is fluent. Fluency is what the machine is for; judgment is what the room is for.
Who made this
This guidebook comes from GainForest and the Youth Negotiators Academy, written for the Climate Youth Negotiator Programme.
Nothing you type into this site leaves your browser, and the search runs locally.
We update it as the tools change. If something is wrong, out of date, or missing, tell us. If you want to run your own sovereign AI, train your delegation, or work with us on the next edition, get in touch: team@gainforest.net.


team@gainforest.net