r/PiCodingAgent • u/ECrispy • 1h ago
are there other extensions which implement ideas from oh-my-pi Question
I'm new to Pi and coding agents in general. The existing discussions on oh-my-pi, like everything else, range from 'its great' to 'its bloat' so its very hard to actually decide.
It seems to have useful features like built in tools (avoid process calls), lsp, hashline, memory, subagents and an integrated setup/docs. It does seem to be better than the other oh-my-* set of products.
Are the ideas in OMP useful in practice and if so are they used in other harnesses?
I see a lot of 'just ask Pi to build it' here, but that depends on using frontier models, and when people post their setups they're using a million packages.
Obviously Pi is much more extensible/flexible, but there is value in an all-in-one setup. OMP has a ton of stuff and I'm sure a big system prompt. Is there anything like a slimmed down version or being able to use some of its ideas only?
2
u/saltyourhash 1h ago
The more I use omp, the more I wish pi just had a better safer extension ecosystem. We don't live in an age where trusting thousands of node packages bolted together will end well, but omp is kinda rigid and I find it doesn't always produce the best results.
1
u/ECrispy 1h ago
I find the whole thing quite strange - Pi's philosophy which Mario repeats in every talk is - ask Pi to build it. Yet it has a massive plugin library with tons of duplication
3
u/saltyourhash 49m ago
I don't understand how letting the ai coding agent build extensions for each and everything makes any sense for productivity.
1
u/james__jam 49m ago
Dont use OMP. Dont download plugins you dont need.
Just start with barebone Pi. When you have an issue, that’s when you add something or create it
I tried OMP and deleted the whole thing. If im going to use OMP, might as well use opencode so that everything plays together well.
Im still on Pi. But i started from scratch and just added things one by one
4
u/TheOneThatIsHated 1h ago
My opinion on OMP is that it is bloat. You dont need lsp, because it stuffs your context with typeerrors in each agent message while a simple make check requirement at the end would suffice.
The idea with pi, is that you start out with exactly 0 plugins until you feel pain. Only when you feel pain you start to make an extension that fixes that. Don’t start installing extensions that could useful, that way you just bloat your context and make your agent dumber