HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sukit

no profile record

Submissions

Ask HN: Is it actually possible to run multiple coding sessions in parallel?

11 points·by sukit·4 месяца назад·15 comments

Show HN: Agentic Docs Templates, keep AI coding agents disciplined

github.com
3 points·by sukit·4 месяца назад·2 comments

Show HN: Glot – Find internationalization issues in Next.js app

github.com
2 points·by sukit·6 месяцев назад·0 comments

Ask HN: How Do You Actually Use Claude Code Effectively?

19 points·by sukit·в прошлом году·16 comments

Ask HN: Anyone using OpenAI's Agent SDK in production?

8 points·by sukit·в прошлом году·3 comments

Ask HN: Best practices for building front ends with AI assistance?

3 points·by sukit·в прошлом году·8 comments

comments

sukit
·3 месяца назад·discuss
Been trying to get into jj lately, but I rely a lot on VS Code's git gutter to review changes as I code. Doesn't look like jj has an equivalent in VS Code. Anyone got tool recommendations?
sukit
·4 месяца назад·discuss
Code can be logically separated, but my mind struggles to do the same. I guess this might require some training?
sukit
·4 месяца назад·discuss
Using different models to supervise each other sounds reasonable. I’m curious what plans are you subscribed to for Claude and GPT?
sukit
·4 месяца назад·discuss
I haven’t tried that, does it introduce some kind of “black magic” that makes the agent hard to observe?
sukit
·4 месяца назад·discuss
Do you manage worktrees manually or leave it to Agent?
sukit
·4 месяца назад·discuss
Fair question. I haven’t done a systematic benchmark yet, so I don’t have hard numbers to point to. Honestly I’ve mostly been iterating from actual use. The main test has been whether it helps me keep the good parts of brainstorming with the agent, recover context across longer multi PR or multi session work, and reduce friction overall. So right now the evidence is mostly qualitative and based on my own workflow, not a formal evaluation.
sukit
·в прошлом году·discuss
[dead]
sukit
·в прошлом году·discuss
Thanks a lot! I’ll definitely give that a try.
sukit
·в прошлом году·discuss
I’ve seen so many people praise Claude Code so highly that my first instinct was to assume I must be using it wrong. I’ve tried quite a few different workflows and prompting styles — but still haven’t been able to get results anywhere near as good as what those people describe.
sukit
·в прошлом году·discuss
That's a great point. I think there is some pattern to when it works well or not, but I’m not sure if that’s universal or just tied to how I use it. Different prompting styles or workflows might lead to very different outcomes.
sukit
·в прошлом году·discuss
I might be misunderstanding how it works, but from what I’ve seen, CLAUDE.md doesn’t seem to be automatically pulled into context. For example, I’ve explicitly written in CLAUDE.md to avoid using typing.Dict and prefer dict instead — but Claude still occasionally uses typing.Dict.

Do I need to explicitly tell Claude to read CLAUDE.md at the start of every session for it to consistently follow those preferences?
sukit
·в прошлом году·discuss
That’s the problem — about 50% of the time, the result is so messy that cleaning it up takes more time than just writing it. So I wonder is there a better way to prompt or structure things so that I consistently get clean, usable code?
sukit
·в прошлом году·discuss
Appreciate it, I’ll check it out.
sukit
·в прошлом году·discuss
That makes sense — I’ve mostly been using Claude (Sonnet), so I’ll give the GPT-4 series a try and see how it compares. Thanks for the suggestion!
sukit
·в прошлом году·discuss
That’s a great idea. I haven’t tried connecting to a browser with something like Playwright before.
sukit
·в прошлом году·discuss
Yeah, you’re right — at some point I just have to learn CSS more deeply.