Hacker News new | ask | show | jobs
by SkyMarshal 3678 days ago
Antifragile refers to a property in which a system does not just resist breaking down under disorder and stressors (robust), but gains/learns/becomes stronger. A good example is how bones heal back stronger where they were broken.

While we are currently able to build self-healing systems of a sort, fault-tolerant Erlang systems being a good example, it doesn't seem we can build systems that are truly antifragile on their own, that would require strong AI. Otherwise, humans monitoring and intervention are required to improve systems under duress.

This manifesto does include "team" and "organization" to account for that, but a true autonomous antifragile system is a ways off.

3 comments

Software such as fail2ban that bans harmful IPs and spam filters that learn over time would qualify as antifragile. I can't think of anything at the system security level.
Your bone example isn't accurate (http://www.nytimes.com/2010/10/19/health/19really.html). The example used in the book are muscles (stress -> breakdown -> creating stronger muscles)
Maybe more accurately, bones subject to survivable progressively more intense stresses are stronger. It would be like an autoscaling algorithm under increasing loads (not delta function loads).
I think a better example is balancing pendulums. They stay upright under random movement, but fall when things go still...