Live data from Hacker News

Viewing profile — govping

govping

HN member
Joined
Sun, Dec 07, 2025, 10:13 AM UTC
HN karma
25
Public activity
8 items

About govping

No profile information was provided.

Recent public activity

  1. comment
    Comment #49101607

    how is it made worse in this case?

  2. comment
    Comment #46195303

    The context problem with coding agents is real. We've been coordinating multiple agents on builds - they often re-scan the same files or miss cross-file dependencies. Interested in…

  3. comment
    Comment #46189989

    Working with 1M context windows daily - the real limitation isn't storage but retrieval. You can feed massive context but knowing WHICH part to reference at the right moment is har…

  4. comment
    Comment #46189115

    The failure mode here (Claude trying to satisfy rather than saying 'this is impossible with the constraints') shows up everywhere. We use it for security research - it'll keep tryi…

  5. story
  6. comment
    Comment #46180987

    The craft vs practical tension with LLMs is interesting. We've found LLMs excel when there's a clear validation mechanism - for security research, the POC either works or it doesn'…

  7. comment
    Comment #46180982

    We've been using LLMs for security research (finding vulnerabilities in ML frameworks) and the pattern is similar - it's surprisingly good at the systematic parts (pattern recognit…

  8. comment
    Comment #46180863

    Interesting tension between craft and speed with LLMs. I've been building with AI assistance for the past week (terminal clients, automation infrastructure) and found the key is: u…