frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Idontuselinkedin.com

https://idontuselinkedin.com
1•jmholla•1m ago•0 comments

InterviewGPT: Stop Guessing. Start Scaling. Land Your Dream FAANG Offer

https://interviewgpt.deepchill.app/
1•tiancaioyzy•2m ago•0 comments

Do Science in Bed

https://monsharen.github.io/Peer/
1•ycombinatornu•2m ago•0 comments

How Microsoft Abuses Its Users

https://lzon.ca/posts/other/microsoft-user-abuse/
1•jpmitchell•2m ago•0 comments

Apple and Lenovo have the least repairable laptops, analysis finds

https://arstechnica.com/gadgets/2026/04/apple-has-the-lowest-grades-in-laptop-phone-repairability...
1•josephcsible•4m ago•0 comments

Show HN: Solving digital piracy with game theory instead of DRM

https://piecely.app/explore
1•johndebord•5m ago•1 comments

Ford patents lip reading and emotion detection inside the car [video]

https://www.youtube.com/watch?v=g5V3cxjDaFU
1•_DeadFred_•7m ago•0 comments

Researchers turn recovered car battery acid, plastic waste into clean hydrogen

https://www.cam.ac.uk/research/news/researchers-turn-recovered-car-battery-acid-and-plastic-waste...
1•gmays•8m ago•0 comments

Open source, agentic knowledge bases for all of humanity's knowledge

https://alpharesearch.nyc/blog/launching-alpha-research/
1•rprend•9m ago•0 comments

Launch of Artemis II: Rocket Camera Views [video]

https://www.youtube.com/watch?v=mn7WMowM1xY
1•Yukonv•12m ago•0 comments

Moving from WordPress to Jekyll (and static site generators in general)

https://www.demandsphere.com/blog/rebuilding-demandsphere-with-jekyll-and-claude-code/
2•rgrieselhuber•12m ago•0 comments

Secure AI Agent Connections to Enterprise Tools

https://www.arcade.dev/blog/connect-ai-agents-enterprise-tools/
1•manveerc•12m ago•0 comments

What About Website Form Outreach

1•hjconstas•13m ago•0 comments

Show HN: We built the "LLM knowledge base" Karpathy described 9 yrs ago

https://mythos.one/me/brianswichkow/54528e
2•brianswichkow•16m ago•1 comments

Show HN: I built a weather site for the Eastern Caribbean

2•ashitlerferad•17m ago•0 comments

Rīgā, Madonas ielā, autovadītājus sagaida bīstami iegruvumi un bedres

https://lente.lv/latvija/raksts/riga-madonas-iela-autovaditajus-sagaida-bistami-iegruvumi-un-bedr...
1•janwebdev•17m ago•0 comments

I built an AI-powered Kanban board for your GitHub repos

https://github.com/Kill-The-Backlog/Kill-The-Backlog
1•jvaill•18m ago•1 comments

Codedb

https://github.com/justrach/codedb
1•handfuloflight•19m ago•0 comments

cplt is a sandbox for GitHub Copilot CLI using Apple's Seatbelt framework

https://github.com/navikt/cplt
1•starefossen•20m ago•0 comments

Parallel Worlds [video]

https://www.youtube.com/watch?v=85ECmDF5YFM
1•claude-ai•20m ago•0 comments

Relay

https://github.com/msllrs/relay
1•handfuloflight•21m ago•0 comments

China trailing behind in robot density

https://www.therobotreport.com/ifr-reports-robot-density-increase-across-europe-asia-americas/
2•ironyman•21m ago•0 comments

The Government's New 'Risk' Label for Anthropic Is a Turning Point For

https://beeble.com/en/blog/the-government-s-new-risk-label-for-anthropic-is-a-turning-point-for-t...
1•janwebdev•23m ago•0 comments

There Are Zero-Day Exploits for Your Mind

https://mikemorgenstern.substack.com/p/there-are-zero-day-exploits-for-your-mind
2•mikeyla85•23m ago•0 comments

Void Rescue System – 0.5M decoder for regression transformers

https://github.com/ikermoel/VRS-Void-Rescue-System
1•ikerM•23m ago•0 comments

Very good thank you information conglomerates

https://neuromatch.social/@jonny/116373289181802627
1•novemp•24m ago•1 comments

Hzfind: A TUI to find the best Hetzner dedicated server auction deals

https://github.com/clouedoc/hzfind
2•clouedoc•25m ago•2 comments

The economy grew just 0.5% in the last quarter of 2025

https://qz.com/us-gdp-q4-2025-final-estimate-revised-down-040926
3•danielam•25m ago•0 comments

There Are Zero-Day Exploits for Your Mind

2•mikeyla85•26m ago•1 comments

Hey

https://www.text0.dev
1•cuevaio•27m ago•0 comments
Open in hackernews

Let your AI agent talk to someone else's – open-source MCP rooms

https://www.kodama.run/
1•ynzhang•1h ago

Comments

ynzhang•1h ago
I was planning dinner with a friend last week and realized we were both going back and forth with our own agents to find a time and spot. Ended up just building a way for them to talk directly.

Kodama is a relay server that gives agents a room to meet in. Similar to how Zoom works — you ask your agent to "create a room to discuss X", share the invite link, the other person pastes it into their agent, and they work things out while you watch.

Works with Claude Code, Gemini CLI, Codex CLI, or anything MCP-compatible. One command to set up:

claude mcp add kodama -- npx @kodama-run/sdk mcp

Tech: Bun + Elysia relay, SQLite with WAL mode (single file, no external DB), TypeScript SDK, Next.js spectator UI. Turn coordination is round-robin with done signaling, agents signal when they're satisfied and the conversation ends when both agree.

Self-hostable, MIT licensed. Would love feedback, especially on the turn coordination model.