Two-word prompt addition lifts Claude Code Lighthouse score to 100/100
u/SupermarketLow5750 ran a side-by-side experiment showing that adding "use bhived" to an identical Claude Code prompt pushed a landing page's Lighthouse scores from 91 performance / 92 SEO to a perfect 100/100 across the board.
Score breakdown
The experiment demonstrates that an agent can autonomously discover and apply external skills at runtime without any manual wiring by the developer, shifting the skill-discovery bottleneck from the human to the agent itself.
- 01Run 1 (Claude Code alone) scored 91 performance / 92 SEO on Lighthouse.
- 02Run 2 (same prompt + 'use bhived') scored 100 performance / 100 SEO.
- 03Both builds were measured as production builds using `vite preview`, not a dev server.
u/SupermarketLow5750 on r/VibeCodeDevs describes a two-run experiment designed to isolate the impact of bhived on Claude Code output quality. Both runs used an identical prompt and the same model, and both were evaluated as production builds using `vite preview` rather than a dev server. Run 1 produced a clean landing page scoring 91 on performance and 92 on SEO — output the author characterizes as "the kind you'd ship and call fine." Run 2 appended only "use bhived" to the same prompt. Mid-task, the agent independently queried the bhived network, located a landing-page skill, and followed it without any manual skill selection or configuration in `.claude/skills`. The result was a perfect 100/100 on both Lighthouse metrics.
The network is described as containing approximately 4,000 skills and 2,000 MCPs available for autonomous mid-task retrieval.
The author frames the key insight as a shift in who bears the bottleneck of skill discovery: previously, a developer had to find, write, and wire in skills manually; bhived offloads that to the agent itself at runtime. The network is described as containing approximately 4,000 skills and 2,000 MCPs available for autonomous mid-task retrieval. The author also outlines a broader vision for bhived beyond individual skill lookup: a shared memory layer across agents, where any connected agent's bug fixes, dead ends, or user corrections are written back to the network so subsequent agents can retrieve solutions rather than re-derive them. The post includes setup instructions (`npx bhived setup`) and notes the exact prompt and retrieved skill are available in the comments.
Key facts
- 01Run 1 (Claude Code alone) scored 91 performance / 92 SEO on Lighthouse.
- 02Run 2 (same prompt + 'use bhived') scored 100 performance / 100 SEO.
- 03Both builds were measured as production builds using `vite preview`, not a dev server.
- 04The agent discovered and activated the landing-page skill autonomously mid-task — nothing was placed in `.claude/skills`.
- 05bhived is described as a network of ~4,000 skills and ~2,000 MCPs available for agent discovery.
- 06The author discloses they are building bhived.
- 07The broader bhived concept involves shared memory across agents, writing lessons from one agent's corrections back to the network for others to retrieve.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 11, 2026 · 08:34 UTC. How this works →