Blog
Behind-the-scenes on building Hawkeye — architecture decisions, lessons learned, and what's coming next.
ProductLatest
Web Testing Is Broken — So We Built an Agent That Can See
Every major testing framework relies on recorded scripts frozen in time. We decided to give our agent eyes instead, and it changed everything.
May 15, 20265 min read
Read more Product
From CLI Tool to SaaS Platform in 20 Days
208 commits. 8 development epochs. One team building a complete AI-powered testing platform from scratch. Here's the honest retrospective.
May 12, 20266 min read
Architecture
Building an Observable Browser Sandbox
We needed a browser environment you could watch in real time, record as video, and control programmatically. Here's how we built it.
May 8, 20265 min read
Engineering
Three Hard Lessons from Running Async Python in Production
Connection pools that break between tasks. Events that arrive a step late. Pipes that deadlock silently. Here's what we learned the hard way.
May 5, 20266 min read