Baseline
Establishes cyclomatic complexity and structural signatures of the original code.
Runs fully local with no cloud dependency or API keys. Targets consumer GPUs (as low as 4GB VRAM) with automatic CPU fallback.
No build required. Everything (app code + models) is bundled inside the pre-built image and pulled from GitHub Container Registry.
Run the compose command in your terminal to automatically pull the pre-quantized models and configure local VRAM serialization.
Navigate to http://localhost:3000 to load the desktop refactoring studio workspace.
Upload your Java source files. The multi-agent pipeline immediately kicks off analysis, displaying live AST changes in the workspace.
Establishes cyclomatic complexity and structural signatures of the original code.
Classifies refactoring intent and synthesizes an AST modification plan.
Applies mutations sequentially or single-shot, generating multiple scored variants.
Runs syntax, complexity-gate, and boundary checks to catch unintended side effects.
Audits the change for semantic correctness and overrides hallucinated diffs.
Cleans up, persists results, and extracts developer-facing insights.
Establishes cyclomatic complexity and structural signatures of the original code.
Classifies refactoring intent and synthesizes an AST modification plan.
Applies mutations sequentially or single-shot, generating multiple scored variants.
Runs syntax, complexity-gate, and boundary checks to catch unintended side effects.
Audits the change for semantic correctness and overrides hallucinated diffs.
Cleans up, persists results, and extracts developer-facing insights.
Built for fully local, privacy-first, automated refactoring.
Three small language models (planner, generator, judge) collaborate to produce high-quality refactoring.
Plan, generate, verify, mutate, deduplicate, and rank in one automated workflow.
A single pre-built image auto-detects GPU at runtime; machines without a GPU run CPU-only automatically.
Live streaming of analysis, code diffs, and progress updates to the UI.
Everything runs fully local on commodity hardware; no API keys, no data leaving the machine.
A full HTTP API for headless integration and automation.
See how the SLM orchestration translates complex, nested conditionals into structured, clean, and optimized Java patterns.
Zero cloud dependency. Runs fully local using quantized GGUF models.
Grammar-constrained generation (GBNF) forces structural JSON alignment, backed by deep syntactic and semantic validation.
Graceful failure logic. Failed phases accumulate structured feedback to guide the next retry instead of failing silently.
Single concurrency execution. Heavy model operations are serialized to prevent VRAM overflow on consumer hardware.
This is the team that built the Multi Agent Orchestration system behind Horizon, driving automated AST checks, telemetry flows, and refactoring pipelines.
Orchestrates overall direction, multi-agent workflows, and coordination across the refactoring pipeline to align local agent orchestration with system goals.
View portfolio›Deploy Horizon locally inside your secure intranet environment using pre-built GGUF models.
Privacy-first, local multi-agent LLM orchestration for an automated Java AST refactoring pipeline.
© 2026 Horizon AI.