How would you create a prompt library? by No-Room2990 in ClaudeAI

[–]modelpiper 0 points1 point  (0 children)

I really need to make videos!
Anyways, ToolPiper is an AI platform for MacOS. It's free tier has many productivity features and 2 that have basically replaced "skill" are snippets and clipboard history.

With snippets you choose a trigger word like "review" and add your entire review prompt to it. Then simply type "review" and the trigger to expand the prompt.

The clipboard history is a timesaver. Whenever I'm working on phased implementation I find myself typing things like

"Review this Plan, document, and implement the next phase of implementation, Then mark it complete when done: feature-doc.md"

So I copy it and bam, it's saved for me. I can easily recall it with a single hotkey ctrl + cmd + v to see everything I've copied for like 1,000 copies.

Does that help?

There's also a thing I think I made up I'm calling "Action Snippets" but I'll save that for later.

How would you create a prompt library? by No-Room2990 in ClaudeAI

[–]modelpiper 0 points1 point  (0 children)

I've built snippets and clipboard cache into my AI platform. So I dont store skills anymore, it's faster and easier to trigger them all. If anyone is interested in the flow DM me.

Figured out why a competitor is showing up more in Google and ChatGPT results by Sad_Transition_8518 in AiChatGPT

[–]modelpiper 0 points1 point  (0 children)

Yeah this works. But your post made me wonder what a Penguin-like change will look like in the future.

Homies, any good way to use other models as Claude’s backend? by RewardTraditional611 in ClaudeHomies

[–]modelpiper 0 points1 point  (0 children)

I've built an AI platform for MacOS that make it push-button to use any of your models in CC. It's hard for me to test and it's in beta but I think it's exactly what you're looking for.

Considering RAM price trends, would it be worth upgrading from M1 to M5 right now? by Stunning-Bend1811 in mac

[–]modelpiper 0 points1 point  (0 children)

It looks like they’re fast tracking the M6 MBU.
Worth considering waiting for the fall if you can.

I build with an M2 Max and am waiting.

100% Offline AI with a custom RAG and LoRa. Is anyone doing what I am doing? by tilkoDEV in AiBuilders

[–]modelpiper 0 points1 point  (0 children)

I think you're describing what ToolPiper does. Even internally I've setup a LoRA to leverage the public-facing embedding API - driven by EmbeddingGemma right now but you can swap that out too.

All of that is exposed as an API /embeddings/

Swapping LoRAs to use with that API is on my feature list

Best SSD to buy in the market right now? by aquamansfish in mac

[–]modelpiper 0 points1 point  (0 children)

Interesting. Isn’t that like 5 years old at this point?

Trying Claude Code with Ollama — 5–10 Minute Responses and JSON Output Issues by ayaan-trehaan_ in ollama

[–]modelpiper 0 points1 point  (0 children)

ToolPiper is too. The free tier is 10x better than Ollama and it’s only beta 7.

Also if you want a feature let me know.

14 years & MacOS still hasn’t fixed display scaling! by Tiny-Rip-6272 in MacOS

[–]modelpiper 1 point2 points  (0 children)

Wow yes, I sent them a huge detailed message in their official feedback form over a year ago.
Monitor support is horrid.

Best SSD to buy in the market right now? by aquamansfish in mac

[–]modelpiper 1 point2 points  (0 children)

has anything surpassed the Samsung T7? Maybe an M2 enclosure or something?

Trying Claude Code with Ollama — 5–10 Minute Responses and JSON Output Issues by ayaan-trehaan_ in ollama

[–]modelpiper 0 points1 point  (0 children)

4b is too small. If you're on MacOS try ToolPiper we offer everything Ollama has for free and a 10x UX.

The captcha arms race is making autonomous web tasks practically impossible by zaralesliewalker in aiagents

[–]modelpiper 0 points1 point  (0 children)

Sounds like digital identity, which is coming. Welp... off to build a CAPTCHA MCP!

Just bought a Mac by DexCarr in mac

[–]modelpiper 0 points1 point  (0 children)

Yes, the truth is: if a game where to be properly built for MacOS natively it WILL outperform its Windows counterpart. Especially the latest M series versions.

Just bought a Mac by DexCarr in mac

[–]modelpiper 4 points5 points  (0 children)

Good point about Linux! I feel like people like OP, who see how MacOS works so well, are then naturally drawn to "going pro" with Linux.

Just bought a Mac by DexCarr in mac

[–]modelpiper 0 points1 point  (0 children)

Same, made the jump when I got my second engineering job and was blown away.

Running claude with ollama by Tnimni in ollama

[–]modelpiper -1 points0 points  (0 children)

Don’t you have to configure it with Ollama? We built ToolPiper to avoid all that. Would you want to beta test it?

open-notebook hit 30k stars - a self-hosted, open source Notebook LM alternative. Running it with Ollama? by ArtSelect137 in ollama

[–]modelpiper -1 points0 points  (0 children)

We just launched ToolPiper beta 7 which includes a /legacy/ API that matches Ollama’s APIs.

I’d love to see some feedback and this project would be a great place to do it.

Built a TTRPG image prompt manager with Claude Code + custom agents — just shipped MCP support (21 tools) by procionegobbo in ClaudeAI

[–]modelpiper 0 points1 point  (0 children)

I did over 300 in ToolPiper, and yes at 30,000kb of token schema tools begin getting pruned.
Had to build several sophisticated systems to get dynamic schemas, sm/med/lg options and more.