OPEN_SOURCE ↗
REDDIT · REDDIT// 23d agoOPENSOURCE RELEASE
ACE launches local Qwen automation
ACE is a local-first task automation tool built on Qwen2-0.5B, fine-tuned with LoRA on about 1,000 examples. It classifies natural-language tasks, generates CLI and hotkey execution plans, and runs entirely on CPU through a 300MB GGUF model in llama.cpp.
// ANALYSIS
Impressive proof that a sub-1B model can do useful orchestration when the task space is tightly scoped, but the real story is how much dataset cleanup and inference plumbing it took to make that work reliably.
- –LoRA on roughly 1,000 examples is enough for a narrow planner, which is encouraging for on-device automation use cases.
- –The training pain points here are the usual small-model traps: noisy data, overfitting, EOS handling, and brittle GGUF conversion.
- –The current limits keep it in v0.1 territory: full file paths only, no smart search, and no visual understanding.
- –CPU latencies in the 3-10 second range make the privacy-first pitch feel practical rather than aspirational.
// TAGS
acellmfine-tuningautomationinferenceself-hostedopen-source
DISCOVERED
23d ago
2026-03-19
PUBLISHED
24d ago
2026-03-19
RELEVANCE
8/ 10
AUTHOR
Several-Dream9346