| ▲ | Claude Code reads AGENTS.md only when telemetry is on(blog.szypowi.cz) |
| 260 points by pszypowicz 2 hours ago | 121 comments |
| |
|
| ▲ | mpoteat 2 hours ago | parent | next [-] |
| Sorry folks, this is a rollout artifact, we needed a way to turn this off remotely via feature flags if it broke something, and with telemetry off you don't get those. It's already been fixed as part of v2.1.281 releasing today. The mod is source available here: https://github.com/anthropics/claude-code/tree/main/mods/age... Apologies again folks, this was a fully human error on my part - I should've found a better way to launch with a kill-switch. |
| |
| ▲ | mpoteat 2 hours ago | parent | next [-] | | The AGENTS.md support was implemented via our new extensibility system for CC, called Mods, which is launching soon-ish. A mod is a plugin with a new type of hook, which we call a function hook. If folks play around with it, I would love feedback on the relevant issue: https://github.com/anthropics/claude-code/issues/91870 Mods allow quite a bit more customizability and control. I really believe in the idea. | | |
| ▲ | amluto 9 minutes ago | parent | next [-] | | I skimmed a couple pages of the docs at: https://objects.githubusercontent.com/github-production-repo... Might I gently suggest that you have a model at least as capable as Opus 5.5 translate that from Claudish to English? Or, even better, have an actual human work on the docs a bit? As it stands, they are fairly egregious, and they seem to devote at least as much space to little AI-generated quips that convey no meaning than to actually explaining what’s going on. Also, maybe a human should decide whether these are “function” hooks or “module” hooks. All of this marketing calls them “function” hooks, but the json config seems entirely unaware of this. (Has anyone else noticed that half the sentences in Claudish aren’t merely weird: they are noun phrases and not sentences at all? I’m pretty sure that any decent pre-LLM NLP-based grammar checker would correctly flag half the sentences in Claudish. Also, whatever variant of Claude wrote this thing can’t even capitalize around semicolons consistently with itself, let alone consistently with how English has been written for at least a century.) | |
| ▲ | rickette 2 hours ago | parent | prev | next [-] | | The only difference between CLAUDE.md and AGENTS.md is the filename. Do you really need a whole plugin system to support that use case? Feels like this could have been a one line change. | | |
| ▲ | xandrius an hour ago | parent | next [-] | | Don't you run bizantine ralph loops on remote environments with codex security checks, coupled with jev, grok, open router and a fully independent openclaw (on a maxed out mac mini inside a caveau in an undisclosed location, with open telegram) to change constants? You're going to be left behind. | | |
| ▲ | doublerabbit an hour ago | parent [-] | | You sound like my type. hey, wanna come over to myspace so I could twitter your yahoo till you google all over my facebook? | | |
| |
| ▲ | pdpi an hour ago | parent | prev | next [-] | | The plugin system itself was probably already in the making, and they just chose to implement this tiny feature as a plugin to try it out. As for the only difference being the file name, that's an untested assumption. Up until now, Claude hadn't supported AGENTS.md, and it's a simple application of Hyrum's Law that somebody, somewhere, was taking advantage of that to give one set of instructions to Claude, and a different set of instructions to some other provider. The correct behaviour in the presence of both files is not obvious, either. Having a kill switch for the change is a perfectly reasonable safety measure in case something goes horribly wrong. | | |
| ▲ | Wowfunhappy 22 minutes ago | parent | next [-] | | > somebody, somewhere, was taking advantage of that to give one set of instructions to Claude, and a different set of instructions to some other provider. I'm this person! I am actively doing this! I have some instructions which the Claude models need and OpenAI models do automatically (and if the OpenAI models see the Claude instructions, they will go way overboard which I don't want). Mind, the change does not affect me at all, because when both instructions are present Claude continues to read CLAUDE.md and Codex continues to read AGENTS.md. | |
| ▲ | speleding 11 minutes ago | parent | prev | next [-] | | The Claude sandbox has a slightly different ENV compared to ChatGPT (LC_CTYPE set to C instead of UTF8 I believe) which upsets some scripts we have. So in the CLAUDE.MD we tell it about that and then tell it continue reading AGENTS.MD. Not very hard to work around if CLAUDE.MD goes away, but just to support your point that the split did have its uses for some. | |
| ▲ | epihelix 26 minutes ago | parent | prev | next [-] | | > Having a kill switch for the change is a perfectly reasonable safety measure in case something goes horribly wrong. What, exactly, is going to go horribly wrong here ...? The worst case you're proposing is that an Anthropic model acts on AGENTS.md rather than CLAUDE.md. It's not going to be the end of the world; at worst it'll be `git reset --hard HEAD` time. But this wouldn't happen, because: > The correct behaviour in the presence of both files is not obvious, either. It seems extremely obvious to me: the non-breaking change is the right change here. If both exist, Anthropic models continue to use CLAUDE.md and ignore AGENTS.md. This is not rocket science. Why are we overthinking this? | | |
| ▲ | vikramkr 6 minutes ago | parent [-] | | Because when you have tons of users ainor fuckuo is a big fuckup and also it's really common to have both claude.md and agents.md and use @ syntax (which lets you reference markdown files when using Claude code, but not other harnesses) so you Claude md looks like ```md
@AGENTS.md [Claude specific stuff] ``` And then what happens if someone now puts @syntax in their agents.md triggering a loop etc. It's all vibe coded - including code from days with dumber models - there's gonna be all sorts of dragons under the hood |
| |
| ▲ | redox99 an hour ago | parent | prev | next [-] | | That line of thought is the reason why everything gets so overengineered. Read CLAUDE.md if it doesn't exist read AGENTS.md you don't need to overthink it so much. | | |
| ▲ | arcfour 33 minutes ago | parent [-] | | This line of thinking is something you will quickly be disabused of once you try supporting software that hundreds of millions of people use. And I say this as someone that loves the Unix philosophy dearly. | | |
| ▲ | amluto 8 minutes ago | parent | next [-] | | Frontier lab AI agent tools break their users’ workflows worse than this on a regular basis. | |
| ▲ | dylan604 17 minutes ago | parent | prev | next [-] | | I've never heard of the 'move fast, break things' mentality ever giving a damn about number of users. If so, no changes would ever be made. The great thing about having millions of users is QA can be eliminated entirely as you'll start hearing about issues from the users directly. | |
| ▲ | lunar_mycroft 26 minutes ago | parent | prev [-] | | How, exactly, would the proposed solution (combined with a setting to disable it) break, and how would implementing it the way Anthropic did address that? Be specific. | | |
| ▲ | arcfour 23 minutes ago | parent [-] | | Some people might have a different CLAUDE.md and AGENTS.md because they use Claude to do one thing and $other_agent to do another thing. Or because Claude does XYZ by default, and other agents do ABC, and they want to give the correct guidance to both. This is, to me, a completely reasonable and believable use case that could break if you implement this fix without "overengineering" it. A setting to disable what? Be specific. See? Not so simple... | | |
| ▲ | lunar_mycroft 14 minutes ago | parent | next [-] | | First, GP's proposal already addresses that. If both are present, CLAUDE.md would be used. Second, that is solved with a settings toggle. Read a boolean from .claude/settings.json and disable the new behavior if it's true (or false, depending on what you want to name the setting). third, you skipped the second part of my question: "how would implementing it the way Anthropic did address that?" Implementing the same behavior through multiple layers of abstraction and an order of magnitude more code doesn't solve the issue you mentioned. Bonus forth point: why is this critical to solve for claude code, but not for all the other harnesses which have all converged on AGENTS.md for this purpose? | |
| ▲ | dylan604 14 minutes ago | parent | prev | next [-] | | if [ !-f CLAUDE.md ]; then
AGENTS.md
fi you're really over thinking this, and i'm wondering if you're risking pulling something stretching like that to pick this up shilling for Anthropic. | |
| ▲ | bakugo 19 minutes ago | parent | prev [-] | | > Read CLAUDE.md if it doesn't exist read AGENTS.md > Some people might have a different CLAUDE.md and AGENTS.md How exactly do these two conflict? If you have both, nothing changes. |
|
|
|
| |
| ▲ | bakugo 20 minutes ago | parent | prev [-] | | This "tiny feature" consists of hundreds of lines of code spread across 57 source files, many of which are less than 30 lines long, often contain more comments than code, and have no real reason to exist. It's the very definition of overengineering and overcomplexity. That said, I do find it somewhat funny that Anthropic themselves are falling victim to their own model's tokenmaxxing. |
| |
| ▲ | stingraycharles an hour ago | parent | prev | next [-] | | Yes, but at the same time, it’s also a good, simple use case to test a new plugin system. I can totally understand that. | |
| ▲ | flippingheck 18 minutes ago | parent | prev | next [-] | | At $FAANG, ~all changes go through feature flags. There are processes to make changes outside of feature flags, but they have enough friction that it's easier to just use a feature flag. This level of paranoia is consistent with the blast radius of changes breaking Claude users. | |
| ▲ | chrisweekly an hour ago | parent | prev | next [-] | | With apologies for not just testing this myself (currently AFK), doesn't it still work to have a CLAUDE.md file containing just `@AGENTS.md`? | |
| ▲ | bakugo 29 minutes ago | parent | prev | next [-] | | Go download the leaked source code from earlier this year, search for all occurrences of the string `CLAUDE.md`, and be horrified. | |
| ▲ | chrisjj 32 minutes ago | parent | prev | next [-] | | > Do you really need a whole plugin system Vibe-coding gotta vibe-code. | |
| ▲ | oblio an hour ago | parent | prev | next [-] | | One line change? Pffft. That means you're still looking at the code, you're behind the times. | |
| ▲ | locknitpicker an hour ago | parent | prev [-] | | > The only difference between CLAUDE.md and AGENTS.md is the filename. Do you really need a whole plugin system to support that use case? Feels like this could have been a one line change. I don't think this is a reasonable assumption. The document format in CLAUDE.md is whatever Anthropic specifies, where AGENTS.md is a common ground format that is expected to be supported by any agent, be it from Anthropic or not. https://agents.md/ You might argue that differences are small or negligible, but that is just an expectation. | | |
| ▲ | ljm an hour ago | parent | next [-] | | It's not a format though is it? it's literally just an extension to the system prompt in plain markdown. There is no rhyme or reason to the structure of this file, just like with most things in AI. It's best effort human language. | |
| ▲ | BowBun an hour ago | parent | prev | next [-] | | I think you're giving these files too much credit. There are no specs, they are freeform text. In this sense they are the same. The expectation of what could be in it by each vendor means nothing unless it's enforced. | |
| ▲ | sunaookami 28 minutes ago | parent | prev | next [-] | | There is no "specification", it's literally just a text file that gets loaded into context. You don't even need to write markdown. It's not that hard man. | |
| ▲ | logifail an hour ago | parent | prev [-] | | > The document format in CLAUDE.md is whatever Anthropic specifies Q: Do Anthropic actually specify a document format? | | |
|
| |
| ▲ | 63stack 4 minutes ago | parent | prev | next [-] | | >via our new extensibility system for CC, called Mods, which is launching soon-ish. A mod is a plugin with a new type of hook, which we call a function hook. An extensibility system called mods, which is a plugin with a new type of hook that we call function hook? I can't tell if this is real, or you are making fun of overengineered AI solutions. Is this real? | |
| ▲ | d5lt5 an hour ago | parent | prev | next [-] | | Sounds like you've read the deepseek harness paper. | |
| ▲ | dybber 37 minutes ago | parent | prev [-] | | Will you extend your plugin to read skills and rules from `.agents`? Or should we write our own plugin/mod for that? |
| |
| ▲ | piltdownman 2 hours ago | parent | prev | next [-] | | Much respect for the prompt response, humility, and frank disclosure. | |
| ▲ | OtherShrezzing an hour ago | parent | prev | next [-] | | >Apologies again folks, this was a fully human error on my part Blink twice if you need help | | | |
| ▲ | michaellee8 2 hours ago | parent | prev | next [-] | | Really loved this Tibo-level responsiveness, if Anthropic can keep it up with this level of service, I am pretty sure a lot of people will just ditch their ChatGPT subscription and just move to Claude. | | |
| ▲ | jimmaswell 7 minutes ago | parent | next [-] | | Why would I ever do that to myself? My experience with Codex/GPT is fantastic, while my impression of Claude/Opus is that it's longwinded, patronizing, token-inefficient, stops to ask stupid questions every other minute, overcomplicates simple tasks, often poor engineering overall. I don't use it but this is what I see my partner run into who has access to both and compares them often. | |
| ▲ | d5lt5 an hour ago | parent | prev | next [-] | | On the other hand, if Anthropic is to follow the industry standards, this would never have happened in the first place. It's not like the feature gates are the frontier of software development. | | |
| ▲ | vikramkr 3 minutes ago | parent | next [-] | | There are two or three relevant companies in this space in America and this is the one of them that kicked off the whole terminal agent harness thing in getting market adoption. It's perfectly fine for neither of these companies to follow industry standards while they're figuring shit out | |
| ▲ | bpodgursky 40 minutes ago | parent | prev [-] | | This is the most symbolic and unimportant change in history (you can literally just symlink), I think people will be fine. | | |
| ▲ | d5lt5 35 minutes ago | parent [-] | | Symlink requires admin, and most people do not run CC as admin with bypass permissions though. | | |
| ▲ | arcfour 31 minutes ago | parent | next [-] | | ? You need root to run ln? Since when? | | |
| ▲ | farlight 27 minutes ago | parent [-] | | On Windows you do. If you have to suffer it for some reason. | | |
| ▲ | arcfour 26 minutes ago | parent [-] | | Ah, right. Windows... Does that apply to WSL? I would assume everyone develops on WSL these days if they have to use Windows, at least... | | |
| ▲ | d5lt5 3 minutes ago | parent [-] | | There is a very valid reason on windows not to allow people to do 'ln -s' without an admin. WSL also has a huge perf hit when you cross FS boundary, but perhaps you have never experienced it. |
|
|
| |
| ▲ | bpodgursky 33 minutes ago | parent | prev [-] | | Right... you can just do it yourself. |
|
|
| |
| ▲ | cowboylowrez 36 minutes ago | parent | prev | next [-] | | What we need is a low level but constant drumbeat against openai in general. In general the AI situation is overleveraged and underpoliced, with the occasional hints of AI gone wild. If openai were to just be left to die, we could let that financial mess unroll and bail out the leftovers, I don't like bailouts anymore than the next guy but with this administration its almost a guarantee if things go south because this adminstration can charge administrative fees of maybe $20-30 billion (which goes to trump), get Sam Altman to serve one or two years in a cushy resort type fed place for the hugging face hacking and put openai's processes on github as a premium feature, say $10000 a month to access (which again goes to trump). I know I know, why are we giving money to trump? Its because he's going to take it anyways so can't we at least apply some window dressing? | |
| ▲ | m3kw9 an hour ago | parent | prev | next [-] | | Sure a fast response on HN would make people switch. Try better rates, infra, limits etc. | |
| ▲ | BowBun an hour ago | parent | prev [-] | | Because they respond to HN threads about their products? Which are likely Claude hooks monitoring for activity in the first place? Come on... At least make an argument for switching vendors based on the quality or price of their service. | | |
| ▲ | user43928 an hour ago | parent [-] | | After I was mildly disappointed with GPT-6 Sol and Luna not improving intelligence and only cutting the price, I'm running Opus 5.5 today. After the last month or so in the Codex app, I was pleased with the Claude app. It might be a case of the grass always being greener on the other side, but this is what stands out: After 3-4 hours of usage, the weekly usage limit moved by only 1%. Compared to Astra where I can watch the limit draining live, this is a great improvement. I'd estimate it 3x cheaper, and that's with a 450k context limit instead of the 258k in Codex. So far Opus 5.5 appears less prone to stopping for no apparent reason at checkpoints in the middle of a longer task. It doesn't open an internal browser with a useless comparison page, where it then proceeds to add notes despite no one having asked for it. It is a breath of fresh air: I get the response in the chat, while the Codex app recently loves randomly opening artifacts instead. Opus 5.5 xhigh made great progress on the task, more so than Astra High, but that could be random chance. Oh, and the 'Auto' mode actually works and does not force me to instead run 'Full access' like in the Codex app, lest it blocks even 'git push'. |
|
| |
| ▲ | aviperl 2 hours ago | parent | prev | next [-] | | Ouch. I've had to send such messages, but internally at work, not on HN! Have a great day, human. | |
| ▲ | h1fra 16 minutes ago | parent | prev | next [-] | | people are overeacting | |
| ▲ | davidmurdoch 40 minutes ago | parent | prev | next [-] | | How are you planning to turn this off remotely when telemetry off? | |
| ▲ | grim_io 2 hours ago | parent | prev | next [-] | | The same guy writing readme's for my vibeslopped toy projects is also the readme writer at Anthropic, what a coincidence ;) | |
| ▲ | senko an hour ago | parent | prev | next [-] | | I hope disabling /r if telemetry is disabled is also unintentional... | |
| ▲ | fg137 an hour ago | parent | prev | next [-] | | > a fully human error Would be interesting to know how much time you/your team spent on that design decision | | |
| ▲ | rachr an hour ago | parent [-] | | The correct design was in the AGENTS.md but they didn't have telemetry on |
| |
| ▲ | Maxion 2 hours ago | parent | prev | next [-] | | Well now, this is how you do community outreach | |
| ▲ | ndbe 2 hours ago | parent | prev | next [-] | | I don't understand, isn't coding solved already? | |
| ▲ | mort96 an hour ago | parent | prev [-] | | "Rollout artifact"? This is Claude-speak isn't it? I have never ever heard anyone call a bug like this a "rollout artifact" before. | | |
| ▲ | ako an hour ago | parent | next [-] | | I was probably an agent that made the change, and the same agent that commented here on HN. | |
| ▲ | criley2 36 minutes ago | parent | prev [-] | | I don't think "bug" is the correct term. They put a feature behind a feature flag, and feature flags don't work if you turn them off (via telemetry). That's "Working As Designed™". | | |
| ▲ | mort96 25 minutes ago | parent [-] | | It's clearly an unintended interaction. Nobody intended for the telemetry switch to control whether it reads AGENTS.md (hence mpoteat's apologetic response). Whether you consider that to be a "bug" or not really wasn't the point of my message. |
|
|
|
|
| ▲ | sandrello 2 hours ago | parent | prev | next [-] |
| Based on my experience with these tools so far, this seems exactly the kind of subtle but extremely severe bug that sneaks in when you start piling up layers of AI generated patches to a codebase without caring too much about the code. |
| |
| ▲ | HotHotLava an hour ago | parent | next [-] | | "extremely severe" - aren't we laying it on a bit thick here? The whole impact seems to be that users who have telemetry turned off got this feature ~2 days later, when the bug was noticed. | | |
| ▲ | code_runner 39 minutes ago | parent [-] | | a "feature" that every user has asked for - which is the equivalent of changing claude.md to agents.md - and the release isn't even smooth because the telemetry isn't wired up quite right. for an organization that is being used as a model for new agentic software development practices.... and every software exec on earth is trying to reshape their organizations after - its a pretty stupid bug for a feature that should've been straightforward in the first place + took forever for them to get around to. its just kind of emblamatic of the rough edges that exist EVEN FOR SIMPLE THINGS whenever human judgement is totally removed the equation. | | |
| ▲ | code_runner 38 minutes ago | parent [-] | | ps: apparently thats not how you spell emblematic - but I'm actually glad to leave a little humanity around given the topic :D |
|
| |
| ▲ | hgoel 2 hours ago | parent | prev | next [-] | | Yep, especially with long contexts (and moreso if the last thing you were working on in the same context involved telemetry too). AI sneaks in weird conditions like this and then does the entire "You're absolutely right" thing if you're paying enough attention to catch it. | |
| ▲ | Agentlien an hour ago | parent | prev | next [-] | | I used to actively use Msty for local models because it just worked and had a lot of nice advanced features. A few months ago they released their beta version of a Claw-like UI and mentioned using a version of it to develop Msty itself. Well, that was around the time I stopped using Msty because every update started breaking things and two updates in a row included bugs which wiped all my configs, chats, and history. | |
| ▲ | crazygringo 2 hours ago | parent | prev | next [-] | | It seems to be exactly the opposite, a "fully human error": https://news.ycombinator.com/item?id=49815363 Nothing to do with AI patches at all, nor was it a bug. It was intentional human behavior, a temporary rollout setting, that seems to have made sense. But I guess that doesn't fit the "narrative". | | |
| ▲ | fg137 an hour ago | parent | next [-] | | One thing I do know is that an Anthropic employee is definitely NOT going to blame this on the model they are using. | |
| ▲ | q3k an hour ago | parent | prev [-] | | > It seems to be exactly the opposite, a "fully human error" "LLMize the succeses, humanize the failures." is the PR strategy at play here. Anything goes well it's because AI did it, anything goes bad it's because a human didn't catch it. | | |
| ▲ | crazygringo an hour ago | parent [-] | | Wow people are cynical here. No matter what happens to be the truth, HNers have a cynical narrative to fit it. | | |
|
| |
| ▲ | tpurves an hour ago | parent | prev [-] | | Except that, and this I find slightly amusing, is a situation where they definitely don't want to publicly blame the ai model when there are mistakes. |
|
|
| ▲ | lucfranken 2 hours ago | parent | prev | next [-] |
| Isn't that how they just release all features? So they can do progressive roll outs and telemetry on issues with it? Not sure if they later move the code from inside the flag check to the main code or that they keep the flag check. But if they would keep all features behind a flag that would not make most sense as you then would have not many features without telemetry. |
| |
| ▲ | fg137 an hour ago | parent | next [-] | | This is what's written in their release notes for 2.1.277: > Added AGENTS.md support: in a project with no CLAUDE.md, Claude Code reads AGENTS.md instead My dumb brain tells me none of this is rolled out progressively (as of that version). You either have it or not. | |
| ▲ | nijave an hour ago | parent | prev [-] | | It's been like this at least months. I turned telemetry off a few months ago and it basically prevented all stages rollouts of new features from working. Anthropic commonly gates behind feature flags that require telemetry until they're "promoted" and defaulted on. A little bit annoying you can't manually control the flags without telemetry but I think the title is a bit click bait. |
|
|
| ▲ | jdlyga 8 minutes ago | parent | prev | next [-] |
| You're absolutely right! AGENTS.md shouldn't be gated behind telemetry on |
|
| ▲ | arrowsmith 2 hours ago | parent | prev | next [-] |
| Claude Code also doesn't read AGENTS.md by default if there's a CLAUDE.md it can read instead. This isn't limited to your repo, e.g. if you have a ~/CLAUDE.md then no AGENTS.md will be read. To always read both, you have to switch the 'Project instructions' setting to the non-default `claude-md-and-agents-md`. Just in case anyone is wondering why their AGENTS.md still isn't being read. |
|
| ▲ | fg137 an hour ago | parent | prev | next [-] |
| This in some way sounds like VSCode's bug of always adding Copilot as a co-author of git commit regardless of user settings. If people only glance over the code agents generate for them and don't bother to spend even half a minute thinking through what's actually happening, this is inevitable. Certainly this kind of things happened before LLMs existed. But I'm not optimistic about the direction of how things are going. |
|
| ▲ | quintu5 13 minutes ago | parent | prev | next [-] |
| And I’m sure there’s no conceivable way an organization as well resourced as Anthropic can separate out feature flags from telemetry. It’s just too complicated! Maybe when we get AGI? |
|
| ▲ | nfRfqX5n 2 hours ago | parent | prev | next [-] |
| Crazy part is: can’t tell if this intended or a bug |
| |
| ▲ | kennethops 2 hours ago | parent | next [-] | | I like to give my graces to people and the companies who are typically not trillions of dollars. Have an incredible amount of resources that many countries would like to have, with fewer of the obligations. I'm going to chalk this up to its intended | |
| ▲ | serial_dev 2 hours ago | parent | prev | next [-] | | Someone on the Claude Code team is probably wondering the same... | |
| ▲ | vaylian 2 hours ago | parent | prev | next [-] | | Can you think of a bug that makes sense in this case? | | |
| ▲ | hgoel 2 hours ago | parent | next [-] | | Vibe coding | | |
| ▲ | thejazzman 2 hours ago | parent [-] | | It is most certainly the kind of subtle bug the LLMs love to slip in and burn you in production Not sure what y’all are thinking with these unwritten conspiracy theories that begin and end with “it’s intentional” |
| |
| ▲ | jpitz 2 hours ago | parent | prev [-] | | Assuming that it's intentional, what's the motivation? | | |
| |
| ▲ | Razengan 2 hours ago | parent | prev [-] | | Claude/Anthropic has been sus from the start: https://www.thatprivacyguy.com/blog/anthropic-spyware/ + not letting users change their email, or remove their payment methods, etc. | | |
| ▲ | nibbleyou 2 hours ago | parent | next [-] | | I cannot set a password for login, on logging in it says we've sent a login code but it's a link instead... | |
| ▲ | jaapz 2 hours ago | parent | prev [-] | | many of these can also be chalked up to the fact that all of their products are extremely vibed |
|
|
|
| ▲ | vorticalbox 2 hours ago | parent | prev | next [-] |
| I use cursor and claude, its kinda annoying having to have the same skills in both so I made a ~/.agents/skills folder then ln both cursor and claude skills to point to that folder. which works except that claude uses .skills/synced which is uses to sync changes to skills from claude servers into the skills folder. every other agent I have used just directly syncs into .skills so it ends up duplicating skills |
|
| ▲ | tjoff 2 hours ago | parent | prev | next [-] |
| Nice find, though I'd rather read the prompt that was used to write this article. It is about ten times longer than it needs to and is quite painful to read. |
|
| ▲ | msp26 an hour ago | parent | prev | next [-] |
| Claude Code Remote control only works with telemetry enabled too. |
| |
| ▲ | pszypowicz 21 minutes ago | parent [-] | | Yeah, no thank you. This was why I polished my setup for VPN -> SSH -> [MOSH] -> TMUX -> claude/codex |
|
|
| ▲ | ChrisArchitect 20 minutes ago | parent | prev | next [-] |
| Related: Claude Code now reads AGENTS.md if there is no Claude.md https://news.ycombinator.com/item?id=49760187 |
|
| ▲ | teekert 2 hours ago | parent | prev | next [-] |
| Uhm I turned off everything there is to turn off in my Pro plan, and Claude just read my agents.md with no issue? So... What telemetry am I missing? Or did they JUST update? (I updated my docker image 40 minutes ago to get Opus 5.5, am on version 2.1.280, so not the mentioned 2.1.277, so it's fixed?) |
|
| ▲ | 0m13 2 hours ago | parent | prev | next [-] |
| can i ask claude to change these settings for me, and will it enable telemetry as implied checkpoint when i ask it to enable AGENTS.md? |
|
| ▲ | BiteCode_dev 43 minutes ago | parent | prev | next [-] |
| Anyway, my claude.md contains only this: @agents.md |
|
| ▲ | cowpig an hour ago | parent | prev | next [-] |
| The number of people raw-dogging software that executes arbitrary instructions on their machine coming from a 3rd party server just absolutely baffles me. The same people who've spent years of their career making sure that never happens. |
|
| ▲ | rvz 2 hours ago | parent | prev | next [-] |
| I am once again (for the third time) [0] asking you to stop using a closed-source harness. [0] https://news.ycombinator.com/item?id=49760449 |
| |
| ▲ | pbasista an hour ago | parent [-] | | I understand the motivation for such a concern. But Claude Code in particular has its source code available on GitHub [0]. So I am unsure if it is fitting to call it a "closed source" harness. [0] https://github.com/anthropics/claude-code | | |
| ▲ | SyneRyder 29 minutes ago | parent | next [-] | | Forgive me if I'm missing something really obvious, we'll blame it on lack of sleep... but is that actually the full source to Claude Code? I'm looking at the repository and I only see source for plugins, mods and scripts. When I get to the readme, it says: "This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the plugins directory for detailed documentation on available plugins." But I'm not a TypeScript guy, so I concede I might be missing something incredibly obvious. I remember there was a leak of the Claude Code source code at one point, and people vibe coding conversions to other languages from the leak, but I don't think the Claude Code harness itself is open source or even source available. | |
| ▲ | wccrawford an hour ago | parent | prev | next [-] | | It's not open source. It's more "source available", since it's published, but you legally can't do anything with it. Other than maybe build it yourself, for yourself, I guess. | |
| ▲ | sunaookami 26 minutes ago | parent | prev [-] | | That's not the source code. Claude Code is proprietary. |
|
|
|
| ▲ | pmlnr an hour ago | parent | prev | next [-] |
| Urm... no tests caught this? How? |
|
| ▲ | Traubenfuchs 2 hours ago | parent | prev | next [-] |
| Issue 95690, opened 3 days ago, 500k+ engineers, a simple CLI... AGI was reached like 2 weeks ago, latest claude 5.x models rule supreme and software engineering is solved? |
| |
| ▲ | geophph 28 minutes ago | parent [-] | | Turns out AGI boils down to two markdown files: claude-md-or-agents-md claude-md-and-agents-md |
|
|
| ▲ | chrisjj 2 hours ago | parent | prev | next [-] |
| Vibe-coding at its best. |
|
| ▲ | gmponyo 2 hours ago | parent | prev | next [-] |
| This is not the only case where Anthropic has done stuff silently without giving users any information about changes that would hurt them. |
|
| ▲ | mgaldys4 2 hours ago | parent | prev [-] |
| Even if this was an honest rollout mistake, the design is indefensible. Reading a local file should never depend on a remote feature flag, and silently skipping it with no warning is worse. I've tried to give Claude Code the benefit of the doubt, but this crosses a line. |
| |
| ▲ | tehlike 2 hours ago | parent [-] | | Not everything is malicious. The author of the feature already responded on why this happened | | |
| ▲ | chrisweekly 38 minutes ago | parent [-] | | I'm not the person you replied to, but your response misses their point: rollout issue aside, the approach is flawed by design. The feature author didn't address that at all. | | |
| ▲ | tehlike 10 minutes ago | parent [-] | | The person had something else before they edited. They were overly negative, saying (from my memory) that it was inexcusable, and they had enough, pointing to malice. The response as it is now sounds fair. Before that it was not. |
|
|
|