Pi's Minimalism Is Its Advantage
81–90 of 307 posts
Re: Pi's Minimalism Is Its Advantage
#82Re: Pi's Minimalism Is Its Advantage
#83I've had a lot of success running Pi on my server in headless mode and wrapping it in an XMPP client. This means I can talk to it wherever I can access XMPP (everywhere). It also mean agents can talk to each other when they need to. They've got a shared wiki they interact with and github issues as their todo list. I am running several named pi instances in parallel in their own user account on NixOS, so they can inst…
Re: Pi's Minimalism Is Its Advantage
#84I had a lot of success running it on my Mac with Qwen3.6-35B-A3B model
Re: Pi's Minimalism Is Its Advantage
#85I think for indie hackers and people that build their own stack is great, but real scenario and people with money Enterprise likes the idea of batteries included. I found this one a little bit better and they do support Extensions like Pi. But comes with all features like codex, claude code and it's open-source. https://github.com/autohandai/code-cli
Re: Pi's Minimalism Is Its Advantage
#86Having tried all the coding harnesses, I find that using Pi is exactly like using Emacs. For anything you want to build you can ask your agent and it will build it. There's tons of existing code to help you configure it. At the same time half the code is buggy, UI elements will try to overlap one another, and you'll periodically get crashes. If you're willing to put in the work to master the learning curve and push t…
I don't really get this philosophy, at least with coding harnesses. I don't want to spend 2 hours prompting, configuring and fixing features that I need which are standard in every other harness. I don't really want to be wasting my tokens to make an application function like every other harness. I don't really want to have to repeat the cycle on every machine I want to work with. Every VM, every server, every laptop…
Re: Pi's Minimalism Is Its Advantage
#87I often find it reductive when people say "just tell Pi to build you an extension". Having used it as my one and only harness for a few months now, it's easy to get an extension, but hard to get a good one, that actually works well and helps. My advice: focus on getting work done and slowly adapt Pi with small augmentations as you go. You can start getting work done on vanilla setup. When the right idea comes along,…
I couldn't agree more. I think for indie hackers and people that build their own stack is great, but real scenario and people with money Enterprise likes the idea of batteries included. I found this one a little bit better and they do support Extensions like Pi. But comes with all features like codex, claude code and it's open-source. https://github.com/autohandai/code-cli
Re: Pi's Minimalism Is Its Advantage
#88Re: Pi's Minimalism Is Its Advantage
#89I've had a lot of success running Pi on my server in headless mode and wrapping it in an XMPP client. This means I can talk to it wherever I can access XMPP (everywhere). It also mean agents can talk to each other when they need to. They've got a shared wiki they interact with and github issues as their todo list. I am running several named pi instances in parallel in their own user account on NixOS, so they can inst…
Interesting, I would be interested to read more about your setup and workflow
Re: Pi's Minimalism Is Its Advantage
#90Aside from the minimal system prompt, how does it handle context better than other agents? It still has to send the system prompt (which includes AGENTS.md and skill definitions) along with the full conversation every request, no?