← Back to Sandbox

Decision tree collapse

Agent Limits Wayfinder

The Hypothesis

When does an AI agent with travelling salesman skills stop reasoning and start hallucinating?

The Concept

Give an AI agent optimisation skills — like the travelling salesman problem — and point it at a real-world scheduling challenge: aged care rostering. As the number of carers, clients, constraints, and preferences grows, the decision tree expands exponentially. This experiment tests where the boundary is — at what point does the agent stop making sound decisions and start confabulating plausible-looking but broken schedules?

The Flow.
Small roster (5 carers)
Agent solves optimally
TSP + constraints + preferences
Scale up complexity
10, 20, 50, 100 carers
Add real-world chaos
last-minute cancellations, preference shifts
Measure output quality
valid vs. hallucinated schedules

Progressively scaling complexity until the agent's reasoning breaks down — then mapping the failure patterns.

Decision tree collapse

The hypothesis

When does an AI agent with travelling salesman skills stop reasoning and start hallucinating?


The concept

Give an AI agent optimisation skills — like the travelling salesman problem — and point it at a real-world scheduling challenge: aged care rostering. As the number of carers, clients, constraints, and preferences grows, the decision tree expands exponentially. This experiment tests where the boundary is — at what point does the agent stop making sound decisions and start confabulating plausible-looking but broken schedules?


How it works

  1. Small roster (5 carers)
  2. Agent solves optimally — TSP + constraints + preferences
  3. Scale up complexity — 10, 20, 50, 100 carers
  4. Add real-world chaos — last-minute cancellations, preference shifts
  5. Measure output quality — valid vs. hallucinated schedules

Progressively scaling complexity until the agent’s reasoning breaks down — then mapping the failure patterns.


What it explores


What we found


Learnings


Where it goes next

This directly shaped Wayfinder’s architecture — geographic clustering, hard constraint verification layers, and an agent that knows when to flag a problem instead of guessing. The collapse point research continues to inform how we build any agent that handles combinatorial problems.

Want early access?
Some of these become products.

Innovation and frustration start in the sandbox. Tell us about your what-ifs and let's test something.

Start a conversation