Agentic AI

Agentic AI is software that combines large language model reasoning with the ability to act autonomously on behalf of a user. In finance, agentic AI executes workflows (cash application, collections calls, deduction investigation) rather than just generating recommendations for human action.

Key Takeaways

  • Agentic AI combines large language model reasoning with autonomous action capability, executing workflows rather than just suggesting them.
  • Unlike AI assistants that recommend actions, agentic AI executes: sends emails, places calls, updates ERP records, escalates only when judgement is required.
  • The standard four-level security model governs agent autonomy by action risk, keeping humans in the loop for ERP general-ledger writes.
  • Three technical capabilities are required: tool use (invoking external systems), planning (multi-step goal execution), and persistent memory across sessions.
  • B2B collections agentic AI falls under the EU AI Act's lower-risk category when it self-identifies as AI at the start of any direct interaction.

What makes AI agentic

The distinction between agentic AI and traditional AI assistants lies in execution authority. A traditional AI assistant generates suggestions for a human to action: 'You should call this customer about invoice 12345.' An agentic AI executes the action directly: it places the call, captures the response, updates the promise-to-pay date in the ERP, and escalates only when the situation requires human judgement.

This distinction matters because the throughput economics are different. A human AR collector completes 15 to 20 calls per day. An agentic AI calling agent completes 15 to 20 calls per hour. The agentic approach scales linearly with invoice volume, not with headcount.

The four-level security model

For finance applications, agentic AI requires governance that controls what the agent can do without human approval. The standard four-level security model maps autonomy to action risk.

  • Level 1 (Read-only): query data, retrieve institutional memory, analyse payment patterns. No approval needed.
  • Level 2 (Recommend): suggest actions and draft communications for human review. Human approves before action executes.
  • Level 3 (Execute): send dunning emails, place collection calls, update promise-to-pay dates. Agent executes autonomously with full audit trail.
  • Level 4 (Post to ERP): write journal entries, post cash application matches, record write-offs. Always human-in-the-loop. Nothing touches the GL without explicit approval.

This structure lets finance teams operate autonomously at scale (Level 3 for routine work) while preserving human control over decisions that carry financial or relationship risk (Level 4 for ERP writes).

What enables agentic execution

True agentic AI requires three technical capabilities working together.

  • Tool use: the agent can invoke external systems (send email, place a phone call, query an ERP, post to a portal) rather than just generate text.
  • Planning: the agent decides which actions to take in what order to accomplish a multi-step goal, adjusting based on outcomes.
  • Persistent memory: the agent remembers prior interactions across sessions, building context that compounds over time. Without memory, every interaction starts from scratch.

Tools without planning produces brittle automation. Planning without memory produces stateless assistants that forget yesterday's conversations. The combination is what makes agentic AI qualitatively different from chatbots or workflow automation.

How agentic AI differs from RPA

Robotic process automation (RPA) automates a fixed sequence of UI actions: click here, type this, copy that field. RPA is brittle: when the underlying UI changes, the automation breaks. Agentic AI works at the goal level: 'collect this overdue invoice' rather than 'click these buttons in this order'. The agent adapts to UI changes, missing data, and unexpected outcomes because it reasons about the goal rather than executing a fixed script.

In practice, RPA still has a role for stable, high-volume, deterministic tasks. Agentic AI dominates for tasks where the right action depends on context, exception handling, or judgement.

EU AI Act compliance

Agentic AI systems that interact directly with people (e.g., AI calling agents speaking to a customer's AP team) must comply with the EU AI Act's transparency requirements when operating in European markets. Compliant collection calling agents identify themselves as AI at the start of the interaction: 'This is an automated call from [Company] regarding invoice [Number]. I am an AI agent authorised to discuss payment status.'

B2B collections fall into the lower-risk AI category under the regulation because they do not involve credit scoring, employment decisions, or law enforcement use cases that trigger high-risk conformity assessments. The disclosure requirement is the main operational constraint.

Frequently asked questions

What is the difference between agentic AI and an AI assistant?

An AI assistant generates suggestions for a human to action. Agentic AI executes the action directly. The throughput difference is significant: a human collector completes 15 to 20 calls per day; an agentic AI calling agent completes 15 to 20 calls per hour. Agentic AI scales linearly with workload; AI assistants scale linearly with the humans they assist.

How is agentic AI different from RPA?

RPA executes a fixed sequence of UI actions (click, type, copy). It breaks when the UI changes. Agentic AI works at the goal level: it reasons about the right action to take based on current context. RPA is appropriate for stable, deterministic tasks. Agentic AI dominates for tasks involving exception handling, judgement, or contextual decisions.

Is agentic AI safe for finance teams?

Yes, with the right governance. The standard four-level security model gates agent autonomy by action risk: read-only at Level 1, recommendations at Level 2, autonomous execution at Level 3, and human-in-the-loop ERP posting at Level 4. This structure lets agents handle routine work at scale while preserving human control over decisions that carry financial or relationship risk.

Does agentic AI in collections comply with the EU AI Act?

Yes, when the agent identifies itself as AI at the start of any direct interaction. Compliant collection calling agents announce: 'This is an automated call from [Company] regarding invoice [Number]. I am an AI agent.' B2B collections fall into the lower-risk AI category under the regulation, so the main operational requirement is the transparency disclosure rather than extensive conformity assessments.

What does persistent memory mean in agentic AI?

Persistent memory is the agent's ability to remember prior interactions across sessions and build context over time. Without memory, every interaction starts from scratch. With memory, the agent learns that Customer X pays reliably 5 days late, Retailer Y always disputes invoices over $10K, and Distributor Z responds better to phone calls than email. This context compounds the agent's performance the longer it runs.

What can agentic AI do that human teams cannot?

Three things. First, 24/7 execution at consistent throughput (an agent does not have working hours or peak-load bottlenecks). Second, perfect institutional memory across every interaction (humans forget context across customers and over time). Third, native multilingual operation (one agent operates in 70+ languages simultaneously; a human team requires native speakers per market). Humans retain the advantage on relationship management, complex negotiation, and any decision requiring judgement that the agent cannot defend.

Continue learning