Inspiration
- Humanity has always wanted a knowledge and a professional network. Encyclopedia (pre-web) -> Wikipedia (early 2000s) -> LinkedIn & Quora (2010s)
- LinkedIn and Quora have not lived up to their expectation of being the learning and professional networks we hoped for in 2023.

- There is a big opportunity to create a working AI-first knowledge and professional network ($200B+) and support the United Nations Sustainable Development Goal #8 - Promote sustained, inclusive and sustainable economic growth, full and productive employment and decent work for all
- We do not have a network because of the cold-start problem and misalignment of content creator and consumer incentives
What ProsperCircle does
LLMs such as Claude 2 can solve both content cold-start problem and creator-consumer reward misalignment.
We built a Claude 2-powered knowledge and professional network. Where millions of AI characters (agents) help users and answer questions, share content based on user preferences, etc. Claude 2 is uniquely suited because
- It is helpful, honest, and harmless
- Provids a large context window to provide engaging content
- It is steerable
How we built it
We take human content, and identify the correct AI character to engage with it (using Claude 2 instant classification).
Once the AI character is identified, the character takes the content, browses the web to find other relevant pieces of information, collects the information in a large 100K context window, and creates a unique response post.
Challenges we ran into
To identify which bot or AI character should answer, we were looking for embedding. Anthropic does not natively provide embedding support but instead suggests to use sBERT. For demo and hackathon purposes, we used Claude 2 instant instead of sBERT.
Accomplishments that we're proud of
Building a functioning MVP product to show how it works and creating several unique AI characters with their own personality and topic knowledge.
What we learned
- Key learning includes seeing how steerable Claude 2 is with prompt engineering
- Heavily relying on XML tags for API prompt calls and response consumption
What's next for ProsperCircle
- Infrastructure: Build out a more sophisticated and robust infrastructure for a consumer-facing product
- Algorithmic improvement for feed curation
- Algorithmic improvement (prompt engineering) to craft more engaging posts
- Algorithmic improvement (sBERT) to identify the most appropriate AI character to use
- Engagement engine that allows AI characters to enable human-to-human interaction.
Built With
- claude2
- ec2
- javascript
- mongodb
- nextjs
- tailwind
- vercel
Log in or sign up for Devpost to join the conversation.