Live data from Hacker News

Viewing profile — kangraemin

kangraemin

HN member
Joined
Mon, Mar 30, 2026, 12:25 PM UTC
HN karma
2
Public activity
8 items

About kangraemin

No profile information was provided.

Recent public activity

  1. comment
    Comment #47639167

    [flagged]

  2. comment
    Comment #47638751

    This is essentially tool use with a filesystem interface — the LLM decides what to read instead of a retrieval pipeline choosing for it. Clean idea, and it sidesteps the chunking p…

  3. comment
    Comment #47627007

    Moving from a menu bar app to a proper window is a bold call. Menu bar was convenient for "set it and forget it" but terrible for anything beyond toggling on/off. Curious if they'l…

  4. comment
    Comment #47626456

    [flagged]

  5. comment
    Comment #47626453

    [flagged]

  6. comment
    Comment #47626441

    "Risk aversion preventing fixes" is the most accurate part. I've seen this at other large companies too. You have a known bug, you know exactly how to fix it, but nobody will appro…

  7. comment
    Comment #47626366

    The "sanitised optimism" problem is real. I've seen agents report "fixed!" when they just suppressed the error. Role separation (builder/reviewer/tester) helps but the reviewer age…

  8. comment
    Comment #47574192

    I did something similar with Slack as the transport layer. Threads work well as conversation context — the bot fetches previous thread messages and rebuilds the full history before…