Hi there! Anyone used AI to analyze 500+ survey responses and build an industry benchmark report? This is our 3rd year and I'm curious if there are any tricks, tools, or techniques that I'm not considering… open to any thoughts / advice / tools … even as small as “make sure you tell Claude XX”
Start with a really simple test. Since this is your third year, I'm assuming Y2 was done manually. Use that dataset and point claude code to it. Include all the metrics you want it to report on and leave it really simple. Cross check the output with your report. If the data points are in line, the theory works. Then point it at the new data. You could even add Y2 report to the prompt so that it knows the format. One more piece of advice. Request the output as an HTML. It's so much easier for you to read, it can handle diagrams and charts and doesn't take too much more resources than a .md file.
Great approach Murad J. and its what we used to create a hyper interactive report on AI and product development. We looked at over 100 websites, with more that 2500+ citations and keywords, and then ran an analysis using it. The final product emerged in two parts - an interactive react web page and a Gamma research repoort.
Hi Laura, AI would be one part of it but if you are looking at deeper analysis, I would combine this some sort of quantitative analysis as well. 500 is a good number to get representative data. I haven't seen AI alone be very useful when it comes to that. Smaller custom python tools using the Pandas library would definitely help with this. Of course, what matters is the objective of the analysis and what metrics you wish to analyze. AI would be a create side tool to help with this.
