logoalt Hacker News

calgootoday at 6:24 AM1 replyview on HN

I really disliked how opencode works IMO; the harness tries to do to much in my mind. Switching to Pi was a breath of fresh air for me, and I even use hax for some of my local needs where i dont want to have the giant pile of fertilizer that is NPM or PIP installed.

The harness becomes more and more important, the smaller the model is as you need to offload context management as well as memory to the harness. The big models basically just need a bash prompt tooling and you let the model manage everything inside its own context.


Replies

mobelkhtoday at 9:11 AM

what does it do too much out if the box? afaik it only has the basic tools and two agents profiles, maybe lsp support is extra?

show 1 reply