Autonomous agents and alignment

by
Joost Schouten
Co-founder and Circle Lead at Nestr
Published on
August 29, 2026

An AI colleague in Nestr is not a chatbot with permissions bolted on. It fills a role, and everything about how it behaves follows from that: what it works on, what it may reach, when it acts on its own, and what it does when a piece of work is not its to do.

This article covers the two things that decide how an agent behaves in practice: cadence, which is when it acts, and alignment, which is what keeps its work pointed at the organisation's intent rather than at whatever the last message happened to say.

Reactive by default, proactive when you want it

Every agent responds when something addresses it: an @mention, a direct message, or being assigned a piece of work. That is the default and it never goes away.

On top of that you can set an agent autonomous so it also picks work up by itself, on a cadence. This is additive. An autonomous agent still answers when you talk to it; it simply does not wait to be asked before making progress.

Choosing a cadence

  • Continuous works the item until it is done or blocked. Handing it the work starts it immediately. Use this for something you want finished now.
  • Hourly, daily and weekly make periodic progress. The cadence is a promise about when, so being handed work does not trigger an immediate run: the next tick is when. Use daily for a role that should check in on its own work each morning, weekly for something that only needs a regular sweep.

A dated item outranks the cadence entirely. If work carries a due date, that date is the statement about when it is wanted, and the agent acts then rather than on assignment.

Choose if you want an agent to be role assigned reactive or autonomous.
Choose if you want an agent to be role assigned reactive or autonomous.

Setting it on a role or on one item

Cadence is inherited. Set an agent autonomous on a whole role or circle and everything under it follows, then override on a single project or task where you want something different. That is the usual shape: a role runs daily, one urgent project inside it runs continuous.

Guardrails on proactive work

Autonomous agents are capped. If an agent re-runs on the same item far more often than its cadence implies, Nestr drops that assignment back to reactive and reports it, rather than letting a wedged loop burn credit unnoticed. An agent that stops making progress stops running.

This is the practical answer to agent sprawl: proactive work is bounded by a cadence you chose, a cap you did not have to think about, and a credit balance you control.

What keeps an agent aligned

An agent that can act on its own needs something to act towards. In Nestr that is not a system prompt somebody wrote once. It is your existing organisational structure, read fresh on every run.

Purpose

Every circle carries a purpose, and an agent working inside that circle is given it. Purpose is the compass: when a request is ambiguous, or two reasonable courses of action are open, purpose is what the agent reasons from. An organisation that has done the work of writing clear purposes gets better agent behaviour for free, because the same clarity that helps people helps agents.

Strategy

Where a circle has set a strategy, the agent reads it. Purpose says why the circle exists; strategy says what it is currently prioritising. That distinction matters more for an agent than for a person, because a person absorbs current priorities from the room and an agent only knows what the organisation has written down. Keeping circle strategy current is one of the highest-leverage things you can do for agent quality.

Accountabilities

The role's accountabilities are given to the agent on every run. They are the concrete statement of what this role is on the hook for, and they are what the agent uses to judge whether a piece of work belongs to it. Vague accountabilities produce agents that overreach or stall, for the same reason they produce humans who do.

Role skills

Skills attached to a role are its working knowledge: how this organisation does this particular thing. They load on demand when that role is working, rather than sitting in context permanently, so a role can carry real depth without every run paying for it.

Context files

Workspace-wide context files, such as a constitution or handbook, are the broadest layer and apply to everything. Keep them short. Anything that only matters to one role belongs on that role as a skill instead. See the Agentic work app.

Together these are your alignment surface, and all of it is ordinary organisational structure. You do not tune an agent by editing prompts. You tune it by making the organisation clearer, which is work worth doing whether or not an AI ever reads it.

Honouring the role

An agent filling a role acts on that role's authority and nothing more. It uses the connectors that role's domain has been granted, works on what the role is accountable for, and its changes are recorded against the role. See connectors for AI agents.

An assistant is the mirror image. It acts as the person it is helping, with exactly that person's permissions, and it can never exceed them. An agent only ever assists a person, never another agent, so authority cannot be chained through a series of agents until nobody can say where it came from.

The two are exclusive. An agent either fills a role or assists a person, decided by the Assignable to roles setting on the agent itself.

Handing over

The most useful thing an agent does with a boundary is stop at it.

When work belongs to another role, the agent hands it over rather than doing it anyway. It can assign work to the role that owns it, raise a tension for something that needs a governance decision, or bring a person in by name. The receiving party may be a human filler or another agent; the agent does not need to know which, because it is addressing the role.

Where an action is gated behind approval, the agent pauses and asks in the conversation, then resumes when somebody with the authority answers. It does not proceed on silence.

This is what makes agentic orchestration work at more than one agent. Work moves between roles the way it always has in a role-based organisation, and whether a given role is filled by a person or an agent is not something the sender has to think about.

Here is an agent requesting work from another role filled by a human.

Getting the most out of it

  1. Write the circle's purpose and keep its strategy current. This is the highest-leverage alignment work there is.
  2. Make accountabilities concrete. An agent judges what is its to do from these.
  3. Put working knowledge on the role as skills rather than in workspace-wide context.
  4. Start agents reactive. Move a role to a daily cadence once you trust its output, and reserve continuous for work you want finished now.
  5. Grant connectors to role domains rather than to people, so access follows the role.
  6. Turn on approval for the connectors where a mistake is expensive.

Related