HackerTrans
TopNewTrendsCommentsPastAskShowJobs

levxn

no profile record

comments

levxn
·vor 4 Monaten·discuss
Truly speaks the real issues faced even in dev, and obviously on prod. I really love how the product simplifies the diagnosis burden :))
levxn
·vor 5 Monaten·discuss
I architected an autonomous issue triage agent designed to filter noise and surface critical signals for open-source projects. Leveraging vector memory for duplicate detection and a custom "Novelty Scoring" algorithm, the agent intelligently distinguishes between redundant reports and genuinely new issues. It then compiles these insights into high-value, multi-channel digests (Email & Slack), ensuring maintainers focus only on what truly requires their attention.

Thought this can help all open source communities focus on real issues aligned to your goal and look out for enhancements and bugs of what severity it adds up to your existing code base. The plus point is that this can also be exposed as a github app bot which can be spun on your preferred duration (say 24hrs once) for the previous day's issue. It is compared with the entire history of other issues utilizing vectordb capabilities and helping you out with best ranked issues filtered and dropped in your inbox be it Email or any mode of communication.
levxn
·vor 5 Monaten·discuss
I developed a comprehensive Slack MCP tool suite that transforms Slack from a simple chat interface into a fully operational control plane for AI agents. It was tested end to end with other tool capabilities like CRM, where all executions can happen from slack itself, all you have to do is call this slack bot which is connected via webhooks hence anything you name it, it will use available tools to help you out with actions reducing multiple touch points. (I am @levxn on github, feel free to connect)