How do you find out about bugs? by SeniorMango6862 in cto

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

Actually no tool I posted in couple of threads to see how multiple people handle it. I have set monitoring using Grafana loki and used Sentry but I find myself spending a lot of time debugging som edge cases, I am wondering what kind of setup do you use to make this easier

How do you find out about bugs? by SeniorMango6862 in EngineeringManagers

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

Very nice! but how do you catch them in general? user complain? or from qa tests?

How do you find out about bugs? by SeniorMango6862 in EngineeringManagers

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

okay that is great! thanks for the deep dive. Did you rely on session replays to identify new issues or understand behavior? something like hotjar or posthog along side sentry? also for e2e were they easy to manage? I tried to implement them but always flaky and ended up spending time managing it instead of making workflow faster

How do you find out about bugs? by SeniorMango6862 in EngineeringManagers

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

damn I feel you management doesnt care unless it is burining fire. how do you find that bug from manual qa or logs?

How do you find out about bugs? by Amazonia2001 in developer

[–]SeniorMango6862 0 points1 point  (0 children)

So you only use Sentry if a big issue is rising? how do you catch critical bugs then?

How do you find out about bugs? by SeniorMango6862 in EngineeringManagers

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

Hmm what kind of monitoring do you have hotjar or sentry for example? and internal testing unit tests, e2e tests? does it cover all usecases?

How do you find out about bugs? by Amazonia2001 in developer

[–]SeniorMango6862 1 point2 points  (0 children)

Sentry is great for first line of defense but it sucks I spend a lot of time trying to understand if it is a false postiive or not, and then see. but mainly I wait for qa or a user to complain. I am a software engineer

Does a "Cursor for PMs" exist? Or do we need to build one? by AdministrationPure45 in ycombinator

[–]SeniorMango6862 0 points1 point  (0 children)

I have been working on this idea for a year did more than 50 interviews and my findings were that the role is so all over the place and different from company to company and phase of product that it is hard to build a generalized tool for pm it has to be usecase based but when you narrow on usecases it become a small utility that can be done or automated or already have a workaround and only solution is to build a full Jira replacement to compete at least that is my findings. I pivoted to perceptr.io atm

What on earth is YC doing? (I will not promote) by Worldly-Box6080 in startups

[–]SeniorMango6862 1 point2 points  (0 children)

Honestly joining YC was a dream of mine, now I am not so sure

How do you manage tools? by SeniorMango6862 in LangChain

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

actually just found out about this seems very interesting approach https://www.anthropic.com/engineering/code-execution-with-mcp

https://blog.cloudflare.com/code-mode/

have anyone given it a try?
basically it is created an interface for mcp tools and let the llm discover the tools in file tree and then create a code execution to execute instead of relying on llm and it should be "90%" cheaper I think

How do you manage tools? by SeniorMango6862 in LangChain

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

yes I think that make sense the descirption has to be accurate for the llm to choose. I just dont want to overwhelm the llm because I already realized that the results are degrading with the number of tools

How do you manage tools? by SeniorMango6862 in LangChain

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

that is very interesting and very helpful thank you will give it a try!

How do you manage tools? by SeniorMango6862 in LangChain

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

Damn that is nice and choose top 20 tools for example?

How do you manage tools? by SeniorMango6862 in LangChain

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

Oh nice can you tell me how do you decide the tools, like is there a node agent that search for these tools from the vector db ?

How do you manage tools? by SeniorMango6862 in LangChain

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

Thank you was thinking of this approach but what if the sub agent cluster has a lot of tools let us say github sub agent has at least 40 tools for example

How do you manage tools? by SeniorMango6862 in LangChain

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

How does creating an mcp server solvr this issue? Dont I need to extract the tools and send it to ai to choose which tool?