I Built MagesticAI. A Cloud Web-Based Agentic DevOps Orchestrator that actually helped me develop Itself.

Reddit r/AI_Agents Tools

Summary

MagesticAI is an open-source, browser-based multi-agent AI coding platform that uses Planner, Coder, and QA Reviewer agents in coordinated sessions with isolated git worktrees and supports multiple LLMs including OpenAI-compatible endpoints.

Posted on other feeds last week and figured some of you out here might be interested as well; Someone commented asking if it supported OpenAI-compatible endpoints (LM Studio, vLLM, OpenRouter, Together, Groq, LocalAI…), so i have spent few hours updating it now, just merged and new release. **MagesticAI is an open-source (AGPL-3.0)**, browser-based, multi-agent AI coding platform. Planner → Coder → QA Reviewer agents work in coordinated sessions inside isolated git worktrees. Built on top of the Claude Agent SDK with multi-provider routing. \- Lives in the browser, runs on your own infra \- Real task board (Kanban) + per-task git worktrees \- Now supports Claude, Codex, Gemini, Ollama, and any OpenAI-compatible endpoint Fork fromAndyMik90's Aperant (formerly Auto-Claude Desktop), with a heavily expanded UI, cloud and spec-driven workflow, and multi-LLM support. Roadmap, screenshots, and setup in the README. Honest limitations: local 14B-class models work but can drift on strict JSON schemas, recommend qwen2.5-coder-32B+ or hosted endpoints for full reliability. Validation retry loop helps. Feedback / issues / breakage reports welcome. **Link in the comments**
Original Article

Similar Articles

My Homelab AI Dev Platform

Hacker News Top

The author describes setting up an AI dev platform in his homelab using OpenCode Web UI with Git access, enabling AI-assisted maintenance of Docker services via PR review and GitOps deployment.