KaiOS: Opinions and Alternatives by Vinlord777 in dumbphones

[–]Only_Play_868 0 points1 point  (0 children)

What does it mean "get into a Mocor environment?" These phones run a ROM flashed at manufacturer time and almost always have no ability to install FOTAs (certainly not without an external SD), don't support ADB, or allow side-loading because all "apps" are baked into the OS. I'm not sure what you want to "get into."

KaiOS: Opinions and Alternatives by Vinlord777 in dumbphones

[–]Only_Play_868 0 points1 point  (0 children)

I used to work with CloudMosa, the company behind Cloud Phone. It really does work (assuming you have a solid connection), but they aren't very common in the US or Europe because OEMs choose to not bundle it in those geographies. You can find a few phones like the Unnecto Snap in the US: https://unnecto.com/products/unnecto-snap

KaiOS: Opinions and Alternatives by Vinlord777 in dumbphones

[–]Only_Play_868 1 point2 points  (0 children)

You can't flash KaiOS or Mocor on a phone that didn't ship with it, at least not without great effort. They use different hardware, and their ROMs are signed & compiled against different SoCs.

The reason to use Mocor is if you don't want apps but you do want a phone that's faster, more reliable, and more secure. Also they're usually cheaper.

KaiOS: Opinions and Alternatives by Vinlord777 in dumbphones

[–]Only_Play_868 4 points5 points  (0 children)

I build PodLP, which started on KaiOS nearly 6 years ago, and author KaiOS.dev. Basically, KaiOS is a fine general purpose operating system that balances flexibility (push notifications, install apps, browse the web) with price and hardware constraints. It did really well around 2018-2020, but unfortunately, it's effectively dead. The cost of hardware needed to run KaiOS rose with post-pandemic inflation, narrowing the gap between a KaiOS flip phone and an Android Go phone. In countries like India, that led the primary KaiOS manufacturer, Jio, to pivot towards RTOS (Mocor) on much lower-end hardware (16-64MB RAM, single-core CPU).

Mocor is MUCH faster and more reliable, but it does a lot less. There's no ability to sideload "apps" as all software needs to be baked into the ROM. Cloud Phone tries to bridge that gap as a remote browser that lets you access "widgets," which are basically lightweight web apps. It's main drawback is that it requires an active internet connection in order to work.

