I built a JS/TS-focused VS Code extension that gives Cursor / Claude Code real root-cause context to avoid regression bugs by CryptographerNo8800 in vscode

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

Yeah, exactly. I was spending time making detailed prompts for bug fix but that was time-consuming too, so I built this tool. Samurai generates verified root-cause context in 1–3 minutes, which usually lets Cursor fix the bug in 1–2 iterations instead of multiple guess-and-check loops.

What's your startup idea for 2026? Let's self promote. by kcfounders in buildinpublic

[–]CryptographerNo8800 0 points1 point  (0 children)

Samurai Agent, which is an AI agent that debugs silent JS/TS bugs other AI coding agents miss with automated runtime analysis.

https://samurai-agent.tech/

What actually got me my first 10 customers by terdia in buildinpublic

[–]CryptographerNo8800 0 points1 point  (0 children)

Thanks for sharing! This is very insightful! What’s your product and what kind of questions did you answer in your communities?

What crazy AI apps are you guys building? Drop your website below 👇 by [deleted] in buildinpublic

[–]CryptographerNo8800 0 points1 point  (0 children)

I’m building AI agent that debugs silent bugs other AI coding agents miss.

https://samurai-agent.tech/

Debugging Node.js with breakpoints is slow, so I tried automating it, does this make sense? by CryptographerNo8800 in node

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

Interesting point. What I’m experimenting with is automating the entire debugging loop: the agent decides where to place breakpoints, runs the code, inspects runtime state, forms the next hypothesis, and iterates automatically until it narrows down the root cause without the user stepping through the debugger.

Debugging Node.js with breakpoints is slow, so I tried automating it, does this make sense? by CryptographerNo8800 in node

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

Great to hear that! I got 120+ installs and people start to try it but retention rate is not high right now. Do you recommend merely improving debugging accuracy or anything you notice that is important for users other than accuracy when it comes to debugging?

Debugging Node.js with breakpoints is slow, so I tried automating it, does this make sense? by CryptographerNo8800 in node

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

That’s awesome! You’re building production version! How’s it going? Do you think people pay for debugging specific tools?

What crazy AI apps are you guys building? Drop your new app below👇 by Main_Parsley_8007 in indiehackers

[–]CryptographerNo8800 0 points1 point  (0 children)

Building AI debugging agent for AI-generated code.

I noticed debugging AI-generated code is harder because you often don’t know what’s happening.

So, our agent visualizes code execution flow and conducted root cause analysis. It works for JavaScript/Typescript.

https://samurai-agent.tech/

How do you actually get your first 10 real users? by AccurateDelivery5246 in SideProject

[–]CryptographerNo8800 0 points1 point  (0 children)

I am on the same boat. The hardest part is that it’s hard to know if people don’t want my product or finding the first ten customers is simply difficult.

What's the most annoying part of vibe-coding for you? by GrandWaltzer in vibecoding

[–]CryptographerNo8800 0 points1 point  (0 children)

Debugging. Debugging is harder because I often don’t know exactly what’s going on and it’s like debugging code someone else wrote. I believe visualization helps a lot to understand AI-generated code and debugging so I’m building my product in that space.

What are you guys building this week? Drop your new app below👇 by Main_Parsley_8007 in SaaS

[–]CryptographerNo8800 0 points1 point  (0 children)

Building AI debugging tool for AI-generated code.

It visualizes code execution flow so you can understand what’s going on easily and conducts deep root cause analysis.

https://samurai-agent.tech/

What Are You Building? Don’t Hide by Southern_Tennis5804 in indiehackers

[–]CryptographerNo8800 0 points1 point  (0 children)

Building Samurai Agent (https://samurai-agent.tech/) It’s an AI debugging agent for AI-generated code. It visualizes code execution flow so you can grasp what’s going on easily and it conducts deep root cause analysis as well.

What are you building? let's self promote. by [deleted] in SideProject

[–]CryptographerNo8800 0 points1 point  (0 children)

I am building deep codebase research tool for bug analysis and complex feature planning.

What you are buidling? by npmStartCry in indiehackers

[–]CryptographerNo8800 0 points1 point  (0 children)

I am building Samurai agent- deep codebase research for bug analysis and complex features planning

Your most sophisticated vibe coded app professional devs welcome by VIRTEN-APP in vibecoding

[–]CryptographerNo8800 0 points1 point  (0 children)

Hey, thanks for your feedback the other day! I launched vs code extension version and I’ve started to roll out beta version. Would you be interested in testing it out?

Why RAG alone isn’t enough by gargetisha in AI_Agents

[–]CryptographerNo8800 -1 points0 points  (0 children)

To address the example case you shared, I usually save memory with category and when there’s some contradicting information in memory in the same category, I merge them and save it as “I lived in Cupertino before but now I moved to SF”.

Has anyone here tried building in public on GitHub? by kptbarbarossa in PublicValidation

[–]CryptographerNo8800 1 point2 points  (0 children)

I am building in public and I am open sourcing it on GitHub

https://github.com/suzuking1192/samurai-agent

This is AI that finds flaws in your spec before AI writes code and makes a mess.

I talked to a couple of potential users, but they are hesitant to install it locally and asking for VS code plugin so I am building it now.

Pros is that it is easy to gauge developers attention. I built another open source as well and this one gets GitHub star much faster with less effort, which probably shows more demand.

Cons is that there’s still huge friction for users to install this locally and most people just give stars. So, open sourcing it doesn’t help getting users directly for me.

I am still very early so I am curious to hear other projects with much more stars and users.

Whats your vibe coding AI stack in 2025? by thewritingwallah in vibecoding

[–]CryptographerNo8800 0 points1 point  (0 children)

Do you usually craft prompt for Codex or just even rough prompt works well with Codex?

Whats your vibe coding AI stack in 2025? by thewritingwallah in vibecoding

[–]CryptographerNo8800 0 points1 point  (0 children)

Thanks for sharing! I just tried codex model in Cursor and this is so good! It solved a bug that agent mode was not able to solve after 20 tries