Skip to content

Commit 92d0b6a

Browse files
Merge pull request aden-hive#3050 from Rockysahu704/rocky-first-contribution
docs: clearify who Hive is for and when to use it
2 parents f305745 + b6e2634 commit 92d0b6a

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,31 @@ Build reliable, self-improving AI agents without hardcoding workflows. Define yo
4040

4141
Visit [adenhq.com](https://adenhq.com) for complete documentation, examples, and guides.
4242

43+
## Who Is Hive For?
44+
45+
Hive is designed for developers and teams who want to build **production-grade AI agents** without manually wiring complex workflows.
46+
47+
Hive is a good fit if you:
48+
49+
- Want AI agents that **execute real business processes**, not demos
50+
- Prefer **goal-driven development** over hardcoded workflows
51+
- Need **self-healing and adaptive agents** that improve over time
52+
- Require **human-in-the-loop control**, observability, and cost limits
53+
- Plan to run agents in **production environments**
54+
55+
Hive may not be the best fit if you’re only experimenting with simple agent chains or one-off scripts.
56+
57+
## When Should You Use Hive?
58+
59+
Use Hive when you need:
60+
61+
- Long-running, autonomous agents
62+
- Multi-agent coordination
63+
- Continuous improvement based on failures
64+
- Strong monitoring, safety, and budget controls
65+
- A framework that evolves with your goals
66+
67+
4368
## What is Aden
4469

4570
<p align="center">

0 commit comments

Comments
 (0)