Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bcherny
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bcherny
10d ago
(I work at Anthropic) I agree. I use an LLM to write my code, but I do all of my writing by hand, since it helps me think. It reminds me of the transition over the last year from AI-assisted coding to AI doing all the coding. At first the c
2.
▲
by
bcherny
1mo ago
Boris from the team here -- I don't think this is right. If you are able to repro in the Desktop app, could you comment back? I cannot repro.
3.
▲
by
bcherny
1mo ago
Boris from the team here. The classifier is free — we do not charge for safety features as a principle.
4.
▲
by
bcherny
3mo ago
Boris from the team here — we’re looking into it.
5.
▲
by
bcherny
4mo ago
For those using Claude Code, I recommend Learning mode to instruct Claude to walk you through implementing the solution yourself rather than doing it for you. It’s very helpful when diving into a new domain, and helps build lower level intu
6.
▲
by
bcherny
4mo ago
Yep! Set disableWorkflows:true in your settings.json
7.
▲
by
bcherny
4mo ago
Looking
8.
▲
by
bcherny
4mo ago
Typo! Edited
9.
▲
by
bcherny
4mo ago
Yes!
10.
▲
by
bcherny
4mo ago
Yes, it also helps! That's a place where raw model capability is the most helpful, but we do find that some dynamic workflow configurations can be helpful too.
11.
▲
by
bcherny
4mo ago
There's two main differences: 1. Support for 1-2 OOMs more agents, to do more work in parallel 2. A phased, semi-structured approach where work happens in steps
12.
▲
by
bcherny
4mo ago
JavaScript, running locally or in the cloud.
13.
▲
by
bcherny
4mo ago
Yes, more docs + technical details coming soon.
14.
▲
by
bcherny
4mo ago
We generally build features into the Claude Agent SDK, which is shared by CLI, Desktop, VSCode, and cloud.
15.
▲
by
bcherny
4mo ago
Hey, yep. A few things I personally used dynamic workflows for over the last few weeks: 1. Autonomously landed 20+ optimizations to reduce Claude Code's token usage by ~15% 2. Ported tree-sitter, color-diff, yoga-layout, and a number o
16.
▲
by
bcherny
4mo ago
A few of us from the Claude Code team will be hanging around if anyone has questions! Very excited for this launch -- dynamic workflows have been a game changer for engineering here at Anthropic. Can't wait to hear what you think.
17.
▲
by
bcherny
4mo ago
Totally. You can do that now, and Claude will know to use /code-review.
18.
▲
by
bcherny
4mo ago
Yep, you can add free-form input. Will update /simplify to only check for code quality and not bugs (the way it used to work), that's a good suggestion.
19.
▲
by
bcherny
4mo ago
/code-review has a specific prompt that we've found is a good balance of precision, recall, and cost. You could totally roll your own prompt also.
20.
▲
by
bcherny
4mo ago
Hey, Boris from the CC team here. I agree, we're working on consolidating these. Going forward it will just be the built-in /code-review skill. Here's how to use the skill on the latest version: /code-review # do a balan
21.
▲
by
bcherny
5mo ago
Yes! This is what we’re trying next.
22.
▲
by
bcherny
5mo ago
We anticipated the default would be the best option for most people. We were wrong, so we reverted the default.
23.
▲
by
bcherny
5mo ago
Yep, agree. We added a little "/clear to save XXX tokens" notice in the bottom right, and will keep iterating on this. Thanks for being an early user!
24.
▲
by
bcherny
5mo ago
Hey, Boris from the team here. We did both -- we did a number of UI iterations (eg. improving thinking loading states, making it more clear how many tokens are being downloaded, etc.). But we also reduced the default effort level after eval
25.
▲
by
bcherny
5mo ago
Hey, Boris from the Claude Code team here. Normally, when you have a conversation with Claude Code, if your convo has N messages, then (N-1) messages hit prompt cache -- everything but the latest message. The challenge is: when you let a se
26.
▲
by
bcherny
5mo ago
Boris from the Claude Code team here. We agree, and will be spending the next few weeks increasing our investment in polish, quality, and reliability. Please keep the feedback coming.
27.
▲
by
bcherny
5mo ago
Hey, Boris from the Claude Code team here. People were getting extra cyber warnings when using old versions of Claude Code with Opus 4.7. To fix it, just run claude update to make sure you're on the latest. Under the hood, what was hap
28.
▲
by
bcherny
5mo ago
Thanks for the report! This was fixed in v2.1.92. Please: 1. Upgrade to the latest: claude update (seems like you did this already) 2. Start a new conversations (resuming an old convo may trigger this bug again in that convo)
29.
▲
by
bcherny
5mo ago
Thank you! Looking
30.
▲
by
bcherny
5mo ago
The docs are a good place to start: https://platform.claude.com/docs/en/build-with-claude/prompt...
More ›