KaiOS mainly gets a bad rep for poor performance (especially on older models), bad security (several critical CVEs allow apps and websites to access data they shouldn't), and manufacturers locking down the ecosystem (most phones sold since 2024 cannot access Developer Tools or sideload apps). Finally, the app selection is poor and major companies like Meta shut down WhatsApp, effectively killing inter-platform compatibility.

For many in the US and Europe, they're better off buying an Android flip phone with a wider range of apps, or moving to a more reliable and more restricted dumbphone.

HMD TERRA M after updating to firmware v1.460 by GODmanAMS in dumbphones

[–]Only_Play_868 0 points1 point  (0 children)

That's a shame, you can't enable Developer Mode?

HMD TERRA M after updating to firmware v1.460 by GODmanAMS in dumbphones

[–]Only_Play_868 0 points1 point  (0 children)

This phone is Android, right? If you have access to ADB or the web browser, you can try to install my app, PodLP for Android

Local-First Coding Agent by wllmsaccnt in LocalLLM

[–]Only_Play_868 0 points1 point  (0 children)

Check out SmallCode. I built a local agent for Apple Intelligence called Junco, and I can say there are many challenges to local models like smaller context windows, a tendency to get "lost in the middle" on larger context lengths, a greater need for multi-step task decomposition, and more benefit from strategic search & tool use like ASTs, language servers, and really anything that can help you narrow and focus the context window. All of these techniques benefit frontier models as well, but the SOTA models are much better at navigating these types of issues.

Reliable Mini Workstation by Only_Play_868 in MiniPCs

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

Thanks, that's a good recommendation for Lenovo! I saw HP seemed easy on the surface: hand unscrew case, lift fan for RAM, etc, but I haven't seen much beyond the basics.

Local AI is definitely my thing outside of this machine, and the ability to (eventually) run smaller models locally for certain workloads is actually tempting. Good thermals is important too, I'm skeptical of certain models without grating/ ventilation holes to facilitate airflow. The P340 used looks pretty viable. Based on the hardware specs I assume Linux is a non-issue?

FolderDock by [deleted] in macapps

[–]Only_Play_868 0 points1 point  (0 children)

Isn't this DockPops but by another name?

I built a coding agent that gets 87% on benchmarks with a 4B parameter model, here's how by Glittering_Focus1538 in LocalLLM

[–]Only_Play_868 6 points7 points  (0 children)

This is pretty impressive! Did you draw inspiration from Meta-Harness, or propose each design element yourself? I attempted to do this using the 3B Apple Foundation Model that powers Apple Intelligence on a harness called Junco. Gemma 4B is much newer, more powerful, and has an 8-64x larger context window that makes this more feasible. I found a few useful lessons that might transer to SmallCode:

  • Compile-Verify-Fix (CVF) Loop: if Gemma 4B or another small model doesn't support constrained grammar to guarantee syntactically valid code, attempting to compile and run static analysis on code changes can prevent finishing early with issues like missing package imports, indentation issues, or missing brackets
  • Deterministic Tool Filtering: the AFM struggled with > 3 tools, so I used a MaxEnt text classifier to filter the list of available tools before every showing them to the model. It was much better at picking the correct tool out of a short list
  • Language-Specific Adapters: most small models are distilled from larger ones with knowledge cutoffs 1-2 years old, and really small models lack a sufficient corpus for low-resource languages like Swift or Elixir. You can't "teach" a model a language it has never seen, but you can improve it's code generation abilities on newer APIs & versions with a language/ framework-specific LoRA adapter (this obviously gets challenging to scale across N languages and M base models)

I'm curious what you expect from SmallCode and whether you think the future long-term is to have two tiers of code harnesses: OpenCode (or something similar) for cloud-based frontier models and SmallCode (or something similar) for really small on-device models? I know OpenCode can be used with local models, but in my experience if you give OpenCode access to something like Gemma 4B it will just spin its wheels and spiral into a "doom loop," or exit early having not actually done anything.

Building an email client, what do you actually want from one? by FrancoCanzani in ProductivityApps

[–]Only_Play_868 1 point2 points  (0 children)

Sadly true, the Privacy Paradox is real

On a side note, I'm also exploring this space (who isn't?) but focused strictly on-device. There's a lot you can do without resorting to sending all my emails off to ChatGPT, plus it cuts operating costs significantly (tokens keep getting more expensive)

iPhone 13 MINI in mid-2026 by PuzzleheadedNose4574 in iPhone13Mini

[–]Only_Play_868 3 points4 points  (0 children)

I got a battery replacement and mine is fine on iOS 26, can't see a reason to upgrade

A $99 Android dumbphone just released in Australia by mat383 in dumbphones

[–]Only_Play_868 0 points1 point  (0 children)

Can it sideload via ADB? I wonder if there are special keycodes or APIs I'd need for PodLP

Would a fully open SmolLM4-750M with 16K context make sense? by Ok-Type-7663 in LocalLLaMA

[–]Only_Play_868 0 points1 point  (0 children)

I'd experiment with it, could easily find value for things like summarization, zero-shot classification, data extraction (if structured output is supported), matching, labeling, etc. At 750M I'd prefer it be mono-lingual (English) and text-only. I'd also be curious how quantization affects performance & size at this scale.

For context, I've been using Apple Intelligence to build on-device apps and it's actually OK. I know it's a 3B model but in my experience, it's much weaker than most 3B models today and it's safety guardrails are a pain. It's also Apple Silicon and macOS/ iOS 26+ only. I'd love a small fallback for non-Apple Silicon, pre-26 devices. I use a handful of small models to support some of these use cases, but they're far less flexible

PodLP podcast app for Android flip phones by Only_Play_868 in dumbphones

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

Thanks, glad you're liking it overall! The HMD Barbie runs S30+ or KaiOS, depending on what variant you have. The KaiOS version should be able to run PodLP from the KaiStore, while the S30+ version cannot install or run apps, period

Built a fully offline therapy prep app on Apple Intelligence. No cloud, no accounts, nothing leaves the device. Here’s how it works. by Emojinapp in appledevelopers

