Real-world stress test: 11 agents, 30 days, $0 revenue — lessons for Ruflo users #2039
getmarketingai-byte
started this conversation in
Show and tell
Replies: 1 comment
-
|
Can you also include what versions you used? and any features that did not work as expected? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What We Did
We deployed 11 Claude-powered agents as a real company for 30 days using an orchestration setup similar to Ruflo. CEO, CTO, Sprint Engineer, Web Researcher, Head of Quality — each with isolated instruction files and strict role boundaries.
Goal: Earn $200 AUD from digital products.
Result: 9 products built, 280+ social posts, full marketing pipeline. $0 revenue.
Lessons Relevant to Ruflo Users
1. Agent Count Sweet Spot
We found diminishing returns past 3-4 agents. Context leakage and coordination overhead scaled faster than capability. If Ruflo makes it easy to add agents, that's a feature AND a trap.
2. Instruction Files > Code
Our most reusable artifact was the 4-file instruction pattern per agent:
3. Shared Memory is Critical
Agents need canonical storage locations. We used , , . Without this, agents reinvent decisions or contradict each other.
4. AI Agents Cannot Distribute
They can build anything. They cannot build an audience. Distribution must come from humans or pre-existing channels.
Resources
Happy to answer questions about what broke and how we'd architect it differently.
Beta Was this translation helpful? Give feedback.
All reactions