Live data from Hacker News

Viewing profile — erashu212

erashu212

HN member
Joined
Fri, Jan 09, 2026, 9:30 PM UTC
HN karma
3
Public activity
7 items

About erashu212

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47118603

    Everyone's debating whether Google's TOS is fair. The real issue is that we're building entire development workflows on subsidized inference that was never priced to be used this w…

  3. comment
    Comment #47102680

    Anthropic just showed the market that AI can find security vulnerabilities. Rigour goes deeper — SOLID violations, design smells, architectural debt. The stuff that doesn't crash y…

  4. story
    Show HN: Rigour – Open-source quality gates for AI coding agents

    Hey HN, I built Rigour, an open-source CLI that catches quality issues AI coding agents introduce. It runs as a quality gate in your workflow — after the agent writes code, before …

  5. comment
    Comment #47090670

    The bans are treating the symptom. The root cause is that AI coding agents optimize for output that looks correct over output that fails safely. I audited the OpenClaw codebase bef…

  6. comment
    Comment #47090652

    Interesting framing. The runtime interception approach makes sense for catching dangerous syscalls in real-time. There's a complementary angle though — gating the code quality befo…

  7. comment
    Comment #47090627

    I ran a similar audit two weeks ago using a different methodology — deterministic quality gates rather than traditional CVE scanning. The interesting finding wasn't the security vu…