Live data from Hacker News

Viewing profile — mrprincerawat

mrprincerawat

HN member
Joined
Tue, Feb 10, 2026, 6:43 PM UTC
HN karma
9
Public activity
28 items

About mrprincerawat

No profile information was provided.

Recent public activity

  1. comment
    Comment #48672083

    yes, it feels like a dumbass

  2. story
    Opus 4.8 feels worse then sonnet

    Opus since the last weekend feels worse then sonnet, it does not even recognise it's own skills until you explicitly scream at it tell it.

  3. comment
    Comment #48478456

    yoo, what's up gng, had breakfast?? (Can't think of any questions to ask)

  4. story
    Claude Code is thinking too much

    Been noticing this pattern since Saturday, opus 4.6 on Claude Code thinks for 3-5 mins+ for even the most basic questions. Can this be related to the cache TTL drop they did??

  5. story
    OpenCode vs. Anthropic

    Folks who have used both, what's your perspective??

  6. story
  7. story
  8. comment
    Comment #47418478

    haha yeah the weekend effect is real

  9. story
  10. comment
    Comment #47416324

    Was thinking to create something similar, well done!

  11. comment
  12. comment
    Comment #47403650

    Yea saw that a while ago, but honestly you can do all of that using Claude Code

  13. comment
    Comment #47402679

    AI agents treat remote servers like stateless APIs, a new SSH connection for every command, state lost every time, the full ssh -i key user@host repeated constantly. agentd gives a…

  14. story
  15. comment
    Comment #47386514

    I built a Gmail CLI and made it a Claude Code plugin. Now I just say "check my inbox" or "reply to Alex's email" and it does just it. But it's also a full standalone CLI, interacti…

  16. story
  17. story
  18. comment
  19. story
  20. comment
    Comment #47263399

    Yeah that's fair, those teams probably produce better engineers in the long run too.

  21. comment
    Comment #47263386

    You're right, effort ≠ value. I've caught myself spending days "perfecting" things that had zero impact on the user just because the grind felt productive. The post wasn't about AI…

  22. comment
    Comment #47262107

    you're right, nothing stops me. i still can. but that's not really the point. when everyone around you is shipping in hours what used to take weeks, the pressure to keep up changes…

  23. comment
    Comment #47261996

    idk why the above link is not clickable: https://open.substack.com/pub/princerawat/p/software-in-the-...

  24. story
    I miss the grind of writing software before AI

    I learned HTML at 10, spent an entire summer figuring out how to link webpages together. At 14 I built a CNN-based security camera system for a school science fair — took months, 1…

  25. comment
    Comment #47251012

    every agent framework is competing on how many abstractions they can stack. graphs, crews, nodes, edges, state machines. i just wanted to run an agent that calls my own python func…