Itself and Themselves for Behavior and Emphasis

LESSON

Technical English: Pronouns and Determiners for Clear References

006 20 min beginner

Itself and Themselves for Behavior and Emphasis

By the end of this lesson, you will be able to...

  • Recognize when a technical actor and the affected object are the same thing.

  • Choose itself for one singular non-human actor and themselves for a plural group.

  • Use reflexive forms for real self-directed behavior and emphatic forms only when the contrast matters.

Idea in one sentence: Use itself or themselves when the subject returns to the same referent, and use them for emphasis only when the reader needs that contrast.

Core Insight

Imagine an engineer describing a retry loop during an incident:

The service protects itself from retry storms.

The service performs the action and is also the thing receiving that protection. The subject and object point to the same component, so itself makes the loop visible.

Compare:

The service protects the gateway from retry storms.

The service protects itself from retry storms.

In the first sentence, the service acts on the gateway. In the second, the service acts on itself. A normal object pronoun such as it would normally name a different component.

The same pattern works with a plural group:

The workers restarted themselves after the supervisor cleared the lock.

The workers restarted, and the workers performed the restart. Themselves marks that shared subject-object relationship.

Sometimes the form adds emphasis rather than receiving an action:

The service itself rejected the duplicate request.

Here the service itself means the service rather than a proxy or operator. It does not mean that the service rejected itself. The position and the surrounding verb tell us which job the form is doing.

Look First: Who Acts, Who Is Affected?

Start with a small incident. A worker receives the same job twice because a lease expires during a network pause. The worker has a local guard that stops it from creating a second side effect.

Write the action with different objects:

The worker stops the duplicate job.

The worker stops itself after detecting a corrupted state.

In the first sentence, the job is different from the worker. In the second, the worker changes its own running state. The object loops back to the subject, so itself is the useful form.

For several workers:

The workers stop the duplicate jobs.

The workers stop themselves when the coordinator is unavailable.

Themselves refers to the same plural workers that appear as the subject. It does not refer to the duplicate jobs.

Before choosing a reflexive form, ask:

  1. What is the subject?
  2. What receives the verb’s action?
  3. Are those two referents the same?
  4. Is the form an object, or is it only emphasizing the subject?

Plain meaning:

The reflexive form says, “The actor comes back to the actor.”

In this system, “The service protects itself” means the service is both protector and protected component. “The workers recovered themselves” would mean the workers performed recovery on their own group, which may or may not be the intended technical claim.

Technical name:

Itself and themselves are reflexive pronouns when they refer back to the subject. They can also be emphatic pronouns when they add contrast without filling the ordinary object slot.

The Naive Idea: Add Self for Extra Clarity

A tempting rule is:

Add itself or themselves whenever a sentence talks about the same component twice.

That creates inflated sentences. Repetition alone is not a reflexive relationship.

Compare:

The service changed its policy. It deployed the change.

The service is the subject in both sentences, but no action returns to the service as an object. Use the normal subject pronoun when the service simply continues acting:

The service changed its policy. It deployed the change.

Use a reflexive form only when the same service is also the affected object:

The service isolated itself from the failing dependency.

The service performs the isolation and becomes isolated. That is a real self-directed action.

The Principle: Same Referent, Different Jobs

Reflexive object

The reflexive form fills the object role after a verb or preposition:

The service isolated itself.

The workers prepared themselves for the restart.

The process sent a signal to itself.

The actor and the affected referent are the same. The form is necessary because it or them would usually suggest a different object.

Emphatic subject

The form can sit next to the subject to mark contrast:

The gateway itself rejected the request, not the edge proxy.

The workers themselves reported the leases, not the dashboard.

Here the forms do not receive the rejection or reporting. The ordinary subjects are the gateway and the workers. Remove the emphasis and the basic facts remain grammatical:

The gateway rejected the request.

The workers reported the leases.

The emphatic form earns its place only because the writer contrasts the real actor with another possible actor.

Prepositional emphasis

The form can follow a preposition when the meaning is “without help”:

The service recovered by itself.

The workers diagnosed the failure by themselves.

This can mean that no other component or operator helped. State the intended meaning plainly when the phrase could be read as a literal self-directed action.

A Worked Trace: The Retry Guard

Start with this input:

The client sent a request twice. The gateway detected the duplicate and isolated itself from the retry loop. The workers then restarted themselves, and the gateway itself recorded the recovery.

Trace each form:

Phrase Form job Same referent as subject? Meaning
isolated itself reflexive object yes the gateway isolated the gateway
restarted themselves reflexive object yes the workers restarted the workers
the gateway itself emphatic subject not an object the gateway, rather than another layer, recorded the recovery

