Viewing profile — Visweshyc
Visweshyc
HN member- Joined
- Wed, Nov 05, 2025, 1:11 AM UTC
- HN karma
- 38
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About Visweshyc
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #47451551
We see this as different from review. The system generates tests to catch second-order effects and executes them against the live application to expose bugs
-
comment
Comment #47451519
Fair feedback. Will make that clearer. Appreciate it
-
comment
Comment #47451202
Good point. To keep the regression tests reliable as the app evolves, we run a reliability cascade. First, we generate and execute deterministic Playwright from the codebase. If ex…
-
comment
Comment #47445940
We evaluated test generation using Claude code and our purpose built harness and measured the quality of tests in catching the unknown unknowns. We noticed Claude Code misses the s…
-
comment
Comment #47443676
The system focuses on going beyond the happy path and generating edge case tests that try to break the application. For example, a Grafana PR added visual drag feedback to query ca…
-
comment
Comment #47443492
Thanks! To execute these tests reliably you would need custom browser fleets, ephemeral environments, data seeding and device farms
-
comment
Comment #47442898
Yes we currently support web apps but plan to extend the foundation to test mobile applications on device emulators
-
comment
Comment #47442738
Thanks! We believe executing the scenarios and showing what actually broke closes the loop
-
comment
Comment #47442650
Thanks for the feedback! - Agreed that the form factor can be condensed with a link to detailed information - With the codebase understanding, backend is where we are looking to ex…
-
story
Launch HN: Canary (YC W26) – AI QA that understands your code
Hey HN! We're Aakash and Viswesh, and we're building Canary ( https://www.runcanary.ai ). We build AI agents that read your codebase, figure out what a pull request actually change…