Artificial Intelligence is one discipline that over the last 50 years has looked for models of logic to deal with bounded rationality, and while connectionist models are all the rage and are being funded by industry at a tremendous rate, symbolic systems employed in automated reasoning employ a tremendous variety of logics. I've never heard of intuitionistic logic itself characterized as failing. Intuitionist type theory is one theory that came from it that still receives attention. And the defeasibility of human reason certainly precludes classical logic as sufficient as a model for human reasoning. Both Montague grammar and Kripkean semantics can be squared with intuitionistic logic. Perhaps its best to characterize intuitionistic logic as influencing logicians to broadening logical research into a pluralism of non-classical models beyond Aristotle and Tarski's narrow conception in the same way non-Euclidean geometry freed geometers from Euclid. If that's the measure of success, then intuitionistic logic is not only NOT dead, but Brouwer is immortal. In fact, among category theorists, topoi, which are a category class can be conceived as an intuitionist endeavor since topoi ground logical systems generally.
EDIT
In response to Frank's request for intuitionistic logic implemented in AI, I'll just say that I only meant to imply that intuitionistic logic inspired AI to move beyond classical logic into non-monotonic logics and paraconsistent logic, however I think it's defensible to say that AI implements intuitionist automated reasoning systems, also. For instance, one type of human-machine implementation that uses intuitionistic logic is the proof assistant. At random, I'd offer Agda which is based on an alternative to the intuitionistic type theory of Per-Lof and implemented in Haskell and is capable of constructing proofs. In fact, while Agda is contemporary, John McCarthy, the man who cointed "artificial intelligence" had a system called circumscription, which starts as a FOL non-monotonic logic and attempts to construct proofs by extending truth piecewise. Nils J. Nilsson characterizes the specific predicate circumscription as "limiting the set of entities that make predicates true to just those that can be proved to be true." Thus, double negation isn't presumed since the system can handle propositions that 'it is not the case that the statement is not true' only by extending truth to determine 'a statement' is true.
My caveat, though, is that it's not entirely clear to me as a non-logician, about where to draw the line of the application of intuitionistic logic between man and machine, which is a philosophical question in and of itself.