HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pranshuchittora

no profile record

投稿

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

1 ポイント·投稿者 pranshuchittora·12 日前·1 コメント

[untitled]

1 ポイント·投稿者 pranshuchittora·2 か月前·0 コメント

Show HN: Open-Source Agentic QA Harness with Memory

vostride.com
18 ポイント·投稿者 pranshuchittora·2 か月前·2 コメント

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

github.com
42 ポイント·投稿者 pranshuchittora·2 か月前·55 コメント

Open-Source Agentic QA Harness with Memory

github.com
50 ポイント·投稿者 pranshuchittora·2 か月前·8 コメント

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

vostride.com
1 ポイント·投稿者 pranshuchittora·2 か月前·0 コメント

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

vostride.com
3 ポイント·投稿者 pranshuchittora·2 か月前·1 コメント

[untitled]

1 ポイント·投稿者 pranshuchittora·3 か月前·0 コメント

Mobile Devtool for Agents and Humans

github.com
3 ポイント·投稿者 pranshuchittora·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pranshuchittora·4 か月前·0 コメント

Show HN: Simvyn – open-source Universal mobile devtool

github.com
1 ポイント·投稿者 pranshuchittora·4 か月前·3 コメント

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

github.com
2 ポイント·投稿者 pranshuchittora·4 か月前·0 コメント

Show HN: The fastest OLAP engine for React Native

github.com
2 ポイント·投稿者 pranshuchittora·5 か月前·0 コメント

コメント

pranshuchittora
·12 日前·議論
GitHub - https://github.com/vostride/agent-qa
pranshuchittora
·12 日前·議論
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 日前·議論
Yes - https://github.com/vostride/agent-qa
pranshuchittora
·13 日前·議論
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 日前·議論
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
·23 日前·議論
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·23 日前·議論
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·23 日前·議論
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·23 日前·議論
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·23 日前·議論
I did. Checkout the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·23 日前·議論
Try the OSS alternative - https://github.com/vostride/agent-qa
pranshuchittora
·24 日前·議論
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 日前·議論
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 か月前·議論
The word dictionary is curated with guardrails. Also the dictionary contains words which are 1 BPE token long. Under 5-6 characters
pranshuchittora
·2 か月前·議論
[dead]
pranshuchittora
·2 か月前·議論
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 か月前·議論
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 か月前·議論
V1StGXR8_Z5jdHi6B-myT 21 Characters, 14 Tokens Really really inefficient
pranshuchittora
·2 か月前·議論
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 か月前·議論
Looks like it ;)