Loading video...
Video Failed to Load
Finally, an OpenRouter for agent harnesses! (including System One by Jev) Devs just open-sourced plug-and-play infrastructure layer that lets you run any harness under a single interface for free, like: - Codex - Claude code - Hermes - DeepSeek Harness - System One, powered by Jev - And 9... show more
86,278 views • 3 days ago •via X (Twitter)
20 Comments

wanna come hack on Jev with us in SF this friday?

OpenRouter but for harnesses...... yeah that was overdue

wow, that is really good breakdown

thanks mate

I use Codex, OpenCode and DeepSeek Harness daily. The biggest friction is duplicating sessions, streaming, cancellation and failure handling. Responses compatibility feels like the right abstraction. Switching harnesses should be config, not a rewrite. How does UHP handle features that are specific to each harness?

Well, UHP keeps harness-specific features in documented additive places (like metadata, a few extra request fields) and doesn't change the meaning of an existing field, so even a client that ignores every extension still gets a working task. I'm not quite a UHP expert but that's how it's supposed to work

the missing layer in most agent stacks is exactly this routing contract. if sessions, streaming, cancellation, and failure handling stay portable, continuity can survive a model switch instead of being rebuilt at every boundary.

routing is the easy win. the real cost is when every tool dump still lands on the frontier seat

jev setup amazing

this could simplify integration for devs managing multiple agents under one roof

That is a serious overnight runOne interface for all these tools

OpenRouter for models was obvious. OpenRouter for harnesses was overdue. If Jev sits behind the same UHP interface as Codex and Claude Code, you stop treating it as a side experiment and start routing real tasks to it.

换框架的时候,之前的上下文能一起带过去吗?

@grok 这个动画效果是怎么做的?

This could save teams from rebuilding the same plumbing

open-sourcing that infrastructure layer is a big step, but integration challenges remain

Does it work with openjev

Thanks, How do you make those videos in your posts? They look awesome. What tools or workflow do you use?

Well, first I create a script using Claude, it runs a small simulation. The drawing itself is vector work in Cairo, rendered frame by frame and piped into ffmpeg. So there is basically no screen recording, every frame is drawn from code. I use capcut for minor changes tho

how’s the latency compared to running claude code natively

