Hyperbrowser, InsForge, and Higgsfield release Fable 5 harnesses and MCP workflows
Hyperbrowser shipped a Claude Code harness, InsForge showed a Fable run drop from 5.5M to 2.3M tokens, and Higgsfield published new MCP workflows. These tools add reusable harness, context, and interface layers around Fable for more controlled runs.

TL;DR
- _avichawla's token comparison said swapping a Firebase setup for InsForge's repo cut one Fable 5 app run from 5.5 million tokens and seven manual interventions to 2.3 million tokens and zero interventions.
- hyperbrowser's /harness post framed
/harnessas a Claude Code plugin that watches an agent fail, then writesCLAUDE.mdfrom those failures; Hyperbrowser's install docs position thehxCLI as the setup path. - trq212's deck link and the deck itself showed the surrounding workflow getting more tool-heavy, with transcription services,
ffmpeg, Figma MCP, Remotion, and JSON edit plans all inside one run. - fruit-slicing demo and scriptwriting comparison pushed the same pattern from another angle: Higgsfield is packaging its image and video stack behind an MCP endpoint so Claude can call it directly.
You can browse InsForge's semantic-layer pitch, wire up Higgsfield's MCP connector, and read Thariq's full editing deck. The useful reveal across all three is the same: teams are spending launch week on the harness around Fable, not just the model.
InsForge
InsForge's repo says the product sits between coding agents and backend primitives, exposing context and operations through an MCP server or a CLI-plus-skills path. _avichawla's token comparison is the clearest field report yet for why that matters.
Its reported gains came from three interface changes:
- one CLI call that exposed backend topology up front
- four narrowly scoped skills instead of loading the whole backend surface every time
- structured JSON responses with exit codes, so retries did not turn into guesses
/harness
Hyperbrowser's /harness is a smaller but very reusable idea: let the agent break on purpose, record the bad assumptions, and turn those failures into project memory. hyperbrowser's /harness post says it catches wrong paths, missing scripts, and bad assumptions, then writes a CLAUDE.md so the next run avoids the same wall.
That fits Hyperbrowser's existing CLI setup, which the official install page describes as the entry point for sandbox work. The thread's setup steps are minimal: install the CLI, drop a SKILL.md into .claude/skills/harness, then restart Claude Code.
Higgsfield MCP
Higgsfield's official MCP page says Claude can connect through https://mcp.higgsfield.ai/mcp, sign in, and start generating images or videos from the same chat. The demos are already drifting past static assets.
According to trq212's deck link, Fable's own launch video was assembled with transcription services, ffmpeg, color grading, Figma MCP, Remotion UI, and final rendering, without opening a traditional video editor. Higgsfield's two posts add the visual side of that workflow: one single-prompt webcam fruit-slicing game, and one scriptwriting comparison against Opus 4.8.