logoalt Hacker News

hippycruncher22yesterday at 10:28 PM4 repliesview on HN

I'm a https://pi.dev man myself.


Replies

6ak74rfytoday at 1:02 AM

Same.

Pi is refreshingly minimal in terms of system prompts, but still works really well and that makes me wonder whether other harnesses are overdoing. Look at OpenCode's prompts, for instance - long, mostly based on feels and IMO unnecessary. I would've liked to just overwrite OC's system prompts with Pi's (to get other features that Pi doesn't have) but that isn't possible today (without maintaining a custom fork)

Richard_Jiangtoday at 1:18 AM

Pi is a great project, and the lightweight Agent development is really recommended to refer to Pi's implementation method.

wyretoday at 12:19 AM

Same.

I’m sure there’s a more elegant way to say this, but OpenCode feels like an open source Claude Code, while pi feels like an open source coding agent.

cmrdporcupinetoday at 1:24 AM

Pi is good stuff and refreshingly simple and malleable.

I used it recently inside a CI workflow in GitLab to automatically create ChangeLog.md entries for commits. That + Qwen 3.5 has been pretty successful. The job starts up Pi programatically, points it at the commits in question, and tells it to explore and get all the context it needs within 600 seconds... and it works. I love that this is possible.