Replies: 4 comments 5 replies
|
Pi is definitely a cool option. I think it comes down to whether or not you want to spend all that extra time building your harness and lose the advantages of a giant team working on Claude Code. I personally am not going to do that, but the new install system is designed so you can put it into any system, including Pi. |
|
Here are answers to your core questions and some practical advice on how to handle the tool-calling and local file rewrite issues.
Recommended Adjustment:
Allowing an AI agent write permissions over personal prompt/context files without Git is a recipe for file loss. To set up safe version control:
Bash
Bash If the AI rewrites or overwrites a dummy file, a quick |
|
@danielmiessler I wonder, is it possible to use Pi as a "sidecar", same way Hermes can do? Thank you! |
|
The sidecar pattern is engine-agnostic by design—Hermes supplies the engine and the channels while LifeOS supplies identity, rules, and skills, so the mount can move. A Pi mount is feasible in principle, but nothing ships for it today: the guard layer (policy deny-globs, the secrets-used-never-seen contract) would need porting to Pi's own guard surface before it'd be safe. If you build one, the Hermes doc's architecture section is the map. |
Uh oh!
There was an error while loading. Please reload this page.
I have tried to work with PAI in claude-code, running it with llama.cpp with gemma4 12B (my rtx 5060 16gb can run)
I've had a hard time making it work and I still have some problems on simple tool calls failing and endless reasoning loop (more like a dead loop).
I know the repo has the version for Pi, but I wanted to try to have the complete stack...
Question: should I completely go out of claude-code and use Pi? Even though it doesn't have all the workflows and stack?
On a side question, are you guys using version control for your USER folder? I've had some problems when the AI rewrote dummy files on top of mine.
Thanks a lot everyone and specially Daniel for creating this.
All reactions