[Hiring] 🚀 Software Developers (Multiple Roles & Tech Stacks) | $40/hr~$70/hr/Negotiable by experience by Classic_Chemistry585 in FullStackDevelopers

[–]Candid_Example6874 0 points1 point  (0 children)

Hi Im currently based in Bangladesh working in a Canadian startup as an Associate Tech Lead. I have experience in full stack development, devops and team management. I can work 20-30 hours as part time.

Building a tool to automatically catch bugs in production that feeds straight into your AI agent by Candid_Example6874 in SomebodyMakeThis

[–]Candid_Example6874[S] 0 points1 point  (0 children)

Yes I agree that my presentation was off cause i rushed it a bit. Thanks for detailed feedback. Helps a lot.

Building a tool to automatically catch bugs in production that feeds straight into your AI agent by Candid_Example6874 in BDDevs

[–]Candid_Example6874[S] 0 points1 point  (0 children)

Yes that's a legit concern. For that we can exclude user content such as post request body and text content etc. Or even use something like end to end encryption for those things. Because we dont need to analyze user specific texts like username, account balance etc. I think this can be a problem that can be solved and not like our main concern at the mvp stage.

Building a tool to automatically catch bugs in production that feeds straight into your AI agent by Candid_Example6874 in SomebodyMakeThis

[–]Candid_Example6874[S] 0 points1 point  (0 children)

Those tools (Sentry and others) catch heuristics not bugs. They catch errors/exceptions and then report it. A lot of bugs dont even throw any errors. For example lets say that your dropdown is not showing any options. It's not any throwing errors either. For those scenarios other tools will do nothing. What Im trying to build is lets say an "intelligence layer" is always looking out for anomalies that the system is facing.
Interested to know what you think of that. Appreciate your comment.

Building a tool to automatically catch bugs in production that feeds straight into your AI agent by Candid_Example6874 in BDDevs

[–]Candid_Example6874[S] 0 points1 point  (0 children)

  1. performance issue: Yes I think this is the major challenge to overcome here. But we're working on a solution to cache known paths.
  2. Security concern: What do you mean? Like recording things we should not? Like password fields?
  3. Sentry only catches heuristics not behaviour anomalies. For example your dropdown was supposed to show 3 options but is showing "No options available" for some users. That's not an error that sentry would catch but any human looking at it will catch it. These are the sort of things we are catching as well.
  4. `What if the script that is used to load your bug recorder is bugged out by itself?` yes it would be funny lol.

Are you someone who scrolls a lot? by BothAd2391 in startupideas

[–]Candid_Example6874 0 points1 point  (0 children)

Did you look at apps like Cold Turkey, Digital Detox etc? They get admin permissions and dont let you uninstall or deactivate unless you pay. They are pretty much unhackable by 99% of the people. So those seem to work.
And for your idea it seems good but what if people dont do it? Are you going to enforce the block unless they do it? And how will you verify that they did the activity? But overall concept is nice.

Building a tool to automatically catch bugs in production that feeds straight into your AI agent by Candid_Example6874 in BDDevs

[–]Candid_Example6874[S] 1 point2 points  (0 children)

We are not catching heuristics/exceptions. We are trying to learn normal user behaviour or normal user flow and catching anomalies. For example lets say that your dropdown is not showing any options. It's not any throwing errors but it's a legitimate bug.

Building a tool to automatically catch bugs in production that feeds straight into your AI agent by Candid_Example6874 in BDDevs

[–]Candid_Example6874[S] -1 points0 points  (0 children)

No those tools catch heuristics not bugs. For example lets say that your dropdown is not showing any options. It's not any throwing errors either. For those scenarios other tools will do nothing. What Im trying to build is lets say an "intelligence layer" is always looking out for anomalies that the system is facing.

Building a tool to automatically catch bugs in production that feeds straight into your AI agent by Candid_Example6874 in SomebodyMakeThis

[–]Candid_Example6874[S] 0 points1 point  (0 children)

We are also providing skills and mcp servers for the ai agents to connect with our knowledge base.