logoalt Hacker News

h92hPAnQL5ylGZRtoday at 4:42 PM3 repliesview on HN

It sounds like they're building a super-root which can destroy your whole infrastructure at once ???

From their website:

"Building and operating software today spans local machines, remote hosts, sandboxes, services, and production systems. It has many modes of operation: interactively with a human developer, automatically through CI and background processes, and increasingly through agents working in parallel.

[...]

We believe the missing layer is a durable session around the work itself: one that can span applications and environments, provide relevant context by default, expose structured data and actions, preserve history, and be driven by software while remaining visible and controllable by people.

[...]

This is our plan to build a multiplexer for all work: 1 Build an incredible multiplexer. 2 Make everything in it composable. 3 Make it safe and operable in production"


Replies

pprotastoday at 4:49 PM

It’s good to be skeptical, but this guy is the inventor of quite a bit of architecture software supporting modern systems

I think it’ll be fine

kccqzytoday at 5:15 PM

It’s a terminal multiplexer. Nothing in this announcement suggests to me that using this multiplexer will require the user to get root or super-root or any additional permissions. It’s what the user already has access to, but more “durable” (which I take a mean terminal session history on by default). And I don’t believe any short-lived secrets like ephemeral keys could have their lifetime extended by a terminal multiplexer. And nothing really supersedes RBAC which any respectable org should be using always.