Show HN: Corv v1.1 is out! Solving SSH execution for AI agents

I don’t see much interest yet in the infrastructure side of AI. Maybe it’s because few people want to take on the liability of letting agents handle infrastructure work, where the margin for error is close to zero.

But the underlying situation is awful. Most effort goes toward the application layer, with heavy wrappers and little attention given to one of the most sensitive parts: SSH.

LLMs as they work today, are not naturally compatible with SSH. Most handlers use coping mechanisms.. instead of solving the problem properly. They operate SSH almost like a human would, with some arguments added on top. This consumes tokens, creates instability, and requires many tool calls for simple tasks or large batches of commands executed at once in the hope that everything goes correctly.

As agent harnesses have shown, tooling has a major effect on model performance. After getting tired of the current situation, I decided to handle it myself.

Corv is my solution: a layer specialized around SSH that handles the parts that are problematic for AI agents, while remaining useful for humans. The models I used to review and stress-test it consistently preferred having Corv available as the default way to work with remote machines.

Today I’m releasing v1.1, the first meaningful update. It makes Corv substantially more robust under concurrency, interruptions, and larger workloads.

There is still a way to go, and this area may be early and niche today. But infrastructure is the foundation, not the cherry on top. I believe this execution layer will become necessary, whether that happens this year on q4 or the next. Cheers!


Comments URL: https://news.ycombinator.com/item?id=49038578

Points: 1

# Comments: 0