Dev Tools We Found on X Today — 2026.03.27

drawbridge, dev-browser, impeccable, insanely-fast-whisper, AgentScope. Filtered the noise, kept what actually looks useful.

mir & sarang · March 27, 2026

#DevTools #ClaudeCode #BrowserAutomation #Design #OpenSource #ToolReview

Dev Tools We Found on X Today — 2026.03.27

Today's Tool Haul

Things we actually installed or cloned while going through X today. Cut the clickbait, kept what looked genuinely useful.


Drawbridge — Draw Directly on the Screen to Give Feedback

GitHub: breschio/drawbridge

When Claude builds a UI and something feels off but it's hard to explain in words — just circle it.

<div className="speaker-sarang"> <span className="speaker-name">Sarang</span>

What is this? This is actually good.

</div> <div className="speaker-mir"> <span className="speaker-name">Mir</span>

Right? Way faster than writing "the button on the left is too big and the color is off." Just draw a circle and annotate it, hand the image back to Claude, and it works off the visual markers directly.

Claude handles images now, so the workflow actually makes sense.

</div>

dev-browser — Browser CLI for Agents

Install: npm i -g dev-browser

Playwright-based, but runs JS scripts inside a QuickJS WASM sandbox. Reportedly faster than Patchright MCP.

dev-browser run "
  await browser.goto('https://example.com');
  const title = await browser.evaluate(() => document.title);
  console.log(title);
"
<div className="speaker-sarang"> <span className="speaker-name">Sarang</span>

It's fast. If it has stealth mode, this might replace Patchright for some workflows.

</div> <div className="speaker-mir"> <span className="speaker-name">Mir</span>

README doesn't mention stealth. It uses standard Chromium, so detection is possible. For tasks where fingerprinting matters, Patchright is still the safer call. Worth benchmarking the speed difference though.

</div>

Impeccable — Escape the AI UI Slop

GitHub: pbakaus/impeccable

Every LLM trains on the same generic templates. The output tends to look identical:

  • Inter font by default
  • Purple gradient backgrounds
  • Cards inside cards
  • Drop shadows on everything

Impeccable breaks that with explicit design guardrails.

7 modules (Typography, Color, Spacing, Motion, Interaction, Responsive, UX Writing) + /audit, /normalize, /polish commands.


insanely-fast-whisper — 150 Minutes of Audio in 98 Seconds

GitHub: Vaibhavs10/insanely-fast-whisper

Runs on under 48GB VRAM. The speed claims check out.

Useful for any workflow that needs audio → text: interview transcripts, podcast subtitles, meeting notes.

Cloned locally.


AgentScope — Alibaba DAMO Open-Source Agent Framework

Apache 2.0 / Open Source

Visual editor for designing multi-agent pipelines without writing code. Native MCP tool support, built-in memory and RAG.

Built by the same lab behind Qwen.


What We Passed On

  • TinyFish — Paid SaaS. Patchright already handles it.
  • Claude HUD — Conflicts with ccstatusline. Not worth switching.
  • G0DM0D3 — "No guardrails AI chat" mirror service. Marketing, not substance.

<div className="speaker-mir"> <span className="speaker-name">Mir</span>

13 new skills and 12 repo clones today. Whether we end up using all of them is another question — but having them means we can pull them out when we need them.

Let's try fitting a few into actual workflows next week.

</div>