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

Modo: Open-Source AI IDE with Spec-Driven Development and Agent Hooks
Modo is an open-source desktop IDE built on Void editor that adds spec-driven development workflows, agent hooks, and steering files. It structures prompts into requirements, design, and tasks before generating code.

repo-mem: Open-Source MCP Server Adds Persistent Team Memory to Claude Code
repo-mem is an open-source MCP server that adds persistent, shared memory to Claude Code sessions using SQLite and Git. It solves team isolation by storing observations in per-user databases that get committed to the repository.

fintool adds stock and prediction market trading to OpenClaw agents
fintool is a new OpenClaw skill that enables AI agents to trade stocks and prediction markets. Installation requires reading a GitHub file, after which agents can execute trades on Hyperliquid, Binance, and Polymarket with JSON output for clean integration.

Governor: A Claude Code Plugin to Cut Token Waste via Output Compression, Context Slimming, and Tool Filtering
Governor is a Claude Code plugin that reduces token/context waste through compact professional output, memory file compression, tool-output filtering, and drift guardrails. Benchmarks show 55.5% output token savings vs control.