Blog
Notes from the build.
Engineering decisions, product thinking, and the occasional opinion — written by the people shipping the work.
EngineeringJune 10, 2026· 5 min read
Prompt to production: why we built Helix Studio around pull requests
Most AI coding tools stop at a suggestion. We think the unit of AI development should be a reviewable pull request — here's why.
Read articleCultureJune 4, 2026· 4 min read
The boring fundamentals win
Audit logs on every write. Zod at every boundary. Ownership checks that return 404, not 403. The unglamorous decisions that make software trustworthy.
Read articleProductMay 28, 2026· 3 min read
Bring your own model: provider-agnostic by design
OpenAI, Anthropic, or a local endpoint — and your own keys. Why we refuse to lock you to a single vendor.
Read article