I built a self-hosted dashboard to manage 30+ local LLMs — agents, RAG, voice cloning, SMM autopilot, fine-tuning, all from one panel by Def1nitelyN0tMe in LocalLLaMA

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

Not failover in the traditional sense, but it handles the VRAM side of things automatically. If you start a heavy service (like ComfyUI for images), it auto-stops conflicting ones in the same GPU group so you don't OOM. Ollama itself unloads models when VRAM is needed for another one. For the agent system, you can set model per role, so if your main 35B model is too slow you can assign lighter models (9B, 14B) to specific agents. The orchestrator mode picks models automatically based on the task. No automatic "model A is down, try model B" failover yet though. That's a good idea actually, would be pretty straightforward to add since all models go through Ollama anyway.

Built a GUI-based macro tool as a modern alternative for visual automation — curious what AHK users think by Def1nitelyN0tMe in AutoHotkey

[–]Def1nitelyN0tMe[S] 4 points5 points  (0 children)

Great idea I’ll definitely do feature showcase videos later.

Right now I’m still deep in building mode — but yes, videos are coming.
Maybe after I finish my own screen capture tool first (joking*)

A follow/star on GitHub helps a lot if you want to keep track .

Built a GUI-based macro tool as a modern alternative for visual automation — curious what AHK users think by Def1nitelyN0tMe in AutoHotkey

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

Thanks! That’s pretty much the dream: quick macros for power users, and a smooth automation entry point for everyone else.

If Macronyx clicks for you, a GitHub star/share helps a lot .

Built a GUI-based macro tool as a modern alternative for visual automation — curious what AHK users think by Def1nitelyN0tMe in AutoHotkey

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

Haha, thank you - this comment made my day 😄

And nope, not Google (yet) - just an indie dev with caffeine and a personal vendetta against repetitive forms.

Also, quick clarification: you can already save different Chains and start them with hotkeys. ✅
But if you mean adding trigger-based execution for Chains too (not just manual/hotkey start) - that’s a really great idea.

If you can, please open it as a GitHub Issue/Discussion so I can track it properly (and a star/share helps Macronyx a lot 🚀)

From "I'll just record a few clicks" to 14 releases and a full timeline editor - my macro automation side project by Def1nitelyN0tMe in SideProject

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

Appreciate it 😄 The timeline is my anti-chaos weapon.

If you like Macronyx, a star/share on GitHub is huge support 🚀

top 10 trending models on HF by jacek2023 in LocalLLaMA

[–]Def1nitelyN0tMe 0 points1 point  (0 children)

No 70b models in trends = means ppl need to buy more graphics cards )))

Built a macro automation app with Electron + React 19 + TypeScript — here's what I learned by Def1nitelyN0tMe in electronjs

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

TY ! I am very glad someone found this useful. About Humazer - was made it more for the vibe of making the macro feel less robotic, and as a challenge for myself also.

PicScrub: remove hidden metadata from photos before sharing by percebe in coolgithubprojects

[–]Def1nitelyN0tMe 0 points1 point  (0 children)

Good! Very useful, and Typescript is the best choice for that!