Zeratul's Law: Agent Harness Bloat
Original: Tweet · z3ratul (@z3ratul163071) · April 11, 2026 Category: Industry Perspective / Hot Take
The Law
"Every agent harness will bloat to become unusable within 2 months of hitting the GitHub exponential."
z3ratul proposed this "law" after observing that Hermes Agent (70K stars) had startup times of 2 minutes.
The Pattern
- Project launches, lean and useful
- GitHub stars enter exponential growth
- Community contributions flood in — feature requests, plugins, integrations
- Within 2 months, startup slows, configuration grows complex, bugs multiply
- Users begin searching for the next "lean and useful" alternative
This shares the same essence as the Skill explosion problem observed by Kasong (@kasong2048): growth breeds complexity, complexity devours usability.
Counterpoint
Anthropic's harness component lifecycle management offers one solution: periodically remove components that are no longer needed. But this requires discipline, and open-source communities naturally lean toward "adding features" rather than "removing features."
Ralph's minimalist philosophy is another response: don't add unnecessary things from the start, and the bloat problem never exists.
See also: Skill Explosion and Framework Consolidation · Ralph: Simple Harness Loop