Rolando Bosch

Rolando Bosch

Founder, Hermes Labs — AI R&D

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

  • LintLang
    LintLangStatic analysis for AI agent instructions
    Sep 2026
  • 🎉
    Joined Product HuntMarch 12th, 2026

Forums

3d ago

LintLang - Static analysis for AI agent instructions

LintLang lints AGENTS.md files, system prompts and JSON/YAML tool definitions for empty or overlapping tool descriptions, unbounded retries and mixed output formats. Default checks are deterministic and local: no LLM, API or network calls.

6mo ago

QuickGate-JS - Auto-fix Typescript/ESLint errors before CI fails the build

You push a commit. CI runs for 8 minutes. Fails on 12 fixable ESLint errors. You fix them. Push again. Wait 8 more minutes. Quick Gate auto-fixes lint and type errors in CI — up to 3 attempts, 150-line patches, 20-min cap. If it fixes everything, the build passes. If it can't, it fails with a diff showing what it tried. npm install -g quick-gate Not replacing your linter. Just the part where you manually fix errors a machine could fix. Apache 2.0.
View more