CAT Flow — AI Workflows as List you can read
Chain local AI models together by writing a numbered list. Everything runs on your Mac.
u/WebAssemblyMan — 13 days ago
Chain local AI models together by writing a numbered list. Everything runs on your Mac.
Sharing MLXUI, a native macOS UI layer over MLX. The part that might interest this sub: every model type is a self-contained module — its own SDK, engine, UI, and registration — behind a small set of registry protocols. So you can add a whole new model's interface without touching any of the others, and a registry figures out which module handles a given Hugging Face repo. Curious what people think of that approach versus keeping it more monolithic.