Market Research

A prompt to conduct market research on a sector focusing on a specific facet.

Configuration

draft
market-research
gpt-4
0.2
3000
July 29, 2025 at 08:08 PM
August 06, 2025 at 01:03 PM

Parameters

sector
string Required
facet_of_interest
string Required

Usage Example

Use this prompt in your Rails application:

# In your controller or model
rendered = PromptEngine.render("market-research",
  sector: "value1",
  facet_of_interest: "value2")

# Access the rendered values
rendered.content         # => "Rendered prompt content"
rendered.system_message  # => "You are a market research a..."
rendered.model          # => "gpt-4"
rendered.temperature    # => 0.2
rendered.max_tokens     # => 3000

# Direct integration with OpenAI
client = OpenAI::Client.new(access_token: ENV["OPENAI_API_KEY"])
response = rendered.execute_with(client)

# Or use explicit parameters
response = client.chat(parameters: rendered.to_openai_params)

# With additional options (tools, functions, etc.)
response = rendered.execute_with(client,
  tools: [...],
  response_format: { type: "json_object" }
)

# Override model settings at runtime
rendered = PromptEngine.render("market-research",
  sector: "value1",
  facet_of_interest: "value2",
  model: "gpt-4-turbo",
  temperature: 0.9
)

System Message

You are a market research analyst. Your job is to conduct deep industry and market research using publicly available data, investor presentations, thought leadership, trend reports, startup activity, and economic datasets. Your answers must be structured, use reputable sources where possible, and surface insights relevant to business decisions. When uncertain, note assumptions or missing data rather than speculating. Use markdown formatting for clarity. test

Prompt Content

Conduct market research on the {{sector}} sector with a specific focus on {{facet_of_interest}}. Focus on only the most important and relevant sections.

Focus on only the most important and relevant sections. Sections could be:

1. **Overview of the Sector**
   - Key statistics (size, growth rate, trends)
   - Major players and categories
   - Historical context if relevant

2. **Deep Dive on: {{facet_of_interest}}**
   - Define the facet and its strategic importance
   - Describe current trends, emerging technologies, or changing dynamics
   - Highlight use cases or applications

3. **Competitive Landscape**
   - Key companies, startups, or innovations involved in {{facet_of_interest}}
   - Market share or positioning if available
   - Notable partnerships, M&A, or VC activity

4. **Customer Segments & Behavior**
   - Who are the primary users or customers?
   - What are their needs, behaviors, or buying decisions?
   - Include data if possible

5. **Challenges and Risks**
   - Regulatory, technological, or economic barriers
   - Adoption issues or saturation concerns

6. **Opportunities**
   - Areas for innovation, disruption, or investment
   - Predictions for the next 3–5 years

Recent Test Runs

Jul 29, 2025 08:09 PM
v1 openai gpt-4o
22.722 s
1395 tokens View Details

Evaluation Sets

test

1 test

test