23 comments

  • exhaze5 hours ago
    Claude Code’s feature cardinality is breathtaking. At this rate, the next pope will be from Anthropic
    • oinoom2 hours ago
      given their recent speech, I’m sure theyre trying
    • isoprophlex5 hours ago
      sorry to post a shallow comment but this is a really excellent joke holy shit. well done.
      • stingraycharles5 hours ago
        I am sorry for my ignorance, but I don’t understand the joke. What does the pope have to do with this?
        • huhkerrf5 hours ago
          The Pope is selected by the College of Cardinals. The joke is a play on "cardinality."
          • swyx3 hours ago
            also colah was invited by the literal pope to his encyclical <a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;chris-olah-pope-leo-encyclical" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;chris-olah-pope-leo-encyclica...</a>
        • new_account_1015 hours ago
          [dead]
      • cheschire3 hours ago
        I don&#x27;t believe you deserve the downvotes you&#x27;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.
        • smt8813 minutes ago
          A few thoughts on this:<p>- it’s against HN guidelines to comment on downvotes<p>- comments are supposed to be substantive, further the discussion, and inspire curiosity (and I think the joke failed at all of those)<p>- it’s not a great joke, just a shallow pun<p>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.
  • Bobaso1 hour ago
    This article is 2 month old and partly outdated, Some features have been documented, for example the auto mode: <a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;auto-mode-config#define-trusted-infrastructure" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;auto-mode-config#define-trus...</a>
  • gregoriol7 hours ago
    claude package has ten new versions published per week, and one new model every few months, one should definitely not rely on some undocumented tricks around it: it&#x27;ll change, it&#x27;ll break deep ultra-specific configurations
    • anuramat7 hours ago
      in my experience, &quot;undocumented tricks&quot; break as often as documented features<p>like when they removed &quot;clear context and execute plan&quot; option after releasing 1M opus because &quot;context window is not a problem anymore&quot;
      • calgoo7 hours ago
        I so miss that clear context and execute plan mode! Now i have to keep clearing it manually again.
        • anuramat7 hours ago
          fyi you can re-enable it with `{ &quot;showClearContextOnPlanAccept&quot;: true }` in ${CLAUDE_CONFIG_DIR:-$HOME&#x2F;.claude}&#x2F;settings.json<p>also find `&quot;disableAutoMode&quot;: &quot;disable&quot;` useful, since I&#x27;m typically switching between yolo and plan
    • bredren6 hours ago
      It is possible to build automation that efficiently handles low level customization of new versions as they appear.
    • tstrimple7 hours ago
      This is true, but also &quot;temporal hacks&quot; can make or break &quot;cutting edge&quot; workflows. I don&#x27;t re-architect my claude instructions every release. But some releases justify examining your existing instructions and making sure they still fit the current model. And it has made a noticeable difference.
  • bsenftner3 hours ago
    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?
    • joka88xj1 hour ago
      The pattern across Claude Code, Codex and Cursor does seem to be converging: gather context, make a plan, execute, then verify.<p>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.”<p>That seems like the part where different coding agents will continue to feel very different in practice.
    • giraffe_lady1 hour ago
      &gt; Is anyone collecting and writing on how to understand this architectural style?<p>Are we on the same site? Is anyone writing about anything else?
      • bsenftner14 minutes ago
        The blog post this discussion is for is one of the first in depth discussions I&#x27;ve seen of how these coding agents work. Most posts cover how to use them, not their internals and how they operate.
  • chasd001 hour ago
    can i ask claude to generate its own config? &quot;you&#x27;re me, create your perfect set of config files.&quot;
    • drowsspa48 minutes ago
      Yeah I&#x27;d love to see a cookie cutter project with all of the best practices of the boilerplate files
    • gwerbin1 hour ago
      Probably. It does seem to have a built-in tool for exploring its own docs, and it has a special mode for working in a .claude&#x2F; directory. It&#x27;s probably intended that users do this.
    • mastax1 hour ago
      There’s a slash command that’ll look through your conversation history to add allow permissions.
  • mohsen14 hours ago
    &gt; Honest status<p>&gt; Not at 100% - and I want to be straight about why that&#x27;s a longer road...<p><a href="https:&#x2F;&#x2F;github.com&#x2F;user-attachments&#x2F;assets&#x2F;961eff6c-0060-45df-8104-5cbfd3daac67" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;user-attachments&#x2F;assets&#x2F;961eff6c-0060-45d...</a><p>I just want Claude Code to stop giving up on achieving tasks. It&#x27;s so annoying. Even with `&#x2F;goal` or the new `ultracode` it gives up constantly.<p>My project is very complex (<a href="https:&#x2F;&#x2F;github.com&#x2F;mohsen1&#x2F;tsz" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mohsen1&#x2F;tsz</a>) but Codex has no problem keep grinding without stopping like that
    • skerit1 hour ago
      I just use &#x2F;loop now which gives it a motivational prompt to keep the fuck going. Goal can be used too, but for some things a simple loop is better
    • MattGaiser4 hours ago
      Yeah, I just had Claude fill out the task list, and then before hitting the end of the task list ask whether I wanted to continue or whether getting some of it done was enough....
      • withinboredom2 hours ago
        Never. Ever. Ever. Tell Claude you have a deadline. It will do this on every task. It will half-ass things to “get it done in time” and argue about whether or not an approach will be done “on time” because it is estimating in human hours.
  • My_Name2 hours ago
    Anyone else pick up on the fact that the article was released on Apr 01, 2026?
    • My_Name1 hour ago
      I decided to grep the actual binary to check. The current version is 2.1.156, but the post is based on 2.1.87.<p>Most of it holds up in 2.1.156: the hook response fields (updatedInput, permissionDecision, additionalContext, watchPaths, etc.), extra hook config fields (once, asyncRewake), skill&#x2F;agent frontmatter (omitClaudeMd, criticalSystemReminder_EXPERIMENTAL, memory, color, context: fork), and autoMode&#x2F;autoMemoryEnabled&#x2F;autoDreamEnabled all show up as real Zod-schema config keys, not stray strings. autoMode has the allow&#x2F;soft_deny&#x2F;environment shape, plus an undocumented hard_deny.<p>Two things from the post I couldn&#x27;t find in 2.1.156: yoloClassifier (the closest flag now is yoloEquivEnabled) and &quot;Magic Docs&quot; &#x2F; the # MAGIC DOC: regex (the only MAGIC strings left are about file magic bytes).
  • sheept5 hours ago
    I&#x27;m curious about that &quot;magic doc&quot; feature. Is that meant to go in CLAUDE.md or a project file? Does the file need to be mentioned during the session or does Claude automatically search for all mentions of the &quot;magic doc&quot; header in the project?
  • fg1374 hours ago
    Have fun finding out that the undocumented feature you rely on suddenly stops working.
    • quantumleaper3 hours ago
      If software engineering were truly solved, like Anthropic claims, anyone could just vibecode it back. If only they stopped being allergic to the word &quot;open&quot; and open-sourced Claude Code, which, at this point, there is no practical reason not to.
      • cheschire3 hours ago
        There are numerous copies of the source available for claude code now that it has been leaked. The vast majority of what makes CC useful is already present, and it&#x27;s unlikely that any killer features will be added going forward.<p>So it&#x27;s already possible for someone to &quot;vibecode it back&quot;. It&#x27;s just <i>perhaps</i> not legal.
  • 0123456789ABCDE5 hours ago
    most of these are in fact documented, the rest either no longer exists, is still gated by feature flags (i checked), or has little use to most users.<p>you can however convince claude to create a local command with the extracted prompts for stuff like autodream
  • 472828478 hours ago
    What’s up with scrolling on that page?! I was locked into a page region several times until I finally gave up. Safari&#x2F;Orion iOS current
    • steve19778 hours ago
      Maybe programmed with Claude Code?
      • FinnKuhn5 hours ago
        Substack is such a big platform that they should have resources to make sure their product works fine on common device&#x2F;browser combinations.
        • steve19775 hours ago
          I&#x27;m not sure how much leeway creators have in customizing their substacks to be honest (if they can use custom CSS for example).
    • sscaryterry3 hours ago
      I see the same with OpenAI&#x27;s webpage on iOS.
  • nl7 hours ago
    Some of these things are documented. For example the model in frontmatter in skills is documented here: <a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;skills#frontmatter-reference" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;skills#frontmatter-reference</a><p>(It&#x27;s not easy to find though, and lots of other docs doesn&#x27;t mention it or link to this)
  • MrOrelliOReilly2 hours ago
    Clearly AI-generated writing (confirmed with Pangram). Amazed this has so many upvotes—are people even reading the article?<p>@dang I know you have so far resisted a rule for AI-generated content (as we now have for comments), but I personally would prefer a flag for articles so that I don&#x27;t waste my time on slop.
  • cat-whisperer1 hour ago
    yup, it&#x27;s super old
  • ChrisArchitect8 hours ago
    Related from then:<p><i>The Claude Code Source Leak: fake tools, frustration regexes, undercover mode</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47586778">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47586778</a>
    • gjvc6 hours ago
      weak, even for you
  • LoganDark8 hours ago
    That example classifier is horrendous. A simple substring search for ls&#x2F;cat&#x2F;echo&#x2F;etc?
    • chrismarlow92 hours ago
      surely concats of user input, stdout of external dependencies, and non-deterministic output feeding back directly to an eval is safe. it&#x27;s never been a problem before. not even trying to check the boxes when it comes to security anymore.
    • Tyr425 hours ago
      Can I do<p><pre><code> echo blah blah &gt;&gt; ~&#x2F;.ssh&#x2F;authorized_keys </code></pre> And that&#x27;d be auto approved?
    • anuramat7 hours ago
      still, far more effective than &quot;NEVER FUCKING GUESS&quot;
  • ravirdp49 minutes ago
    [flagged]
  • volume_tech2 hours ago
    [flagged]
  • disclos2 hours ago
    [flagged]
  • OpenWaygate6 hours ago
    [dead]
  • rahadbhuiya4 hours ago
    [dead]
  • NamlchakKhandro6 hours ago
    [flagged]
    • UqWBcuFx6NV4r6 hours ago
      Please stick to intelligent replies. Many people here aren’t interested in whatever culture war you feel like fighting today.
    • LoganDark4 hours ago
      Zealous bigotry like this only serves to give pi a bad reputation. Comments like this hinder your apparent goal.
  • auspiv1 hour ago
    Wow, not one mention of the env vars that have a far greater influence on how the models actually work under the hood - <a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;env-vars" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;env-vars</a><p>Very important for bedrock deployments and other not-as-standard deployments<p>Key for how I&#x27;ve deployed it - disable adaptive thinking, max thinking tokens, disable telemetry, etc
    • simlevesque1 hour ago
      Article name: &quot;everything the doc doesn&#x27;t mention&quot;<p>You: &quot;they missed this feature that&#x27;s in the docs !&quot;<p>You&#x27;re right that it&#x27;s an important part of CC&#x27;s config. But it doesn&#x27;t fit the article&#x27;s raison d&#x27;être.
    • Jcampuzano21 hour ago
      Adaptive thinking isn&#x27;t configurable if you&#x27;re using 4.7 or higher though, so anybody on modern opus its basically useless.<p><a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;model-config#adaptive-reasoning-and-fixed-thinking-budgets" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;model-config#adaptive-reason...</a><p>&gt; Opus 4.7 and later always use adaptive reasoning. The fixed thinking budget mode and CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING do not apply to them.