Viewing profile — kangraemin
kangraemin
HN member- Joined
- Mon, Mar 30, 2026, 12:25 PM UTC
- HN karma
- 2
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About kangraemin
No profile information was provided.
Recent public activity
-
comment
Comment #47639167
[flagged]
-
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…
-
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…
-
comment
Comment #47626456
[flagged]
-
comment
Comment #47626453
[flagged]
-
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…
-
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…
-
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…