Hi,
Splitting into Squads can help reduce hallucinations if your current assistant handles too many responsibilities in one large prompt. When logic is separated (routing → booking → cancellations → etc.), each assistant has clearer goals and fewer tools, which improves reliability.
That said, hallucinations are usually caused by unclear tool rules or ambiguous instructions rather than prompt size alone.
To improve stability:
- Make tool calls explicit (“MUST call X before responding”)
- Lower temperature for production
- Keep each assistant focused on one task
Squads can help structurally, but tightening prompt logic is just as important.