Live data from Hacker News

Claude Code – Everything you can configure that the docs don't tell you

buildingbetter.tech

61–70 of 76 posts

Re: Claude Code – Everything you can configure that the docs don't tell you

#61

Is there an AI Coding Agent application structure emerging that is more or less universal across llm models? Is anyone collecting and writing on how to understand this architectural style?

> Is anyone collecting and writing on how to understand this architectural style? Are we on the same site? Is anyone writing about anything else?

The blog post this discussion is for is one of the first in depth discussions I've seen of how these coding agents work. Most posts cover how to use them, not their internals and how they operate.

Re: Claude Code – Everything you can configure that the docs don't tell you

#62

Earlier quoted context omitted.

sorry to post a shallow comment but this is a really excellent joke holy shit. well done.

I don't believe you deserve the downvotes you're getting. Sometimes a good joke is so good that it appears shallow at first glance, but only upon reflection does the true humor show through. A shallow callout such as yours is sometimes necessary to call the reader back to it for that further reflection.

A few thoughts on this:

- it’s against HN guidelines to comment on downvotes

- comments are supposed to be substantive, further the discussion, and inspire curiosity (and I think the joke failed at all of those)

- it’s not a great joke, just a shallow pun

I’m guilty of often downvoting jokes on HN that are just jokes with no substance, partly because they end up causing confusion and noise, and they make the discussion less interesting. Reddit is a great place for those.

Re: Claude Code – Everything you can configure that the docs don't tell you

#63
It's a great guide that is necessary because the documentation of Claude code is so lacking. It's a shame really, trillions of dollars, but not one man hour to make an agent on the ci to write the doc and a pr. It frustrates me, it has been like that for months, it's like nobody cares or find this normal.

Re: Claude Code – Everything you can configure that the docs don't tell you

#65

Is there an AI Coding Agent application structure emerging that is more or less universal across llm models? Is anyone collecting and writing on how to understand this architectural style?

The pattern across Claude Code, Codex and Cursor does seem to be converging: gather context, make a plan, execute, then verify. What feels less standardized is how much control the user gets between those stages. Settings like showClearContextOnPlanAccept and disableAutoMode are interesting because they expose that boundary between “agent decides” and “human reviews before execution.” That seems like the part where d…

As costs come down, these dials will shift too. There are many configs which give control simply for the sake of saving tokens.

Re: Claude Code – Everything you can configure that the docs don't tell you

#67

That example classifier is horrendous. A simple substring search for ls/cat/echo/etc?

surely concats of user input, stdout of external dependencies, and non-deterministic output feeding back directly to an eval is safe. it's never been a problem before. not even trying to check the boxes when it comes to security anymore.

[flagged]

Re: Claude Code – Everything you can configure that the docs don't tell you

#68
This is all documented [1]. Once is documented [2], async and asyncRewake are documented [3] too. Skills frontmatter is fully documented [4]. Automode environment strings are documented [5].

This article is pure AI-written clickbait and I'm surprised to see such an uptake here.

[1] https://code.claude.com/docs/en/hooks#pretooluse-decision-co...

[2] https://code.claude.com/docs/en/hooks#common-fields

[3] https://code.claude.com/docs/en/hooks#command-hook-fields

[4] https://code.claude.com/docs/en/skills#frontmatter-reference

[5] https://code.claude.com/docs/en/auto-mode-config#define-trus...

Re: Claude Code – Everything you can configure that the docs don't tell you

#69

It's a great guide that is necessary because the documentation of Claude code is so lacking. It's a shame really, trillions of dollars, but not one man hour to make an agent on the ci to write the doc and a pr. It frustrates me, it has been like that for months, it's like nobody cares or find this normal.

Except it's not. Every single one of the mentioned features is clearly featured in the docs as of today.

Re: Claude Code – Everything you can configure that the docs don't tell you

#70
post #19

Claude Code’s feature cardinality is breathtaking. At this rate, the next pope will be from Anthropic

Jokes aside I find it hard to trust in the amount of things Anthropic throws out. It can’t be a well thought out and stable product this way.
Post reply on HN