HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lherron

132 karmajoined 9년 전

comments

lherron
·그저께·discuss
Worst title ever. For once I feel the HN title should NOT match the article.
lherron
·22일 전·discuss
I uh…still use tmux send-keys. I’ll change as soon as I find a use-case it doesn’t solve. ¯\_(ツ)_/¯
lherron
·28일 전·discuss
“Redesign the site using frotend-design skill”

https://race-to-270.vercel.app/
lherron
·29일 전·discuss
You really have to a) use Opus and b) use the frontend-design skill for decent results.

https://github.com/anthropics/claude-code/blob/main/plugins/...
lherron
·3개월 전·discuss
Are they also going to refund all the extra usage api $$$ people spent in the last month?

Also I don’t know how “improving our Code Review tool” is going to improve things going forward, two of the major issues were intentional choices. No code review is going to tell them to stop making poor and compromising decisions.
lherron
·3개월 전·discuss
It’s interesting to watch Ant try to ship every value-add product feature they can while they still have the SOTA model for agentic. When an open weights equivalent to Opus 4.5’s agentic capabilities comes out, I expect massive shifts of workloads away from Claude.

Don’t get me wrong, I think their business model is still solid and they will be able to sell every token they can generate for the next couple years. They just won’t be critical path for AI diffusion anymore, which will be good for all sides.
lherron
·3개월 전·discuss
Reality is Ant can supply X tokens and they see demand for 10*X tokens. So they’ll charge whatever the top 10% of users are willing to pay, and slowly degrade the value of the subscriptions until everyone has moved to another supplier or migrated to the 10% price point. The draconian ToS that they sometimes enforce is their mechanism to degrade subscription value over time. Expect agent-sdk to be next on the chopping block, moving from oauth supported to api only. When they switch it they will rightly point out the docs never explicitly said it was allowed.
lherron
·3개월 전·discuss
I think maybe you are not familiar with what /loop and the Claude cron tools do.

https://code.claude.com/docs/en/scheduled-tasks
lherron
·4개월 전·discuss
I was surprised the author didn’t mention Yegge’s list (or maybe I missed it in my skim).
lherron
·6개월 전·discuss
Gross.
lherron
·6개월 전·discuss
Oh I think you misinterpreted my comment! I am very much a fan of this, wasn't throwing shade. I am just remarking on how my side-project scope today dwarfs my side-project scope of a year or two ago.
lherron
·6개월 전·discuss
Somehow every 15 line shell script I write now turns into a 50kloc bun cli or tui app. Apparently there are many such cases.
lherron
·7개월 전·discuss
They buried the lede. The last half of the article with ways to ground your dev environment to reduce the most common issues should be its own article. (However implementing the proper techniques somewhat obviates the need for CodeRabbit, so guess it’s understandable.)
lherron
·7개월 전·discuss
Why would the self-hosted runner fee be per-minute instead of per-job? I don’t get it.
lherron
·7개월 전·discuss
Freaking awesome. You should extend clicking on a link, similar to how this article describes infinite content:

https://worksonmymachine.ai/p/solving-amazons-infinite-shelf...
lherron
·8개월 전·discuss
Gemini 3 = Skynet ?
lherron
·9개월 전·discuss
Gotta be better than codex literally writing a python script to edit a file multiple times in a single prompt response.
lherron
·9개월 전·discuss
Building an interactive shell inside their CLI seems like a very odd technical solution. I can’t think of any use case where the same context gathering couldn’t be gleaned by examining the file/system state after the session ended, but maybe I’m missing something.

On the other hand, now that I’ve read this, I can see how having some hooks between the code agent CLIs and ghostty/etc could be extremely powerful.
lherron
·9개월 전·discuss
Still a toss-up for me which one I use. For deep work Codex (codex-high) is the clear winner, but when you need to knock out something small Claude Code (sonnet) is a workhorse.

Also CC tool usage is so much better! Many, many times I’ve seen Codex writing a python script to edit a file which seems to bypass the diff view so you don’t really know what’s going on.
lherron
·9개월 전·discuss
I would add to the list of the vibe engineer’s tasks:

Knowing when the agent has failed and it’s time to roll back. After four or five turns of Claude confidently telling you the feature is done, but things are drifting further off course, it’s time to reset and try again.