Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. In the Private Jet Age, the Quiet Allure of Private Rail(nytimes.com)
    1comments
  2. Smart glasses are causing havoc in India(technologyreview.com)
    discuss
  3. Passed $10M/y in revenue and investment gains this year(twitter.com/levelsio)
    discuss
  4. Synthetic control for city crime rates app(apwheele.github.io)
    discuss
  5. Native Mail – An email client where an agent handles your inbox(getnative.ai)
    discuss
  6. Depending on Other People(gomakethings.com)
    discuss
  7. Downgrades(dshr.org)
    discuss
  8. HafþI – a native macOS terminal built with Swift(github.com/pdahlbeck)
    discuss
  9. Ask HN: Declarative vs. Imperative
    discuss
  10. Samsung accidentally freezes its smart fridges with a software update(androidauthority.com)
    discuss
  11. NYT down 7% on Muse Agent risks(twitter.com/zerohedge)
    1comments
  12. WaveDigger: Dig into wireless signals to discover their physical locations(github.com/christianrowlands)
    discuss
  13. VedicQ AI Astrology Kundli Engine(vedicq.com)
    discuss
  14. What AI-Native Looks Like(fagnerbrack.com)
    discuss
  15. The Pain Axis: LLMs Represent Self-Directed Harm and Act to Relieve It(arxiv.org)
    discuss
  16. Show HN: Pomodoro.in – A local first aesthetic timer. No Signup. No Ads(pomodoro.in)
    discuss
  17. Cultivating a Wholesome Mind(upekkhaorg.substack.com)
    discuss
  18. The Creative Spirit of Who Framed Roger Rabbit(simonwillison.net)
    discuss
  19. The Economics of Going Home on Time(whitecoatinvestor.com)
    discuss
  20. Building trading and wealth platforms around connected investor workflows [video](youtube.com)
    discuss
  21. BannerGen – AI Social Media Banner Generator (CLI, Open Source)(github.com/astra-intelligence)
    discuss
  22. Testing AIs on 68 of the hardest open Erdos problems, verified in Lean(arxiv.org)
    discuss
  23. Show HN: Ive Sent It – online courier for files, with signed proof of delivery(ivesentit.com)
    discuss
  24. OpenAI is enlisting an influencer army to make it look 'good for the world'(businessinsider.com)
    2comments
  25. AI proof of the Erdős–Sós conjecture(arxiv.org)
    discuss
  26. Show HN: Quant – A High-Performance Quantum OS Kernel and Simulator in Rust(github.com/strahinjastojanovic826-code)
    1comments
  27. Show HN: RxFilm Studio–Create and edit your product videos with AI agent(rxlab.app)
    2comments
  28. Low – A Podcast (Jack Rhysider of Darknet Diaries)(thisislow.com)
    discuss
  29. The next generation of American scientists is fading away(ft.com)
    2comments
  30. Class Action Lawsuit: Amazon Discriminates Against Pregnant Warehouse Employees(classaction.org)
    discuss

Claude Code reads AGENTS.md only when telemetry is on

77 pointsby 48m agoblog.szypowi.cz
23 comments
29m agoHN ↗

Crazy part is: can’t tell if this intended or a bug

20m agoHN ↗

Can you think of a bug that makes sense in this case?

12m agoHN ↗

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”

18m agoHN ↗

Assuming that it's intentional, what's the motivation?

18m agoHN ↗

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

16m agoHN ↗

Someone on the Claude Code team is probably wondering the same...

17m agoHN ↗

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.

16m agoHN ↗

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.

10m agoHN ↗

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.

14m agoHN ↗

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 oftware engineering is solved?

13m agoHN ↗

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.

12m agoHN ↗

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

11m agoHN ↗

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?

8m agoHN ↗

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?)

7m agoHN ↗

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.

6m agoHN ↗

Much respect for the prompt response, humility, and frank disclosure.

2m agoHN ↗

The AGENTS.md support was implemented via our new extensibility system for CC, which is launching soon-ish.

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.

4m agoHN ↗

This is beyond comprehension. Claude Code lately just comes across as hostage-taking, forcing users into absurd rules. I have tried hard to give it the benefit of the doubt. This is too much. It is basically poisoning the code.

3m agoHN ↗

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.