Monday, 11 May
5 min read · 817 words

1. Ask Claude for HTML Output Instead of Markdown — an Anthropic Engineer Makes the Case

  • Thariq Shihipar from the Claude Code team published "The Unreasonable Effectiveness of HTML," arguing that asking Claude to respond in HTML rather than Markdown unlocks SVG diagrams, interactive widgets, colour-coded diffs, and in-page navigation that Markdown simply can't produce. Simon Willison picked it up and added his own experiments — including piping a live exploit file through an LLM to produce an interactive HTML explainer — and says it has changed his default output request.
  • Source: simonwillison.net / thariqs.github.io
  • Why it matters: Swap "explain this in Markdown" for "explain this as a self-contained HTML file" on any complex review, debug, or analysis task and you immediately get richer output without changing your prompt structure.
  • Verified

2. HuggingFace Co-Founder: Qwen 3.6 27B on Airplane Mode Is Close to Opus in Claude Code

  • A screenshot of HuggingFace co-founder Thomas Wolf's statement — that Qwen 3.6 27B running locally (no internet) is close to Claude Opus in Claude Code tasks — hit r/ClaudeAI today as the top post with 1,548 upvotes. The post is an image, so the full primary statement is on X; the claim is consistent with recent benchmarks from r/LocalLLaMA that tracked Qwen 3.6 27B performance on real coding tasks.
  • Source: r/ClaudeAI (screenshot of @Thom_Wolf statement)
  • Why it matters: If you have a Mac or GPU with 20GB+ VRAM free, pull Qwen 3.6 27B via Ollama and run it against your own Claude Code tasks — if parity holds, you have a legitimate local fallback that cuts API spend on routine tasks.
  • Emerging

3. UnrealClaudeMCP — Drive Unreal Engine 5 Directly from Claude Code

  • NAJEMWEHBE/UnrealClaudeMCP is a new open-source MCP plugin that lets Claude Code (or any MCP client) control a running Unreal Engine 5 editor via local TCP, with 59 native C++ automation tools and ~50ms round-trip latency. It bypasses UE's Python reflection limits by calling native C++ APIs directly inside the editor process — dramatically faster than GUI pixel-clicking, and it supports viewport screenshots, actor manipulation, Blueprint inspection, and level loading.
  • Source: The Anthropic Stack / GitHub
  • Why it matters: If you're doing anything in Unreal Engine 5, run pip install unrealclaudemcp and wire Claude Code to your editor — it turns tedious per-click editor work into single-prompt automation at ~50ms.
  • Verified

  • everything-claude-code — a full agent harness optimisation system for Claude Code, Codex, Cursor, and Opencode. Covers skills, instincts, session memory, security rules, and a research-first development mode. Multi-language (English, Portuguese, Chinese, Japanese, Korean, Turkish). Install via npm install -g ecc-universal or npm install -g ecc-agentshield for the security-focused variant. https://github.com/affaan-m/everything-claude-code

Review this diff and create a self-contained HTML file
that explains it visually. Render the actual changes
with inline margin annotations. Colour-code findings
by severity: red = breaking change or regression risk,
yellow = design concern or tech debt, green = clear
improvement. Add a summary header showing total files
changed, lines added/removed, and your top 3 concerns.
Output only the HTML — no Markdown wrapper.

Inspired by Thariq Shihipar's (Anthropic Claude Code team) "Unreasonable Effectiveness of HTML" piece — works in Claude.ai, Claude Code, or via API. Source: https://thariqs.github.io/html-effectiveness/

  • "10 things about Claude that took me way too long to figure out" — 1,366-upvote r/ClaudeAI thread with community-contributed workflow tips. Worth browsing; highlights include "paste error BEFORE the code" and "long system prompts beat clever one-liners." https://www.reddit.com/r/ClaudeAI/comments/1t4ncbj/

  • "Built our entire product with Claude Code — now nobody, including me, fully understands what we built" — 392-upvote r/ClaudeCode post with a clear lesson buried in it: switch from "Claude builds features" to "Claude performs narrow patches" once your repo crosses a complexity threshold. https://www.reddit.com/r/ClaudeCode/comments/1t55mi9/

  • ClaudeWorkflows.org launched — r/ClaudeAI mods built a community workflow library auto-indexed from Claude subreddits, updated every 2 hours. Early stage but worth bookmarking. https://www.reddit.com/r/ClaudeAI/comments/1t762vb/

  • Apple quietly removed the 256GB M3 Ultra Mac Studio from its online store (400 upvotes r/LocalLLaMA) — community is worried the M5 Ultra ceiling is heading toward 96GB, which would cap local model VRAM headroom significantly. https://www.reddit.com/r/LocalLLaMA/comments/1t8f33t/