We built automated testing for vibe-coded apps
2 MatveyF 1 9/18/2025, 7:22:30 PM
Hi HN! We built buffalos.ai because we got tired of users finding bugs we missed.
The problem: AI tools like Cursor made us 10x faster at shipping, but manual testing is still slow.
Buffalo spawns browser agents that click everything users would click, in ways you didn't test. They find the bugs before your users do.
How it works:
1. Paste your staging URL 2. Agents systematically test all interaction paths 3. Get a detailed report with scoring for different category
Would love your feedback.
Free during beta: buffalos.ai
Comments (1)
codingdave · 1h ago
Writing a crawler to hit all possible links and interactions is not the tricky part. Actually understanding the expected behavior, which is not always what the code says it should be, is the tricky part. Without someone actually creating specific assertions and acceptance criteria, this seems like a flawed concept, as it might catch some bone-headed "Oh, clicking here breaks it" mistakes, but those are not the bugs that most teams fight.