Agentation
see the work

See what every agent changed. And why.

When one agent writes a feature, you can read the diff. When ten agents run in parallel across your codebase, 'just read it' stops scaling — and the question stops being what changed and becomes which agent changed it, with what context, and was it allowed to. Observability is how you answer that without drowning.

the new blind spot

Vibe coding scales generation. It does not scale visibility.

The promise of describing software to an AI is real — code appears in minutes. The problem nobody priced in: when agents generate faster than humans review, you accumulate changes no one can account for. In an enterprise that becomes the quiet disaster — code that compiles, passes a partial test, ships a security bug, and nobody can say where it came from. APM and dashboards built for human services don't catch it: an agent can return '200 OK' while quietly burning tokens and writing the wrong thing. The missing layer isn't more logs. It's attribution.

  • Ten parallel agents mean ten diffs landing while you read the first one.
  • Silent failures: every step 'succeeds' while the outcome is wrong.
  • The expensive question is no longer 'what changed' but 'who, why, and was it permitted'.
what observability means here

Three questions every change must answer.

AI coding observability isn't a metrics screen. It's the ability to take any line in production and trace it back: which agent produced it, what intent and context it had, and what verified it before it shipped. Borrowed from agent-observability practice, every change carries per-agent identity, the decision that motivated it, and the gate result that cleared it. So when something is red, you don't archaeologize a git blame across a dozen anonymous commits — you read the chain.

  • Per-agent attribution: which agent, which model, which session wrote this.
  • Intent: the plain-language request and the spec that shaped the change.
  • Verification: which lint/type/test/security gate passed before it merged.
the method

The Digital Native Method makes the trail a byproduct, not a chore.

Observability you have to bolt on after the fact never gets bolted on. The Digital Native Method builds it into the shape of the work. A Product Owner describes intent on the live product. A Tech Lead encodes the rules once — architecture, conventions, security, your standards. Agents work in isolated git worktrees, so per-agent separation is a property of the workspace, not a span you remember to instrument. Each agent's branch, decision and gate result are recorded as the work happens. The trail writes itself because the structure is the trail.

  • Each agent is isolated in its own worktree — its changes are inherently attributable.
  • Decisions are logged as the Tech Lead dispatches and reviews work.
  • Deterministic gates run before review — green, with a record, or it doesn't land.
the software

Agentation is where you actually watch it happen.

A method needs software to be real. Agentation gives you a live board of every agent at work: what each one is changing, against which task, and whether its gates are green or red — before anything reaches production. Nothing merges on vibes. Every change flows through your own GitHub, so the diff, the PR, the checks and the reviewer are the same artifacts your team already trusts. You get the visibility of a full observability stack without wiring one up, because the orchestration layer emits it natively.

  • A per-agent view: what's changing, why, and the gate status, in real time.
  • Drift and red checks surface before prod, not in a postmortem.
  • Everything lands in your GitHub — your diffs, your PRs, your history.
cocorico

French-built, and sovereign where it counts: the tools.

Agentation is built by a French team. You may not be sovereign over the models — Claude, GPT and the rest are American — but you can be sovereign over the tooling that orchestrates them, and that's most of the value: with raw models alone you don't get much done; the orchestration, the gates, the observability and your data are where the leverage and the exposure live. Agentation keeps that layer in Europe — compute on Hetzner in Germany, data on Supabase in the EU, your code in your own GitHub — GDPR by construction. The agents' work, and the record of it, stay yours.

  • Orchestration, gates and the change record run on EU infrastructure (Hetzner, Germany).
  • Data lives on Supabase in the EU; code never leaves your GitHub.
  • Sovereignty on the tools — the part you can actually own — not on the models.
FAQ
What is AI coding observability?

It's the ability to see and trace what AI coding agents are doing to your codebase: which agent made each change, with what intent and context, and what verified it before it shipped. Unlike traditional monitoring, which watches a running service, it instruments the work itself — per-agent attribution, the decision behind each diff, and the gate result that cleared it.

How do I know which agent made a specific change?

Each agent works in its own isolated git worktree and branch, so attribution is structural rather than guessed after the fact. Every change is tied to a specific agent, model and session, plus the task that motivated it. You read the chain — agent, intent, gate — instead of doing forensic git blame across anonymous commits.

Can I see why an agent made a change, not just what it changed?

Yes. The 'why' is recorded alongside the 'what': the plain-language request from the Product Owner and the spec the Tech Lead encoded. So a diff is never a mystery — it points back to the intent that produced it and the rule set it had to satisfy.

Does this slow agents down or require me to instrument everything?

No. The observability is a byproduct of how the work is structured — isolated worktrees, logged decisions, deterministic gates — so you don't manually wire up tracing. The record is generated as the agents work, which is what makes it reliable instead of something you forget to turn on.

Where does all this data live?

In your environment and the EU. Your code stays in your own GitHub; the orchestration and change records run on Hetzner in Germany; application data is on Supabase in the EU. Agentation is built by a French team, GDPR by construction — sovereign on the tooling layer even though the underlying models are not European.

Stop guessing which agent did what. See it.

Get in line for first access