←
^
→
Pitfalls of Agent Development
Don't Exploit Concurrency
A bad multiagent system is one were everything has to be done in sequence.
Your first job is to determine how the work can be split into smaller parts and which of those parts can be done concurrently.
If there is very little concurrency then maybe agents is not the best solution.
José M. Vidal
.
10 of 18