Now remove the forms one at a time:

The gateway detected the duplicate and isolated it from the retry loop.

This says that the gateway isolated some other object, perhaps the request. The self-directed behavior disappeared.

The workers then restarted them, and the gateway recorded the recovery.

This makes them an external plural object and removes the contrast in the gateway itself. It no longer says that the workers restarted themselves or that the gateway, rather than a proxy, recorded the event.

The naive failure uses a reflexive form as decoration:

The gateway itself isolated itself from the retry loop.

This may be grammatical, but it is heavy. The first form emphasizes the gateway; the second marks the self-directed object. Keep both only if both meanings matter. Otherwise choose the one job the reader needs.

Where It Breaks

The subject and object are different components

The worker restarted itself after the supervisor signaled it.

The first itself refers to the worker. The final it may refer to the worker or the signal, depending on the intended event. If the supervisor signaled the worker, write “the worker” when the chain is not unique.

A plural group is not one actor

The workers coordinated themselves.

This can mean that the workers coordinated with one another, but it may be less precise than “The workers coordinated with one another.” Themselves says that the group is both actor and affected group; it does not explain the internal coordination.

Emphasis has no contrast

The service itself changed its policy.

If no proxy, operator, or alternate component is being contrasted, itself adds noise. Use “The service changed its policy.” Keep emphasis for a decision where the actor matters.

Ownership is mistaken for self-directed action

The service changed itself retry policy. ✗

The service owns the policy, so use the possessive determiner from the previous lesson:

The service changed its retry policy.

Ownership and self-directed behavior are different relations.

Two Active Checks

Check: Which sentence says that the service isolated the service?

A. The service isolated it from the dependency.

B. The service isolated itself from the dependency.

C. The service isolated its policy from the dependency.

Think first, then reveal.

Answer: B. Itself makes the service both actor and affected component. A names another singular object, and C names the service’s policy.

Check: Is the emphasis useful here?

The gateway itself rejected the request, not the edge proxy.

Think first, then reveal.

Answer: Yes. The phrase contrasts the gateway with the edge proxy. Without that contrast, “The gateway rejected the request” is clearer and shorter.

Trade-offs and Limits

Reflexive forms make a self-directed mechanism explicit. They prevent a reader from mistaking the affected object for another service, request, or group. Emphatic forms can settle responsibility when several layers could have performed the action.

The trade-off is precision versus extra grammatical weight. Itself and themselves are valuable when the self-relation or contrast changes the diagnosis. They become noise when they merely repeat the subject or decorate an ordinary sentence.

These forms do not explain how the self-action happens. “The service protected itself” does not tell us whether it rate-limited, isolated a dependency, or disabled a route. Add the mechanism when the operational decision depends on it. The boundary signal is a reader asking, “What did the service actually do to itself?”

Common Confusions

Confusion: Itself always means emphasis

Why it is tempting:

In many short sentences, the form appears next to the noun and sounds like “the thing in question.”

Better model:

After a verb, it can be a reflexive object: “The service isolated itself.” Next to the subject, it can be emphasis: “The service itself rejected the request.”

Confusion: reflexive forms replace every object pronoun

Why it is tempting:

The same component appears earlier as the subject, so the writer assumes the object must refer back to it.

Better model:

Use it or them when the object is different. “The service protected it” and “The service protected itself” make different claims.

Confusion: emphasis adds technical evidence

Why it is tempting:

Saying “the gateway itself” sounds more certain.

Better model:

Emphasis identifies the actor in contrast. It does not prove the actor’s logs, configuration, or causal explanation.

Transfer Practice: Revise a Recovery Note

Read this note:

The workers detected the loop and restarted them. The service itself protected itself, so it recovered by itself without the operator.

Assume these facts: the workers restarted themselves; the service isolated itself from the loop; the service recovered without operator help; and no contrast with a proxy is needed.

A model answer is:

The workers detected the loop and restarted themselves. The service protected itself, so it recovered by itself without the operator.

The first repair changes them to themselves because the workers are both actors and restarted group. The second keeps the reflexive object because the service isolated the service. The third keeps “by itself” because the intended meaning is without external help. The emphatic “the service itself” is removed because no alternative actor is being contrasted.

Your rewrite succeeds if every reflexive form points back to the sentence’s subject, every emphatic form has a real contrast, and ordinary objects remain it or them. If the system has a proxy that might have performed the protection, keep the emphasis and explain that contrast.

Resources

Key Takeaways

PREVIOUS Its and Their for Technical Ownership NEXT This and That for Objects, Changes, and Claims