Accountability Is the Hard Part of Agentic Engineering
Model capability stopped being the bottleneck. What blocks agents from real enterprise work is everything around the model — memory, identity, permission, and audit. Here is how we think about building it.
Every enterprise AI pilot demos well. A striking number never reach production. The gap between the two is the absence of the machinery that makes an autonomous actor safe to trust with consequential work.
The Demo-to-Production Gap
A demo is a single happy path executed once, under supervision, on curated data. Production is thousands of executions across months, on data nobody cleaned, with staff turnover, changing permissions, and an auditor who will eventually ask what happened on a specific Tuesday in March.
Those are different engineering problems. The first needs a capable model. The second needs infrastructure that most organizations have not built, because until recently there was no reason to.
An agent that cannot be audited cannot be trusted with work that matters. Accountability is the substrate everything else stands on, and it has to be there from the start.
Four Things That Have to Exist
Memory That Persists
Context windows are working memory, not institutional memory. When a session ends, an agent without persistent storage forgets everything — the decision it made, the reason it made it, and the correction you gave it. Every session restarts from zero.
Real memory means facts that survive across sessions, models, and vendors, with the provenance of each belief attached. It also means being able to reconstruct what the agent believed at a past moment, separately from what it believes now — because when something goes wrong, the question is always what did it know at the time.
Identity That Travels
If an agent's identity lives inside one vendor's product, you do not have an agent — you have a subscription. The role, its accumulated knowledge, and its track record should be portable across the models that execute it.
This matters commercially as much as technically. Model capability is converging and prices are falling. Betting your operating model on a specific provider's proprietary agent abstraction is a strategic risk as much as an architectural one.
Permission That Actually Holds
Most agentic frameworks treat permissions as a prompt instruction: do not modify records without approval. That is a request, made to a non-deterministic system, that will eventually be declined.
Real permissioning is enforced outside the model, at the point of execution. The agent proposes; a deterministic layer decides whether the action is allowed, given who the agent is acting for and what it has been authorized to do. The model cannot talk its way past a system it does not control.
Audit That Stands Up
When an agent takes an action, six months later someone will need to know: what did it do, on whose authority, based on what belief, and could it have been prevented. If the answer lives in an ephemeral chat log, the organization cannot defend the decision.
Earned Autonomy
The pattern we keep returning to is incremental trust. An agent begins with narrow scope and supervised execution. As it demonstrates reliability on a class of work, its scope widens. Failures narrow it again.
This mirrors how organizations onboard people, and for the same reason: capability has to be demonstrated before it is relied on. It also gives leadership a defensible answer to the question that stalls most deployments — how do you know it will not do something catastrophic? The answer is that it has not been granted the ability to, and will not be until it has earned it.
What This Means Practically
If you are evaluating agentic systems, the questions worth asking are less about the model and more about the substrate:
- Where does the agent's memory live, and who can audit it?
- If you changed model providers next quarter, what would you lose?
- Are permissions enforced in code, or requested in a prompt?
- Can you reconstruct why the agent acted as it did, months after the fact?
A vendor with strong answers to those has built infrastructure. A vendor lacking them has built a demo, and closing that gap will consume the budget you allocated for results.
Lunari builds agentic enterprise platforms and advises leadership teams deploying them. If this maps to a problem you are working on, we should talk**.
Working on something like this?
If this maps to a problem you're facing, we should talk.