Ask HN : How do you visualize and manage your team's hybrid workflows?
Hey HN — especially those managing larger systems or teams. I’m working on a lightweight tool for building computational graphs (think flexible DAGs), where each node can be a function in any language (Python, Go, Rust, Node, etc.), a CLI tool, or even a full project. The idea is to make complex pipelines easier to reason about through clear visualization — and to allow swapping or updating individual nodes without breaking the whole flow. It’s designed to run locally, without depending on heavy cloud infrastructure. Would something like this make sense in your stack? Curious how you’re handling multi-language workflows today.