Opinionated and easy Pi.dev configuration
lwhsiao
126 points
64 comments
July 09, 2026
Related Discussions
Found 5 related stories in 806.9ms across 14,015 title embeddings via pgvector HNSW
- Building Pi with Pi mplanchard · 56 pts · May 24, 2026 · 56% similar
- Stripe Projects: Provision and manage services from the CLI piinbinary · 122 pts · March 26, 2026 · 47% similar
- My Homelab AI Dev Platform rsgm · 283 pts · June 15, 2026 · 46% similar
- Serving a website on a Raspberry Pi Zero running in RAM xngbuilds · 203 pts · May 08, 2026 · 46% similar
- Build your own Dial-up ISP with a Raspberry Pi arjunbajaj · 128 pts · April 03, 2026 · 45% similar
Discussion Highlights (20 comments)
clusterhacks
On the one hand, sure, why not have a default install throw a bunch of bells+whistles via skills and extensions. But I like pi precisely because it is so minimal. I want understand and work around the simplest possible agentic coding setup, find the sharp edges, maybe even improve my prompting ability. And doing all three with a locally hosted LLM. At some point, if I don't understand the foundations, am I just punting on actually thinking about what I'm doing? Of course, making individual choices about how to do agentic coding are precisely just making individual choices. People should do what makes them happy and productive.
amwal
haha i was waiting for this exact thing lazyvim:vim::pi:lazypi, thanks for sharing
whitefang
Why does this makes more sense over OpenCode?
c0rruptbytes
i think to fall in love with Pi, bundled skills are a bit antithetical - you realistically only need a couple of skills that you maybe design yourself
klaxce
Pi makes you think about what you’re doing with it on purpose. This defeats that, as the Mario quote on the page says, and therefore isn’t worth using. People really need to try out “less is more”. The new models are quite smart, so suffocating their context with dozens of MCPs and skills isn’t necessary like it used to be. A cli tool with good built in help and good errors is amazingly easy for the model to figure out. If Pi is too minimal for you and you don’t want to dig into it, OpenCode is pretty good out of the box. I use it for general work I haven’t setup Pi for. The only thing I add to OpenCode is some commands that are shortcuts to save me typing frequent prompts, and a subagent with a fixed model for implementing changes.
overflowy
This thing defeats the whole purpose of Pi.
docheinestages
I think the developers of Pi made a supply chain mistake by stripping down the core agent and requiring features like subagents to load plugins written by some random person.
roger_
Currently using Oh My Pi ( https://github.com/can1357/oh-my-pi ) and appreciate the batteries included approach. From my limited time using pure Pi, I found quite a few of the plugins lacking and had no desire to upgrade/fix and maintain them myself. I know others feel differently though. I like the idea of keep Pi minimal but having “official”, high quality optional plugins to make it more usable.
richardlblair
I've been using oh-my-pi for a while and I'm very happy with it. If you're not going to build out your own Pi setup I'm not sure why you'd pick this over oh-my-pi.
Jackevansevo
This seems to be like the antithesis of pi, it's supposed to be this minimal thing you customise I guess it's the same kinda friction with vanilla vim/neovim vs vim 'distributions' that provide a bunch of stuff out of the box.
nzoschke
What AGENTS.md and skills are people relying on these days? I have little to none and am successful building full stack Go apps Claude Code, Codex, and Shelley which covers the spectrum of crazy black box to simple `bash` clanker. It makes me think the models are continually improving in knowing what to do on their own. I do put some major work into the classic "Developer Experience" (DX) of my code base. Standard Go tooling, idiomatic Go, well designed initial test harnesses, GitHub actions that enforce some linting. I think that works better than any markdown instructions ever will.
jabroni_salad
I like peeping at other people's skills but it is unclear to me what/where the claimed 60+ skills are actually located. Compound Engineering conveys a few but nowhere near 60.
SwellJoe
"One command installs 60+ community skills, 67 themes, MCP support, sub-agent support, Claude Code CLI provider support, memory, and more." What, no kitchen sink?
lfx
60+ ! oh my, while this is cool it seems that is overkill. I want to know all my skills back and forth. But I like this kind of projects where I can peak of what extensions other people use. Is like .vimrc file back in the day. Do not clone blindly, but peak, learn and copy what is needed.
yegle
It's like supply chain attack on steroids! /s
ely-s
For me, the benefit of pi is what it doesn't do.
getcrunk
Is there a popular well support add on that like lets me hitl/interact with my phone while not at my desk?
dofm
I am not going to use this, I think, because I believe I am at the point where going through the "process" with Pi will be valuable to me. But it's a useful list of things and they are links.
sdevonoes
I want to use Pi, but I don’t trust the npm ecosystem at all. I could use a VMs, but I guess it’s just not worth it
alexhans
I can understand someone being overwhelmed and not wanting to configure and "build your own pi" which is really one of the beautiful points of pi, but like with vim, I do recommend that after playing with this for a while you go back to pure pi and then decide what do you really need and incrementally add it. The power of the incremental in control approach is huge. It allows you to keep moving in whatever direction you want instead of taking yet another dependency.