Hoist AI
HomeGlossaryAi Agent

What is an AI agent?

A software process that uses a language model to take actions and call tools on behalf of a user. Your AI tool of choice, doing work with source-cited evidence.

Agent runtime conceptLast updated 2026-05-20

An AI agent is a software process that combines a language model with the ability to call external tools, take actions, and reason toward a goal across multiple steps. Unlike a single-turn chatbot, an agent can make multiple tool calls in sequence, use the results to refine its approach, and produce a structured output at the end.

What makes something an agent

  • It calls tools or APIs to retrieve or act on real-world data
  • It reasons about the results before deciding what to do next
  • It can take multiple steps to complete a task
  • It operates within a defined scope set by the user or operator

Agent hosts vs agent runtimes

An agent host is the application that surfaces the agent to a user (for example, Claude Desktop, ChatGPT, Cursor). An agent runtime is the underlying execution environment (for example, a custom Python script using an SDK, a serverless function, or a workflow orchestrator). Hoist connects to both through the same Connector surfaces: MCP for hosts, REST API or CLI for runtimes.

Why agents make mistakes on Australian register questions

Language models have training data cutoffs and do not have real-time access to live registers. An agent that answers "is this asset encumbered?" from training data alone is guessing. The PPSR changes daily. ABN status, GST registration, and insolvency records change in near-real time. Agents need a live source connection to give reliable answers.

Why agents need this

The term "AI agent" matters for how Hoist describes its audience. Hoist is not a dashboard product for human analysts (though humans can review Evidence Cards and sample exports). It is designed for automated workflows where an agent initiates supported source checks, receives source-cited Evidence Cards, and routes the results: escalating risk flags to a human reviewer, continuing a workflow when checks pass, or surfacing human review items when the source data is ambiguous.

The distinction between "chatbot" and "agent" is relevant here because agents can act: they can create records and pass results downstream. The Hoist Connector discloses those effects. Currently available workflows are free; any future paid source would require a separately proved price and explicit confirmation before dispatch.

How Hoist uses this

Hoist is designed for agent workflows. The MCP server exposes available intent-level tools without requiring agents to understand source APIs directly. PPSR schemas remain discoverable as future contracts, but preview and paid-search calls currently fail closed. Evidence Cards include structured fields (risk flags, human review items, confidence) that agents can parse and act on without unstructured text parsing. Separate Evidence Pack exports are prelaunch samples with fixture or unsearched rows. Hoist is model-agnostic: it works with any agent runtime that supports MCP, HTTP, or CLI subprocess calls.

What Hoist does not infer

Hoist does not know what model or provider is driving the agent. It does not track agent reasoning or store conversation context. It does not validate that the agent calling a tool is authorised to act on the result; authorisation is the responsibility of the operator configuring the agent. Hoist returns source evidence and flags; the agent and its operator decide what to do with it.

Related terms

  • Hoist Connector: the MCP, API, and CLI surfaces AI agents use to call available Hoist tools.
  • Evidence Pack: a separate prelaunch sample export with fixture or unsearched rows; supported current checks return Evidence Cards.
  • Human review item: an action an Evidence Card or sample pack flags as needing human judgment, not just agent routing.
  • MCP: the protocol most AI agent hosts use to connect to external tools like Hoist.
  • Risk flag: a discrepancy in source data that an agent surfaces for attention.
  • PPSR: Australian register whose Hoist contracts are implemented but not currently customer-accessible.