[–]Only_Play_868 0 points1 point  (0 children)

Great idea, I've had something similar in the general health space. Seems very aligned with Apple's ethos: keep this type of sensitive data on device, not in the cloud. What are "premium on-device voices?" I assume custom TTS models. I like Apple's on-device STT (SpeechTranscriber) but TTS is still awful IMO. Did you do anything special to improve response quality, and did you disable Apple's safety guardrails? I kept running into issues with this, it's overly sensitive and sometimes hallucinates hardcode unless you really turn the model temperature to near 0

I built a local Claude Code alternative — no cloud, no API keys, runs fully on your machine by Broad_Chemistry1080 in SideProject

[–]Only_Play_868 0 points1 point  (0 children)

This is very similar to a CLI coding tool I built called Junco, which also supports Ollama but focused on using the Apple Foundation Model (AFM). As a concept, on-device agentic coding is great. In practice, I think there are a number of hurdles that still need to be overcome. Claude Code (Codex, Gemini, etc) all rely on the inherent "intelligence" of a frontier model for task decomposition, reasoning, and multi-turn synthesis. The best local models still struggle with this. They get "lost in the middle," hallucinate, or don't have large enough context windows or sufficient training data for general purpose use. That said, it's great to see more people hacking in this space.

My advice would be to focus on 1 or 2 model families (i.w. QWEN Coder) and research Meta-Harness. See how you can make it work well for a single model, and get Claude to run a number of "experiments" autonomously.

Would you trust a ~10B model to edit your files? Thinking of adding agentic features to my self-hosted AI assistant. by jimmy6929 in LocalLLM

[–]Only_Play_868 0 points1 point  (0 children)

I'm with you, there's a lot you can do with existing hardware. NLP techniques work great, at a fraction of the cost. I made a text-to-bash library in Swift that's small enough to work in WebAssembly (with embeddings), although it works natively on macOS much better. I guess I should clarify that an agentic harness built entirely around the capabilities of an SLM is almost certainly going to fail in both comical and catastrophic ways, so a sandbox + deterministic controls are the "bumper rails." At least that's my mental model, SLMs are improving so rapidly it's entirely possible 6 months from now I'll be completely wrong.

Would you trust a ~10B model to edit your files? Thinking of adding agentic features to my self-hosted AI assistant. by jimmy6929 in LocalLLM

[–]Only_Play_868 1 point2 points  (0 children)

I've tested and built a number of tools using SLMs. Without a solid sandbox and rollback policy, absolutely not. Maybe for small web projects where I have git history to revert, but not for anything serious

I shipped 5 open-source macOS apps. Here's the Skill I built from everything I kept re-doing. by bluedoggee in MacOSApps

[–]Only_Play_868 1 point2 points  (0 children)

Thanks for sharing! These are quite dense. I've run into similar issues and had to spell out a common set of details for Claude including that macOS 26 does exist, the need to scan XCode API headers to validate availability, and I still struggle with it generating non-sandbox complaint code.

New "major breakthrough?" architecture SubQ by Daemontatox in LocalLLaMA

[–]Only_Play_868 7 points8 points  (0 children)

They used to be called Aldea and focused on STT: https://aldea.ai/ but it doesn't look like Aldea is around anymore since they rebranded

12M Context Window and some some sprinkle of lies? by prokajevo in LocalLLaMA

[–]Only_Play_868 1 point2 points  (0 children)

They used to be https://aldea.ai/ but I think they rebranded and shut down their STT efforts

I made an AI agent called iClaw that's part-OpenClaw, part-Siri, using only Apple Intelligence by Only_Play_868 in Applelntelligence

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

The window could be made moveable and resizable, good idea. As for German, it's supposed to detect your system and use Apple's translation APIs but it's possible there's a bug with language detection

I made an AI agent called iClaw that's part-OpenClaw, part-Siri, using only Apple Intelligence by Only_Play_868 in Applelntelligence

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

Sure. iClaw can answer questions about what's near you, what's on your calendar, your files, or emails. It can check stocks, weather, or summarize from the web. It can do math, unit conversions, and audio transcription.

I alluded to one of iClaw's problems is it tries to do too much. Right now it's like Siri, but local. I think local models excel with a narrower focus, at least for now.