Hacker News new | ask | show | jobs
by verdverm 145 days ago
I solved this with Dagger and OCI layers, so I get all these same features while also doing so in an isolated environment in a ubiquitous format. The ADK framework I use does most of the rest

Not a prod time thing, unless you consider a coding agent using this as prod, because it's the real thing at development time

1 comments

That's a really cool approach, love it! Treating agent steps as build artifacts (OCI layers) makes total sense for coding agents or offline evaluations where you need filesystem-level reproducibility.

Verist, on the other hand, is aiming for the application layer: lightweight, low-latency observability for production user-facing apps where spinning up containers per-step isn't feasible. I think there's space for both: Dagger/OCI for heavy 'environment' replay, and Verist for semantic 'decision' replay.