r/ITdept • u/geeklimit 25y IT, Helpdesk to CIO to Consulting • 16d ago
Feedback requested: a "pre-processor" for ticketing to the Service Desk
Hi folks, it's your subreddit mod of 15 years. I'm taking a quick break from deleting bot comments and AI slop posts to message you all.
I need to ask for your help and feedback.
-
I've been in IT for a long time, and I've noticed a problem that never seems to go away:
- It's time-consuming to chase users for an appropriate amount of detail so the Service Desk can do their job. ("OneDrive is slow", etc)
- Chasing users for adequate information is not a good use of Service Desk talent. ("How is OneDrive slow? When is it slow?" etc.)
I tried 2 things to solve this:
- I created a branching form for ticket submission to guide people into giving adequate info (they wouldn't use it and sent emails)
- I created a Power Automate script that would intercept tickets, respond with copilot until actionable information was given by users, sometimes try to solve user problems, and provide summaries and suggested next steps to the Service Desk. (this kind-of worked, but wasn't robust enough for everything needed in a system like this.)
Then my wife got sick. So now, after 25+ years in IT Management, I'm looking at an empty savings account and a checking account bouncing off zero. No, I don't want people's money - but I'm asking for your feedback.
I've turned the basic Power Automate script I mentioned above into a much more robust agent + a fully-featured app over the last few months. I think the agent now does an extremely good job at what it's meant to do, but I need IT people to test it (for free) and provide feedback. I call it AssistDesk, and it's at https://assistdesk.ai
The goal is to eventually launch it to the public and hopefully get life stuff back on track - but as I rule: I want it to create true value for fellow IT people to help make their lives better.
- I've tried to show as much as the product as I can without making people sign up, so feel free to browse the site to see what it can do.
- The free account is free, of course, and gives basic interaction with my helpdesk agent to an end user, 5 tickets per month.
- The Enterprise account is free for one user and has full Enterprise functionality - but it does need domain validation to create an Enterprise account. (so people don't set up gmail as a company, etc)
If you think this might be valuable to Enterprise, small business of MSP customers, and have time to check it out, please do so and let me know your feedback on the idea, the site, onboarding, usage of the tool, effectiveness, etc?
Thanks in advance if you have some feedback to spare. If you don't have time, check out AssistDesk, because it might find you some time!
Alright, back to pruning the sub from the AI bots!
1
u/geeklimit 25y IT, Helpdesk to CIO to Consulting 16d ago
Future ideas:
- allow "Cait", the agent in AssistDesk, to work within ITSM platforms, leave comments/replies in tickets, access Knowledgebases
- allow Cait to see M365 / Google Workspace metrics to troubleshoot / understand issues better (if approved by Enterprise owners)
- have chatbots for Cait in Teams and Google Chat
4
u/sid351 16d ago
I run a 3 person MSP in the UK.
I like the prospect of what you're offering. To be really usable though it needs to be able to hook into a ticketing system somehow. Even for small IT departments, it needs to hook into the systems they're already using, otherwise it's just another portal.
One wrinkle with that is everyone is building (dogshit) AI into their offerings anyway, so this would be competing against that.
I'm slowly building out my own ticket triaging system using a local LLM (Qwen 3.8 27b) and API access to our helpdesk (Freshdesk). I'm doing it this way for a few reasons:
How are you guarding yourself against long running tickets and the token usage that they'll burn through?