Feed aggregator

Show HN: Workz – Zoxide for Git worktrees (auto node_modules and .env, AI-ready)

Hacker News - Wed, 02/25/2026 - 2:13am

workz fixes the #1 pain with git worktrees in 2026:

When you spin up a new worktree for Claude/Cursor/AI agents you always end up: • Manually copying .env* files • Re-running npm/pnpm install (or cargo build) and duplicating gigabytes

workz does it automatically: • Smart symlinking of 22 heavy dirs (node_modules, target, .venv, etc.) with project-type detection • Copies .env*, .npmrc, secrets, docker overrides • Zoxide-style fuzzy switch: just type `w` → beautiful skim TUI + auto `cd` • `--ai` flag launches Claude/Cursor directly in the worktree • Zero-config for Node/Rust/Python/Go. Custom .workz.toml only if you want

Install: brew tap rohansx/tap && brew install workz # or cargo install workz

Demo in README → https://github.com/rohansx/workz

Feedback very welcome, especially from people running multiple AI agents in parallel!

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

Points: 1

# Comments: 0

Categories: Hacker News

MoltMemory – AI agent memory for Moltbook

Hacker News - Wed, 02/25/2026 - 2:11am

Article URL: https://github.com/ubgb/moltmemory

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

Points: 2

# Comments: 2

Categories: Hacker News

Letters to a Young Creator

Hacker News - Wed, 02/25/2026 - 2:10am
Categories: Hacker News

Show HN: Context Mode – 315 KB of MCP output becomes 5.4 KB in Claude Code

Hacker News - Wed, 02/25/2026 - 1:23am

Every MCP tool call dumps raw data into Claude Code's 200K context window. A Playwright snapshot costs 56 KB, 20 GitHub issues cost 59 KB. After 30 minutes, 40% of your context is gone. I built an MCP server that sits between Claude Code and these outputs. It processes them in sandboxes and only returns summaries. 315 KB becomes 5.4 KB. It supports 10 language runtimes, SQLite FTS5 with BM25 ranking for search, and batch execution. Session time before slowdown goes from ~30 min to ~3 hours. MIT licensed, single command install: /plugin marketplace add mksglu/claude-context-mode /plugin install context-mode@claude-context-mode Benchmarks and source: https://github.com/mksglu/claude-context-mode Would love feedback from anyone hitting context limits in Claude Code.

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

Points: 8

# Comments: 0

Categories: Hacker News

Destroy My Startup

Hacker News - Wed, 02/25/2026 - 1:07am

Article URL: https://shipordie.club/roast/startup

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

Points: 4

# Comments: 1

Categories: Hacker News

RFC 406i - The Rejection of Artificially Generated Slop

Hacker News - Wed, 02/25/2026 - 1:03am

Article URL: https://406.fail/

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages