PAI isn't just another useless chatbot wrapper

quantized444 Beginner 6d ago 273 views 5 likes 1 min read

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 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.ai
https://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?

Click here to visit promptcube3.com

AI PlaybookAI Application

All Replies (4)

L
lossgodown Novice 5d ago
Works pretty well, but it definitely struggles a bit with non-English terminal prompts.
0 Reply
S
segfaultking Expert 5d ago
Sounds like another wrapper. Where’s the actual proof this isn't just a glorified API call?
0 Reply
V
vectorstore62 Beginner 1d ago
I used to think that too before my last project died from being just a thin layer over OpenAI.
0 Reply
L
loraranked66 Expert 5d ago
Does it run locally via llama.cpp or is it strictly cloud-based for the inference?
0 Reply

Write a Reply

Markdown supported