HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pranshuchittora

no profile record

Submissions

Ask HN: How are you using AI agents for testings features?

1 points·by pranshuchittora·12 дней назад·1 comments

[untitled]

1 points·by pranshuchittora·2 месяца назад·0 comments

Show HN: Open-Source Agentic QA Harness with Memory

vostride.com
18 points·by pranshuchittora·2 месяца назад·2 comments

Show HN: Id-agent – Token efficient UUID alternative for AI agents

github.com
42 points·by pranshuchittora·2 месяца назад·55 comments

Open-Source Agentic QA Harness with Memory

github.com
50 points·by pranshuchittora·2 месяца назад·8 comments

Show HN: Agent-QA – natural-language E2E tests for apps built with coding agents

vostride.com
1 points·by pranshuchittora·2 месяца назад·0 comments

Show HN: Agent-QA: Open-source AI end-to-end testing for web and mobile apps

vostride.com
3 points·by pranshuchittora·2 месяца назад·1 comments

[untitled]

1 points·by pranshuchittora·3 месяца назад·0 comments

Mobile Devtool for Agents and Humans

github.com
3 points·by pranshuchittora·3 месяца назад·0 comments

[untitled]

1 points·by pranshuchittora·4 месяца назад·0 comments

Show HN: Simvyn – open-source Universal mobile devtool

github.com
1 points·by pranshuchittora·4 месяца назад·3 comments

Show HN: Simvyn – Universal mobile devtool, no SDK required

github.com
2 points·by pranshuchittora·4 месяца назад·0 comments

Show HN: The fastest OLAP engine for React Native

github.com
2 points·by pranshuchittora·5 месяцев назад·0 comments

comments

pranshuchittora
·12 дней назад·discuss
GitHub - https://github.com/vostride/agent-qa
pranshuchittora
·12 дней назад·discuss
Yes, I feel so. I started happening from june first weekish. I have shifted to claude code for planning things and codex for execution (as it is faster, though dumb)
pranshuchittora
·13 дней назад·discuss
Yes - https://github.com/vostride/agent-qa
pranshuchittora
·13 дней назад·discuss
Use https://github.com/vostride/agent-qa you don't need a QA team just ask coding harness to write tests and you can review the test runs.
pranshuchittora
·23 дня назад·discuss
Yes a lot. So with the acceleration of AI in the software engineering. Features are being shipped faster but causes regressions. The only way to verify is either you write tests with AI and spend hours reviewing them or you do manual QA. agent-qa aims to solve the later. First your product should work for the end user, later you can write clean test etc.
pranshuchittora
·24 дня назад·discuss
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·24 дня назад·discuss
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·24 дня назад·discuss
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·24 дня назад·discuss
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·24 дня назад·discuss
I did. Checkout the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·24 дня назад·discuss
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·24 дня назад·discuss
Some digging FAST_MODEL = "google/gemini-3-flash" (fast mode primary) DEEP_MODEL = "openai/gpt-5.4" (deep mode primary) VISION_CLICK_MODEL= "openai/gpt-5.4" (the visual grounder)

fast: gemini-3-flash, falls back to gpt-5.4, 15-min run timeout, max 2 visual calls/step. deep: gpt-5.4, 15-min timeout, max 3 visual calls/step.

Why such a hard timeout, and why not latest models?
pranshuchittora
·24 дня назад·discuss
Hey, I just gave it a try and ran a quick test on booking.com. It took ~3 mins for a basic test. Do you cache the test steps so that future runs are faster and they don't call LLMs for the subsequent runs?

Also your current pricing is $300 for 1K tests which means $0.3 for each test. We tried out playwright mcp and it easily consumes 1M+ tokens for a test with ~20 steps (including image input). So with this pricing are you guys default alive?

Also is there a benchmark which you ran to prove the efficacy of your testing agent? because in the current stage it is a trust me bro kinda thing.
pranshuchittora
·2 месяца назад·discuss
The word dictionary is curated with guardrails. Also the dictionary contains words which are 1 BPE token long. Under 5-6 characters
pranshuchittora
·2 месяца назад·discuss
[dead]
pranshuchittora
·2 месяца назад·discuss
Thanks for those kind words. The landing page's demo required lots of sculpting. I would say that agent-qa is not only frontend focused. As you can run hooks in sandboxed env to test apis, so a better way to put it is with agent-qa you can test the product end-to-end not only UI.

But the issue with API testing / backend is that coding harnesses are really good at it. A product manager who writes user stories should be able to write tests for the product, and usually PMs don't care about the APIs.

Do give agent-qa a try, and consider giving it a star on GH https://github.com/vostride/agent-qa

Thanks!
pranshuchittora
·2 месяца назад·discuss
It is being used in production at https://vostride.com/agent-qa The issues was agent-qa have many different kinds of files tests, memory etc and there's too much FK references which LLMs need to resolve. Using id-agent worked like a charm
pranshuchittora
·2 месяца назад·discuss
V1StGXR8_Z5jdHi6B-myT 21 Characters, 14 Tokens Really really inefficient
pranshuchittora
·2 месяца назад·discuss
Yes, we have the validation methods to verify the output. https://github.com/vostride/id-agent/#validateid

A random "-" separated words will fail the validation check.
pranshuchittora
·2 месяца назад·discuss
Looks like it ;)