Absolutely! Here’s a complete, polished Devpost-style write-up for your project — 🚀 InsightGen.ai — designed to fit perfectly into a hackathon or Anthropic submission form. It’s professional, concise, and communicates both business value and technical intelligence.


💡 Inspiration

Every company collects tons of data — sales numbers, support chats, customer reviews, surveys — but most of it sits unused because analyzing it takes time, tools, and expertise. We wanted to create an AI-powered analyst that transforms this raw data into clear insights, summaries, and recommendations — automatically.

InsightGen.ai was born from a simple idea:

“What if managers could upload their company data and instantly get a business report that actually reads like a human analyst wrote it?”


🧠 What it does

InsightGen.ai ingests company data — from spreadsheets to customer feedback — and generates human-style business insights using Anthropic’s Claude AI.

Here’s what it can do:

  • 📊 Summarizes trends in sales, customer satisfaction, or performance.
  • 💬 Analyzes sentiment from reviews and chat logs.
  • 💡 Finds correlations like “sales rose 12% but customer happiness fell after product update.”
  • 🧭 Recommends actions — “Improve delivery time in the West region to maintain growth.”
  • 📈 Visualizes results with charts and easy-to-read reports.

In short, it’s your AI-powered business analyst — always available, always objective.


🛠️ How we built it

  • Frontend: React + TailwindCSS dashboard with data upload and visualization (Chart.js).
  • Backend: Node.js + Express server connecting to the Anthropic Claude API.
  • Data Processing:

    • CSV parsing with Python (Pandas) or JS (Papaparse).
    • Sentiment scoring on text fields using small open-source models.
  • AI Layer (Claude):

    • Custom multi-step prompts: summarize → analyze → recommend.
    • Merges numerical and textual insights into natural language narratives.
  • Output:

    • JSON + visual dashboard (graphs, key insights, AI-written summary).

⚡ Challenges we ran into

  • Combining structured (CSV) and unstructured (text feedback) data for Claude in one prompt.
  • Keeping accuracy high when summarizing numerical data.
  • Handling token limits for large datasets (solved via chunked summarization).
  • Designing prompts that feel human, not robotic, in tone.
  • Balancing clarity and brevity — no one wants an AI report longer than a novel.

🏆 Accomplishments that we’re proud of

  • Built a working end-to-end prototype — upload data → get AI insights instantly.
  • Created a prompting system that mimics human analyst reasoning.
  • Generated real business recommendations that align with logical trends.
  • Made data insights accessible to non-technical teams.
  • Showcased how Anthropic’s Claude can bridge analytics and storytelling beautifully.

🧠 What we learned

  • Prompt design matters: small phrasing changes dramatically impact insight quality.
  • Claude excels at cross-domain reasoning — merging numbers + narrative.
  • Businesses need explainability — we added transparency by showing “why” behind each insight.
  • AI doesn’t replace analysts — it amplifies them.

🚀 What’s next for InsightGen.ai

  • 🌐 Integrate with CRMs (Salesforce, HubSpot) and BI tools.
  • 📅 Add “Weekly AI Reports” that auto-summarize data via email or Slack.
  • 🤖 Build predictive forecasting (“What will happen next quarter?”).
  • 🧾 Add voice/chat interface: “Hey InsightGen, how’s sales this week?”
  • 💼 Launch SaaS version for small and mid-size businesses — AI insights without data scientists.

💬 Tagline

InsightGen.ai — Turns your company data into strategy, powered by Anthropic AI.


Built With

Share this project:

Updates