It's software
...just not like other software
Traditional software (deterministic): Same input, same output, every time
An agent (non-deterministic): Same input, different path, different result
- Not a bug: it's how reasoning works
- The model decides the path, not the code