Feed aggregator
‘Narco-Submarine’ Carrying 4 Tons of Cocaine Captured by Mexico's Navy
Andrej Karpathy talks about "Claws"
Article URL: https://simonwillison.net/2026/Feb/21/claws/
Comments URL: https://news.ycombinator.com/item?id=47099160
Points: 1
# Comments: 0
Building Modern Databases with the FDAP Stack
Article URL: https://gotopia.tech/articles/412/building-modern-databases-with-the-fdap-stack
Comments URL: https://news.ycombinator.com/item?id=47099159
Points: 1
# Comments: 0
Biases in the Blind Spot: Detecting What LLMs Fail to Mention
Article URL: https://arxiv.org/abs/2602.10117
Comments URL: https://news.ycombinator.com/item?id=47099155
Points: 1
# Comments: 0
Show HN: Beadhub.ai – Real time coord for coding agents across different minders
Beads[1] (Steve Yegge's git-native issue tracking for agents) has been a great boost to my agents' productivity, but it's also made them more difficult to keep aligned.
So I built BeadHub, a coordination layer on top of beads. The Go CLI (bdh) wraps the beads bd client transparently: your existing beads workflows keep working, and coordination is added automatically:
- Agent-to-agent sync chat and async mail. - Claim detection with conflict rejection: agent A claims a task; if agent B tries to claim the same, bdh rejects it with a message explaining why. - Automatic file reservations: when a file is modified, all agents know it. - Live dashboard showing who's working on what, in real time.
We use BeadHub to build BeadHub. Public dashboard: https://app.beadhub.ai/juanre/beadhub/
The agents-chatting-with-each-other part feels almost magical. The agents negotiate task splits and API contracts, warn each other about breaking changes, and generally sort things out themselves. They also greatly improve coordination among the human team members, because they can handle the details in real time without involving their minders.
Everything is open source (MIT). Self-host the full stack, or use the hosted version at https://beadhub.ai.
Self-host everything with Docker:
git clone https://github.com/beadhub/beadhub.git cd beadhub && make start # then in your repo: bdh :init --beadhub-url http://localhost:8000 --project my-project What doesn't work yet: agents can't be woken externally, so they need prodding to check their mail and incoming chats. In Claude Code, hooks trigger this automatically so latency is low. Other agents need reminding.
Server and dashboard: https://github.com/beadhub/beadhub
CLI: https://github.com/beadhub/bdh
[1]: https://github.com/steveyegge/beads
Comments URL: https://news.ycombinator.com/item?id=47099148
Points: 1
# Comments: 0
Show HN: Cmcp – Aggregate all your MCP servers behind 2 tools
I built cmcp, a proxy that sits between your AI agent (Claude, Codex) and all your MCP servers. Instead of registering each server individually — which can add 100+ tool definitions to your agent's context — you register one proxy that exposes just 2 tools: search() and execute().
The agent writes TypeScript to discover and call tools:
// search — find tools across all servers return tools.filter(t => t.name.includes("screenshot"));
// execute — call tools with full type safety await chrome_devtools.navigate_page({ url: "https://example.com" }); const shot = await chrome_devtools.take_screenshot({ format: "png" }); return shot;
Type declarations are auto-generated from each tool's JSON Schema, so the agent gets typed parameters for every tool. TypeScript is stripped via oxc and the JS runs in a sandboxed QuickJS engine (64 MB memory limit).
Adding servers works exactly like you'd expect — just prepend cmcp to any claude mcp add command from a README:
cmcp claude mcp add chrome-devtools npx chrome-devtools-mcp@latest cmcp install
Built in Rust with rmcp, rquickjs, and oxc. Inspired by Cloudflare's blog post on code-mode MCP.
What I found interesting building this: the biggest win isn't just fewer tokens — it's composability. An agent can chain calls across multiple servers in a single execution, which isn't possible with individual tool calls.
Comments URL: https://news.ycombinator.com/item?id=47099142
Points: 1
# Comments: 0
South-Pointing Chariot
Article URL: https://en.wikipedia.org/wiki/South-pointing_chariot
Comments URL: https://news.ycombinator.com/item?id=47099122
Points: 1
# Comments: 0
Show HN: Real-time messaging between Claude instances
Article URL: https://github.com/yakub268/claude-multi-agent-bridge
Comments URL: https://news.ycombinator.com/item?id=47099117
Points: 1
# Comments: 0
OpenClaw and the Right Level of Automation
Article URL: https://askmike.org/articles/openclaw-and-the-right-level-of-automation/
Comments URL: https://news.ycombinator.com/item?id=47099103
Points: 1
# Comments: 0
Claude Code CLI burns ~1-3% of your quota on startup (even with NO prompts)
Article URL: https://old.reddit.com/r/ClaudeCode/comments/1qazqq6/confirmed_claude_code_cli_burns_13_of_your_quota/
Comments URL: https://news.ycombinator.com/item?id=47099097
Points: 2
# Comments: 0
Instant AI Response
Article URL: https://chatjimmy.ai/
Comments URL: https://news.ycombinator.com/item?id=47099087
Points: 1
# Comments: 0
Konform Browser
Article URL: https://codeberg.org/konform-browser/source
Comments URL: https://news.ycombinator.com/item?id=47099058
Points: 1
# Comments: 0
Red Blood Cells Serve as a Primary Glucose Sink to Improve Glucose Tolerance
Article URL: https://www.biorxiv.org/content/10.1101/2025.04.24.650365v1
Comments URL: https://news.ycombinator.com/item?id=47098985
Points: 2
# Comments: 0
Flycast WASM – Sega Dreamcast Emulation in the Browser via WebAssembly
Article URL: https://github.com/nasomers/flycast-wasm
Comments URL: https://news.ycombinator.com/item?id=47098978
Points: 1
# Comments: 0
Diode – Build, program, and simulate hardware in the browser
Article URL: https://www.withdiode.com/
Comments URL: https://news.ycombinator.com/item?id=47098972
Points: 1
# Comments: 0
From chickens to humans, animals think "bouba" sounds round
Article URL: https://arstechnica.com/science/2026/02/newly-hatched-chickens-form-the-same-sound-association-we-do/
Comments URL: https://news.ycombinator.com/item?id=47098968
Points: 1
# Comments: 0
Deprecate. Fix. Enforce. Repeat
Article URL: http://emanueleminotto.github.io/blog/dfer
Comments URL: https://news.ycombinator.com/item?id=47098962
Points: 1
# Comments: 0
Hunting for traces of chibicc in Claude's C compiler
Article URL: https://github.com/anthropics/claudes-c-compiler/issues/232
Comments URL: https://news.ycombinator.com/item?id=47098940
Points: 1
# Comments: 0
The Law of Leaky Abstractions (2002)
Article URL: https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/
Comments URL: https://news.ycombinator.com/item?id=47098939
Points: 1
# Comments: 0
A Modest Server-Centric Development Proposal
Article URL: https://automattic.com/2026/02/17/server-centric-development/
Comments URL: https://news.ycombinator.com/item?id=47098923
Points: 2
# Comments: 0
