5 ms·
I wonder if we’ll get something like CDLMs for automated harness engineering, sort of piloting the LLM underneath.
by NickNaraghi 17d ago
I wonder if we’ll get something like CDLMs for automated harness engineering, sort of piloting the LLM underneath.
- ramon156 17d agohow do tools like hermes do this? does it just review sessions and rewrite markdown files? also haven't read too deep into the deepseek agent harness but the math in there was really cool. it sounded promising, at least.
- pests 17d ago> does it just review sessions and rewrite markdown files Yes, same with openclaw etc. Some might have plugins to integrate with graph or vector databases besides only markdown files.
- latentsea 17d agoThere's a cool research project https://github.com/exoharness/exo https://github.com/exoharness/exo that is designed specifically as a self-modifying harness, so architecturally it separates things in a way that makes it a lot harder for the agent to break itself when modifying itself. It looks pretty neat. Saw the author do an interview on a podcast explaining it.