Remix.run Logo
satvikpendem 5 hours ago

Why would I use this over any other harness? I suppose they're wrapping it all up in a nice package for enterprise, especially ones that want to control their LLM usage for cost and data security compared to the cloud frontier models.

slopinthebag 5 hours ago | parent [-]

There’s actually not a lot of good harnesses that aren’t slopped together python or JS codebases, which are actually model-agnostic and don’t do some really silly things like bloating the context, too much compaction etc.

There is no way I’m running a python or JS agent which is probably vibe coded, it’s just too much risk from a security and supply chain standpoint.

Geezus_42 4 hours ago | parent [-]

The harness is a security threat because it's vibecoded but the code you're having agents write for you isn't? Lol

slopinthebag 2 hours ago | parent [-]

I don’t vibe code though, to the extent I actually use agents to generate code it all gets reviewed and it’s essentially exactly what I would have written myself. It’s mostly things like mechanical refactors, boilerplate generation, etc.