Agentic AI, explained for New Zealand

Software that thinks,
plans, and acts.

Agentic systems are a new class of AI — they break down goals, choose tools, write code, and complete real work without being hand-held at every step.

Capabilities

What an agent can actually do.

Unlike a chatbot, an agentic system doesn't just answer — it acts, reasoning over multiple steps to finish a job.

Plan & decompose

Turn a fuzzy goal into a concrete sequence of steps, then re-plan as new information arrives.

Use tools

Call APIs, browse the web, query databases, run code — chained together to get real outcomes.

Operate over time

Run for minutes or hours on long-horizon tasks: research, migrations, ops work, content pipelines.

Collaborate

Work alongside humans and other agents — handing off, asking for review, reporting progress.

Self-correct

Detect failures, read error output, and try a different approach without starting over.

Stay grounded

Cite sources, log every action, and keep humans firmly in the loop on consequential steps.

In the wild

Real systems shipping today.

Anthropic

Claude & Claude Cowork

Claude can autonomously navigate codebases, edit files across a project, run commands, and verify its own work — the same loop that powers Claude Cowork, where teammates hand work to Claude and review pull requests it produces.

  • Multi-step coding across whole repositories
  • Computer-use: clicking, typing, browsing like a person
  • Long-running tasks with tool feedback loops
OpenAI

OpenAI Agents

The OpenAI Agents SDK and ChatGPT's agent mode let GPT models plan, call tools, hand off to specialised sub-agents, and complete tasks end-to-end — booking, researching, building, summarising — with traces you can audit.

  • Multi-agent handoffs and orchestration
  • Built-in browsing, file, and code tools
  • Structured outputs and guardrails

How it works

Goal, loop, outcome.

  1. 01
    Goal in

    A user (or another system) gives the agent a task in plain language.

  2. 02
    Plan & act

    It decomposes the goal, picks tools, takes actions, and observes results.

  3. 03
    Outcome out

    It delivers finished work — a PR, a report, a booking — with a full trace.

Curious what an agent could do for your team?

AgenticNZ tracks how autonomous AI is being put to work — and helps New Zealand teams figure out where it actually fits.