Ok… here we are…
I’m excited to share that I’ve successfully pieced together a Proof of Concept (PoC) capable of pulling data from various sources like Trello, email, and Slack. It’s designed to help streamline and automate responses for incoming direct messages (DMs). It’s far from flawless, and at this stage, it’s merely functional, but the potential is undeniable.
As we all know, a significant chunk of a manager’s role revolves around the aggregation and dissemination of information. This ranges from mundane tasks such as informing clients about a team member’s absence, to more intricate ones like ensuring all stakeholders are up-to-speed on the latest product requirements. My PoC, at this juncture, functions somewhat like an eccentric intern or a junior project manager with access to all your data resources. Intriguing, right?
Picture this for a moment. Imagine the PoC in its MVP (Minimum Viable Product) form. You log into your computer, and instantly, you’re provided with a summary of urgent matters requiring your attention. Already a time-saver, isn’t it?
But let’s take it a notch higher. Your emails, direct messages, and tasks all have pre-prepared draft responses. A single click to confirm and voila, a portion of your daily workload is completed!
Going a step further, imagine an AI assistant that identifies gaps in your knowledge and helps fill them by asking simple questions. Once you respond, it regenerates improved responses for your review. That’s double the efficiency!
Now, I bet you’re wondering what it takes to assemble such a solution for yourself. Well, the first step is data protection. It’s crucial to use a Natural Language Processing (NLP) system that doesn’t risk leaking your company’s data – a subtle nod to our friends at Samsung here.
Additionally, you’d find a locally hosted Language Model (LLM) with a private vector database quite beneficial. Integrating this system into your communication and ticket management platforms would require tools like Zapier or custom plugins.
Document handling is comparably straightforward – a one-time upload involving splitting data into chunks, tokenization, and so on. Then, it’s just a matter of consistent updates, which is simpler than it sounds.
As I continue refining this tool, making it increasingly usable for my daily operations, I promise to create a detailed guide to share with you all. Stay tuned!
TL;DR:
Related links:
https://github.com/imartinez/privateGPT
https://python.langchain.com/en/latest/index.html
https://github.com/minfenglu/AutoGPT-PM-Plugin
And you have a Junior-PM-in-a-box
Leave a Reply