Qwen3.6-27B SVG Generation with Closed-Loop Harness

A Reddit user built a closed-loop harness to maximize Qwen3.6-27B's SVG generation capabilities. The system uses the Agno framework for specifications and Pi as a coding agent. It renders the output SVG, feeds the PNG back to Qwen Vision, and applies a two-round judging system to identify problems before iterating.
Key Details
- Model: Qwen3.6-27B-UD-Q5_K_XL (quantized 27B variant)
- Framework: Agno for specifications, Pi for coding agent
- Loop: Generate SVG → render to PNG → feed PNG to Qwen Vision → judge (2 rounds) → iterate
- Prompts used:
- Create svg image of a pelican riding a bicycle
- Create svg image of a capybara wearing a kimono drinking matcha tea
- Create svg image of a flamingo knitting a colorful sweater
- Create svg image of a sushi roll wearing sunglasses driving a go-kart
- Create svg image of a Victorian-era robot reading a newspaper in a cafe
- Create a svg image of a time-lapse composite showing a flower blooming, wilting, and transforming into butterflies across four seasons, all in one frame with seasonal lighting
- Requirement: Long context is a must for the iterative process
The harness is available for experimentation. Attached results show improved SVG quality over single-shot generation.
📖 Read the full source: r/LocalLLaMA
👀 See Also

MonClaw: A Minimal OpenClaw Implementation Using OpenCode SDK
A lightweight alternative to OpenClaw built on the OpenCode SDK, featuring Telegram and WhatsApp support.

Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs
A free extension for Visual Studio 2022 connects directly to local Ollama endpoints, enabling private AI coding assistance without switching between tools. It supports models like DeepSeek and Llama 3 with cloud fallback options.

Inline Visualizer: Local AI Models Can Now Render Interactive HTML Visualizations
Inline Visualizer is a BSD-3 licensed plugin for Open WebUI that enables any local AI model with tool calling support to render interactive HTML/SVG visualizations directly in chat, with a JavaScript bridge allowing elements to send messages back to the AI.

Altimate Code: Open-Source Agentic Data Engineering Harness
Altimate Code is an open-source harness that provides deterministic data engineering tools for AI agents, addressing issues like hallucinated SQL and missing schema context. It includes column-level lineage, SQL anti-pattern detection, and dbt integration, with benchmarks showing 74.4% performance on ADE-bench.