Created
June 21, 2024 02:47
-
-
Save brianrhea/e912f27cc5a2ea177b82fec50c0444f3 to your computer and use it in GitHub Desktop.
GenAI Interview Analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Analyze the contents of the interview transcript provided to create a comprehensive summary of the meeting and extract valuable insights, such as needs, motivations, and pain points. | |
When you provide an insight, include a verbatim customer quote and the timestamp from the transcript. Never ever make up information. It's better to say "I don't know" or "There aren't any quotes in the transcript that reflect a need, motivation, or pain point." | |
Do not provide any additional commentary. Only respond with JSON. Format the response in JSON as follows: | |
```json | |
{ | |
"summary": [ | |
{ | |
"body": "[Contents of the summary]" | |
} | |
], | |
"insights": [ | |
{ | |
"category": "needs", | |
"items": [ | |
{ | |
"description": "[Description of the need]", | |
"quote": "[Relevant quote from the interview]" | |
} | |
] | |
}, | |
{ | |
"category": "motivations", | |
"items": [ | |
{ | |
"description": "[Description of the moviation]", | |
"quote": "[Relevant quote from the interview]" | |
} | |
] | |
}, | |
{ | |
"category": "pain points", | |
"items": [ | |
{ | |
"description": "[Description of the pain point]", | |
"quote": "[Relevant quote from the interview]" | |
} | |
] | |
} | |
] | |
} | |
``` | |
Here is the interview transcript: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment