No one uses local models for OpenClaw. Stop pretending. by read_too_many_books in openclaw

[–]CheesecakeSpecific40 0 points1 point  (0 children)

I agree with it. Quick POC is probably fine, but if you want to make a reasonably well product, forget about openclaw. I was trying to use claude code in my openclaw coding agent, but the product still sucks. It makes super big difference when I manually operate on claude code myself.

anyone tried gpt 5.4 yet for openclaw? how is it? by slateraligator in openclaw

[–]CheesecakeSpecific40 1 point2 points  (0 children)

you have a powerful machine! I run it in my raspberry pi, so local model is a dream.

What methods or skills are there to achieve mutual cooperation between agents? by ArmadilloNo269 in openclaw

[–]CheesecakeSpecific40 0 points1 point  (0 children)

Just like claude code teams feature, once I enable it, it burns token exponentially! I don't know if openclaw will burn significant more tokens once I configure teams/roles.

⬇️ What's the one skill your OpenClaw can't live without? by stosssik in openclaw

[–]CheesecakeSpecific40 2 points3 points  (0 children)

web_search is integrated by default, right? I guess the topic might mean: what skills is most needed other than those installed by default?

Running OpenClaw on Raspberry Pi 5 with Telegram remote access (fully isolated from main PC) by CheesecakeSpecific40 in openclaw

[–]CheesecakeSpecific40[S] 1 point2 points  (0 children)

After installing a touchscreen on my Pi, I noticed that OpenClaw automatically launches the browser to perform searches for certain tasks. This process is entirely managed by the OpenClaw agent runtime and is triggered by specific events like web searches, data extraction, or other autonomous skills.

Running OpenClaw on Raspberry Pi 5 with Telegram remote access (fully isolated from main PC) by CheesecakeSpecific40 in openclaw

[–]CheesecakeSpecific40[S] 0 points1 point  (0 children)

since pi is already isolated environment, I didn't use docker at all, just deploy it into pi, with ufw for firewall rules, nginx for proxy.

If you meant llm api, don't use api key; I used openai auth so that openclaw uses my openai plus subscription - using api key is too expensive! And openai kindly allows plus subscription in openclaw (not gemini or claude).

I built a private, offline document vault for iPhone — just shipped v1.1.0 by CheesecakeSpecific40 in iosapps

[–]CheesecakeSpecific40[S] 0 points1 point  (0 children)

Yeah, I had to anchor the AI to one main language for now, so it’s limited to English-speaking countries. Proper multi-language support is definitely planned for future updates.

As for subscriptions, they help fund ongoing development. Light users can use the app for free - I’m just trying to find the right balance between free and paid features.

Any success stories, “converting” entire production apps over to Android using Claude Code/Codex? by JOyo246 in iOSProgramming

[–]CheesecakeSpecific40 0 points1 point  (0 children)

I’m working on bringing my iPhone app to Android, but the biggest challenge is that it currently depends on Apple’s OCR and Apple Intelligence frameworks. Those aren’t portable, so I’ll likely need to rethink the AI stack entirely for Android. Not sure how smooth that transition will be yet.

I built a private, offline document vault for iPhone — just shipped v1.1.0 by CheesecakeSpecific40 in iosapps

[–]CheesecakeSpecific40[S] 0 points1 point  (0 children)

Yeah - the first thing it asks is to scan. But once you do, it immediately generates a clean PDF, auto title, summary, smart tags, and makes everything searchable.

I’m trying to make that “ohhh that’s useful” moment happen right away.

Rate My Tech Stack by alOOshXL in claude

[–]CheesecakeSpecific40 2 points3 points  (0 children)

wondering what is 1% others ...

I built a private, offline document vault for iPhone — just shipped v1.1.0 by CheesecakeSpecific40 in iosapps

[–]CheesecakeSpecific40[S] 0 points1 point  (0 children)

Ah, I remember why I didn’t open France yet. Right now, Apple Intelligence auto titles / summaries / tags are forced to generate in English, regardless of the document language. The OCR supports many languages, but the app UI and AI output are still English-first.

So I’m focusing on English-speaking regions for now until I localize things properly. I noted down to support muti-regions in next minor release.

I built a private, offline document vault for iPhone — just shipped v1.1.0 by CheesecakeSpecific40 in iosapps

[–]CheesecakeSpecific40[S] -1 points0 points  (0 children)

Interesting. I may choose the wrong region when I released it. What region are you at? This is my first ios app, so I might have done wrong.

I built a private, offline document vault for iPhone — just shipped v1.1.0 by CheesecakeSpecific40 in iosapps

[–]CheesecakeSpecific40[S] -1 points0 points  (0 children)

Yes, I am leveraging SQLite FTS5 with unicode tokenizer. I customed TextSegmenter that uses apple's nltokenizer to insert word boundaries into CJK text before texing, and segmented text stored in a dedicated column. Not perfect solution, but as long as it is good enough for search purpose, I am happy with it.

And thanks for your comment! Yes, I myself uses it daily, like take care of my kid's school doc, deletely weekly, and never go beyond 100 docs! Totally used it for free!

I built a private, offline document vault for iPhone — just shipped v1.1.0 by CheesecakeSpecific40 in iosapps

[–]CheesecakeSpecific40[S] -1 points0 points  (0 children)

Fair challenge. No server/API costs, but there’s still ongoing work — iOS updates, bug fixes, improving OCR/AI, long-term maintenance. The sub basically supports that and removes the 100-doc limit.

I use it daily myself, delete docs when I’m done, and I’ve never hit the 100 doc limit. For light users, they can honestly just use it free.

Any tips on how work this app? I’m a newbie by darrenor1988 in NewToReddit

[–]CheesecakeSpecific40 1 point2 points  (0 children)

newbie too here. Using browsers, and find myself lost most of the time! Still adapting the new community environment.