stop talking and start doing.
while(true){ if (idea.isTrue){ startDoing(); }else{ stopTalking(); searchNewIdea(this.mind); } //dont give up! }