Feed aggregator

Ask HN: Embedding Claude Code as Infrastructure?

Hacker News - Wed, 03/11/2026 - 8:36pm

With Anthropic's release of Claude Code code reviews at $25/PR, I was wondering why I wouldn't just hook up Claude Code to my own repo.

More generally speaking, I'd guess there to be many opportunities where spinning up and down a CC instance to handle arbitrary tasks seems useful. Wondering if anyone's experimented with similar workflows?

Comments URL: https://news.ycombinator.com/item?id=47344670

Points: 1

# Comments: 0

Categories: Hacker News

Smashing Security podcast #458: How not to steal $46 million from the US government

Graham Cluely Security Blog - Wed, 03/11/2026 - 8:30pm
A Wikipedia security engineer accidentally wakes a dormant JavaScript worm that hadn't stirred since 2024 - and within minutes, giant woodpecker images are plastered across the internet's favourite encyclopaedia. Meanwhile, a crypto contractor hired to help the US Marshals manage seized digital assets allegedly decides to help himself to $46 million of it - and then brags about it on a recorded Telegram call. Plus: Graham champions Asterix, Trisha discovers the fantasy novels of Robin Hobb, and someone called "Lick" ends up in the nick. All this, and much more, in episode 458 of the "Smashing Security" podcast with cybersecurity veteran Graham Cluley, and special guest Tricia Howard.
Categories: Graham Cluely

Windows 98 NVMe Driver [video]

Hacker News - Wed, 03/11/2026 - 8:28pm
Categories: Hacker News

Why isn't vibe coding creating more shareware?

Hacker News - Wed, 03/11/2026 - 8:24pm

Back in the late 90s and early 2000s, shareware was common - but now that almost anyone can vibe code software, why aren't we seeing more shareware?

Comments URL: https://news.ycombinator.com/item?id=47344569

Points: 2

# Comments: 1

Categories: Hacker News

I-Harmonium

Hacker News - Wed, 03/11/2026 - 8:22pm
Categories: Hacker News

Show HN: AI-nexus – Only 2-3 rules and skills load per prompt in Claude Code

Hacker News - Wed, 03/11/2026 - 8:16pm

I built this because Claude Code loads every rule and skill into context on every prompt. With 50+ rules and skills installed, you're burning tokens on Docker best practices while writing a commit message.

ai-nexus runs a hook before Claude starts — it picks 2-3 relevant rules and skills via keyword matching (free) or GPT-4o-mini (~$0.50/mo), and physically hides the rest. Claude doesn't even know they exist.

An ETH Zurich study (https://arxiv.org/pdf/2602.11988) on 12 repos and 5,694 PRs found that loading all rules at once hurts performance by ~3% and increases cost by 20%+.

It also works across tools — write rules and skills in .md once, auto-converts to .mdc (Cursor) and AGENTS.md (Codex).

npx ai-nexus install to try it. Apache 2.0.

Comments URL: https://news.ycombinator.com/item?id=47344484

Points: 1

# Comments: 0

Categories: Hacker News

Pages