Live data from Hacker News

Viewing profile — Visweshyc

Visweshyc

HN member
Joined
Wed, Nov 05, 2025, 1:11 AM UTC
HN karma
38
Public activity
11 items

About Visweshyc

No profile information was provided.

Recent public activity

  1. comment
  2. 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

  3. comment
    Comment #47451519

    Fair feedback. Will make that clearer. Appreciate it

  4. 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…

  5. 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…

  6. 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…

  7. comment
    Comment #47443492

    Thanks! To execute these tests reliably you would need custom browser fleets, ephemeral environments, data seeding and device farms

  8. comment
    Comment #47442898

    Yes we currently support web apps but plan to extend the foundation to test mobile applications on device emulators

  9. comment
    Comment #47442738

    Thanks! We believe executing the scenarios and showing what actually broke closes the loop

  10. 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…

  11. 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…