PAI isn't just another useless chatbot wrapper
Whitematter Labs actually tried to apply the Unix philosophy to a Mac AI assistant instead of just building another bloated UI layer, which is a refreshing change from the usual garbage. They built PAI to treat system interactions like a terminal-based environment, using a Linux-style harness and an event bus so it isn't constantly wasting tokens on useless polling (finally). It even has this
Next
Anthropic's "backdoor" rumors and the reality of AI dev tools →
paiman package manager for agents to swap stuff around, which is peak nerdery. The weirdest part is how it handles your data; instead of shipping everything to some massive cloud, it actually hits your local SQLite databases for iMessage and Mail to act as a local agent. It uses a "librarian" agent for memory, which sounds less chaotic than the typical agentic mess I see every day. Just a heads-up that it’s a BYOK model and requires full disk access because it’s designed to actually touch your system rather than sitting in some useless sandbox (if you don't trust it, don't use it). I've seen people pairing it with DeepSeek to keep the costs from spiraling out of control, which is the only way anyone is going to survive these API bills.https://whitematterlabs.aihttps://github.com/whitematterlabs/pai
Has anyone actually managed to get a stable agentic workflow running without bleeding money on credits, or is everyone just pretending it works?
All Replies (4)
L
lossgodown
Novice
5d ago
Works pretty well, but it definitely struggles a bit with non-English terminal prompts.
0
S
Sounds like another wrapper. Where’s the actual proof this isn't just a glorified API call?
0
V
I used to think that too before my last project died from being just a thin layer over OpenAI.
0
L
Does it run locally via llama.cpp or is it strictly cloud-based for the inference?
0