It and They for Clear Technical Subjects
LESSON
Technical English: Pronouns and Determiners for Clear References
It and They for Clear Technical Subjects
By the end of this lesson, you will be able to...
Choose
itortheyafter naming one technical object or several objects.Keep the pronoun in the subject position while preserving number and meaning.
Repair a vague subject by restoring the smallest useful technical noun.
Idea in one sentence: Use
itfor one clear non-human subject andtheyfor a clear plural subject, but keep the noun visible when the reader could lose the reference.
Core Insight
An engineer posts this status update during a deployment:
The migration finished. It removed the old index.
The second sentence is short because it carries the subject from the first sentence forward. A reader can connect it to the migration, so the update remains easy to scan.
Now compare it with this update:
The migration finished after the workers stopped. They removed the old index.
Who removed the index? The workers are plural, so they can refer to them. But the migration is also an active idea in the paragraph, and the reader may need to pause before deciding whether the sentence describes the workers or the migration process. The pronoun has the right number, yet the reference is still weak.
This lesson focuses on subject pronouns: the short words that stand in the subject position before a verb. The form is simple. The communication decision is not. A technical reader needs to know which component, process, team, or group performed the action.
The previous lesson showed why a pronoun becomes dangerous when two referents compete. Here we build the safe case first: name the subject, check its number, then shorten only while the same subject stays visible to the reader.
The Small Situation
Imagine a rollout with three visible parts:
the migration, one process that changes the schema;the workers, several processes that consume jobs;the queue, one shared component that holds pending work.
At 10:00, the migration starts. At 10:02, the workers stop accepting new jobs. At 10:05, the queue reports a growing backlog. The team writes a short update after each event.
The first useful version names every subject:
The migration started. The migration changed the schema.
The workers stopped. The workers released their leases.
The queue filled. The queue delayed new jobs.
The repeated nouns are clear but heavy. Once each subject has been established and no competing subject has entered the local sentence, English can shorten the update:
The migration started. It changed the schema.
The workers stopped. They released their leases.
The queue filled. It delayed new jobs.
The short forms preserve two pieces of information:
itpoints to one singular thing, such as a migration or queue.theypoints to a plural group, such as several workers.
The pronoun does not create a new component. It reuses an already named subject.
The Naive Idea
A tempting rule is:
After a noun appears once, replace it with a pronoun forever.
That rule saves words, but it ignores the reader's view. A reader does not see the writer's intention. The reader sees the nouns that remain in the paragraph and tries to connect each short form to one of them.
Consider the rollout again:
The migration changed the schema while the workers drained the queue.
They completed the cleanup before lunch.
The grammar allows they because workers is plural. The sentence may mean that the workers completed the cleanup. If the intended subject is the migration and the writer means a team of migrations, the wording is already wrong. If the intended subject is a human team that has not been named, the reader has even less information.
The naive rule also hides the difference between a subject and an object. Compare these sentences:
The queue delayed the jobs. It became unhealthy.
The workers drained the queue. They became available.
In the first sentence, it is the subject of became. In the second, they is the subject of became. The earlier noun remains the actor being described. The object the jobs and the queue do not automatically become the next subject just because they are nearby.
A Better Model: Subject, Number, and Continuity
Use a three-question check before shortening a technical subject.
1. What is the subject?
Find the thing or group that performs the next action or has the next state. In The workers released their leases, the subject is the workers, not the leases.
2. How many are in that subject?
Use it for one named non-human subject:
The queue is full. It needs a consumer.
Use they for a named plural subject:
The workers are idle. They can accept more jobs.
The choice is about grammatical number, not about whether the system feels important. One service is still it; several services are they.
3. Is the subject still the only useful candidate?
A matching number is necessary, but it is not enough. The reader should not have to compare two possible actors.
Plain meaning:
The short word says, “Keep looking at the same actor.”
In this rollout:
The migration started. It changed the schema. keeps the migration as the active actor.
Technical name:
This is a subject-pronoun reference chain. The noun introduces the referent; the pronoun continues the chain as the subject of a later clause or sentence.
Where It Breaks
A singular subject competes with another singular noun
The gateway called the cache after it recovered.
Both the gateway and the cache are singular. Both can recover. The form it matches number, but it does not select the component. Restore the subject that matters:
The gateway called the cache after the cache recovered.
Or, if the gateway recovered:
After the gateway recovered, it called the cache.
A plural subject competes with a plural object
The workers notified the owners after they finished the migration.
They can point to workers or owners. If the owners finished the migration, say so. If the workers finished it, say that instead. Do not make the reader infer the actor from what seems technically likely.
A collective noun looks plural but acts as one unit
In this track, write about the named grammatical subject, not about an unstated rule for every variety of English. A team, service, or fleet may be treated as one unit when it is the subject:
The platform is ready. It serves the new route.
When the sentence names the members, use a plural subject:
The platform's workers are ready. They serve the new route.
The noun phrase tells the reader whether the sentence presents one system unit or several actors.
The writer changes the noun label
The worker restarted. The process loaded its configuration. It failed again.
Does it continue the process, or has the worker returned as the subject? Choose one stable label when the distinction is not important:
The worker restarted. It loaded its configuration and failed again.
If worker and process are different objects, keep both nouns explicit at the point where their actions diverge.
Worked Classification: The Rollout Update
Start with this input:
The migration locked the table. The workers waited for the lock. They resumed after the migration released it.
Trace the subjects before you edit:
| Step | Visible subject | Number | Next action | Safe short form? |
|---|---|---|---|---|
| 1 | the migration |
singular | locked the table | introduce it only if the migration remains the subject |
| 2 | the workers |
plural | waited for the lock | introduce they only if the workers remain the subject |
| 3 | they |
plural | resumed | yes: the last explicit plural subject is the workers |
| 4 | the migration |
singular | released the lock | keep the noun; the subject changed |
| 5 | it |
singular | refers to the lock | risky: the table lock and migration are both singular candidates |
The last sentence compresses too much. A precise rewrite is:
The migration locked the table. The workers waited for the lock. The workers resumed after the migration released the lock.
Once the roles are clear, we can remove only the safe repetition:
The migration locked the table. The workers waited for the lock. They resumed after the migration released the lock.
The final they has one strong plural candidate: the workers. The noun the migration remains because it is a different singular actor. The noun the lock remains because it would make the object relationship unclear.
This is the useful contrast:
- Naive compression removes nouns wherever a pronoun seems grammatically possible.
- Clear compression removes only the noun whose identity is already stable.
Two Active Checks
Check: Choose the best second sentence.
The alert fired after the service exceeded its timeout. ___ opened an incident.
Think first, then reveal.
Answer: It opened an incident is the natural choice if the service opened the incident. They opened an incident would require a plural subject already named. If the alert opened the incident instead, repeat The alert because both the alert and the service are singular candidates.
Check: Is this update safe to shorten?
The API called the workers. They returned an error.
Think first, then reveal.
Answer: Yes, if the workers returned the error and the sentence has no other plural group nearby. They matches the workers and keeps the workers as the subject. If the API owns a plural set of requests and those requests returned errors, the noun must be restored because that is a different technical claim.
Trade-offs and Limits
Subject pronouns improve flow. They prevent a status update from repeating the migration or the workers in every sentence, and they help the reader feel that one continuous actor is being followed.
The cost is reference resolution. Every pronoun asks the reader to look backward. The cost stays low while one candidate is obvious; it rises when another service, group, or claim enters the paragraph. A short sentence can therefore be more expensive to understand than a repeated noun.
This pattern also does not solve incorrect system descriptions. The queue is full. It needs a consumer may be perfectly clear and still be factually wrong if the queue is not the bottleneck. Number agreement does not prove ownership, causality, or timing. Logs, metrics, and tests still provide that evidence.
The signal at the boundary is a question from a careful reader: “Who did that?” If the answer requires pointing to a previous paragraph, restore the noun at the sentence where the subject changes or competes.
Common Confusions
Confusion: matching number guarantees clarity
Why it is tempting:
It is singular and they is plural, so the choice can feel like a complete grammar exercise.
Better model:
Number narrows the candidates. It does not always identify one candidate. The gateway called the cache after it recovered still has two singular subjects.
Confusion: the nearest noun becomes the subject
Why it is tempting:
Readers often use the nearest noun as a fast guess while scanning.
Better model:
The subject is determined by the sentence's role, not by distance alone. In The workers released their leases, the workers acts and the leases receive the action.
Confusion: repeating a noun means the writer failed
Why it is tempting:
General writing advice often asks writers to avoid repetition.
Better model:
Stable nouns are useful labels in technical work. Repetition is a good trade-off when it removes a competing actor or protects an incident decision.
Transfer Practice: Repair a Deployment Note
Read this note:
The release moved the workers to the new queue. They stopped after it filled. It restarted when they cleared the backlog.
Write a clearer version without making every noun repeat in every sentence. First mark each pronoun:
- What does
Theyname? - What does
itname init filled? - What does
Itname inIt restarted? - What does
theyname inthey cleared?
Assume the intended facts are these: the workers stopped when the new queue filled; the new queue restarted processing after the workers cleared the backlog. A model answer is:
The release moved the workers to the new queue. The workers stopped after the new queue filled. The new queue restarted processing when the workers cleared the backlog.
An acceptable shorter answer is:
The release moved the workers to the new queue. They stopped after the new queue filled. The queue restarted processing when the workers cleared the backlog.
The shortened version keeps they because the workers are the only active plural subject. It restores the new queue before filled because the queue and the release are both singular candidates. It names the queue before restarted because it would otherwise compete with the release. Your rewrite succeeds if it preserves the four intended actor-action links, uses it only for one clear subject, uses they only for the worker group, and keeps the technical nouns that prevent guesswork.
Resources
- [ARTICLE] Cambridge Dictionary: Personal pronouns
- Focus: subject and object positions, singular and plural forms, and the way context identifies a pronoun.
- [DOC] Microsoft Writing Style Guide: Voice and tone
- Focus: direct sentences and clear references for readers who need to act on technical information.
- [REFERENCE] Merriam-Webster: Pronoun
- Focus: the basic job of a pronoun as a word that takes the place of a noun or noun phrase.
Key Takeaways
- Name a technical subject before shortening it.
- Use
itfor one clear non-human subject andtheyfor a clear plural subject. - Check subject role as well as grammatical number; a nearby object is not automatically the next subject.
- Keep the noun when another actor could fit, when the subject changes, or when a label has changed.
- Pronouns improve rhythm, but the trade-off is the reader's cost of resolving the reference.
← Back to Technical English: Pronouns and Determiners for Clear References