<span class="vcard">/u/Pitiful_Yak_390</span>
/u/Pitiful_Yak_390

Building AI Customer Support with PII data Protection using Langchain

I recently tackled a challenge that I think a lot of us face: building a chatbot that can handle customer support queries without compromising user privacy. Creating a chatbot that can understand and respond to user queries while also protecting Person…

AI Grants Finder – $14Mn+ in credits/investments

Hey community, here's $14Mn USD+ in committed investments & credits available for early-stage AI startups today. The AI Grant Finder – https://grantsfinder.portkey.ai/ Here are some of the notable ones- Paddle AI Launchpad $20k 2. Grayscale VC…

How to Improve the output quality of LLMs using it own Feedback

Hey community, I've been experimenting with a cool technique to improve the quality of my agent's outputs. The idea is simple: using a second LLM to evaluate the output of your base LLM. This helps ensure the quality and correctness of the AI&…

How to get structured output from a LLM

Hey everyone, I am working on a practical LLM-based app and struggled with getting clean JSON output. I know I'm not alone in this. To solve this I found- The Instructor library. It is solid for getting structured data from any LLM. I put together…