Viewing profile — mrprincerawat
mrprincerawat
HN member- Joined
- Tue, Feb 10, 2026, 6:43 PM UTC
- HN karma
- 9
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About mrprincerawat
No profile information was provided.
Recent public activity
-
comment
Comment #48672083
yes, it feels like a dumbass
-
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.
-
comment
Comment #48478456
yoo, what's up gng, had breakfast?? (Can't think of any questions to ask)
-
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??
-
story
OpenCode vs. Anthropic
Folks who have used both, what's your perspective??
- story
- story
-
comment
Comment #47418478
haha yeah the weekend effect is real
- story
-
comment
Comment #47416324
Was thinking to create something similar, well done!
-
comment
Comment #47403679
[dead]
-
comment
Comment #47403650
Yea saw that a while ago, but honestly you can do all of that using Claude Code
-
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…
- story
-
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…
- story
- story
-
comment
Comment #47277100
[dead]
- story
-
comment
Comment #47263399
Yeah that's fair, those teams probably produce better engineers in the long run too.
-
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…
-
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…
-
comment
Comment #47261996
idk why the above link is not clickable: https://open.substack.com/pub/princerawat/p/software-in-the-...
-
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…
-
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…