Skip to content
Veracy Toolbox
← All prompts

AI Feature Design

IT Developer Designer Founder

The prompt

Help me design an AI feature for my product.

Product: {{describe_what_your_product_does}}
Feature idea: {{describe_what_you_want_the_ai_to_do}}
User: {{who_will_interact_with_this_feature_and_}}
Input: {{what_data_or_text_will_the_ai_receive}}
Desired output: {{what_should_it_produce}}
Constraints: {{latency_requirements_cost_per_call_budge}}

Please help me think through:
1. Whether this feature makes sense to build with AI (vs rule-based logic)
2. Which AI approach is most appropriate (LLM, classification, extraction, generation)
3. What the core prompt or system prompt should contain
4. Key failure modes and how to handle them gracefully
5. How to evaluate whether it's working (what does 'good' look like?)
6. The simplest version to build first