exhaze 2 hours ago

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

  • isoprophlex 2 hours ago

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

    • cheschire 26 minutes ago

      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.

bsenftner 12 minutes 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?

mohsen1 2 hours ago

> Honest status

> Not at 100% - and I want to be straight about why that's a longer road...

https://github.com/user-attachments/assets/961eff6c-0060-45d...

I just want Claude Code to stop giving up on achieving tasks. It's so annoying. Even with `/goal` or the new `ultracode` it gives up constantly.

My project is very complex (https://github.com/mohsen1/tsz) but Codex has no problem keep grinding without stopping like that

  • MattGaiser 1 hour 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....

gregoriol 4 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'll change, it'll break deep ultra-specific configurations

  • anuramat 4 hours ago

    in my experience, "undocumented tricks" break as often as documented features

    like when they removed "clear context and execute plan" option after releasing 1M opus because "context window is not a problem anymore"

    • calgoo 4 hours ago

      I so miss that clear context and execute plan mode! Now i have to keep clearing it manually again.

      • anuramat 4 hours ago

        fyi you can re-enable it with `{ "showClearContextOnPlanAccept": true }` in ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/settings.json

        also find `"disableAutoMode": "disable"` useful, since I'm typically switching between yolo and plan

  • tstrimple 4 hours ago

    This is true, but also "temporal hacks" can make or break "cutting edge" workflows. I don'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.

  • bredren 3 hours ago

    It is possible to build automation that efficiently handles low level customization of new versions as they appear.

fg137 1 hour ago

Have fun finding out that the undocumented feature you rely on suddenly stops working.

  • quantumleaper 33 minutes 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 "open" and open-sourced Claude Code, which, at this point, there is no practical reason not to.

    • cheschire 22 minutes 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's unlikely that any killer features will be added going forward.

      So it's already possible for someone to "vibecode it back". It's just perhaps not legal.

sheept 2 hours ago

I'm curious about that "magic doc" 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 "magic doc" header in the project?

0123456789ABCDE 2 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.

you can however convince claude to create a local command with the extracted prompts for stuff like autodream

47282847 6 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/Orion iOS current

  • steve1977 5 hours ago

    Maybe programmed with Claude Code?

    • FinnKuhn 2 hours ago

      Substack is such a big platform that they should have resources to make sure their product works fine on common device/browser combinations.

      • steve1977 2 hours ago

        I'm not sure how much leeway creators have in customizing their substacks to be honest (if they can use custom CSS for example).

  • sscaryterry 31 minutes ago

    I see the same with OpenAI's webpage on iOS.

LoganDark 5 hours ago

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

  • anuramat 4 hours ago

    still, far more effective than "NEVER FUCKING GUESS"

  • Tyr42 2 hours ago

    Can I do

      echo blah blah >> ~/.ssh/authorized_keys
    

    And that'd be auto approved?