- Stability degrades. The 2024 DORA State of DevOps Report found that a 25% increase in AI usage quickened code reviews but decreased delivery stability by 7.2%. More code, shipped faster, with more incidents. Their conclusion: “writing code isn’t the bottleneck to deploying reliable applications.”
- Senior engineers absorb the cost. A 2025 study of experienced developers measured a 39-44% gap between perceived and actual productivity. Developers felt 20% faster but were 19% slower in practice. The reason: senior engineers spent their time reviewing and coordinating misaligned agent output instead of shipping their own work — reviewing 6.5% more code while their own output dropped 19%.
- Coordination breaks silently. A longitudinal study tracking teams from 2023-2025 found that even as AI adoption increased, core teamwork problems persisted: misaligned communication across roles, lack of shared visibility into project goals, and ambiguity around accountability.
What Pulse does
Pulse is a conversational interface that lets you query the relationship between what your team planned and what actually shipped. Ask questions in natural language:- “Which approved plans have drifted from what landed?” — surfaces stability risk before it becomes an incident
- “Who’s blocked on reviews this sprint?” — shows where senior eng time is being absorbed by coordination instead of output
- “What shipped without an approved plan?” — reveals alignment gaps where agents executed without shared intent
How it works
- Engineers share plans and proposals in planspaces
- Plans are reviewed and approved by stakeholders
- Scott CI traces each PR back to the approved intent automatically
Metrics
Each metric maps directly to the cost problems above.| Metric | What it measures | Which problem it tracks |
|---|---|---|
| Intent coverage | % of shipped PRs backed by an approved plan | Coordination gaps. Low coverage means agents are executing without shared intent — the silent coordination failure the research identifies. |
| Design fidelity | How closely shipped code matches approved intent | Stability risk. Low fidelity is the leading indicator of the instability DORA measured — code that shipped fast but didn’t match the plan. |
| Rework rate | How often a team revisits intent after implementation starts | Senior eng burden. Every rework cycle is a senior engineer reviewing, correcting, and re-coordinating instead of shipping. This is the 22% rework gap between high and low performers. |
| Review cycle time | Time from review request to first decision | Alignment speed. Slow cycles mean intent is stuck waiting for feedback while agents keep executing — widening the gap between what’s approved and what’s being built. |
Attention alerts
Pulse surfaces the specific situations that cost the most if left unaddressed:- Stale reviews — a review open for days means a senior engineer’s feedback is blocking a team, or intent is stalling while agent compute continues to burn
- Design drift — an approved plan where the shipped code diverged significantly. This is the stability problem made concrete: what landed doesn’t match what was agreed on
- Blocked work — planspaces waiting on unresolved comments or external dependencies. Work that’s blocked but still consuming agent sessions is pure waste
- High fork activity — multiple competing branches on the same design. Healthy exploration or misalignment that needs a decision — Pulse surfaces it so you can tell the difference