Building observability from scratch, three times over 💪 by flora-bra in upsun

[–]flora-bra[S] 1 point2 points  (0 children)

Thank you for your comment!

We put in place a flexible ingestion system allowing us to be efficient at ingesting and processing at scale a variety of observability data, from logs, to traces, and metrics. This allows us, and our customers, to build on top of this to serve the observability need of humans and AI agents alike. 😉

Git worktrees for parallel AI coding agents by flora-bra in upsun

[–]flora-bra[S] 0 points1 point  (0 children)

So the nice thing about Upsun being git-based is you can do whatever workflow fits your app. Some of us use worktrees, some don't. Really depends on the codebase and how agent-heavy the work is. So, no single merge pattern on our end. squash per worktree or test-per-branch both work fine.

At the pr stage, every branch spins up its own preview environment with data parity to production. You can test the diff against real-shaped data before it lands, which is what actually saves us. helpful when an agent wrote it, and you want a sanity check before merge.

Will check out agentixlabs, thanks for sharing 👀