When an agent finishes a customer-facing action, downstream systems still have to reflect it accurately, once, and soon enough for people and automations to trust the record.
Personal agents increasingly send confirmations, book appointments, update customers, publish work, and complete browser tasks. These actions often feed relationship systems such as CRM, service desks, recruiting systems, or account timelines. The downstream record informs follow-up, ownership, analytics, compliance, and the next automation.
A platform can report that the agent succeeded while the CRM remains stale for an hour. It can deliver one customer message but create three activities from repeated callbacks. It can update a task receipt and fail to associate the CRM activity with the right contact. It can recover from a relationship-system outage by accidentally replaying the original customer action.
Those failures reveal a gap between action reliability and projection reliability. A projection is a business-facing representation of a canonical operation receipt. It should be derived deterministically, keyed by stable operation identity, upserted idempotently, and retried independently. The time between receipt readiness and successful projection is projection lag.
Projection lag matters because stale systems change human behavior. A sales representative may send another follow-up because the prior agent message is missing. A support team may repeat a request. A manager may conclude that an agent did nothing. Downstream automation may fire on incomplete context. Even when the original action was correct, delayed or duplicated history creates operational risk.
Editorial inference: agent platforms will begin reporting projection health alongside task success, approval latency, and action receipts. Buyers will ask whether the platform can prove one operation became one timely relationship record without coupling sync retry to customer-facing execution.