From d883c7999ca4f1d8db8863e35239452781dfc012 Mon Sep 17 00:00:00 2001 From: Iris Clawd Date: Wed, 10 Jun 2026 18:01:43 +0000 Subject: [PATCH] docs: address review feedback on Discovery page - Remove Connect Data Sources / Data Source Integration (doesn't exist) - Replace 'production data' references with 'knowledge' / 'world model' - Merge Getting Started into How It Works (were redundant) - Remove Best Practices and FAQ sections --- docs/en/enterprise/features/discovery.mdx | 82 ++--------------------- 1 file changed, 6 insertions(+), 76 deletions(-) diff --git a/docs/en/enterprise/features/discovery.mdx b/docs/en/enterprise/features/discovery.mdx index a60f8fb21..7c0b529d4 100644 --- a/docs/en/enterprise/features/discovery.mdx +++ b/docs/en/enterprise/features/discovery.mdx @@ -1,6 +1,6 @@ --- title: Discovery -description: "Identify the highest-impact AI automation use cases for your business — powered by CrewAI's production data." +description: "Identify the highest-impact AI automation use cases for your business." icon: "compass" mode: "wide" --- @@ -13,7 +13,7 @@ The bottleneck in AI adoption is not building agents — it's knowing _what_ to {/* TODO: Add screenshot of Discovery dashboard */} -Instead of weeks of stakeholder interviews, consultant engagements, and slide decks, Discovery uses CrewAI's production data from billions of agentic executions to match your business context against proven patterns. Within minutes, you get actionable, evidence-based recommendations specific to your organization. +Instead of weeks of stakeholder interviews, consultant engagements, and slide decks, Discovery leverages CrewAI's deep knowledge of agent patterns and what works in production to match your business context against proven approaches. Within minutes, you get actionable, evidence-based recommendations specific to your organization. ## How It Works @@ -22,13 +22,11 @@ Instead of weeks of stakeholder interviews, consultant engagements, and slide de Tell Discovery about your organization — your processes, challenges, goals, and the teams involved. The more context you provide, the more precise the recommendations. - Discovery runs cohort analysis and structural pattern recognition against CrewAI's production data, matching your business context to automation patterns already running successfully at scale. + Discovery runs cohort analysis and structural pattern recognition using CrewAI's world model, matching your business context to automation patterns already running successfully at scale. Within minutes, you receive a set of use cases specific to your company — not generic templates. Each one shows what the automation does, expected impact, complexity, and how it would work in your organization. - - - Integrate your internal docs, knowledge bases, and existing systems so Discovery can work with your internal context alongside external signals for deeper, more accurate recommendations. + {/* TODO: Add screenshot of use case recommendations */} Select a use case and go directly into Crew Studio or export to code to start building. @@ -41,14 +39,11 @@ Instead of weeks of stakeholder interviews, consultant engagements, and slide de - Not generic templates. Real use cases matched to your organization based on production patterns from billions of agentic executions. + Not generic templates. Real use cases matched to your organization based on CrewAI's knowledge of what works in production. Each recommendation includes expected impact, implementation complexity, and how it fits your org — so you can prioritize with confidence. - - Connect internal docs, knowledge bases, and existing systems so Discovery works with your internal context alongside external signals. - Run Discovery multiple times across different business units. It becomes part of how you plan and iterate on your AI roadmap. @@ -57,30 +52,6 @@ Instead of weeks of stakeholder interviews, consultant engagements, and slide de -## Getting Started - - - - Open CrewAI AMP and select **Discovery** from the main navigation. - {/* TODO: Add screenshot of Discovery in navigation */} - - - Provide details about your organization, processes, challenges, and goals. Be specific — the more context Discovery has, the better the recommendations. - {/* TODO: Add screenshot of business context input */} - - - Link internal documentation, knowledge bases, or existing systems to give Discovery deeper context about your operations. - {/* TODO: Add screenshot of data source connection */} - - - Browse through the use cases Discovery has identified. Each one includes what the automation does, expected impact, complexity, and how it maps to your organization. - {/* TODO: Add screenshot of use case recommendations */} - - - Pick a use case and jump directly into Crew Studio to build it visually, or export to code for custom development. - - - ## From Discovery to Production Discovery fits at the very beginning of the CrewAI workflow — it's the "what to build" step before the "how to build" step. @@ -108,51 +79,10 @@ This means you go from "we should use AI somewhere" to a running production auto Run Discovery for different business units to build a company-wide AI roadmap with use cases tailored to each team's needs. - Need to justify AI investment? Discovery provides evidence-based impact estimates grounded in real production data. + Need to justify AI investment? Discovery provides evidence-based impact estimates grounded in real-world results. -## Best Practices - - - **Be specific when describing your business context.** The more detail you provide about your processes, challenges, and goals, the better and more relevant the recommendations will be. - - - - **Run Discovery for individual departments or business units**, not just the whole company. Focused sessions produce more actionable results. - - - - **Use Discovery iteratively.** Revisit as your AI maturity grows — new patterns emerge as CrewAI's production data expands and your organization evolves. - - - - **Connect data sources for more accurate recommendations.** Internal docs and knowledge bases give Discovery the context it needs to match your specific operations, not just your industry. - - -## FAQ - -### Is my business data used to train models? - -No. Your data is used only for your Discovery session. It is not used to train any models or shared with other organizations. - -### How is Discovery different from hiring consultants? - -| | Discovery | Traditional Consulting | -|---|---|---| -| **Speed** | Minutes | Weeks to months | -| **Basis** | Production data from billions of executions | Intuition and interviews | -| **Iteration** | Run anytime, as often as needed | Point-in-time snapshot | -| **Access** | Available to every team | Requires budget and scheduling | - -### Can I run Discovery for different departments? - -Yes. Run Discovery as many times as you need across different business units. Each session produces recommendations tailored to that specific team's context and challenges. - -### What happens after I find a use case? - -Go directly to [Crew Studio](/en/enterprise/features/crew-studio) to build it visually, or export to code for custom development. From there, deploy via [Automations](/en/enterprise/features/automations). - ## Related