logoalt Hacker News

Building an Advanced Agentic Harness

45 pointsby Anon84today at 1:54 PM23 commentsview on HN

Comments

Anon84today at 4:13 PM

And the associated GitHub repo: https://github.com/DataForScience/LLMs

abdullahkhalidstoday at 3:58 PM

A harness [1] was developed by Terrence Tao and some collaborators to prove mathematical results. It has since then been used by others with positive effect. Can someone critique the structure of this harness? I don't know anything about this stuff.

[1] https://github.com/1stproof/batch-2/tree/main/batch-2-submis...

hanneshdctoday at 3:30 PM

Any benchmarks showing if this actually improves problem solving? Or reduces errors?

The idea is cool, but from own experience in harness engineering, lots of cool sounding ideas can have a negative impact on performance due to emergent and confounding effects.

So I'm a bit skeptical!

show 1 reply
budududuroiutoday at 2:33 PM

> The plan is a graph

I much prefer giving the LLM a REPL loop, and injecting all the tools as functions inside the REPL loop.

That means that the LLM isn't constrained to writing a DAG, it can write code that loops, exits early, etc.

show 1 reply
Axsuultoday at 3:07 PM

Anyone else have related reading that touches on this? I'm building my own custom harness and want to start implementing loop support, etc. But I also want to build some sort of framework so that it's dynamic (e.g. this needs to run x number of iterations, while planning needs to run y number of iterations).

show 3 replies
hnlqpx99l9today at 2:38 PM

Good stuff, keeping it

dominotwtoday at 2:23 PM

why do i hate skillks, harnesses , memory systems whatever. such ideas that everyone thinks they've discovered but are totally useless in practice.

show 7 replies
saadyousfitoday at 3:39 PM

[flagged]