Readit News logoReadit News
rbren commented on Pi – A minimal terminal coding harness   pi.dev... · Posted by u/kristianpaul
CGamesPlay · 16 days ago
To me, the most interesting thing about Pi and the "claw" phenomenon is what it means for open source. It's becoming passé to ask for feature requests and even to submit PRs to open source repos. Instead of extensions you install, you download a skill file that tells a coding agent how to add a feature. The software stops being an artifact and starts being a living tool that isn't the same as anyone else's copy. I'm curious to see what tooling will emerge for collaborating with this new paradigm.
rbren · 16 days ago
Funny, I just released my dev setup as “Open prompt”

https://github.com/rbren/personal-ai-devbox

rbren commented on MiniMax M2.5 released: 80.2% in SWE-bench Verified   minimax.io/news/minimax-m... · Posted by u/denysvitali
rbren · a month ago
A reasonably sized OSS model that's this good at coding is a HUGE step forward.

We've done some vibe checks on it with OpenHands and it indeed performs roughly as good as Sonnet 4.5.

OSS models are catching up

rbren commented on I was banned from Claude for scaffolding a Claude.md file?   hugodaniel.com/posts/clau... · Posted by u/hugodan
rbren · 2 months ago
This is why it's worth investing in a model-agnostic setup. Don't tie yourself into a single model provider!

OpenHands, Toad, and OpenCode are fully OSS and LLM-agnostic

rbren commented on Agentic AI Foundation   block.xyz/inside/block-an... · Posted by u/thinkingkong
flakiness · 3 months ago
So I'll focus on the block's contribtution, which is goose: https://github.com/block/goose

Has it gotten better and good enough? I tried it a few months back and it was pretty crappy. And it's not because of bad models (I used it with the latest Claude at that time) but because of poor harness implementation and UI.

Is it worth trying the latest version to see how it compares with Claude Code? I want OSS, model agnostic implementation to win but I felt the odds are off then. I'd be happy to be proven wrong.

rbren · 3 months ago
The OpenHands CLI has had some major improvements since v1: https://github.com/OpenHands/OpenHands

MIT license and model agnostic

I’d also keep a close eye on Toad which is launching this month:

https://willmcgugan.github.io/announcing-toad/

rbren commented on Self-hosting my photos with Immich   michael.stapelberg.ch/pos... · Posted by u/birdculture
nntwozz · 3 months ago
Anyone used https://lycheeorg.dev for a comparison?

I'm curious to know which one would suit me best.

rbren · 3 months ago
I use lychee. It’s been great. Uploads could be a bit rough a few versions back but they’ve been seamless for a while
rbren commented on Agent design is still hard   lucumr.pocoo.org/2025/11/... · Posted by u/the_mitsuhiko
rbren · 4 months ago
If you want to hack on an emerging agent SDK (specializing in software development), join us at https://github.com/OpenHands/software-agent-sdk
rbren commented on You should write an agent   fly.io/blog/everyone-writ... · Posted by u/tabletcorry
solarkraft · 4 months ago
How autonomous/controllable are the agents with this SDK?

When I build an agent my standard is Cursor, which updates the UI at every reportable step of the way, and gives you a ton of control opportunities, which I find creates a lot of confidence.

Is this level of detail and control possible with the OpenHands SDK? I’m asking because the last SDK that was simple to get into lacked that kind of control.

rbren · 4 months ago
That's the idea! We have a confirmation_mode that can interrupt at any step in the process.
rbren commented on You should write an agent   fly.io/blog/everyone-writ... · Posted by u/tabletcorry
rbren · 4 months ago
Spoiler: it's not actually that easy. Compaction, security, sandboxing, planning, custom tools--all this is really hard to get right.

We're about to launch an SDK that gives devs all these building blocks, specifically oriented around software agents. Would love feedback if anyone wants to look: https://github.com/OpenHands/software-agent-sdk

u/rbren

KarmaCake day268February 15, 2024View Original