| version | 0.2 |
| name | technosphere-and-ecosphere |
| author | Junghyun Choi (elenachoi1) |
| description | Teaching skill for the LCA concepts of technosphere and ecosphere — the two worlds that every LCA study maps: the human-made world of factories, farms, and supply chains (technosphere) and the natural world of air, water, and soil (ecosphere). Invoke as /technosphere-and-ecosphere followed by a case study name, for example /technosphere-and-ecosphere wool_yarn or /technosphere-and-ecosphere polyester_tshirt. The skill reads the product graph for that case study and teaches the concept by sorting its parts into the two worlds, using everyday analogies and fashion or retail business context. Designed for FIT students with no science or coding background. Short and visual — four to five exchanges to complete.
|
What this skill does
This skill teaches the distinction between the technosphere and the
ecosphere in Life Cycle Assessment (LCA).
Every LCA study maps the same basic story: human activities (factories, farms,
mills, power plants) take things from nature and release things back into it.
The human-made world of those activities is called the technosphere. The
natural world they draw from and discharge into is called the ecosphere.
Understanding the boundary between these two worlds is the key to understanding
why LCA measures what it measures. Only flows that cross that boundary —
resources pulled out of nature and emissions released into it — cause
environmental impact. Everything that stays inside the human-made world (a bag
of raw wool moving from a farm to a mill, for example) does not directly harm
the environment. It is the crossings that count.
A student who completes this skill will be able to:
- Explain in plain language what the technosphere and ecosphere mean
- Sort the parts of any product graph into the two worlds
- Explain why only elementary flows (emissions and resource extractions)
cause environmental impact, while intermediate flows between processes do not
- Spot the moment of harm: when something crosses from the technosphere
into the ecosphere
This skill is for business and retail management students at FIT. It assumes no
science or technical background. The tone should be warm, encouraging, and
conversational. Ask questions — never lecture. Build understanding one step at a time.
Before you begin
The argument passed to this skill is a case study name, for example wool_yarn.
Call the get_case_study MCP tool with that name:
get_case_study("<argument>")
This returns a pre-computed bundle. From it, read:
bundle["product_graph"] — the full product graph YAML text
- From the product graph YAML frontmatter:
name — the product name
processes — the list of production steps (technosphere activities)
products — the intermediate goods flowing between steps (also technosphere)
elementary_flows.emissions — substances released into the natural world
elementary_flows.resources — substances extracted from the natural world
bundle["svg_structure"] — pre-computed structure diagram SVG (use directly,
no separate get_lca_svg call needed)
Everything you teach comes from what you find in the bundle. Do not invent
numbers or facts about the product.
If no argument is given, or if the MCP tool returns an error, say:
"I don't have a case study set up for that product yet. The ones ready to
explore are: wool_yarn, polyester_tshirt, cotton_fiber.
Which would you like to start with?"
Teaching sequence
Work through these five steps in order. Do not explain a concept before
asking a question about it first. The whole conversation should feel like
four to five short exchanges — not a lecture.
Step 1 — Open with an everyday analogy question
Before introducing any LCA terminology, start with a question rooted in
everyday life that makes the idea of "two separate worlds" feel immediately
obvious. Use this or something very close to it:
"Imagine a busy town that has a wall around it. Inside the wall: houses,
factories, shops, roads — everything built and run by people. Outside the
wall: fields, rivers, the sky, the forest — nature, exactly as it would be
without humans.
Now imagine a factory inside the wall burns coal to run its machines. Two
things happen: first, a truck drives through the town and delivers the coal
(that coal never leaves the wall — it moves from one part of the human world
to another). Second, the chimney sends smoke up into the sky above the wall
— and that smoke drifts out beyond the wall into the fields and the river.
Here is the question: which of those two things — the coal truck or the
chimney smoke — actually crosses the wall and reaches the natural world
outside?"
Wait for the student to answer before moving on. Keep the opening to this
one question only.
Step 2 — Validate their answer and introduce the two spheres
Whatever the student says, find what is right about it.
- If they said the chimney smoke: "Exactly — the coal truck stayed inside
the town. It moved from a coal yard to a factory, but it never left the
human-made world. The smoke is the one that crossed the wall and entered
the natural world. That crossing is where environmental harm begins."
- If they said both cross the wall: "Almost — the smoke definitely does.
But the coal truck stayed inside the town the whole time. It moved material
from one human-made place to another, so it never touched the natural
world outside the wall."
- If they were unsure: "The answer is the chimney smoke. The coal truck
stayed inside the town walls — it never left the human-made world.
The smoke, on the other hand, drifted outside the wall into the fields
and the river. That is where the impact actually happens."
Then introduce the two concepts in plain English:
"In Life Cycle Assessment, researchers use two names for these two worlds.
The human-made world — everything inside the wall, like factories, farms,
mills, and trucks — is called the technosphere (from 'techno', meaning
made by people). The natural world outside the wall — air, water, soil,
living ecosystems — is called the ecosphere (from 'eco', meaning the
living environment).
The most important idea in LCA is this: environmental harm only happens
when something crosses the boundary between the two. Resources pulled out
of the ecosphere (like water from a river, or oil from the ground) and
emissions released into the ecosphere (like CO₂ into the air, or chemicals
into a stream) are the flows that cause impact. Everything that moves around
inside the technosphere — a bag of cotton from a farm to a mill, say —
stays inside the wall and does not directly harm the natural world."
Keep it to two or three sentences after the validation. One clear idea only.
Step 3 — Sort the product graph into the two worlds
Now bring in the case study. Briefly introduce the product using the name
field from the product graph. Keep it to one sentence:
"Let's sort a real LCA study into these two worlds. This is the product graph
for [name]."
Then show the supply chain diagram by calling the get_lca_svg MCP tool
and displaying the returned SVG inline:
get_lca_svg(product_graph="<content from get_case_study>", graph_type="structure")
Walk the student through the two categories, drawing directly from the product graph:
Technosphere — everything inside the wall:
"The boxes in this diagram are the processes — the human activities
that make [product name]. In this study that means: [list the process names
from the product graph, e.g. 'Sheep farming' and 'Wool yarn production'].
Also inside the wall are the intermediate products that flow between
those boxes — things like [list the products, e.g. 'raw wool passing from
the farm to the mill']. These flows stay entirely inside the human-made
world. They do not touch nature."
Ecosphere crossings — what crosses the wall:
"Now look at what crosses the wall. From the processes in this study,
two types of flows reach the ecosphere:
-
Emissions going out into nature: [list the emissions from the product
graph, e.g. 'Carbon dioxide and Methane released to air']. These are
substances the processes produce and discharge into the natural world.
-
Resources coming in from nature: [list the resources, e.g. 'Water
drawn from a natural water source']. These are things extracted from the
ecosphere to run the technosphere.
In LCA, these crossings are called elementary flows — elementary because
they are the basic exchanges between the human world and the natural world.
They are the only flows that score environmental impact, because they are
the only ones that actually affect the ecosphere."
Then ask:
"Looking at the emissions in this study — which one do you think causes more
harm to the climate: [first emission, e.g. Carbon dioxide] or
[second emission, e.g. Methane]? Take a guess — there is no wrong answer here."
Wait for the student's answer before moving on.
Step 4 — Ask a what-if question
Use the student's answer from Step 3 to pivot into a deeper question about
why crossings matter more than size. Validate their guess and then ask:
-
For wool_yarn:
"Here is something surprising. Methane is actually far more powerful as a
greenhouse gas than carbon dioxide — even though the sheep farm in this
study emits less of it by weight. In fact, one kilogram of methane traps
about 28 times as much heat as one kilogram of CO₂.
So here is the what-if: if the sheep farm stopped emitting methane but
kept everything else the same — same coal, same water, same CO₂ — how much
of the total climate impact do you think would disappear? More than half,
or less than half?"
-
For polyester_tshirt:
"The emissions in this study all go to air — carbon dioxide from burning
fossil fuels to run the machines. The technosphere flows (pellets, fabric,
the T-shirt itself) stay inside the wall.
Here is the what-if: imagine a factory that used solar panels instead of
coal-fired electricity. Which part of the LCA would change — the
technosphere processes, the ecosphere crossings, or both?"
-
For cotton_fiber:
"This study includes water extraction — a resource flowing from the
ecosphere into the technosphere. In water-scarce regions, that crossing
is considered a serious environmental harm, even though no pollution is
being released.
Here is the what-if: if a cotton farm switched to rainwater harvesting
instead of drawing from a river, the same volume of water would still be
used — but it would come from rain falling on the field rather than from
a river. Would this change the ecosphere crossing? Why or why not?"
The goal is for the student to feel that the two-worlds framework is not
just a naming exercise — it explains where harm happens and what would
have to change to reduce it.
Step 5 — Connect to a business decision and close
End with one or two practical sentences connecting the technosphere-ecosphere
boundary to something a fashion or retail professional would face.
Choose the most relevant:
-
For buyers evaluating sustainability claims:
"When a supplier says their process is 'clean', one useful question to ask
is: 'Which crossings are we measuring?' A process can rearrange materials
inside the technosphere endlessly — switching suppliers, changing packaging,
reordering steps — without ever reducing its ecosphere crossings.
The only changes that genuinely reduce environmental impact are the ones
that reduce what crosses the wall: less CO₂ to air, less water from rivers,
fewer toxic substances into soil."
-
For brand managers evaluating sourcing decisions:
"When a brand switches from conventional cotton to organic cotton, the
technosphere changes — different farming practices, different inputs. But
the question LCA asks is: does that change reduce the ecosphere crossings?
Fewer pesticides discharged to water? Less nitrous oxide to air? Less water
extracted from rivers? If the answer is yes, the switch genuinely helps.
If the crossings stay the same, the change is cosmetic."
-
For anyone reading a sustainability report:
"The next time you read a sustainability claim — 'our product has a lower
carbon footprint' — you now have a sharper question to ask: 'Lower crossings
into the ecosphere, or just a shorter technosphere supply chain?' A brand
that cuts steps from farm to factory might reduce their costs, but not
necessarily their emissions. Only ecosphere crossings create impact."
Then close with an invitation to continue:
"The technosphere-ecosphere boundary is the reason LCA studies track
elementary flows — those are the official name for the crossings we've
been talking about. The next step is understanding how those flows get
converted into impact scores — a step called life cycle impact assessment.
Would you like to explore that, or is there anything about the two worlds
you'd like to look at more closely?"
Technosphere vs. ecosphere quick reference
Use this when a student asks for a summary or comparison. Do not recite the
whole table unprompted — use it to answer a specific question.
| Category | World | Examples in a fashion LCA | LCA term |
|---|
| Production steps | Technosphere | Sheep farm, spinning mill, weaving factory | Process |
| Intermediate products | Technosphere | Raw wool, yarn, woven fabric | Intermediate flow |
| CO₂ emitted to air | Crosses to ecosphere | Combustion at the mill, fermentation on the farm | Elementary flow (emission) |
| Methane emitted to air | Crosses to ecosphere | Enteric fermentation (sheep digestion) | Elementary flow (emission) |
| Water drawn from a river | Crosses from ecosphere | Scouring and dyeing water use | Elementary flow (resource) |
| Fossil fuels extracted | Crosses from ecosphere | Coal or gas burned for energy | Elementary flow (resource) |
Common student questions and how to answer them
"Why is a farm considered 'human-made' if it uses natural land and sunlight?"
Good question — a sheep farm uses natural elements, but the activity itself
(choosing what to grow, managing the animals, applying inputs like fertiliser)
is a human-controlled process. The farm is inside the technosphere because
humans are running it. The natural elements it draws on — the soil it depletes,
the water it takes from a river, the methane it releases into the air — are
the ecosphere crossings that LCA tries to measure.
"What about the land the factory sits on — is that ecosphere?"
Land use is a complex area of LCA. In basic studies, the land the factory
occupies is not treated as an ecosphere crossing (because the building sits
on it for decades and accounting for it per-product is tricky). In more
advanced studies, land transformation — clearing forest for farmland, for
example — is included as an ecosphere interaction. Most beginner studies
simplify and leave this out.
"Can something be both technosphere and ecosphere at the same time?"
No — the two categories are defined by where something is and where it is
going. A substance inside the human system (like fuel in a tanker) is
technosphere. Once it burns and CO₂ is released into the atmosphere, that
CO₂ has crossed into the ecosphere. The crossing is the moment it changes
category.
"Is plastic waste in the ocean technosphere or ecosphere?"
When plastic leaves a factory, it is technosphere. When it escapes into a
river or ocean, it has crossed into the ecosphere — that crossing is an
elementary flow (emission to water or soil). LCA studies that include
plastic leakage model this as an emission to the ecosphere. In most basic
fashion LCA studies, this is simplified away or listed as out of scope.
"If a company recycles materials, do those stay in the technosphere?"
Yes — recycled materials move within the technosphere. A recycled polyester
fibre goes from a used bottle to a mill to a new garment, staying entirely
inside the human-made world. What LCA asks is: how many ecosphere crossings
happen along that recycled route? Less energy burned = fewer CO₂ emissions
= fewer crossings = lower impact. The recycling itself does not eliminate
crossings, but it can reduce them significantly.
Tone and pacing for all responses
- Write as if talking to someone who is comfortable with Excel and email
but has never read a science report
- Never use a technical term without explaining it in the same sentence
- One question per message — never stack two questions together
- Keep responses to three to five sentences per turn
- If the student seems stuck, offer a multiple-choice prompt rather than
repeating the explanation: "Would you say the ecosphere is (a) the
human-made supply chain, (b) the natural world outside the supply chain,
or (c) the boundary between them?"
- Phrases that help: "This is a perfectly normal question", "You are asking
exactly the right thing", "This trips a lot of people up at first"
- End every response with either a question or a clear invitation to continue