frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Tell HN: Claude Code now allows Anthropic to remotely inject system prompts

4•matheusmoreira•44m ago
I often patch the system prompts on my Claude Code executable in order to make Claude more effective. Every time I upgrade, I ask Claude himself to dissect the new binary and look for problematic system prompts to modify. Was upgrading to v2.1.150 today and discovered something that's rather alarming:

Claude Code now allows Anthropic to perform remote system prompt injection via the network.

Two data sources. First, API call to api.anthropic.com/api/claude_cli/bootstrap at startup, which also gets cached to disk. Second, a GrowthBook feature flag (tengu_heron_brook) that refreshes every 60 seconds with background sync. Any string returned by these endpoints gets injected into the system prompt of the LLM model with shell access.

Previous versions also had an injection point, but they were dead code and simply returned null. Bisected it and found that this was introduced in v2.1.150. The changelog says "Internal infrastructure improvements (no user-facing changes)" which is quite the understatement.

I've verified to the best of my ability that CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 blocks this. I will also be setting DISABLE_GROWTHBOOK=1 for good measure.

Verification commands:

  npm pack @anthropic-ai/claude-code-linux-x64@2.1.150 --pack-destination /tmp
  tar xzf /tmp/anthropic-ai-claude-code-linux-x64-2.1.150.tgz
  strings package/claude | grep -oP 'function nAA\(\)\{[^}]+\}'
  strings package/claude | grep -oP '.{0,60}heron_brook.{0,60}'
nAA reads the cached value from disk. The network fetch happens at startup in function n0A. Rv("heron_brook", () => nAA()) registers it as a section of the system prompt, alongside all the core behavioral instructions. These minified names are specific to this binary.

Comments

matheusmoreira•11m ago
Created an issue: https://github.com/anthropics/claude-code/issues/62061

Venture Capitalist John Doerr Says AI Is the Biggest Tech 'Tsunami'

https://www.wsj.com/tech/ai/john-doerr-ai-opinion-1d64ee60
1•Brajeshwar•2m ago•0 comments

AI Can't Care

https://www.mooreds.com/wordpress/archives/3737
2•mooreds•3m ago•0 comments

DynamicNotch

https://dynamicnotch.evgeniy-petrukovich.workers.dev
1•jackson-storm•9m ago•0 comments

$100 CPU Shootout: Comparing the Ryzen 5 5500, Core i3-14100F, & Core i3-12100F

https://www.tomshardware.com/pc-components/cpus/100-budget-cpu-shootout-ddr4
3•bushwart•11m ago•0 comments

Show HN: 97% on SWE-bench Verified with subscription-token agents

https://github.com/kimjune01/swebench-verified
1•kimjune01•14m ago•0 comments

SpaceX IPO: Nice Try Though [video]

https://www.youtube.com/watch?v=IHD8BDFYyGI
1•WarmWash•15m ago•0 comments

MindMeister, XMind, Obsidian, WiseMapping: Which One Respects Your Privacy?

https://www.mindmapvault.com/blog/do-they-respect-privacy/
1•Sauron26•15m ago•0 comments

Ask HN: How did you find PMF?

1•connollystr•18m ago•2 comments

Beating DeepMind AlphaEvolve [video]

https://www.youtube.com/watch?v=mVH7OPx4QZU
3•burrito_brain•24m ago•1 comments

CBP updated its electronic device search directive in Jan 2026

https://www.mayerbrown.com/en/insights/publications/2026/04/traveling-abroad-your-phone-may-be-th...
2•Ember_Wipe•24m ago•0 comments

I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty

https://guptalog.free.nf/2026/04/10/i-bypassed-aws-api-gateway-auth-with-a-trailing-slash-got-12k...
1•ofcyes•27m ago•0 comments

Codex CLI Goal Mode: Define Done, Not Next

https://blog.danielvaughan.com/codex-cli-goal-mode-define-done-not-next-c8d13213ea7c?postPublishe...
2•dvaughan•34m ago•0 comments

The fourth independent assessment of UK climate risk

https://www.theccc.org.uk/publication/a-well-adapted-uk/
1•fanf2•36m ago•1 comments

Tokyo's 'Sagrada Familia' stands defiant after 20 years of building

https://www.asahi.com/ajw/articles/16531098
1•Kaibeezy•37m ago•0 comments

Hundreds demand halt on Box Elder data center plan

https://utahnewsdispatch.com/2026/05/23/hundreds-demand-halt-on-box-elder-data-center-plan/
2•mooreds•38m ago•0 comments

The Many Faces of the Security Poverty Line

https://www.chrisfarris.com/post/security-poverty-cliff/
1•mooreds•38m ago•0 comments

Find where your AI coding tokens went: local TUI for Codex/Claude logs

https://github.com/peterxcli/ccost
1•peterxcli•39m ago•0 comments

Ask HN: Niche Uses for Disused Phone

1•hyperific•39m ago•0 comments

Ask HN: What is your daily AI stack?

1•dockerd•43m ago•1 comments

Neuro; An AOT-compiled language for AI workloads built on LLVM 20

https://github.com/PanzerPeter/Neuro
1•PanzerPeter•43m ago•0 comments

Tell HN: Claude Code now allows Anthropic to remotely inject system prompts

4•matheusmoreira•44m ago•1 comments

Show HN: Context-drop – CLI tool to to share files/images between remote agents

https://github.com/mupt-ai/context-drop
1•avyvar•45m ago•0 comments

You don't have to use Substack

https://www.natemeyvis.com/you-really-dont-have-to-use-substack/
1•Brajeshwar•45m ago•0 comments

Show HN: WorkTop – Different desktops with different files. (Windows only)

https://worktop.dev/
1•Nystik•45m ago•0 comments

"Magnifica Humanitas": Pope Leo XIV Rejects Transhumanism

https://dianemontagna.substack.com/p/inside-magnifica-humanitas-pope-leo
3•layer8•49m ago•0 comments

Resyl – AI memory that ties your notes to people instead of folders (Android)

https://play.google.com/store/apps/details?id=com.muragun.resyl&hl=en_US
1•thisisaman408•51m ago•0 comments

Zerostack v1.3.2 Released

https://github.com/gi-dellav/zerostack/releases/tag/v1.3.2
2•gidellav•53m ago•0 comments

Building Pi with Pi

https://lucumr.pocoo.org/2026/5/24/pi-oss/
4•mplanchard•55m ago•0 comments

Life with locked-in syndrome: 'Despite everything, you are alive'

https://www.thetimes.com/uk/healthcare/article/life-with-locked-in-syndrome-despite-eveything-you...
2•bookofjoe•55m ago•2 comments

Does the human still make the decision?

https://benjosaur.substack.com/p/does-the-human-still-make-the-decision
1•benjosaur•56m ago•0 comments