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

Claude Skills: 12 Strict Coding Rule Packs for TypeScript, Rust, Swift, Go, JS, Postgres, and Audits
12 markdown files with opinionated, version-aware rules for TS, Rust, Swift, Go, JS, Postgres, security, performance, testing, code review, GitHub standards, and git commits. MIT, free, no signup.

Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code
The claude-ide-bridge is an MIT-licensed open-source tool that connects Claude Code to your IDE, providing access to LSP, debugger, terminals, git, and GitHub through 124 tools. It enables a workflow where tasks sent via Dispatch from a phone are handled by the Claude desktop app, which uses Claude Code to write code and run tests while interacting with the IDE.
OpenClaw Mock API for Building Tools/Integrations Against the Gateway
An open source mock of the OpenClaw gateway WebSocket API using Imposter. Supports chat.send/history, session create/list, agent list, model list. Extend with YAML and JSON.
Claudy: A native macOS wrapper for Claude Code with multi-session, auto account switching, and draft commits
Claudy is a native macOS app built with SwiftUI + SwiftData that wraps Claude Code, adding multi-session management, automatic account switching on rate limits, draft commits for mid-session checkpoints, and a marketplace for Skills, MCPs, and Commands.