ERP Assistant Agent: Specification
The specification for a read-only assistant over ERP data: plain-language questions answered from a curated query surface, run under the asking user's own permissions, with the filters shown beside every figure.
5 min read
- Complexity
- High
- Estimated savings
- Estimate: 3-8 hrs/week of ad-hoc report pulling, depends on request volume
- Time to deploy
- Typically 4-8 weeks
Frequently Asked Questions
No. It is read-only by design. Creating or amending documents through a conversational interface is a different risk class needing its own approval design and its own audit trail, and folding it into a read assistant because the interface makes it look like a small addition is how that decision gets made badly.
Every query executes as the person asking, through the same permission layer the Desk uses. The assistant cannot return a row that user could not already open themselves. Any design that queries as a service account and hides rows afterwards has moved access control into the part of the system least able to enforce it — or to prove that it did.
Because two failures follow, and both are expensive. A generated query can be syntactically perfect and semantically wrong, and it arrives as a confident number nobody can check. And one careless question can run a query heavy enough to degrade the system for everyone else. Enumerated, parameterised queries are what make the answers reproducible and auditable.
More in this category
AI Research Agent: Specification
The specification for a research agent that answers one written business question from allowlisted sources, carries a citation on every claim, and is allowed to report that something is not established.
Medium complexity · 5 min read
AI Customer Support Agent: Specification
The specification for a grounded support agent: it answers from your documentation, cites what it used, refuses what it cannot support, and hands off with the whole conversation attached.
Medium complexity · 4 min read
AI Sales Development Agent: Specification
The specification for an inbound sales development agent: what it is for, what it needs, what it produces, how the work flows, and the approval gate it can never route around.
High complexity · 4 min read
