ClaudeAI Brainstorming Mode Gets Visual Companion for Mockups and UI Approval
A Reddit user on r/ClaudeAI reports that during brainstorming mode for a project, ClaudeAI prompted whether to use a "Visual companion" for mockups and UI approval. The user accepted, and ClaudeAI fired up a web server at http://localhost:<randomport>.
How It Works
The visual companion replaces the typical in-console clarifying questions with a web interface. Questions appear in the browser instead of the terminal. However, the user still answers them via the console by typing numbers (1, 2, etc.) or other chat input.
UI Design Phase
When the discussion moves to UI design, ClaudeAI builds mock-ups displayed on the local server. The user can approve, request changes, and iterate on the design before any actual code is written. The workflow is described as “easy back-and-forth to tweak design before actually building,” which the user notes is much better than reworking after the fact.
Availability
The user is uncertain if this is a brand-new feature or one they’re encountering for the first time. No release notes or version numbers are mentioned in the source. Other developers may want to test brainstorming mode with UI-heavy projects to see if the prompt appears.
For developers using ClaudeAI agents for front-end or full-stack work, this visual companion could reduce iteration cycles by catching design issues earlier.
📖 Read the full source: r/ClaudeAI
👀 See Also

Startup Bookkeeper: Free Claude Skill for Small Business Tracking
Startup Bookkeeper is an open-source Claude AI skill that helps bootstrapped founders track expenses by categorizing transactions from plain English descriptions, processing receipt photos with OCR, and generating dashboards or P&L statements.

Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features
Orc is an open-source tool that orchestrates AI coding agents across projects with a local TUI interface. The latest release adds planning as a first-class phase, notification systems for human intervention, and natural language lifecycle hooks.

Benchmark: MLX vs Ollama Running Qwen3-Coder-Next 8-Bit on M5 Max MacBook Pro
A benchmark comparing MLX and Ollama backends running Qwen3-Coder-Next 8-bit quantization on an M5 Max MacBook Pro with 128GB RAM shows MLX achieving approximately 72 tokens per second, roughly double Ollama's throughput across various coding tasks.

Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP
Storybloq is a free, open-source project tracker that lives in .story/ inside your repo. It includes a Mac app (App Store), a CLI, and an MCP server to expose tickets, issues, and session handovers to Claude Code.