Show HN: Boffin – Staff-engineer layer for AI coding agents

This tool promises to stop AI from turning tiny fixes into chaotic home makeovers

TLDR: Boffin is a new tool meant to stop AI coding assistants from turning small fixes into giant messes by giving them file-specific rules and making them verify their changes. Hacker News liked the goal but instantly debated whether it’s a real safety breakthrough or just another layer of instructions with better branding.

A new Hacker News launch called Boffin is pitching itself as the adult in the room for AI coding tools: when a bot is supposed to make a tiny code fix, Boffin tries to stop it from barging in and remodeling the whole house. The creator says it feeds the AI only the rules that matter for the specific file being edited, then forces it to check its work. The sales pitch is simple even for non-coders: less cowboy behavior, more staying in your lane. And yes, the post came with receipts, including a DuckDB test where a very small change passed more than 2,000 checks.

But the real show was in the comments, where the crowd split into curious collaborators, polite skeptics, and certified roast artists. One commenter basically said, “we’re building similar stuff, let’s talk,” which gives this whole space a very “everyone is inventing the same seatbelt for AI at once” energy. Another wasn’t fully sold, arguing that much of this sounds like fancy packaging around instructions developers already write in files like CONTRIBUTING guides. In other words: is this a breakthrough, or just better organized nagging?

And then came the killer joke. User jchook dropped the line of the thread: “Can an AI slop plugin effectively make AI less sloppy?” That snark perfectly captured the mood. People clearly like the problem Boffin is trying to solve, because runaway AI edits are a real pain. But they’re also side-eyeing whether one more layer, one more plugin, and one more set of rules can truly tame the chaos. On Hacker News, that’s basically a standing ovation with a raised eyebrow.

Key Points

  • Boffin is presented as a control layer for AI coding agents that routes file-specific architectural constraints and requires post-edit verification.
  • The article says Boffin is not a static repo-wide rules file, a prompt pack, a linter, or a speed optimization tool; its stated goal is review safety.
  • Public case studies cited in the article include DuckDB (+17 / -17, 2,104 assertions passed), FastAPI (+16 / -33, 49 tests passed, no public API change), and LangChain (sync/async boundary preserved, 4 tests passed).
  • Boffin is available from one npm package for Cursor, Claude Code, Codex, and OpenCode, and it requires Node.js 18 or newer.
  • The article says Boffin’s rules are stored as readable, versioned markdown under packs/, delivered as signed portable packs powered by ParselFire Core, and are GPG-signed.

Hottest takes

"Can an AI slop plugin effectively make AI less sloppy?" — jchook
"I think we are converging on similar approaches" — capevace
"This repo adds context on 'how things should be done'" — Supermancho
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.