2 separate Clients today talked about ChatGPT4 and asking questions about where this can come into play with Trello.
I will be honest, I haven't gotten beneath the hype of it and am yet to figure out whether
I would love to hear your thoughts and ideas on this...
We've had some tries with it at Adaptavist, and in the Community, and the answer is currently a resounding "no".
Adaptavist fed it 250-ish questions on Jira and Confluence, ranging from simple "how do I" to quite over-clarified questions. We had a Community lead hook it up to Community and we deleted all 150 answers and comments.
Of approximately 400 questions, we saw a lot of well-written and clear answers that were utterly howlingly wrong. There was only one that was right and we had to rewrite the question 4 times before it got it. It lies, it extracts snippets of documentation and glues them together for the wrong thing, it writes code referring to libraries and function calls that don't exist, it certainly doesn't understand that Jira, Confluence and Bitbucket are separate products, nor that there are Cloud, Server, and DC variants.
But, I strongly suspect most of those problems are because it has not been trained with Atlassian-related data at all (or if it has, it's been from somewhere like Stack Overflow where a lot of the answers are surprisingly poor)
That's why I started with "currently" - it's a long way off being useful in specialised fields.
But if you were using it for a subject on which it has been trained, I can see some uses for it.
But, I strongly suspect most of those problems are because it has not been trained with Atlassian-related data at all
That is the key. Out of the box, it will not work well for that usage. If you use the API, train and feed your documentation to it, and tailor your prompts and instructions, it does do a pretty good job.
We fed it our support site (Our documentation is all over the place when it comes to consistency) and made sure to give it a proper instruction prompt and it surprisingly provide some good results.
Otherwise, I agree with you that chatGPT currently is not ready for primetime without more advanced configs.
Wanted to share with you a concept requested recently by a prospect. He wanted to have an intelligent advisor on any board for individuals assigned to a card to provide advice using ChatGP and allow the member to suspend it and use it without ChatGPT.
The prototype built involves the use of Trello webhook to a microservice and read and write to the card as comments. One immediate event to handle is to be able to different between the member and the microservice to avoid a loop. History of conversation is tracked at board/card/member levels.
This is the second time I come across this particular use case.
Here's are some screenshoots...the actual ChatGPT has not been activated (coded) because the client need to define the actual prompt and how chat history will be used to enrich the prompt to be more effective.
I can demo a GPT that talks to Trello:
I recently posted about one that connects to Atlassian's Khoros Community, which is in the GPT store.
The trouble I see is with data, which can be bypassed with an gateway to OpenAI. This requires a Big Bet and the enterprise-grade funding and data security approvals that go along with it.
Going this route negates using GPTs in favor of wrapped access to their APIs in a service model. I'm happy to chat about this :)
ChatGPT-4 is a powerful tool that's more than just hype. It can streamline tasks, enhance productivity, and offer creative solutions. Integrating it with Trello can automate workflows, improve project management, and provide real-time assistance, making your solutions more efficient. While it's hard to predict the future, AI like Chat gtp ai is likely here to stay and evolve. It's not only useful for your business but has the potential to significantly impact various aspects of human progress.
Did you use ChatGPT to write that?
As part of my personal enhancement to Contalist for Contalist to handle replies originating from inside Trello I did build an integration that creates a summary of replies and recommend a reply. I made use of an Contalist email to trigger the OpenAI assistant giving it the card id so that it knows where to return the results.